summaryrefslogtreecommitdiff
path: root/template/single_message.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/single_message.st')
-rw-r--r--template/single_message.st43
1 files changed, 43 insertions, 0 deletions
diff --git a/template/single_message.st b/template/single_message.st
new file mode 100644
index 0000000..e75ddd5
--- /dev/null
+++ b/template/single_message.st
@@ -0,0 +1,43 @@
+<html>
+ <head>
+
+ <title>dump.fm</title>
+ $head()$
+ <link rel="stylesheet" type="text/css" href="/static/directory.css">
+ <script>
+ jQuery(document).ready(initDirectory);
+ </script>
+
+
+ </head>
+ <body>
+ $banner()$
+ <div id="chatrap">
+ <div id="log">
+ <div id="loghead"></div>
+ <br>
+ <div id="posts">
+ <br>
+ <div class="logged-dump">
+ <a href="/u/$message.nick$">
+ <b>$message.nick$</b>
+ $if(message.avatar)$
+ <div style="border-image:url($message.avatar$)">
+ <div id="logavatar">
+ <img height="50" width="50" src="$message.avatar$"></img>
+ </div>
+ $endif$
+ </a>
+ <span class="linkify">$message.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>
+ <!--<div id="footer">
+ $footer()$
+ </div>-->
+ </div>
+ </body>
+</html>