diff options
Diffstat (limited to 'frontend/static/template/room.html')
| -rw-r--r-- | frontend/static/template/room.html | 20 |
1 files changed, 10 insertions, 10 deletions
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> </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> |
