mirror of
https://gitlab.com/octtspacc/PlainDiscuss
synced 2025-02-16 19:40:46 +01:00
26 lines
577 B
HTML
26 lines
577 B
HTML
<div>
|
|
<h3>Comments</h3>
|
|
<button type="submit" name="Action" value="Login">Admin Login</button>
|
|
</div>
|
|
<br>
|
|
<div>
|
|
<label>[Locale:SecretKey] ([Locale: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>[Locale:YourName]</label>
|
|
<span><input type="text" name="User"></span>
|
|
</div>
|
|
<br>
|
|
<div>
|
|
<label>Reply:</label>
|
|
<button type="submit" name="Action" value="Post">[Locale:DoPost]</button>
|
|
<textarea name="Comment"></textarea>
|
|
</div>
|