diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/banner.st | 16 | ||||
| -rwxr-xr-x | template/head.st | 4 | ||||
| -rwxr-xr-x | template/profile.st | 17 |
3 files changed, 20 insertions, 17 deletions
diff --git a/template/banner.st b/template/banner.st index 1fbc62b..2b03e34 100755 --- a/template/banner.st +++ b/template/banner.st @@ -2,7 +2,7 @@ <div id="header7"> <div id="logoicons"> <div id="logo7"> - <div align="center"><a href="/chat" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/static/mouseover.gif',1)"><img src="/static/wordlogo2.gif" name="Image2" width="153" height="73" border="0"></a></div> + <div align="center"><a href="/chat" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/static/modbarover.png',1)"><img src="/static/modbar.png" name="Image2" border="0"></a></div> <div id="strapline"><img src="/static/talkwith.png" width="179" height="53" /></div> </div> <div class="white"> @@ -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 780d60c..2d68d2b 100755 --- a/template/head.st +++ b/template/head.st @@ -1,4 +1,4 @@ -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <!-- <script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script> --> @@ -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> diff --git a/template/profile.st b/template/profile.st index 20ba72c..e71e2bd 100755 --- a/template/profile.st +++ b/template/profile.st @@ -91,27 +91,32 @@ <h3> </h3><div id="newuser"> <h2>☺✌ Welcome to dump.fm ✌☺</h2> -<br><br><br> +<br><br> -<h1>❶ Find a cool image you want as your avatar</h1> - To get started <a href="/chat">join in</a> and post a few pictures.</h3> +<h1>Step ❶</h1> +<h3>☟ Find a sweet image for your avatar, paste the URL below ☟</h3> $if(avatar)$ <img id="avatarPic" src="$avatar$" width="150px"/> $else$ - <b id="avatarPic">No avatar</b> + <b id="avatarPic"></b> $endif$ $if(is_home)$ <div id="avatar" class="editable">$avatar$</div> $endif$ - <h3>contact info</h3> +<h1>Step ❷</h1> +<h3>☟ Enter some contact info below ☟</h3> <div id="contact" class="$if(is_home)$editable$else$linkify$endif$">$contact$</div> <br> - <h3>personal info</h3> +<h1>Step ❸</h1> +<h3>☟ Enter some personal info below ☟</h3> <div id="bio" class="$if(is_home)$editable$else$linkify$endif$">$bio$</div> <br> + <h1>Step ❹</h1> + + <h3> <a href="/chat">Join the ♣ and start posting pictures!</a></h3> <h3> </h3></div> <h3> </h3> <h3> </h3> |
