diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/about_us.st | 2 | ||||
| -rw-r--r-- | template/chat.st | 20 | ||||
| -rw-r--r-- | template/error_ie.st | 9 |
3 files changed, 10 insertions, 21 deletions
diff --git a/template/about_us.st b/template/about_us.st index e198330..1b84f04 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -32,7 +32,7 @@ background-attachment:fixed;" onload=" <div style="padding:0px" id="content" name="content"> <div style="background-color:#fff"><center> <img src="/static/img/dumpclouds.png"><br><br> <h5 style="padding:2px;"> -DUMP.FM is a <img src="/static/img/newanim.gif"> exciting tool for the internets; allowing pictures to be used for realtime communication and collaboration. Users can send image URLs (which display instantly in the chat), upload locally from their hard drive or post a pics right from their webcam. Every image gets stored in your DUMP.FM log, similarly, a log is kept of the entire collaboration. +DUMP.FM is a <img src="/static/img/newanim.gif"> exciting tool for the internet; allowing pictures to be used for realtime communication and collaboration. Users can send image URLs (which display instantly in the chat), upload locally from their hard drive or post a pics right from their webcam. Every image gets stored in your DUMP.FM log, similarly, a log is kept of the entire collaboration. </center><br></div></h5> </div></div> diff --git a/template/chat.st b/template/chat.st index 8f87697..5b829fc 100644 --- a/template/chat.st +++ b/template/chat.st @@ -18,9 +18,7 @@ <head> <title>dump.fm</title> $head()$ -$if(!user_avatar)$ - <link rel="stylesheet" type="text/css" href="/static/css/dumpnewuser.css"> -$endif$ + <link rel="stylesheet" type="text/css" href="/static/css/dump.css"> <script type="text/javascript" src="/static/js/invalid_domains.js"></script> <script type="text/javascript" src="/static/webcam/webcam.js"></script> @@ -90,7 +88,6 @@ $messages: { m | }$ <hr /> </div> -$if(user_avatar)$ <div id="msgInputDiv"> <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div> <input id="msgSubmit" type="submit" value="Send"/> @@ -102,20 +99,7 @@ $if(user_avatar)$ <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$ - <div id="msgInputDiv"> - <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div> - <input id="msgSubmit" type="submit" value="Send"onClick="showAlert();"/> - - <input id="upload" value="Upload" type="submit"onClick="showAlert();"> - <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"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()$ -$endif$ + </div> </div> </div> diff --git a/template/error_ie.st b/template/error_ie.st index a4f5b66..340c4c3 100644 --- a/template/error_ie.st +++ b/template/error_ie.st @@ -1,3 +1,8 @@ -<div id="iesucks"> +<div id="iesucks" style="margin:10%;font-size:15px;font-family:Arial, sans serif;color:black;"> +<center> +<img src="http://coteriemusicblog.files.wordpress.com/2008/02/1.gif"> +<h2> WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari ... (possibly Opera) ... sorry dude... -</DIV>
\ No newline at end of file +</h2> +</DIV> +</center>
\ No newline at end of file |
