diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/banner.st | 2 | ||||
| -rwxr-xr-x | template/head.st | 2 | ||||
| -rwxr-xr-x | template/profile.st | 17 |
3 files changed, 13 insertions, 8 deletions
diff --git a/template/banner.st b/template/banner.st index b4f5805..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"> diff --git a/template/head.st b/template/head.st index f0e36b1..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> --> 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> |
