diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-06 10:28:27 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-06 10:28:27 -0500 |
| commit | b0151ef773ca09692f3b672bc756f79e2307cb12 (patch) | |
| tree | 1d3d32e964fd5de8d76da6aad45afe2bfe3c8390 /template | |
| parent | 99cceb4ee2c665288a8db5e431cd3a672ddf1567 (diff) | |
timb adding ryder's changes...
Diffstat (limited to 'template')
| -rwxr-xr-x | template/banner.st | 2 | ||||
| -rwxr-xr-x | template/browser.st | 3 | ||||
| -rwxr-xr-x | template/chat.st | 7 | ||||
| -rwxr-xr-x | template/log.st | 19 | ||||
| -rwxr-xr-x | template/profile.st | 4 |
5 files changed, 19 insertions, 16 deletions
diff --git a/template/banner.st b/template/banner.st index e2b816f..a857628 100755 --- a/template/banner.st +++ b/template/banner.st @@ -2,7 +2,7 @@ <div id="header7"> <div id="logoicons"> <div id="logo7"> - <div align="center"><a href="/chat" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/static/modbarover.png',1)"><img src="/static/modbar.png" name="Image2" border="0"></a></div> + <div align="center"><a href="/chat">dump.fm</a></div> <div id="strapline"><img src="/static/talkwith.png" width="179" height="53" /></div> </div> <div class="white"> diff --git a/template/browser.st b/template/browser.st index 4e99697..75e6294 100755 --- a/template/browser.st +++ b/template/browser.st @@ -14,7 +14,8 @@ var Room = $json_room_key$; var Timestamp = $timestamp$; var PostedMessages = []; - var growlize = true; + var IsAdmin = "$isadmin$"; + var growlize = true; </script> diff --git a/template/chat.st b/template/chat.st index 330a143..223b8ab 100755 --- a/template/chat.st +++ b/template/chat.st @@ -64,8 +64,8 @@ <hr /> </div> $if(user_nick)$ - <div id="msgInputDiv"> - <input id="msgInput" class="msgInput" type="input" /> + <div id="msgInputDiv"> + <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div> <input id="msgSubmit" type="submit" value="Send Image URL" /> <input id="upload" value="Upload" type="submit"> @@ -74,7 +74,8 @@ </div> </div> </div> - </div> + + </div> <div id="footerc"> <p> $footer()$ diff --git a/template/log.st b/template/log.st index abc0477..0a12550 100755 --- a/template/log.st +++ b/template/log.st @@ -28,20 +28,21 @@ $else$ No dumps! $endif$ - <div id="pnav"> - <div id="pnavo"> + <div id="pnav"> + $if(next)$ - <a href="/$roomkey$/log/$next$"><- OLD DUMPS</a> + <div id="pnavn"><a href="/$roomkey$/log/$next$">next ☞</a></div> $endif$ - </div> - <div id="pnavn"> - + + $if(prev)$ - <a href="/$roomkey$/log/$prev$">NEW DUMPS -></a> + <div id="pnavo"> <a href="/$roomkey$/log/$prev$">☜ prev</a> </div> $endif$ - <br><br> -</div></div> + + <br><br> + </div> +</div> diff --git a/template/profile.st b/template/profile.st index e71e2bd..a735b2a 100755 --- a/template/profile.st +++ b/template/profile.st @@ -129,12 +129,12 @@ <div id="pnav"> $if(next)$ - <div id="pnavo"> <a href="/u/$nick$/$next$">☜ OLD</a> </div> + <div id="pnavn"><a href="/u/$nick$/$next$">next ☞</a></div> $endif$ $if(prev)$ - <div id="pnavn"><a href="/u/$nick$/$prev$">NEW ☞</a></div> + <div id="pnavo"> <a href="/u/$nick$/$prev$">☜ prev</a> </div> $endif$ |
