summaryrefslogtreecommitdiff
path: root/data/tpl/vnpage_rel
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-05 14:18:33 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-05 14:18:33 +0000
commit1d23ac19d0e319e40f8c692c50b8a001e4b11877 (patch)
tree4981b914c0da95ba13a1263d7344d4309825f1e9 /data/tpl/vnpage_rel
parentaf46e97783e282e4b9fee5d06c12ff1582ec25c5 (diff)
Added icons for rlist and vlist statuses and further polished the wishlist and rlist features1.20
git-svn-id: svn://vndb.org/vndb@79 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'data/tpl/vnpage_rel')
-rw-r--r--data/tpl/vnpage_rel4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/tpl/vnpage_rel b/data/tpl/vnpage_rel
index ff981b0e..4e5d29b2 100644
--- a/data/tpl/vnpage_rel
+++ b/data/tpl/vnpage_rel
@@ -36,7 +36,9 @@
<td class="tc4"><a href="/r[[= $_->{id} ]]" title="[[: $_->{original} || $_->{title} ]]">[[: shorten $_->{title},60 ]]</a></td>
<td class="tc5">[[ if($p{AuthId}) { ]]
[[= sprintf '<a href="/r%d" class="dropdown above" rel="rlistDD%1$d">%s</a>', $_->{id}, $_->{rlist} ?
- (substr($$VNDB::RSTAT[$_->{rlist}{rstat}],0,1).'/'.substr($$VNDB::VSTAT[$_->{rlist}{vstat}],0,1)) : '---' ]]
+ ('<acronym title="'.$VNDB::RSTAT->[$_->{rlist}{rstat}].'" class="uicons r'.$_->{rlist}{rstat}.'">&nbsp;</acronym>'.
+ '<acronym title="'.$VNDB::VSTAT->[$_->{rlist}{vstat}].'" class="uicons v'.$_->{rlist}{vstat}.'">&nbsp;</acronym>')
+ : '<acronym title="Add to your visual novel list" class="uicons no">&nbsp;</acronym>' ]]
[[ } else { ]]&nbsp;[[ } ]]</td>
<td class="tc6">[[ if($_->{website}) { ]]<a href="[[: $_->{website} ]]" class="icons ext" title="WWW">&nbsp;</a>[[ } ]]</td>
</tr>