summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-24 08:09:42 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-24 08:09:42 -0500
commit0f8f1b234276514560e6df3bb6f6bac56fa9807d (patch)
tree17033cca10452badcf8a1fd2efe7197a964bff5a
parent699dc9c754b76490091b5f1108a05953f6b8272c (diff)
Commit template changes
-rwxr-xr-xtemplate/banner.st2
-rwxr-xr-xtemplate/log.st2
-rwxr-xr-xtemplate/logged_dump.st2
3 files changed, 3 insertions, 3 deletions
diff --git a/template/banner.st b/template/banner.st
index c67bafa..557a0e0 100755
--- a/template/banner.st
+++ b/template/banner.st
@@ -18,7 +18,7 @@
<li><a href="/browser"><img src="/static/image_draw.gif" /> Image Search</a></li>
</ul>
$else$&nbsp; &nbsp;
- <a href="/register"><img src="/static/answer_good.gif" />Register</a>
+ <div id="register"> <a href="/register"><img src="/static/answer_good.gif" />Register</a></div>
<div id="landscape"> <img src="/static/const_landscape.gif" /> </div>
<div id="welcomeinternet"> <img src="/static/welcome.gif" /> </div>
$endif$
diff --git a/template/log.st b/template/log.st
index 0a12550..425a0fb 100755
--- a/template/log.st
+++ b/template/log.st
@@ -1,6 +1,6 @@
<html>
<head>
- <title>$roomname$ Log</title>
+ <title>dump.fm log</title>
$head()$
<link rel="stylesheet" type="text/css" href="/static/profile.css">
<style>
diff --git a/template/logged_dump.st b/template/logged_dump.st
index 86e23fc..dcda175 100755
--- a/template/logged_dump.st
+++ b/template/logged_dump.st
@@ -31,7 +31,7 @@ img{
}
</style>
<div class="logged-dump">
- <div>$dump.created_on$ -- by <a href="/u/$dump.nick$">$dump.nick$</a></div>
+ <div>$dump.created_on$ -- by <b><a href="/u/$dump.nick$">$dump.nick$</a></b></div>
<div class="content">$dump.content$</div>
<hr />
</div>