diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/directory.st | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/directory.st b/template/directory.st index bf6979c..6604368 100644 --- a/template/directory.st +++ b/template/directory.st @@ -1,11 +1,13 @@ <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> @@ -13,6 +15,7 @@ <div id="chatrap"> + <div id="log"> <div id="loghead"></div> <br> @@ -41,6 +44,12 @@ last post </b></div> <span class="linkify">$u.content$</span> <hr /> +<div style="display:none;"> + +<a href="http://www.facebook.com/share.php?u=$u.content$" target="_blank"><img src="/static/fbbutton.png"></a> + +<a href="http://twitter.com/home?status=found on dump.fm! $u.content$" target="_blank"><img src="/static/twittericon.png"></a> +<a href="http://delicious.com/save?url=$u.content$" target="_blank"><img src="/static/delishicon.png"></a></div> </div> }$ |
