summaryrefslogtreecommitdiff
path: root/template/directory.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-16 23:31:57 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-16 23:31:57 -0400
commit864fc418066cfb5f9de22d3dd3369d3efc6810b3 (patch)
tree32f526f8f5c4c6152df9c53b89082e81b628020e /template/directory.st
parentad3a5fd5cca65843fa8df98f5c79d2108bba2437 (diff)
PROD
Diffstat (limited to 'template/directory.st')
-rw-r--r--template/directory.st50
1 files changed, 24 insertions, 26 deletions
diff --git a/template/directory.st b/template/directory.st
index 94fb2cb..37b1a2e 100644
--- a/template/directory.st
+++ b/template/directory.st
@@ -12,7 +12,10 @@
</head>
<body>
$banner()$
- <div id="chatrap">
+ <div id="chatrap">
+
+
+
<div id="log">
<div id="loghead"></div>
<br>
@@ -21,37 +24,32 @@
<br>
<center>
- <h2> &#x272D; &#x272D; DUMP STARS &#x272D; &#x272D;</h2>
- <div id="lolbanner">
- <img src="/static/welcomebanner.gif">
- </div>
-
- </center>
-
- $if(notloaded)$
- <div>Sorry, the directory is being updated. Refresh in a minute!</div>
- $elseif(users)$
-
- $users:{ u |
- <div class="logged-dump">
- <a href="/u/$u.nick$">
- <b> $u.nick$</b>
- $if(u.avatar)$
+ <h2> &#x272D; &#x272D; DUMP STARS &#x272D; &#x272D;</h2>
+ <div id="lolbanner">
+ <img src="/static/welcomebanner.gif">
+ </div>
+
+ </center>
+
+ $if(users)$
+ $users:{ u |
+ <div class="logged-dump">
+ <a href="/u/$u.nick$">
+ <b> $u.nick$</b>
+ $if(u.avatar)$ <div style="border-image:url($u.avatar$)">
<div id="logavatar"> <img height="50" width="50" src="$u.avatar$"></img></div>
$endif$
</a>
<div id="infotxt"><b><div style="display:none;">Count: $u.cnt$ !!</div>
last post </b></div>
- <span class="linkify">$u.content$</span>
- <hr />
-<div style="display:none;">
-
-<a href="http://www.facebook.com/share.php?u=$u.content$" target="_blank"><img src="/static/fbbutton.png"></a>
-
-<a href="http://twitter.com/home?status=found on dump.fm! $u.content$" target="_blank"><img src="/static/twittericon.png"></a>
-<a href="http://delicious.com/save?url=$u.content$" target="_blank"><img src="/static/delishicon.png"></a></div>
- </div>
+ <span class="linkify">$u.content$</span>
+ <hr /></div>
+
+ <a href="http://www.facebook.com/share.php?u=$u.content$&t=via dump.fm" target="_blank"><img src="/static/fbbutton.png"></a>
+<a href="http://twitter.com/home?status=via dump.fm $u.content$" target="_blank"><img src="/static/twittericon.png"></a>
+<a href="http://delicious.com/save?url=$u.content$&notes=via dump.fm&title=$u.content$" target="_blank"><img src="/static/delishicon.png"></a>
+</div>
}$
$else$
<span>No more users!</span>