View file minibb11/templates/main_post_form.html

File size: 2.05Kb
<tr>
<td bgcolor="{$tableParam[3]}" class=cell1>
<small><b>:: {$l_messageABC}</b></small>
</td>
</tr>
<tr>
<td bgcolor="{$tableParam[4]}" class=cell1>

<a href="JavaScript:paste_strinL('[b][/b]',0)" onMouseOver="window.status='Bold Style'; return true" onMouseOut="window.status=''; return true"><img src="./img/button_bold.gif" width="23" height="22" alt="Bold Style" border="0"></a>&nbsp;

<a href="JavaScript:paste_strinL('[i][/i]',0)" onMouseOver="window.status='Italic Style'; return true" onMouseOut="window.status=''; return true"><img src="./img/button_italic.gif" width="23" height="22" alt="Italic Style" border="0"></a>&nbsp;

<a href="JavaScript:paste_strinL('[u][/u]',0)" onMouseOver="window.status='Underlined Style'; return true" onMouseOut="window.status=''; return true"><img src="./img/button_underlined.gif" width="23" height="22" alt="Underlined Style" border="0"></a>&nbsp;

<a href="JavaScript:paste_strinL('[img][/img]',0)" onMouseOver="window.status='Image Link'; return true" onMouseOut="window.status=''; return true"><img src="./img/button_image.gif" width="23" height="22" alt="Image Link" border="0"></a>&nbsp;

<a href="JavaScript:paste_strinL('[url=][/url]',0)" onMouseOver="window.status='Insert URL'; return true" onMouseOut="window.status=''; return true"><img src="./img/button_url.gif" width="23" height="22" alt="Insert URL" border="0"></a>&nbsp;

<a href="JavaScript:paste_strinL('[email=][/email]',0)" onMouseOver="window.status='Email Link'; return true" onMouseOut="window.status=''; return true"><img src="./img/button_email.gif" width="23" height="22" alt="Email Link" border="0"></a>&nbsp;

<input type=checkbox name=disbbcode>{$l_disableBbCode} <small> *<a href="index.php?action=manual#bbcodes">{$l_whatIsIt}</a></small>
</td>
</tr>
<tr>
<td bgcolor={$tableParam[10]} class=cell1><textarea name=postText cols=38 rows=10 WRAP=VIRTUAL class=textForm>$postText</textarea>
<br>
{$emailCheckBox}
<br><small>{$l_warnEncoding}</small>
</td>
</tr>
<tr>
<td bgcolor={$tableParam[10]} class=cell2>
{$loginLogout}
</td>
</tr>