diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-31 03:27:09 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-31 03:27:09 -0500 |
| commit | 2ca41848debe4dd760c342269fbdcf4eaf7ca0b7 (patch) | |
| tree | 138f15534ea5f4e6684f3e86144815cf3b580f78 /template | |
| parent | 530f05ecae21c5bb5615371739b429000d61dbea (diff) | |
Adding prod changes
Diffstat (limited to 'template')
| -rwxr-xr-x | template/banner.st | 10 | ||||
| -rwxr-xr-x | template/browser.st | 2 | ||||
| -rwxr-xr-x | template/chat.st | 4 | ||||
| -rw-r--r-- | template/form_login.st | 8 | ||||
| -rwxr-xr-x | template/profile.st | 4 |
5 files changed, 17 insertions, 11 deletions
diff --git a/template/banner.st b/template/banner.st index 80d3865..1fbc62b 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"><i>dump.fm</i></a></div> + <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 id="strapline"><img src="/static/talkwith.png" width="179" height="53" /></div> </div> <div class="white"> @@ -13,7 +13,7 @@ $if(user_nick)$ <a href="/log"><img src="/static/text.gif" > Log</a> <a href="/u/$user_nick$"> - <img src="/static/home4.gif"/>Profile + <img src="/static/home4.gif"/> Profile </a> <a href="/browser"> <img src="/static/image_draw.gif" /> @@ -29,13 +29,13 @@ </div> </div> - <div id="logout7" class="white"> + $if(isadmin)$ - <div id="vip"> + <div id="vippp"> <a href="/VIP/chat"> ★ VIP ★ </a> </div> $endif$ - + <div id="logout7" class="white"> <div align="center">$if(user_nick)$ <a href="/logout"><img src="/static/door2.gif" width="16" height="16" /> Logout</a> $else$ $form_login()$ $endif$ </div> diff --git a/template/browser.st b/template/browser.st index 8012fa9..4e99697 100755 --- a/template/browser.st +++ b/template/browser.st @@ -26,7 +26,7 @@ right: 25px; } </style> - <script src="http://widgets.getclicky.com/tally/?site_id=170656&sitekey=736f7dd41a0612d8d50797c65768e71a&width=175&height=250&title=Visitors" type="text/javascript"></script> + </head> <body> diff --git a/template/chat.st b/template/chat.st index bf9a1ba..330a143 100755 --- a/template/chat.st +++ b/template/chat.st @@ -56,7 +56,9 @@ <div id="messagePane"> <div id="messageList"> $messages: { m | - <div class="msgDiv oldmsg" id="message-$m.message_id$"><b><a href="/u/$m.nick$">$m.nick$</a>: </b> + <div class="msgDiv oldmsg" id="message-$m.message_id$"><b> + + <a href="/u/$m.nick$">$m.nick$</a>: </b> <span class="content">$m.content$<span></div> }$ <hr /> diff --git a/template/form_login.st b/template/form_login.st index 9f96f58..014ea87 100644 --- a/template/form_login.st +++ b/template/form_login.st @@ -7,16 +7,18 @@ </p><br> </p> + + <i>dumps like a truck, truck, truck.</i> <input id="nickInput" name="nickInput" title="username" tabindex="4" type="text"> </p> <p> <input id="passwordInputLabel" name="passwordInputLabel" tabindex="5" type="text" class="invisible"> <input id="passwordInput" name="passwordInput" title="password" tabindex="5" type="password"> </p> - <p class="remember"> - <img src="/static/signin.gif" id="signin-submit"> + <p class="remember"><br> + <img src="/static/signin.gif" id="signin-submit"> - <!-- <input id="loginSubmit" value="Sign in" tabindex="6" type="submit"> --> + <!-- <input id="signin-submit" value="Sign in" tabindex="6" type="submit"> --> </p> </form> </fieldset> diff --git a/template/profile.st b/template/profile.st index 7b39c0f..c0c3bd1 100755 --- a/template/profile.st +++ b/template/profile.st @@ -73,7 +73,9 @@ <h3> </h3> <h3> </h3> <h3> </h3> <h3> </h3><div id="newuser"> -<img src="/static/welcometop.png"><br> +<h2>Welcome to dump.fm! ✌</h2> + +<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> |
