aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/manage
diff options
context:
space:
mode:
authorLibravatar Renard 2020-03-28 14:17:06 -0300
committerLibravatar Renard 2020-03-28 14:17:06 -0300
commita66c0fdc59cdea9843125a1de4673a89b7ab413e (patch)
tree566c96b4670b4b5be0535de466275702eaca30f9 /cgi/templates/manage
parentc49e4365dcabaac518fc1275d92705af7dbfde63 (diff)
downloadweabot-a66c0fdc59cdea9843125a1de4673a89b7ab413e.tar.gz
weabot-a66c0fdc59cdea9843125a1de4673a89b7ab413e.tar.xz
weabot-a66c0fdc59cdea9843125a1de4673a89b7ab413e.zip
Enlace ver hilo en bai
Diffstat (limited to 'cgi/templates/manage')
-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>