wootook-reloaded/includes/application/design/scripts/deprecated/chat_body.tpl
Gregory PLANCHAT ddfb36efa5 Added Research lab queue manager.
Updated page display for shipyard, defenses and buildings.
Moved legacy template files.
Added install/migration.mysql to report changes to the database on testing environments.

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-07-29 08:20:47 +02:00

37 lines
No EOL
3.1 KiB
Go Template

<script language="JavaScript" type="text/javascript" src="scripts/chat.js"></script>
<br><br>
<table align="center"><tbody>
<tr><td class="c"><b><?php echo $this->getData('chat_disc')?></b></td></tr>
<tr><th><div id="shoutbox" style="margin: 5px; vertical-align: text-top; height: 305px; overflow:hidden;"></div></th></tr>
<tr><th><?php echo $this->getData('chat_message')?>: <input name="msg" type="text" id="msg" size="80" maxlength="100" onKeyPress="if(event.keyCode == 13){ addMessage(); } if (event.keyCode==60 || event.keyCode==62) event.returnValue = false; if (event.which==60 || event.which==62) return false;"> <input type="button" name="send" value="<?php echo $this->getData('chat_send')?>" id="send" onClick="addMessage()"></th></tr>
</tbody></table>
<br>
<table width="355" align="center"><tbody>
<tr><td colspan="2" class="c"><b><?php echo $this->getData('chat_short')?></b></td></tr>
<tr><th colspan="2"><img src="images/smileys/cry.png" align="absmiddle" title=":c" alt=":c" width="12" height="12" onClick="addSmiley(':c')">
<img src="images/smileys/confused.png" align="absmiddle" title=":/" alt=":/" width="12" height="12" onClick="addSmiley(':/')">
<img src="images/smileys/dizzy.png" align="absmiddle" title="o0" alt="o0" width="12" height="12" onClick="addSmiley('o0')">
<img src="images/smileys/happy.png" align="absmiddle" title="^^" alt="^^" width="12" height="12" onClick="addSmiley('^^')">
<img src="images/smileys/lol.png" align="absmiddle" title=":D" alt=":D" width="12" height="12" onClick="addSmiley(':D')">
<img src="images/smileys/neutral.png" align="absmiddle" title=":|" alt=":|" width="12" height="12" onClick="addSmiley(':|')">
<img src="images/smileys/smile.png" align="absmiddle" title=":)" alt=":)" width="12" height="12" onClick="addSmiley(':)')">
<img src="images/smileys/omg.png" align="absmiddle" title=":o" alt=":o" width="12" height="12" onClick="addSmiley(':o')">
<img src="images/smileys/tongue.png" align="absmiddle" title=":p" alt=":p" width="12" height="12" onClick="addSmiley(':p')">
<img src="images/smileys/sad.png" align="absmiddle" title=":(" alt=":(" width="12" height="12" onClick="addSmiley(':(')">
<img src="images/smileys/wink.png" align="absmiddle" title=";)" alt=";)" width="12" height="12" onClick="addSmiley(';)')">
<img src="images/smileys/shit.png" align="absmiddle" title=":s" alt=":s" width="12" height="12" onClick="addSmiley(':s')"></th></tr>
<tr><th width="60"><b><?php echo $this->getData('chat_text')?></b><br><i><?php echo $this->getData('chat_text')?></i><br><u><?php echo $this->getData('chat_text')?></u><br><a href="http://www.site.com" target="_blank"><?php echo $this->getData('chat_text')?></a><br><font color="red"><?php echo $this->getData('chat_text')?></font></th>
<th>[b]<?php echo $this->getData('chat_text')?>[/b]<br>[i]<?php echo $this->getData('chat_text')?>[/i]<br>[u]<?php echo $this->getData('chat_text')?>[/u]<br>[a=http://www.site.com]<?php echo $this->getData('chat_text')?>[/a]<br>[c=blue|yellow|green|pink|red|orange]<?php echo $this->getData('chat_text')?>[/c]</th></tr>
</tbody></table>