Base HTML

This commit is contained in:
2022-06-16 17:17:42 +02:00
parent f0136ab01e
commit c92abf2ee3
6 changed files with 85 additions and 41 deletions

5
Source/Form.Comment.html Normal file
View File

@ -0,0 +1,5 @@
<div id="PlainDiscussComment{ID}">
<h5>{User}, {Date}, <a href="#PlainDiscussComment{ID}">#{ID}</a></h5>
<button type="submit" name="Report" value="{ID}">Report</button>
<button type="submit" name="Reply" value="{ID}">Reply to</button>
</div>