mirror of
https://gitlab.com/octtspacc/PlainDiscuss
synced 2025-06-05 22:09:15 +02:00
Getting comments from DB
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
<div>
|
||||
<h3>Comments</h3>
|
||||
<button type="submit" name="Action" value="Delete">Delete Selected</button>
|
||||
<button type="submit" name="Action" value="Login">Admin Login</button>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<label>Secret Key (Optional):</label>
|
||||
<label>[Locale:SecretKey] ([Locale:Optional]):</label>
|
||||
<span><input type="password" name="SecretKey"></span>
|
||||
</div>
|
||||
<br>
|
||||
@ -15,12 +14,12 @@
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<label>Your Name:</label>
|
||||
<label>[Locale:YourName]</label>
|
||||
<span><input type="text" name="User"></span>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<label>Reply:</label>
|
||||
<button type="submit" name="Action" value="Post">Post as New Comment</button>
|
||||
<button type="submit" name="Action" value="Post">[Locale:DoPost]</button>
|
||||
<textarea name="Comment"></textarea>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user