mirror of
https://gitlab.com/octtspacc/PlainDiscuss
synced 2025-06-05 22:09:15 +02:00
Base HTML
This commit is contained in:
26
Source/Form.Main.html
Normal file
26
Source/Form.Main.html
Normal file
@ -0,0 +1,26 @@
|
||||
<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>
|
||||
<span><input type="password" name="SecretKey"></span>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<label>CAPTCHA:</label>
|
||||
<span><input type="text" name="CAPTCHA"></span>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<label>Your Name:</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>
|
||||
<textarea name="Comment"></textarea>
|
||||
</div>
|
Reference in New Issue
Block a user