Tag Board Appearance of entries:
Code
<link type="text/css" rel="StyleSheet" href="http://www.hayfanat.net.ru/imgd/chat/css/style_mchat.css">
<div id="chat_mess" class="b_block">
<div class="cBlock$PARITY$" style="min-height:62px;">
<div style="float: left; width:58px; height:58px; padding: 1px 1px 1px 1px; margin-right:3px; margin-bottom:1px;">
<div align="center">
<?if($AVATAR_URL$)?>
<img alt="" src="$AVATAR_URL$" border="0" width="58" height="58"/>
<?else?>
<img alt="" src="http://ucozbaze.ucoz.com/Noavatar.png" border="0" width="58" height="58"/>
<?endif?>
</div>
</div>
<div class="cMessage" style="text-align:left;">
<div><a href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow"><img alt="" src="http://s44.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/></a> <a href="javascript:void('Apply to')" onclick="parent.window.document.getElementById('mchatMsgF').focus()
;parent.window.document.getElementById('mchatMsgF').value+='[i]$NAME$[/i], ';return false;">
<b>$NAME$</b> [$TIME$]</b></a></div>
<?if($CUSTOM1$)?><font color=$CUSTOM1$>$MESSAGE$</font><?else?>$MESSAGE$<?endif?></div>
</div>
</div>
Tag Board Form for adding new messages:
Code
<table width="100%">
<tr>
<td align="left" valign="top">
<textarea name="mcmessage" id="mchatMsgF" title="Сообщение" onkeyup="countMessLength();" onfocus="countMessLength();"></textarea>
<div style="float:left;"><div id="chatb" href="$SMILES_URI$" title="Insert smiley"><img src="http://s017.radikal.ru/i431/1208/48/02e8151d2431.gif"></div>
<div id="chatb" href="$RELOAD_URI$" title="Refresh"><img src="http://s017.radikal.ru/i404/1208/17/69fcd9b33efb.png"></div>
<div id="chatb" href="$BBCODES_URI$" title="BB Codes"><img src="http://i081.radikal.ru/1208/dc/83989baa30fc.png"></div>
<div id="chatb" href="$MSGCTRL_URI$" title="Message management"><img src="http://i068.radikal.ru/1208/d4/542d5289a6d2.png"></div></div><div id="reloadSec" style="float:right;"></div>
$_SECURITY_CODE$
</td>
<td width="10%" align="right" valign="top">
<div id="buttonsubmit" onclick="$('#mchatBtn').click();">ОК</div>
</td>
</tr>
</table>
<style>
#mchatMsgF{padding:4px;margin-top:6px;border:1px solid #B5B8C8; background:#ffffff url(http://s011.radikal.ru/i316/1208/9b/e1c038bef0f7.gif) repeat-x 0 0;width:100%;height:42px;font-family:tahoma;font-size:12px;font-weight:bold;}
#buttonsubmit{background:#6386d0;border:1px solid #3358a5;padding:13px;margin-top:6px;font-size:12px;color:#FFF;font-weight:bold;cursor:pointer;}
#buttonsubmit:hover{background:#7e9fe4;border:1px solid #3358a5;padding:13px;margin-top:6px;font-size:12px;color:#FFF;font-weight:bold;cursor:pointer;text-decoration:underline;}
#buttonsubmit:active{background:#4f72bd;border:1px solid #3358a5;padding:13px;margin-top:6px;font-size:12px;color:#FFF;font-weight:bold;cursor:pointer;text-decoration:underline;}
#chatb{background:#FFF;border-left:1px solid #B5B8C8;border-right:1px solid #B5B8C8;border-bottom:1px solid #B5B8C8;padding:4px;font-size:12px;color:#FFF;font-weight:bold;cursor:pointer;text-decoration:underline;display:inline-block;}
</style>
<div style="display:none;"><input type="submit" style="width: 30px;" id="mchatBtn" class="mchat" value="OK"></div>
<?if($FLD_SECURE$)?>
<table border="0" cellpadding="1" cellspacing="1" width="100%">
<tr><td width="50%">$FLD_SECURE$</td><td align="right">$IMG_SECURE$</td></tr>
</table>
<?endif?
>