Writing new site in DB, Management page

This commit is contained in:
2022-06-17 21:03:31 +02:00
parent 0b93d4da0a
commit 9b6a7718f4
8 changed files with 163 additions and 38 deletions

View File

@ -1,6 +1,31 @@
<html>
<head>
<link rel="stylesheet" href="Main.css">
</head>
<body>
<h3>PlainDiscuss > [Locale:Management]</h3>
<div id="StatusGoodDiv">
{StatusGood}
</div>
<div id="StatusErrorDiv">
{StatusError}
</div>
<form action="/Manage" method="POST">
<input type="hidden" name="Lang" value="{Lang}">
<div>
<button type="submit" name="Action" value="AddSite">[Locale:AddSite]</button>
</div>
<br>
<div>
<details>
<summary>[Locale:DangerZone]</summary>
<p>Are you sure? This will delete ALL comments from the Database! THERE IS NO GOING BACK!</p>
<label>[Locale:SecKey]:</label>
<span><input type="password" name="SecKey"></span>
<br><br>
<button type="submit" name="Action" value="DelSite">[Locale:DelSite]</button>
</details>
</div>
</form>
</body>
</html>