summaryrefslogtreecommitdiff
path: root/template/fame.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/fame.st')
-rw-r--r--template/fame.st39
1 files changed, 39 insertions, 0 deletions
diff --git a/template/fame.st b/template/fame.st
new file mode 100644
index 0000000..52bceb3
--- /dev/null
+++ b/template/fame.st
@@ -0,0 +1,39 @@
+<html>
+ <head>
+ <title>dump.fm hall of fame</title>
+ $head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/dump.css">
+ <script>
+ jQuery(document).ready(initLog);
+ </script>
+ </head>
+ <body>
+ $banner()$
+ <div id="content">
+ <div id="messagetabs"></div>
+ <div id="rapper">
+ </div>
+
+ <div id="messagePanep">
+
+ <div id="userListp">
+ <h2>Hall Of Fame </h2><br><h3></h3>
+ </div>
+
+ <div id="messageList">
+ $if(dumps)$
+ <span class="content">
+ $dumps: { d | $fame_dump(dump=d)$ }$
+ </span>
+ $else$
+ No dumps!
+ $endif$
+ </div>
+
+ <div id="footerc">
+ $footer()$
+ </div>
+ </div>
+ </div>
+ </body>
+</html>