10 lines
363 B
HTML
10 lines
363 B
HTML
<div id="PlainDiscussComment{ID}">
|
|
<h5>{User}, {Date}, <a href="#PlainDiscussComment{ID}">#{ID}</a></h5>
|
|
<button type="submit" name="Reply" value="{ID}">[Locale:DoReply]</button>
|
|
<button type="submit" name="Report" value="{ID}">[Locale:DoReport]</button>
|
|
<button type="submit" name="Delete" value="{ID}">[Locale:DoDelete]</button>
|
|
<p>
|
|
{Comment}
|
|
</p>
|
|
</div>
|