Getting comments from DB

This commit is contained in:
2022-06-17 16:41:20 +02:00
parent 4edce022bd
commit 0b93d4da0a
9 changed files with 99 additions and 22 deletions

View File

@ -1,6 +1,9 @@
<div id="PlainDiscussComment{ID}">
<h5>{User}, {Date}, <a href="#PlainDiscussComment{ID}">#{ID}</a></h5>
<input type="checkbox" name="Select" value="{ID}">
<button type="submit" name="Report" value="{ID}">Report</button>
<button type="submit" name="Reply" value="{ID}">Reply to</button>
<button type="submit" name="Report" value="{ID}">[Locale:DoReport]</button>
<button type="submit" name="Delete" value="{ID}">[Locale:DoDelete]</button>
<button type="submit" name="Reply" value="{ID}">[Locale:DoReply]</button>
<p>
{Comment}
</p>
</div>