summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/chat.st')
-rwxr-xr-xtemplate/chat.st24
1 files changed, 12 insertions, 12 deletions
diff --git a/template/chat.st b/template/chat.st
index 3bf86ed..445372d 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -7,7 +7,7 @@
$if(user_avatar)$
$else$
- <link rel="stylesheet" type="text/css" href="/static/dumpnewuser.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/dumpnewuser.css">
$endif$
<script type="text/javascript" src="/static/webcam/webcam.js"></script>
<script type="text/javascript" src="/static/js/tooltip.js"></script>
@@ -25,7 +25,7 @@
var IsAdmin = false;
$endif$
</script>
- <script src="/static/away.js"></script>
+ <script src="/static/js/away.js"></script>
<script src="/static/js/ajaxupload.js"></script>
<script>
if (Nick) {
@@ -41,7 +41,7 @@ function pop(url)
}
</script>
</head>
-<body onload="MM_preloadImages('/static/thumbs_up_sm.gif')">
+<body onload="MM_preloadImages('/static/img/thumbs_up_sm.gif')">
$banner()$
<div id="chatrap">
<div id="logc">
@@ -77,7 +77,7 @@ function pop(url)
<hr />
</div>
$if(user_avatar)$
- <link rel="stylesheet" type="text/css" href="/static/dump.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/dump.css">
<div id="msgInputDiv">
<div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div>
<input id="msgSubmit" type="submit" value="Send"
@@ -89,7 +89,7 @@ function pop(url)
</div><div id="effects-msg"class="invisible">click on your face for effects!</div>
$else$
- <link rel="stylesheet" type="text/css" href="/static/dump.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/dump.css">
<div id="msgInputDiv">
<div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div>
<input id="msgSubmit" type="submit" value="Send"onClick="showAlert();"
@@ -106,14 +106,14 @@ $else$
</div>
<div id="newuserwrap">
- <div id="posthelp"><img src="/static/posthere.png"></div>
- <div id="webcamhelp"><img src="/static/webcamhelp.png"></div>
- <div id="userlisthelp"><img src="/static/userlisthelp.png"></div>
- <div id="imageboard"><img src="/static/imageboard.png"></div>
- <div id="uploadstuff"><img src="/static/uploadstuff.png"></div>
- <div id="signinblurb"><img src="/static/signinblurb.png"></div>
+ <div id="posthelp"><img src="/static/img/blurbs/posthere.png"></div>
+ <div id="webcamhelp"><img src="/static/img/blurbs/webcamhelp.png"></div>
+ <div id="userlisthelp"><img src="/static/img/blurbs/userlisthelp.png"></div>
+ <div id="imageboard"><img src="/static/img/blurbs/imageboard.png"></div>
+ <div id="uploadstuff"><img src="/static/img/blurbs/uploadstuff.png"></div>
+ <div id="signinblurb"><img src="/static/img/blurbs/signinblurb.png"></div>
- <div id="beingpostednow"><img src="/static/beingpostednow.png"></div>
+ <div id="beingpostednow"><img src="/static/img/blurbs/beingpostednow.png"></div>
<script>
jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 10000 ) })
</script>