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

@ -4,8 +4,8 @@
</div>
<br>
<div>
<label>[Locale:SecretKey] ([Locale:Optional]):</label>
<span><input type="password" name="SecretKey"></span>
<label>[Locale:SecKey] ([Locale:Optional]):</label>
<span><input type="password" name="SecKey" value="{SecKey}"></span>
</div>
<br>
<div>
@ -14,12 +14,12 @@
</div>
<br>
<div>
<label>[Locale:YourName]</label>
<span><input type="text" name="User"></span>
<label>[Locale:YourName]:</label>
<span><input type="text" name="User" value="{User}"></span>
</div>
<br>
<div>
<label>Reply:</label>
<button type="submit" name="Action" value="Post">[Locale:DoPost]</button>
<textarea name="Comment"></textarea>
<textarea name="Comment">{Comment}</textarea>
</div>