diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-27 14:17:15 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-27 14:17:15 -0400 |
| commit | e9dcb2bc4bb1b915e02eff3823d6006b052df13d (patch) | |
| tree | 7ce5755abc0e29a5ac0a26bfbac700980ced1a78 /template/directory.st | |
| parent | 88a1325b9b5f1fdc90c29e985caecf9dc6429ddf (diff) | |
sostler prod commit
Diffstat (limited to 'template/directory.st')
| -rw-r--r-- | template/directory.st | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/template/directory.st b/template/directory.st index d9129ff..6d16942 100644 --- a/template/directory.st +++ b/template/directory.st @@ -19,7 +19,11 @@ <div id="log"> <br> <div id="dprofile"> - <h2> DUMP STARS </h2><br><h3>Ordered by fav count</h3> + <h2> Directory </h2><br><h3>Ordered by fav count<br> + + + + </h3> </div> @@ -29,22 +33,22 @@ $if(users)$ $users:{ dump | <div class="dlogged-dump" id="message-$dump.message_id$"> - <a href="/$dump.nick$"> + <div id="usernicks"> <a href="/$dump.nick$"> <b>$dump.nick$'s</b> $if(dump.score_ent)$ - <h8> + fav score: $dump.score$ <h9>$dump.score_ent$</h9> - </h8> + </a></div> $endif$ - <div id="usernicks"> <b>$dump.nick$</b></div> + $if(dump.avatar)$ - <div id="dlogavatar"> + <a href="/$dump.nick$"> <div id="dlogavatar"> <img height="50" width="50" src="$dump.avatar$" /> </div> $else$ <div id="dlogavatar"> <img height="50" width="50" src="/static/img/noinfo.png" /> - </div> + </div></a> $endif$ </a> <div id="infotxt"><b>last post</b></div> @@ -60,7 +64,7 @@ <div id="pnav"> $if(users)$ $if(next)$ - <div id="pnavn"><a href="/directory$prev$">next ☞</a></div> + <div id="pnavn"><a href="/directory$next$">next ☞</a></div> $endif$ $endif$ |
