diff options
| author | sostler <sbostler@gmail.com> | 2010-03-16 08:23:52 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-16 08:23:52 -0400 |
| commit | 62f5aaff8f376ba3506a6232e62d922601f6783e (patch) | |
| tree | 65da31c7b606625bb5fcf464ed20655a7f913254 | |
| parent | 6ca298ac919071d2dd7b31f6a7f8f6ec528803c9 (diff) | |
| parent | 367f34b972ae6e45a966b3d2713a4658bb76d798 (diff) | |
Resolved directory.st
| -rw-r--r-- | template/directory.st | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/template/directory.st b/template/directory.st index dc2deec..94fb2cb 100644 --- a/template/directory.st +++ b/template/directory.st @@ -1,17 +1,18 @@ <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> @@ -43,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> }$ |
