PlainDiscuss/Source/Form.Main.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>