summaryrefslogtreecommitdiff
path: root/template/directory.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/directory.st')
-rw-r--r--template/directory.st32
1 files changed, 16 insertions, 16 deletions
diff --git a/template/directory.st b/template/directory.st
index 6604368..94fb2cb 100644
--- a/template/directory.st
+++ b/template/directory.st
@@ -12,10 +12,7 @@
</head>
<body>
$banner()$
- <div id="chatrap">
-
-
-
+ <div id="chatrap">
<div id="log">
<div id="loghead"></div>
<br>
@@ -24,18 +21,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$