Это в вид материалов:
Code
<div class="cBlock$PARITY$" style="padding:0 4px 5px 2px;margin-bottom:3px;">
<div style="float:right;font-size:8px;" title="$DATE$">$TIME$</div>
<a href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow"><b>$NAME$</b></a>
<a href="$EMAIL_JS$" title="$STR_EMAIL$"><img border="0" align="absmiddle" src="http://s24.ucoz.net/t/882/e.gif"></a>
<a rel="nofollow" href="$SITE$" target="_blank" title="$STR_URL$"><img border="0" align="absmiddle" src="http://s24.ucoz.net/t/882/h.gif"></a>
<a rel="nofollow" href="$SITE$" target="_blank"><b>$NAME$</b></a>
<a href="$EMAIL_JS$" title="$STR_EMAIL$" rel="nofollow"><img border="0" align="absmiddle" src="http://s24.ucoz.net/t/882/e.gif"></a>
<a href="$EMAIL_JS$" rel="nofollow"><b>$NAME$</b></a>
<b>$NAME$</b>
<div class="cMessage"><font color=red>$MESSAGE$</font>$MESSAGE$</div>
<br>$STR_CUSTOM1$: $CUSTOM1$
<br>$STR_CUSTOM2$: $CUSTOM2$
</div>
Форма добавления сообщений:
Code
<div style="margin:5px 0px 0px 0px;text-align:center;">
<nobr>
<a class="m" href="javascript://" onclick="ffoc(document.forms.addform.message,2);document.forms.addform.message.value+='[b][/b]'" title="Жирный"> <img src="http://dragon-ks.ucoz.ru/Design/Chat/ico1.GIF" border="0" alt="" /></a>
<a class="m" href="javascript://" onclick="ffoc(document.forms.addform.message,2);document.forms.addform.message.value+='[i][/i]'" title="Курсив"> <img src="http://dragon-ks.ucoz.ru/Design/Chat/ico2.GIF" border="0" alt="" /></a>
<a class="m" href="javascript://" onclick="ffoc(document.forms.addform.message,2);document.forms.addform.message.value+='[u][/u]'" title="Подчеркнутый"> <img src="http://dragon-ks.ucoz.ru/Design/Chat/ico3.GIF" border="0" alt="" /></a>
<a class="m" href="javascript://" onclick="ffoc(document.forms.addform.message,2);document.forms.addform.message.value+='[url][/url]'" title="Вставить ссылку"> <img src="http://dragon-ks.ucoz.ru/Design/Chat/ico4.GIF" border="0" alt="" /></a>
<a class="m" href="javascript://" onclick="ffoc(document.forms.addform.message,2);document.forms.addform.message.value+=''" title="Вставить цитату"> <img src="http://dragon-ks.ucoz.ru/Design/Chat/ico5.GIF" border="0" alt="" /></a>
<a class="noun" href="javascript:void('smiles')" onclick="ffoc(document.forms.addform.message,2);wasclk[2]=2;window.open('$SMILES_URI$','csmiles','scrollbars=1,width=250,height=350,left=0,top=0'); return false;" title="Смайлики"><img src="http://dragon-ks.ucoz.ru/Design/Chat/ico6.GIF" border="0" alt="" /></a>
<a class="noun" target="cbbcodes" href="javascript:void('BB-codes')" onclick="window.open('$BBCODES_URI$','cbbcodes','scrollbars=1,width=550,height=450,left=0,top=0'); return false;" title="BB-Коды"><img src="http://dragon-ks.ucoz.ru/Design/Chat/ico7.GIF" border="0" alt="" /></a>
<a class="noun" href="javascript:void('Message control')" onclick="window.open('$MSGCTRL_URI$','mchatCtrl','scrollbars=1,width=550,height=550,left=0,top=0'); return false;" title="Управление сообщениями"><img src="http://dragon-ks.ucoz.ru/Design/Chat/ico8.GIF" border="0" alt="" /></a>
<a class="noun" href="$ACTION_URL$" onclick="window.location.reload();return false;" title="Обновить"><img src="http://dragon-ks.ucoz.ru/Design/Chat/ico9.GIF" border="0" alt="" /></a>
</nobr>
<input type="text" maxlength="60" name="uname" size="8" class="mchat" id="mchatNmF" value="" onfocus="ffoc(this,0)" onblur="fblur(this,0)" title="$STR_NAME$" style="width:47%;margin:0;padding:1px;border:1px solid black;height:20px">
<input type="text" maxlength="60" name="email" size="9" class="mchat" id="mchatEmF" value="" onfocus="ffoc(this,1)" onblur="fblur(this,1)" title="$STR_EMAIL$" style="width:47%;margin:0;padding:1px;border:1px solid black;height:20px"><br>
<textarea name="message" maxlength="$MAX_MESSAGE_LEN$" class="mchat" id="mchatMsgF" onfocus="ffoc(this,2)" onblur="fblur(this,2)" title="$STR_MESSAGE$" cols="30" rows="2" style="width:169px;margin:3px 0px 3px 0px;padding:1px;border:#e5e5e5 1px solid;"></textarea>
<input type="submit" class="mchat" value="Отправить" id="mchatBtn" onclick="return checkform(this.form);">
</div>
Готово!