diff options
Diffstat (limited to 'template/directory.st')
| -rw-r--r-- | template/directory.st | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/template/directory.st b/template/directory.st index fd5449a..02e47ad 100644 --- a/template/directory.st +++ b/template/directory.st @@ -6,39 +6,37 @@ <title>dump.fm directory</title> $endif$ $head()$ - <link rel="stylesheet" type="text/css" href="/static/css/directory.css"> + <link rel="stylesheet" type="text/css" href="/static/css/dump.css"> <script> jQuery(document).ready(initDirectory); </script> </head> - <body> + <body class="profile"> $banner()$ <div id="chatrap"> <div id="log"> - <div id="loghead"></div> <br> - - <div id="posts"> - <br> - <center> - <h2>✭ ✭ DUMP STARS ✭ ✭</h2> - <div id="lolbanner"> - <img src="/static/img/welcomebanner.gif"> + <div id="dprofile"> + <h2> DUMP STARS </h2><br><h3>Ordered by post count</h3> + + </div> - </center> + <div id="dposts"> + <br> + $if(users)$ $users:{ dump | - <div class="logged-dump" id="message-$dump.message_id$"> + <div class="dlogged-dump" id="message-$dump.message_id$"> <a href="/$dump.nick$"> <div id="usernicks"> <b>$dump.nick$</b></div> $if(dump.avatar)$ - <div id="logavatar"> + <div id="dlogavatar"> <img height="50" width="50" src="$dump.avatar$" /> </div> $else$ - <div id="logavatar"> + <div id="dlogavatar"> <img height="50" width="50" src="/static/img/noinfo.png" /> </div> $endif$ |
