diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-20 20:21:59 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-20 20:21:59 -0400 |
| commit | 8178d640398c2b596b9dddfa3b159d1e23881952 (patch) | |
| tree | cac74732f8515da61c258fef7276658611a2b1f2 /template | |
| parent | 04bec93bf1d58e7a75268651b54fdce566c408b1 (diff) | |
sostler prod commit
Diffstat (limited to 'template')
| -rw-r--r-- | template/banner.st | 10 | ||||
| -rw-r--r-- | template/form_login.st | 4 |
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">♣ 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> $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> - <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> |
