summaryrefslogtreecommitdiff
path: root/template/directory.st
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-03-16 08:21:48 -0400
committersostler <sbostler@gmail.com>2010-03-16 08:21:48 -0400
commit6ca298ac919071d2dd7b31f6a7f8f6ec528803c9 (patch)
tree30a9b1cb6d732d4b858adc767ec627585614f3a0 /template/directory.st
parent0a9c5c4df26f3d8a9a322e6696667fab4be6676c (diff)
parentd5c626666add9443dd72497b56ae7472f3d810db (diff)
Merged
Diffstat (limited to 'template/directory.st')
-rw-r--r--template/directory.st32
1 files changed, 17 insertions, 15 deletions
diff --git a/template/directory.st b/template/directory.st
index bf6979c..dc2deec 100644
--- a/template/directory.st
+++ b/template/directory.st
@@ -10,9 +10,8 @@
</head>
<body>
$banner()$
- <div id="chatrap">
-
-
+ <div id="chatrap">
+
<div id="log">
<div id="loghead"></div>
<br>
@@ -21,18 +20,21 @@
<br>
<center>
- <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>
+ <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)$
<div id="logavatar"> <img height="50" width="50" src="$u.avatar$"></img></div>
$endif$