summaryrefslogtreecommitdiff
path: root/template/directory.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-05-21 19:23:47 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-05-21 19:23:47 -0400
commitda2c9221e6e9b3fc3cd75ff1824ce77f8539e01b (patch)
tree31ea24c9ffb059f6ea36025964d9ada6e8eb2de0 /template/directory.st
parent83aee3dd09c05a8b7840f9f439fee46a34eb9d57 (diff)
sostler prod commit
Diffstat (limited to 'template/directory.st')
-rw-r--r--template/directory.st26
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>&#x272D; &#x272D; DUMP STARS &#x272D; &#x272D;</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$