aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/txt_archive.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates/txt_archive.html')
-rw-r--r--cgi/templates/txt_archive.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/cgi/templates/txt_archive.html b/cgi/templates/txt_archive.html
index 6a30375..cf7077b 100644
--- a/cgi/templates/txt_archive.html
+++ b/cgi/templates/txt_archive.html
@@ -64,7 +64,12 @@
<?py else: ?>
<span class="name"><b>#{post['name']}</b></span>
<?py #endif ?>
- <?py #endif ?> : <span class="date">#{post['timestamp_formatted']}</span></h4>
+ <?py #endif ?>
+ : <span class="date">#{post['timestamp_formatted']}</span>
+ <?py if post['posterid']: ?>
+ <span class="hash">ID:#{post['posterid']}</span>
+ <?py #endif ?>
+ </h4>
<div class="msg">#{post['message']}</div>
</div>
<?py #endif ?>