Code
<table class="commTable" border="0" cellpadding="2" cellspacing="1" width="100%">
<tbody><tr><td class="commTd2" colspan="2">$ERROR$</td></tr>
<?if(!$USER_LOGGED_IN$)?>
<tr><td class="commTd1" nowrap="nowrap" width="15%">Имя *:</td><td class="commTd2"><input class="commFl" name="name" value="$NAME$" size="30" maxlength="60" type="text"></td></tr>
<tr><td class="commTd1">Email:</td><td class="commTd2"><input class="commFl" name="email" value="$EMAIL$" size="30" maxlength="60" type="text"></td></tr>
<?endif?>
<tr><td class="commTd2" colspan="2"><div style="padding-bottom: 2px;">$BBCODES$</div><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td valign="top"><textarea class="commFl" style="height: 135px;" rows="8" name="message" id="message" cols="50">$MESSAGE$</textarea></td><?if($SMILES$)?><td style="padding-left: 3px;" align="center" valign="top" width="5%">$SMILES$</td><?endif?></tr></tbody></table></td></tr>
<?if($SUBSCRIBE$)?><tr><td class="commTd1" nowrap="nowrap" width="15%">Подписка:</td><td class="commTd2">$SUBSCRIBE$</td></tr><?endif?>
<?if($SECURITY_CODE$)?><tr><td class="commTd1" nowrap="nowrap">Код *:</td><td class="commTd2">$SECURITY_CODE$</td></tr><?endif?>
<tr><td class="commTd2" colspan="2" align="center"><input class="commSbmFl" id="addcBut" name="submit" value="- Добавить комментарий -" type="submit"></td></tr></tbody></table>