PlainDiscuss/Source/Form.Comment.html

10 lines
363 B
HTML
Raw Permalink Normal View History

2022-06-16 17:17:42 +02:00
<div id="PlainDiscussComment{ID}">
<h5>{User}, {Date}, <a href="#PlainDiscussComment{ID}">#{ID}</a></h5>
2022-06-18 00:19:25 +02:00
<button type="submit" name="Reply" value="{ID}">[Locale:DoReply]</button>
2022-06-17 16:41:20 +02:00
<button type="submit" name="Report" value="{ID}">[Locale:DoReport]</button>
<button type="submit" name="Delete" value="{ID}">[Locale:DoDelete]</button>
<p>
{Comment}
</p>
2022-06-16 17:17:42 +02:00
</div>