summaryrefslogtreecommitdiff
path: root/template/directory.st
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-04 08:38:13 -0500
committerScott Ostler <sostler@deathmachine.local>2010-03-04 08:38:13 -0500
commit3dd5aee13e4af1a10bde22737ea099410caaebb1 (patch)
tree1cab6be024025468021f63e6968926bf1170d719 /template/directory.st
parenta613013fb60a8648b87691ebd50db1de081cddda (diff)
parent6d26cb3bf2fed44e1fd1c2b245c434851eb5c538 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/directory.st')
-rw-r--r--template/directory.st33
1 files changed, 33 insertions, 0 deletions
diff --git a/template/directory.st b/template/directory.st
new file mode 100644
index 0000000..23960f0
--- /dev/null
+++ b/template/directory.st
@@ -0,0 +1,33 @@
+<html>
+ <head>
+ <title>dump.fm Directory</title>
+ $head()$
+ <style>
+ body {
+ background-attachment: fixed;
+ background-color: #FFE;
+ background-image: url(http://localhost:8080/static/chanbg.png);
+ background-position: 1px 10px;
+ background-repeat: repeat-x;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+ #main {
+ position: absolute;
+ top: 57px;
+ padding: 2em;
+ }
+ </style>
+ </head>
+ <body>
+ $banner()$
+ <div id="chatrap">
+ <div id="headerbar"></div>
+ <div id="main">
+ <h3>DUMP STARS</h3>
+ </div>
+ <div id="footer">
+ $footer()$
+ </div>
+ </div>
+ </body>
+</html>