diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-16 08:22:22 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-16 08:22:22 -0400 |
| commit | 367f34b972ae6e45a966b3d2713a4658bb76d798 (patch) | |
| tree | a50755107069477ef8432e5cce04c90463098f85 /template | |
| parent | 68a356a3e49717aefed0a00d4ec0fd565b067d9f (diff) | |
Added prod directory.st
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> }$ |
