diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-24 22:06:30 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-24 22:06:30 -0400 |
| commit | 8faf08aca6e0a251f13e7217487e6b18c463e02e (patch) | |
| tree | d34a36500a34ee9114ec9d72934dcdee649850df /template | |
| parent | 2f166037d567f7215cb7799419da32a74a5d19fe (diff) | |
Add mgmt rooms
Diffstat (limited to 'template')
| -rw-r--r-- | template/rooms/mgmt.st | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st index 33c74f9..480fe46 100644 --- a/template/rooms/mgmt.st +++ b/template/rooms/mgmt.st @@ -81,7 +81,15 @@ window.location = "http://dump.fm/error/ie"; <div id="chatrap"> <div id="dcontent"> <div id="messagePane"> - $if(user_nick)$ + <div id="logo7"> + <div align="center"> + <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> + <a class="img_roll" href="$domain$"></a> + <span class="fulltxt"> <a href="http://dump.fm/m/mgmtfull">View in fullscreen!</a></span> + </div> + </div> + + <div id="userList"> $users: { u | <div class="username"><a href="/$u.nick$" target="_blank"> @@ -94,7 +102,7 @@ window.location = "http://dump.fm/error/ie"; $u.nick$</a><br> </div> }$ - </div>$endif$ + </div> <div id="favbox" style="display: hidden"></div> <div id="messageList"> $messages: { m | @@ -110,7 +118,6 @@ window.location = "http://dump.fm/error/ie"; <span class="content">$m.content$</span> </div> }$ - <hr /> </div> </div> </div> |
