Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
46
modules/chat/chat_full_ws.tpl
Normal file
46
modules/chat/chat_full_ws.tpl
Normal file
|
@ -0,0 +1,46 @@
|
|||
{$header}
|
||||
<aside id="library" style="display:none;">
|
||||
<img src="http://www.ponytopia.net/images/nightsky.png" id="nightsky" />
|
||||
<img src="http://www.ponytopia.net/images/big-glow.png" id="big-glow" />
|
||||
<img src="http://www.ponytopia.net/images/small-glow.png" id="small-glow" />
|
||||
</aside>
|
||||
<div id="chat-content-wrap">
|
||||
<div id="chat-content">
|
||||
<div id="chat" style="height:100%;">
|
||||
<h2 class='roomname' style="color:#{$col};">{$username}</h2>
|
||||
|
||||
<div class="topbar"><a id="notchan">Yay!</a> | <a href="http://forum.ponytopia.net/help-8.html" target="_blank" onclick="return popup('http://forum.ponytopia.net/help-8.html','width=800, height=800, resizeable,scrollbars=yes');">Help</a> | <a href="http://forum.ponytopia.net/misc.php?action=smilies&popup=true" target="_blank" onclick="return popup('http://forum.ponytopia.net/misc.php?action=smilies&popup=true','width=600, height=600, resizeable,scrollbars=yes');">Smilies</a> | <a href="http://chat.ponytopia.net/logs.html" target="_blank">Logs</a> | <a id="notsw">Notice: On</a> | <a id="scrolling">Scrolling: On</a> | <a id="whwindow">{$whtext}</a> | <a id="ooc">{$ooctext}</a> | <a id="bgmusic">{$bgmusic}</a> | <a id="submit">{$submit}</a> | <a id="logout">Logout</a></div>
|
||||
|
||||
<div id="chatlog" style="z-index:1; height:600px; position:relative;"></div>
|
||||
|
||||
<span style="padding-top:3px; padding-bottom:3px;">
|
||||
|
||||
{$simg} <textarea id="text" autocomplete="off" spellcheck="true" style="z-index:2; float: right; position: relative; background: none repeat scroll 0 0 #12120F; border: 1px solid #FFFFFF; width: 92%; height:20px; color: #{$col};" ></textarea>
|
||||
</div>
|
||||
<div id="rightbar">
|
||||
|
||||
<div class="userlist">
|
||||
</div>
|
||||
<div class="functions">
|
||||
</div>
|
||||
{$rightnav}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
$('#chatlog').slimScroll({
|
||||
color: '#00f',
|
||||
size: '10px',
|
||||
width: '95%',
|
||||
wheelStep: 10,
|
||||
height: '580px',
|
||||
start: 'bottom'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<div id="whispers" style="display:none;">
|
||||
</div>
|
||||
<div id="repwindow" style="display:none;">
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue