aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates')
-rw-r--r--cgi/templates/manage/recent.html14
1 files changed, 5 insertions, 9 deletions
diff --git a/cgi/templates/manage/recent.html b/cgi/templates/manage/recent.html
index 38d9a75..d3df21c 100644
--- a/cgi/templates/manage/recent.html
+++ b/cgi/templates/manage/recent.html
@@ -5,7 +5,6 @@
<table class="managertable">
<thead>
<th>Archivo</th>
- <th>Timestamp</th>
<th>Mensaje</th>
<th>IP</th>
<th>Acciones</th>
@@ -19,20 +18,17 @@
<?py #endif ?>
</td>
<td>
- <div name="timestamp" data-ts="#{post['timestamp']}">#{post['timestamp_formatted']}</div>
- </td>
- <td>
<div class="recentPostHeader" style="display: block; margin-bottom: 0.5em;">
- #{post['id']} <b>#{post['subject']}</b> en <i>#{post['board_name']}</i></br>
+ ##{post['id']} <b>#{post['subject']}</b> en <i>#{post['board_name']}</i> hace <div name="timestamp" data-ts="#{post['timestamp']}">#{post['timestamp_formatted']}</div></br>
<b>#{post['name']}</b> <code>#{post['email']} #{post['tripcode']}</code>
</div>
<div style="display: block">#{post['message']}</div>
+ <div style="display: block; margin-top: 0.5em; font-size: 0.75em;"></div>
<?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>
+ <a href="#{cgi_url}manage/mod/${post['dir']}?thread=#{post['parentid']}">Ver hilo completo</a>
<?py #endif ?>
- <div name="timestamp" data-ts="#{post['timestamp']}">#{post['timestamp_formatted']}</div>
+ <a href="#{cgi_url}manage/goto/?dir=${post['dir']}&type=#{post['board_type']}&thread=#{post['parentid']}">Ver hilo en BaI</a>
+ </div>
</td>
<td>
<a href="#{cgi_url}manage/ipshow?ip=#{post['ip']}">#{post['ip']}</a>