diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-01 15:21:18 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-01 15:21:18 -0500 |
| commit | c4e2a34d4d03386f9eb66169e0010c03521b9ca8 (patch) | |
| tree | 26b43843d27019a1544fa7a7e595f3d1378f4116 /template | |
| parent | c5d2f05f287613a61fb32d20514f44c83a309d21 (diff) | |
| parent | 9c2fbfedc1cf55825ce4e496b907f5eea2ee57d8 (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'template')
| -rwxr-xr-x | template/banner.st | 14 | ||||
| -rwxr-xr-x | template/head.st | 2 |
2 files changed, 7 insertions, 9 deletions
diff --git a/template/banner.st b/template/banner.st index 981fe3b..2b03e34 100755 --- a/template/banner.st +++ b/template/banner.st @@ -10,14 +10,12 @@ <div id="bar7"> <div style="float: left;"> <div align="center"> - $if(user_nick)$ - <a href="/log"><img src="/static/text.gif" > Log</a> - <a href="/u/$user_nick$"> - <img src="/static/home4.gif"/> Profile - </a> - <a href="/browser"> - <img src="/static/image_draw.gif" /> - Browser Tool</a> + $if(user_nick)$ + <ul id="banner-menu"> + <li><a href="/log"><img src="/static/text.gif" > Log</a></li> + <li><a href="/u/$user_nick$"><img src="/static/home4.gif"/> Profile</a></li> + <li><a href="/browser"><img src="/static/image_draw.gif" /> Browser Tool</a></li> + </ul> $else$ <a href="/register"><img src="/static/answer_good.gif" />Register</a> <div id="landscape"> <img src="/static/const_landscape.gif" /> </div> diff --git a/template/head.st b/template/head.st index d1037fb..2d68d2b 100755 --- a/template/head.st +++ b/template/head.st @@ -40,7 +40,7 @@ function MM_swapImage() { //v3.0 jQuery(document).ready(function () { MM_preloadImages('/static/mouseover.gif'); }); - jQuery(function() { jQuery(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 })}); + jQuery(function() { jQuery("#banner-menu").lavaLamp({ fx: "backout", speed: 700 })}); </script> |
