<if condition="$show['editor_toolbar']">
<div id="{$editorid}_controls" class="controlbar">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<if condition="$show['basic_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_select"><img src="$stylevar[imgdir_editor]/box/cmd_select.gif" width="18" height="18" alt="$vbphrase[cmd_select]"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_copy"><img src="$stylevar[imgdir_editor]/box/cmd_copy.gif" width="21" height="20" alt="$vbphrase[cmd_copy]"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_replace"><img src="$stylevar[imgdir_editor]/box/cmd_replace.gif" width="18" height="18" alt="$vbphrase[cmd_replace]"></div></td>
<td><img src="$stylevar[imgdir_editor]/box/cmd_separator.gif" width="6" height="20"></td>
</if>
<td><div class="imagebutton" id="{$editorid}_popup_shorts" title="$vbphrase[cmd_shorts]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="10" class="popup_feedback"><div id="{$editorid}_shorts_out" style="width:50px">&nbsp;</div></td>
<td width="10" class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/box/cmd_menupop.gif" width="11" height="16"></td>
</tr>
</table>
</div>
</td>
<if condition="$show['font_bbcode']">
<td><div class="imagebutton" id="{$editorid}_popup_fontname" title="$vbphrase[fonts]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="10" class="popup_feedback"><div id="{$editorid}_font_out" style="width:35px">&nbsp;</div></td>
<td width="10" class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/box/cmd_menupop.gif" width="11" height="16"></td>
</tr>
</table>
</div>
</td>
</if>
<if condition="$show['size_bbcode']">
<td><div class="imagebutton" id="{$editorid}_popup_fontsize" title="$vbphrase[sizes]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="10" class="popup_feedback"><div id="{$editorid}_size_out" style="width:35px">&nbsp;</div></td>
<td width="10" class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/box/cmd_menupop.gif" width="11" height="16"></td>
</tr>
</table>
</div>
</td>
</if>
<if condition="$forum[forumid]">
<if condition="$show['color_bbcode']">
<td><img src="$stylevar[imgdir_editor]/box/cmd_separator.gif" width="6" height="20"></td>
<td><div class="imagebutton" id="{$editorid}_popup_forecolor" title="$vbphrase[colors]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="{$editorid}_color_out"><img src="$stylevar[imgdir_editor]/box/cmd_color.gif" width="18" height="18"><br />
<img src="$vboptions[cleargifurl]" id="{$editorid}_color_bar" style="background-color:black" width="21" height="4"></td>
<td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/box/cmd_menupop.gif" width="11" height="16"></td>
</tr>
</table>
</div>
</td>
</if>
</if>
<if condition="$show['wysiwygsmilies']">
<td><div class="imagebutton" id="{$editorid}_popup_smilie" title="$vbphrase[smilies]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_editor]/box/cmd_smilie.gif" width="18" height="18"></td>
<td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/box/cmd_menupop.gif" width="11" height="16"></td>
</tr>
</table>
</div>
</td>
</if>
<if condition="$show['img_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_img"><img src="$stylevar[imgdir_editor]/box/cmd_img.gif" width="18" height="18" alt="$vbphrase[cmd_img]"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_bimg"><img src="$stylevar[imgdir_editor]/box/cmd_bimg.gif" width="18" height="18" alt="$vbphrase[cmd_bimg]"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_url"><img src="$stylevar[imgdir_editor]/box/cmd_url.gif" width="18" height="18" alt="$vbphrase[cmd_url]"></div></td>
</if>
<if condition="$show['code_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_code"><img src="$stylevar[imgdir_editor]/box/cmd_code.gif" alt="$vbphrase[wrap_code_tags]"></div></td>
</if>
<if condition="$show['align_bbcode']">
<if condition="$stylevar['textdirection'] == 'ltr'">
<td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/box/cmd_left.gif" width="21" height="20" alt="$vbphrase[align_left]"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/box/cmd_right.gif" width="21" height="20" alt="$vbphrase[align_right]"></div></td>
<else />
<td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/box/cmd_right.gif" width="21" height="20" alt="$vbphrase[align_right]"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/box/cmd_left.gif" width="21" height="20" alt="$vbphrase[align_left]"></div></td>
</if>
</if>
<if condition="$forum[forumid]">
<td><img src="$stylevar[imgdir_editor]/box/cmd_separator.gif" width="6" height="20"></td>
<td><div class="imagebutton" id="{$editorid}_cmd_switchmode"><img src="$stylevar[imgdir_editor]/box/cmd_mode.gif" alt="$vbphrase[switch_editor_mode]" /></div></td>
</if>
<td>
<div class="imagebutton" id="{$editorid}_cmd_resize_0_100"><img src="$stylevar[imgdir_editor]/box/cmd_resize_0.gif" width="21" height="9" alt="$vbphrase[decrease_size]"></div>
<div class="imagebutton" id="{$editorid}_cmd_resize_1_100"><img src="$stylevar[imgdir_editor]/box/cmd_resize_1.gif" width="21" height="9" alt="$vbphrase[increase_size]"></div>
</td>
</tr>
</table>
</div>
</if>
<div class="controlbar">
<if condition="$forum[forumid]">
<textarea name="message" id="{$editorid}_textarea" style="width:510px; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
<else />
<textarea name="message" id="{$editorid}_textarea" style="width:435px; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
</if>
</div>
<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />
<input type="hidden" name="styleid" value="$session[styleid]" />
<script type="text/javascript">
<!--
vB_Editor['$editorid'] = new vB_Text_Editor('$editorid', $editortype, '$forumid', '$parsesmilie');
var QR_EditorID = '$editorid';
//-->
</script>