<tbody>
<tr><td>
<table class="clear" cellpadding="0" cellspacing="0" border="0" width="130%"><tr>
<?
if ($arResult["FORUM"]["ALLOW_SMILES"] == "Y"):
?>
<td width="5%">
<table class="forum-smile" cellpadding="0" cellspacing="0" border="0">
<tr><th colspan="<?=intVal($arParams["SMILE_TABLE_COLS"])?>"><?=GetMessage("FPF_SMILES")?></th></tr>
<?=$arResult["ForumPrintSmilesList"]?>
</table>
</td><td width="95%">
<?
else:
?>
<td width="100%">
<?
endif;
if ($arResult["FORUM"]["ALLOW_FONT"] == "Y" || $arResult["FORUM"]["ALLOW_BUI"] == "Y" || $arResult["FORUM"]["ALLOW_ANCHOR"] == "Y" ||
$arResult["FORUM"]["ALLOW_IMG"] == "Y" || $arResult["FORUM"]["ALLOW_QUOTE"] == "Y" || $arResult["FORUM"]["ALLOW_CODE"] == "Y"):
?>
<table class="forum-toolbars" cellpadding="0" cellspacing="0" border="0" width="100%"><tr class="top"><td>
<?
if ($arResult["FORUM"]["ALLOW_FONT"] == "Y"):
?>
<div class="form_button button_font">
<select name='FONT' class='button_font' id='form_font' title="<?=GetMessage("FPF_FONT_TITLE")?>">
<option value='0'><?=GetMessage("FPF_FONT")?></option>
<option value='Arial' style='font-family:Arial'>Arial</option>
<option value='Times' style='font-family:Times'>Times</option>
<option value='Courier' style='font-family:Courier'>Courier</option>
<option value='Impact' style='font-family:Impact'>Impact</option>
<option value='Geneva' style='font-family:Geneva'>Geneva</option>
<option value='Optima' style='font-family:Optima'>Optima</option>
<option value='Verdana' style='font-family:Verdana'>Verdana</option>
</select>
</div>
<div class="form_button button_color" id="form_palette" title="<?=GetMessage("FPF_COLOR_TITLE")?>"></div> |