PlainDiscuss/Source/Form.Comment.html

7 lines
298 B
HTML
Raw 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-17 00:32:45 +02:00
<input type="checkbox" name="Select" value="{ID}">
2022-06-16 17:17:42 +02:00
<button type="submit" name="Report" value="{ID}">Report</button>
<button type="submit" name="Reply" value="{ID}">Reply to</button>
</div>