mirror of
https://gitlab.com/octtspacc/PlainDiscuss
synced 2025-06-05 22:09:15 +02:00
Writing new site in DB, Management page
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user