aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/manage/recent.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates/manage/recent.html')
-rw-r--r--cgi/templates/manage/recent.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgi/templates/manage/recent.html b/cgi/templates/manage/recent.html
index 236094f..3fed05f 100644
--- a/cgi/templates/manage/recent.html
+++ b/cgi/templates/manage/recent.html
@@ -23,14 +23,14 @@
<?py #endif ?>
</td>
<td>
- <div data-ts="#{post['timestamp']}">#{post['timestamp_formatted']}</div>
+ <div name="timestamp" data-ts="#{post['timestamp']}">#{post['timestamp_formatted']}</div>
</td>
<td>
- <div style="display: block; margin-bottom: 0.5em; font-weight: bold;">#{post['subject']} #{post['name']}
+ <div style="display: block; margin-bottom: 0.5em; font-weight: bold;">#{post['subject']} <i>#{post['name']}</i> <code>#{post['email']}</code>
#{post['tripcode']}
</div>
<div style="display: block">#{post['message']}</div>
- <?py if post['parentid'] != 0: ?>
+ <?py if post['parentid'] != '0': ?>
<div style="display: block; margin-top: 0.5em; font-size: 0.75em;"><a
href="#{cgi_url}manage/mod/${post['dir']}?thread=#{post['parentid']}">Ver hilo completo</a>
</div>