aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates
diff options
context:
space:
mode:
authorLibravatar Renard 2020-05-01 18:08:27 -0400
committerLibravatar Renard 2020-05-01 18:08:27 -0400
commitf09ae74d551f9720a3e00b9cca4f19df617c6818 (patch)
tree86afad6f692bfe6dfc796f2168bfc55dd1894beb /cgi/templates
parent18f60364b920e0ff33bc4b8e3135590effeaf173 (diff)
downloadweabot-f09ae74d551f9720a3e00b9cca4f19df617c6818.tar.gz
weabot-f09ae74d551f9720a3e00b9cca4f19df617c6818.tar.xz
weabot-f09ae74d551f9720a3e00b9cca4f19df617c6818.zip
Manage: mona solo para zonavip
Diffstat (limited to 'cgi/templates')
-rw-r--r--cgi/templates/manage/recent.html19
1 files changed, 14 insertions, 5 deletions
diff --git a/cgi/templates/manage/recent.html b/cgi/templates/manage/recent.html
index 5a6de80..adbcd39 100644
--- a/cgi/templates/manage/recent.html
+++ b/cgi/templates/manage/recent.html
@@ -19,14 +19,23 @@
</td>
<td>
<div class="recentPostHeader">
- ##{post['id']} <b>#{post['subject']}</b> en <i>#{post['board_name']}</i> hace <span name="timestamp" data-ts="#{post['timestamp']}">#{post['timestamp_formatted']}</span> por <b>#{post['name']}</b> <code>#{post['email']} #{post['tripcode']}</code>
+ ##{post['id']} <b>#{post['subject']}</b> en
+ <i>#{post['board_name']}</i> hace
+ <span name="timestamp" data-ts="#{post['timestamp']}">#{post['timestamp_formatted']}</span>
+ por <b>#{post['name']}</b>
+ <code>#{post['email']} #{post['tripcode']}</code>
</div>
+ <?py if dir == 'zonavip': ?>
+ <div class="message vip">#{post['message']}</div>
+ <?py else ?>
<div class="message">#{post['message']}</div>
- <div class="actions">
- <?py if post['parentid'] != '0': ?>
- <a href="#{cgi_url}manage/mod/${post['dir']}?thread=#{post['parentid']}">Ver hilo completo</a>
<?py #endif ?>
- <a href="#{cgi_url}manage/goto/?dir=${post['dir']}&type=#{post['board_type']}&thread=#{post['parentid']}">Ver hilo en BaI</a>
+ <div class="actions">
+ <?py if post['parentid'] != '0': ?>
+ <a href="#{cgi_url}manage/mod/${post['dir']}?thread=#{post['parentid']}">Ver hilo completo</a>
+ <?py #endif ?>
+ <a href="#{cgi_url}manage/goto/?dir=${post['dir']}&type=#{post['board_type']}&thread=#{post['parentid']}">Ver
+ hilo en BaI</a>
</div>
</td>
<td>