summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/banner.st10
-rw-r--r--template/form_login.st4
2 files changed, 6 insertions, 8 deletions
diff --git a/template/banner.st b/template/banner.st
index 335ea7c..1c5b9a2 100644
--- a/template/banner.st
+++ b/template/banner.st
@@ -12,10 +12,10 @@
$if(user_nick)$
- <a href="http://dump.fm/log" ><img src="/static/img/log.gif"width="20px" height="20px"> Log</a>
- <a href="http://dump.fm/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$ Profile</a>
- <a href="http://dump.fm/directory"><img src="/static/img/directory.gif"width="20px" height="20px" /> Directory</a>
- <a href="http://dump.fm/browser"><img src="/static/img/image_draw.gif"/> Image Search</a>
+ <a href="http://dump.fm/log" ><img src="/static/img/log.gif"width="20px" height="20px">&#9827; Log</a>
+ <a href="http://dump.fm/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$&#9829; Profile</a>
+ <a href="http://dump.fm/directory"><img src="/static/img/directory.gif"width="20px" height="20px" />&#9824; Directory</a>
+ <a href="http://dump.fm/browser"><img src="/static/img/image_draw.gif"/>&#9830; Image Search</a>
$else$
@@ -41,7 +41,7 @@
</div>
$endif$
<div id="logout7" class="white">
- <div align="center">$if(user_nick)$ <a href="/logout"><img src="/static/img/door.gif" width="16" height="16" /> Logout</a> $else$ $form_login()$ $endif$
+ <div align="center">$if(user_nick)$ <a href="/logout"> Logout</a> $else$ $form_login()$ $endif$
</div>
</div>
diff --git a/template/form_login.st b/template/form_login.st
index 7d7adf5..2f87e5a 100644
--- a/template/form_login.st
+++ b/template/form_login.st
@@ -24,9 +24,7 @@
</p>
<p class="remember"><br>
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/static/img/signin.gif" id="signin-submit">
-
- <!-- <input id="signin-submit" value="Sign in" tabindex="6" type="submit"> -->
+<input id="signin-submit" value="Sign in" tabindex="6" type="submit">
</p>
</form>
</fieldset>