summaryrefslogtreecommitdiff
path: root/frontend/static/template
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-18 09:12:09 -0500
committerroot <root@lalalizard.com>2012-12-18 09:12:09 -0500
commit51d26c982e3afed79c5c8b068d3314eee10243bd (patch)
tree99ac26588ba24da451c1d32fcf4fb9d242ae58de /frontend/static/template
parent5d074ed971fa886427eef2c76e9938122ed2e1e8 (diff)
fix static/ prefix in js and templates
Diffstat (limited to 'frontend/static/template')
-rw-r--r--frontend/static/template/directory.html2
-rw-r--r--frontend/static/template/index.html14
-rw-r--r--frontend/static/template/profile.html8
-rw-r--r--frontend/static/template/register.html8
-rw-r--r--frontend/static/template/room.html20
-rw-r--r--frontend/static/template/roomlist.html8
6 files changed, 30 insertions, 30 deletions
diff --git a/frontend/static/template/directory.html b/frontend/static/template/directory.html
index 9622fe1..f0bb92a 100644
--- a/frontend/static/template/directory.html
+++ b/frontend/static/template/directory.html
@@ -215,7 +215,7 @@ h2
</head>
<body>
<section id="logo">
- <a href="/"><img src="http://scannerjammer.com/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a>
+ <a href="/"><img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a>
<h1 id="header">high score directory</h1>
</section>
<section id="logobg"></section>
diff --git a/frontend/static/template/index.html b/frontend/static/template/index.html
index 2a3e7aa..c5a99f9 100644
--- a/frontend/static/template/index.html
+++ b/frontend/static/template/index.html
@@ -7,7 +7,7 @@
<meta property="og:title" content="ScannerJammer"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://scannerjammer.com:17769/"/>
-<meta property="og:image" content="http://scannerjammer.com/img/plant.gif"/>
+<meta property="og:image" content="http://scannerjammer.com/static/img/plant.gif"/>
<meta property="og:site_name" content="ScannerJammer"/>
<meta property="og:description" content="Youtube video chat"/>
<meta property="fb:admins" content="100001923956223,1709246"/>
@@ -17,13 +17,13 @@
NOTE: SCANNERJAMMER ONLY WORKS IN FIREFOX AND CHROME. DO NOT TRY THIS WITH INTERNET EXPLORER
</div>
<section id="bg">
- <img src="http://scannerjammer.com/img/scanjambg2.jpg" />
+ <img src="http://scannerjammer.com/static/img/scanjambg2.jpg" />
</section>
-<section id="plant"><img src="http://scannerjammer.com/img/plant.gif" height="700" /></section>
-<section id="flower"><img src="http://scannerjammer.com/img/flower-red.gif" height="400" /></section>
+<section id="plant"><img src="http://scannerjammer.com/static/img/plant.gif" height="700" /></section>
+<section id="flower"><img src="http://scannerjammer.com/static/img/flower-red.gif" height="400" /></section>
<section id="curtain"></section>
<section id="login">
- <img src="http://scannerjammer.com/img/scanjam-flipping.gif" width="100%" /><br />
+ <img src="http://scannerjammer.com/static/img/scanjam-flipping.gif" width="100%" /><br />
<label>username:</label> <input type="text" id="login-username" maxlength="25" /><br />
<label>password:</label> <input type="password" id="login-password" maxlength="32" /><br />
<label>&nbsp;</label> <div id="button-shim"><button id="login-go">ROCKET</button></div><br />
@@ -31,7 +31,7 @@
</section>
<section id="logo">
- <img src="http://scannerjammer.com/img/scanjam-title.gif" width="347" height="44" id="scanjam" />
+ <img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="347" height="44" id="scanjam" />
<div id="likebutton">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fscannerjammer.com%3A17769%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;font&amp;colorscheme=dark&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
</div>
@@ -56,7 +56,7 @@
<section id="playlistbg"></section>
<section id="playlist">
- <img src="http://scannerjammer.com/img/playlist-banner.gif" width="200" height="60" />
+ <img src="http://scannerjammer.com/static/img/playlist-banner.gif" width="200" height="60" />
<ul id="queue"></ul>
</section>
diff --git a/frontend/static/template/profile.html b/frontend/static/template/profile.html
index aa22c96..839d686 100644
--- a/frontend/static/template/profile.html
+++ b/frontend/static/template/profile.html
@@ -20,7 +20,7 @@
</head>
<body>
<div id="logo">
- <a href="/"><img src="http://scannerjammer.com/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a>
+ <a href="/"><img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a>
<h2>
Use arrow keys to switch videos<br/>
Hit L key to LIKE<br/>
@@ -30,7 +30,7 @@
</div>
<div id="logobg"></div>
-<div id="flower"><img src="http://scannerjammer.com/img/flower-red.gif" height="400" /></div>
+<div id="flower"><img src="http://scannerjammer.com/static/img/flower-red.gif" height="400" /></div>
<div id="player">
<div id="projector">
@@ -57,9 +57,9 @@
</div>
<div id="contact">
- <img src="http://scannerjammer.com/img/runner.gif" class="avatar">
+ <img src="http://scannerjammer.com/static/img/runner.gif" class="avatar">
<p id="bio"></p>
- <img src="http://scannerjammer.com/img/runner.gif" class="avatar">
+ <img src="http://scannerjammer.com/static/img/runner.gif" class="avatar">
</div>
<div id="bg">
diff --git a/frontend/static/template/register.html b/frontend/static/template/register.html
index 198ce0d..526badb 100644
--- a/frontend/static/template/register.html
+++ b/frontend/static/template/register.html
@@ -122,11 +122,11 @@ img
</style>
<body>
<section id="bg">
- <img src="http://scannerjammer.com/img/glittergutzbg.gif" />
+ <img src="http://scannerjammer.com/static/img/glittergutzbg.gif" />
</section>
<section id="curtain"></section>
<section id="register">
- <img src="http://scannerjammer.com/img/scanjam-title.gif" width="100%" /><br />
+ <img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="100%" /><br />
<h1>official registration form</h1>
<label>username:</label>
@@ -148,7 +148,7 @@ img
</section>
<section id="success">
<!--
- <img src="http://scannerjammer.com/img/scanjam-title.gif" width="100%" /><br />
+ <img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="100%" /><br />
-->
wow okay awesome- greetings,<br />
<span id="success-username"></span>
@@ -161,7 +161,7 @@ img
<section id="plea">
please enable javascript
</section>
-<section id="plant"><img src="http://scannerjammer.com/img/plant.gif" height="700" /></section>
+<section id="plant"><img src="http://scannerjammer.com/static/img/plant.gif" height="700" /></section>
</body>
<script type="text/javascript">document.getElementById("plea").style.display="none"</script>
<script type="text/javascript" src="/js/jquery-1.5.2.min.js"></script>
diff --git a/frontend/static/template/room.html b/frontend/static/template/room.html
index 25c4e23..0fcd4af 100644
--- a/frontend/static/template/room.html
+++ b/frontend/static/template/room.html
@@ -40,13 +40,13 @@
</section>
<section id="bg">
- <img src="http://scannerjammer.com/bgz/1302474305250-dumpfm-GucciSoFlosy-pattern4.gif" />
+ <img src="http://scannerjammer.com/static/bgz/1302474305250-dumpfm-GucciSoFlosy-pattern4.gif" />
</section>
-<section id="plant"><img src="http://scannerjammer.com/img/plant.gif" height="700" /></section>
-<section id="flower"><img src="http://scannerjammer.com/img/flower-red.gif" height="400" /></section>
+<section id="plant"><img src="http://scannerjammer.com/static/img/plant.gif" height="700" /></section>
+<section id="flower"><img src="http://scannerjammer.com/static/img/flower-red.gif" height="400" /></section>
<section id="curtain"></section>
<section id="login">
- <img src="http://scannerjammer.com/img/scanjam-flipping.gif" width="100%" /><br />
+ <img src="http://scannerjammer.com/static/img/scanjam-flipping.gif" width="100%" /><br />
<label>username:</label> <input type="text" id="login-username" maxlength="25" /><br />
<label>password:</label> <input type="password" id="login-password" maxlength="32" /><br />
<label>&nbsp;</label> <div id="button-shim"><button id="login-go">ROCKET</button></div><br />
@@ -54,7 +54,7 @@
</section>
<section id="logo">
- <a href="/"><img src="http://scannerjammer.com/img/scannerjammer-logo.png" width="347" height="44" id="scanjam" border="0" /></a>
+ <a href="/"><img src="http://scannerjammer.com/static/img/scannerjammer-logo.png" width="347" height="44" id="scanjam" border="0" /></a>
<h2 id='preamblewords' class='preamblish'>Post urls into the chat!<br/>Use arrow keys to switch videos<br/>Hit L key to LIKE<br/>Hit ESC to switch views</h2>
<h1 id="heading"></h1>
<div id="likebutton">
@@ -89,7 +89,7 @@
<section id="playlistbg"></section>
<section id="playlist">
<div style="padding-left: 10px; background: #333; opacity: 0.7; display: block; text-align: center; color: #6dd;">
- <img src='http://scannerjammer.com/img/playlist_chat.gif' height='32' />
+ <img src='http://scannerjammer.com/static/img/playlist_chat.gif' height='32' />
</div>
<ul id="queue">
</ul>
@@ -99,7 +99,7 @@
<section id="chat"></section>
<section id="tokbox-embed">
- <span id="tokbox-loading"><img src="/img/loading.gif" /></span>
+ <span id="tokbox-loading"><img src="/static/img/loading.gif" /></span>
<div id="tokbox-settings">
microphone <button id="tokbox-microphone">off</button><br/>
mute all <button id="tokbox-mute-all">off</button><br/>
@@ -122,7 +122,7 @@
</section>
<div id="search-results-container">
- <img id="search-loading" src="/img/loading2.gif" />
+ <img id="search-loading" src="/static/img/loading2.gif" />
<div id="search-instructions">click to post in the room</div>
<ul id="search-results"></ul>
</div>
@@ -130,7 +130,7 @@
<div id="sitez">
<input type="text" id="search-terms" />
- <div id="settings-hook"><img src="/img/cube.png" width="20" height="20"/></div><div id="rooms-hook"><img src="/img/icosahedron.png" width="20" height="20"/></div><div id="about-hook"><img src="/img/pyramid.png" width="20" height="20"/></div>
+ <div id="settings-hook"><img src="/static/img/cube.png" width="20" height="20"/></div><div id="rooms-hook"><img src="/static/img/icosahedron.png" width="20" height="20"/></div><div id="about-hook"><img src="/static/img/pyramid.png" width="20" height="20"/></div>
</section>
<section id="settings-container">
@@ -167,7 +167,7 @@
<section id="rooms-container">
<div id="rooms-close" class="close">X</div>
<h5>ROOMS</h5>
- <img src="/img/loading.gif" width="32" height="32" id="rooms-loading" />
+ <img src="/static/img/loading.gif" width="32" height="32" id="rooms-loading" />
<ul id="rooms-list">
</ul>
</section>
diff --git a/frontend/static/template/roomlist.html b/frontend/static/template/roomlist.html
index 3128c8f..2968840 100644
--- a/frontend/static/template/roomlist.html
+++ b/frontend/static/template/roomlist.html
@@ -9,7 +9,7 @@
<meta property="og:title" content="ScannerJammer"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://scannerjammer.com/"/>
-<meta property="og:image" content="http://scannerjammer.com/img/plant.gif"/>
+<meta property="og:image" content="http://scannerjammer.com/static/img/plant.gif"/>
<meta property="og:site_name" content="ScannerJammer"/>
<meta property="og:description" content="Youtube video chat"/>
<meta property="fb:admins" content="100001923956223,1709246"/>
@@ -27,9 +27,9 @@
<script type="text/javascript">document.getElementById("plea").style.display="none"</script>
</section>
<section id="logo">
- <a href="/"><img src="http://scannerjammer.com/img/scanjam-title.gif" width="247" height="41" id="scanjam" border="0" /></a>
+ <a href="/"><img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="247" height="41" id="scanjam" border="0" /></a>
<!--
- <a href="/"><img src="http://scannerjammer.com/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a>
+ <a href="/"><img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a>
<h2 id='preamblewords' class='preamblish'>Welcome to the ScannerJammer Network</h2>
-->
<h1 id="header">WELCOME TO THE SCANNERJAMMER NETWORK</h1>
@@ -38,7 +38,7 @@
<section id="curtain"></section>
<section id="login">
- <img src="http://scannerjammer.com/img/scanjam-flipping.gif" width="100%" /><br />
+ <img src="http://scannerjammer.com/static/img/scanjam-flipping.gif" width="100%" /><br />
<label>username:</label> <input type="text" id="login-username" maxlength="25" /><br />
<label>password:</label> <input type="password" id="login-password" maxlength="32" /><br />
<label>&nbsp;</label> <div id="button-shim"><button id="login-go">ROCKET</button></div><br />