diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-18 21:19:55 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-18 21:19:55 -0400 |
| commit | a1faca737392b3dfddbcc17396d9ded4a48226af (patch) | |
| tree | a5caf122c411673fc83db3d47039a660731911bb /template | |
| parent | a18780727d1da03255071af5022195d6bd97508c (diff) | |
sostler prod commit
Diffstat (limited to 'template')
| -rw-r--r-- | template/about_us.st | 2 | ||||
| -rw-r--r-- | template/chat.st | 4 | ||||
| -rw-r--r-- | template/chat_help_bubbles.st | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/template/about_us.st b/template/about_us.st index 4f3f4dc..e198330 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -64,7 +64,7 @@ DUMP.FM is a <img src="/static/img/newanim.gif"> exciting tool for the internets <h5><br> -Oh hai! We're based in NYC...<br><br> +Hi! We're based in NYC...<br><br> You can shoot us an email at <a href="mailto:info@dump.fm"> info@dump.fm</a></h5><br><br></center></div> </div> diff --git a/template/chat.st b/template/chat.st index 924499b..8f87697 100644 --- a/template/chat.st +++ b/template/chat.st @@ -99,7 +99,7 @@ $if(user_avatar)$ <input id="webcam-button-upload" value="Webcam" type="submit"> <input id="webcam-button-snap" value="Send Pic" type="submit" class="invisible blink"> <button id="palette-button"><img src="/static/img/palette.gif"></button> - <div id="trophy"><a href="javascript:pop('http://www.likeneveralways.com/trash/count/index.php');"class="tooltip" title="Contest Counter"><img src="/static/img/trophyicon.gif"></a></div> + <div id="trophy" style="display:none;"><a href="javascript:pop('http://www.likeneveralways.com/trash/count/index.php');"class="tooltip" title="Contest Counter"><img src="/static/img/trophyicon.gif"></a></div> </div><div id="effects-msg"class="invisible">click on your face for effects!</div> </div> $else$ @@ -111,7 +111,7 @@ $else$ <input id="webcam-button-upload" value="Webcam" type="submit"onClick="showAlert();"> <input id="webcam-button-snap" value="Send Pic" type="submit" class="invisible blink" onClick="showAlert();"> <button id="palette-button"><img src="/static/img/palette.gif"></button> - <div id="trophy"><a href="javascript:pop('http://www.likeneveralways.com/trash/count/index.php');"class="tooltip" title="Contest Counter"onClick="showAlert();"><img src="/static/img/trophyicon.gif"></a></div> + <div id="trophy"style="display:none;"><a href="javascript:pop('http://www.likeneveralways.com/trash/count/index.php');"class="tooltip" title="Contest Counter"onClick="showAlert();"><img src="/static/img/trophyicon.gif"></a></div> </div> </div> $chat_help_bubbles()$ diff --git a/template/chat_help_bubbles.st b/template/chat_help_bubbles.st index ab8218f..71cd04e 100644 --- a/template/chat_help_bubbles.st +++ b/template/chat_help_bubbles.st @@ -1,4 +1,4 @@ -<div id="newuserwrap"> +<div id="newuserwrap" style="display:none;"> <div id="posthelp"><img src="/static/img/furie6.png"></div> <div id="webcamhelp"><img src="/static/img/furie5.png"></div> <a href="/help"><div id="userlisthelp"><img src="/static/img/furie7.png"></div></a> |
