<?php

/* posting_buttons.html */
class __TwigTemplate_7b39ac2f88483d871eb530cdb5ec903191c59f6cb7b3c60c435e010b9c472e89 extends Twig_Template
{
    public function __construct(Twig_Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = array(
        );
    }

    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "<tr valign=\"middle\" align=\"";
        if (isset($context["S_CONTENT_FLOW_BEGIN"])) { $_S_CONTENT_FLOW_BEGIN_ = $context["S_CONTENT_FLOW_BEGIN"]; } else { $_S_CONTENT_FLOW_BEGIN_ = null; }
        echo $_S_CONTENT_FLOW_BEGIN_;
        echo "\">
\t<td colspan=\"2\">
\t\t<script type=\"text/javascript\">
\t\t// <![CDATA[
\t\t
\t\t// Define the bbCode tags
\t\tvar bbcode = new Array();
\t\tvar bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'";
        // line 8
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "custom_tags", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["custom_tags"]) {
            echo ", ";
            if (isset($context["custom_tags"])) { $_custom_tags_ = $context["custom_tags"]; } else { $_custom_tags_ = null; }
            echo $this->getAttribute($_custom_tags_, "BBCODE_NAME", array());
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_tags'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        echo ");
\t\tvar imageTag = false;
\t\t
\t\t// Helpline messages
\t\tvar help_line = {
\t\t\tb: '";
        // line 13
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_B_HELP"));
        echo "',
\t\t\ti: '";
        // line 14
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_I_HELP"));
        echo "',
\t\t\tu: '";
        // line 15
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_U_HELP"));
        echo "',
\t\t\tq: '";
        // line 16
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_Q_HELP"));
        echo "',
\t\t\tc: '";
        // line 17
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_C_HELP"));
        echo "',
\t\t\tl: '";
        // line 18
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_L_HELP"));
        echo "',
\t\t\te: '";
        // line 19
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_LISTITEM_HELP"));
        echo "',
\t\t\to: '";
        // line 20
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_O_HELP"));
        echo "',
\t\t\tp: '";
        // line 21
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_P_HELP"));
        echo "',
\t\t\tw: '";
        // line 22
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_W_HELP"));
        echo "',
\t\t\ta: '";
        // line 23
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_A_HELP"));
        echo "',
\t\t\ts: '";
        // line 24
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_S_HELP"));
        echo "',
\t\t\tf: '";
        // line 25
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_F_HELP"));
        echo "',
\t\t\ty: '";
        // line 26
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_Y_HELP"));
        echo "',
\t\t\td: '";
        // line 27
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_D_HELP"));
        echo "',
\t\t\ttip: '";
        // line 28
        echo $this->env->getExtension('phpbb')->lang("STYLES_TIP");
        echo "'
\t\t\t";
        // line 29
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "custom_tags", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["custom_tags"]) {
            // line 30
            echo "\t\t\t\t,cb_";
            if (isset($context["custom_tags"])) { $_custom_tags_ = $context["custom_tags"]; } else { $_custom_tags_ = null; }
            echo $this->getAttribute($_custom_tags_, "BBCODE_ID", array());
            echo ": '";
            if (isset($context["custom_tags"])) { $_custom_tags_ = $context["custom_tags"]; } else { $_custom_tags_ = null; }
            echo $this->getAttribute($_custom_tags_, "A_BBCODE_HELPLINE", array());
            echo "'
\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_tags'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 32
        echo "\t\t}

\t\t// ]]>
\t\t</script>
\t\t";
        // line 36
        if (isset($context["T_ASSETS_PATH"])) { $_T_ASSETS_PATH_ = $context["T_ASSETS_PATH"]; } else { $_T_ASSETS_PATH_ = null; }
        $asset_file = (("" . $_T_ASSETS_PATH_) . "/javascript/editor.js");
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
            $asset->add_assets_version('1');
            $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file. '"></script>

');
        // line 37
        echo "
";
        // line 38
        if (isset($context["S_BBCODE_ALLOWED"])) { $_S_BBCODE_ALLOWED_ = $context["S_BBCODE_ALLOWED"]; } else { $_S_BBCODE_ALLOWED_ = null; }
        if ($_S_BBCODE_ALLOWED_) {
            // line 39
            echo "\t";
            if (isset($context["posting_editor_buttons_before"])) { $_posting_editor_buttons_before_ = $context["posting_editor_buttons_before"]; } else { $_posting_editor_buttons_before_ = null; }
            // line 40
            echo "\t<div id=\"core-bbcode-buttons\">
\t\t<input type=\"button\" class=\"btnbbcode bbcode-b\" accesskey=\"b\" name=\"addbbcode0\" value=\" B \" style=\"font-weight:bold; width: 30px;\" onclick=\"bbstyle(0)\" onmouseover=\"helpline('b')\" onmouseout=\"helpline('tip')\" />
\t\t<input type=\"button\" class=\"btnbbcode bbcode-i\" accesskey=\"i\" name=\"addbbcode2\" value=\" i \" style=\"font-style:italic; width: 30px;\" onclick=\"bbstyle(2)\" onmouseover=\"helpline('i')\" onmouseout=\"helpline('tip')\" />
\t\t<input type=\"button\" class=\"btnbbcode bbcode-u\" accesskey=\"u\" name=\"addbbcode4\" value=\" u \" style=\"text-decoration: underline; width: 30px;\" onclick=\"bbstyle(4)\" onmouseover=\"helpline('u')\" onmouseout=\"helpline('tip')\" />
\t\t";
            // line 44
            if (isset($context["S_BBCODE_QUOTE"])) { $_S_BBCODE_QUOTE_ = $context["S_BBCODE_QUOTE"]; } else { $_S_BBCODE_QUOTE_ = null; }
            if ($_S_BBCODE_QUOTE_) {
                // line 45
                echo "\t\t\t<input type=\"button\" class=\"btnbbcode bbcode-quote\" accesskey=\"q\" name=\"addbbcode6\" value=\"Quote\" style=\"width: 50px\" onclick=\"bbstyle(6)\" onmouseover=\"helpline('q')\" onmouseout=\"helpline('tip')\" />
\t\t";
            }
            // line 47
            echo "\t\t<input type=\"button\" class=\"btnbbcode bbcode-code\" accesskey=\"c\" name=\"addbbcode8\" value=\"Code\" style=\"width: 40px\" onclick=\"bbstyle(8)\" onmouseover=\"helpline('c')\" onmouseout=\"helpline('tip')\" />
\t\t<input type=\"button\" class=\"btnbbcode bbcode-list\" accesskey=\"l\" name=\"addbbcode10\" value=\"List\" style=\"width: 40px\" onclick=\"bbstyle(10)\" onmouseover=\"helpline('l')\" onmouseout=\"helpline('tip')\" />
\t\t<input type=\"button\" class=\"btnbbcode bbcode-list-\" accesskey=\"o\" name=\"addbbcode12\" value=\"List=\" style=\"width: 40px\" onclick=\"bbstyle(12)\" onmouseover=\"helpline('o')\" onmouseout=\"helpline('tip')\" />
\t\t<input type=\"button\" class=\"btnbbcode bbcode-asterisk\" accesskey=\"y\" name=\"addlistitem\" value=\"[*]\" style=\"width: 40px\" onclick=\"bbstyle(-1)\" onmouseover=\"helpline('e')\" onmouseout=\"helpline('tip')\" />\t\t\t\t
\t\t";
            // line 51
            if (isset($context["S_BBCODE_IMG"])) { $_S_BBCODE_IMG_ = $context["S_BBCODE_IMG"]; } else { $_S_BBCODE_IMG_ = null; }
            if ($_S_BBCODE_IMG_) {
                // line 52
                echo "\t\t\t<input type=\"button\" class=\"btnbbcode bbcode-img\" accesskey=\"p\" name=\"addbbcode14\" value=\"Img\" style=\"width: 40px\" onclick=\"bbstyle(14)\" onmouseover=\"helpline('p')\" onmouseout=\"helpline('tip')\" />
\t\t";
            }
            // line 54
            echo "\t\t";
            if (isset($context["S_LINKS_ALLOWED"])) { $_S_LINKS_ALLOWED_ = $context["S_LINKS_ALLOWED"]; } else { $_S_LINKS_ALLOWED_ = null; }
            if ($_S_LINKS_ALLOWED_) {
                // line 55
                echo "\t\t\t<input type=\"button\" class=\"btnbbcode bbcode-url\" accesskey=\"w\" name=\"addbbcode16\" value=\"URL\" style=\"text-decoration: underline; width: 40px\" onclick=\"bbstyle(16)\" onmouseover=\"helpline('w')\" onmouseout=\"helpline('tip')\" />
\t\t";
            }
            // line 57
            echo "\t\t";
            if (isset($context["S_BBCODE_FLASH"])) { $_S_BBCODE_FLASH_ = $context["S_BBCODE_FLASH"]; } else { $_S_BBCODE_FLASH_ = null; }
            if ($_S_BBCODE_FLASH_) {
                // line 58
                echo "\t\t\t<input type=\"button\" class=\"btnbbcode bbcode-flash\" accesskey=\"d\" name=\"addbbcode18\" value=\"Flash\" onclick=\"bbstyle(18)\" onmouseover=\"helpline('d')\" onmouseout=\"helpline('tip')\" />
\t\t";
            }
            // line 60
            echo "\t\t<span class=\"genmed nowrap\">";
            echo $this->env->getExtension('phpbb')->lang("FONT_SIZE");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " <select class=\"gensmall bbcode-size\" name=\"addbbcode20\" onchange=\"bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;\" onmouseover=\"helpline('f')\" onmouseout=\"helpline('tip')\">
\t\t\t<option value=\"50\">";
            // line 61
            echo $this->env->getExtension('phpbb')->lang("FONT_TINY");
            echo "</option>
\t\t\t<option value=\"85\">";
            // line 62
            echo $this->env->getExtension('phpbb')->lang("FONT_SMALL");
            echo "</option>
\t\t\t<option value=\"100\" selected=\"selected\">";
            // line 63
            echo $this->env->getExtension('phpbb')->lang("FONT_NORMAL");
            echo "</option>
\t\t\t";
            // line 64
            if (isset($context["MAX_FONT_SIZE"])) { $_MAX_FONT_SIZE_ = $context["MAX_FONT_SIZE"]; } else { $_MAX_FONT_SIZE_ = null; }
            if (( !$_MAX_FONT_SIZE_ || ($_MAX_FONT_SIZE_ >= 150))) {
                // line 65
                echo "\t\t\t\t<option value=\"150\">";
                echo $this->env->getExtension('phpbb')->lang("FONT_LARGE");
                echo "</option>
\t\t\t\t";
                // line 66
                if (isset($context["MAX_FONT_SIZE"])) { $_MAX_FONT_SIZE_ = $context["MAX_FONT_SIZE"]; } else { $_MAX_FONT_SIZE_ = null; }
                if (( !$_MAX_FONT_SIZE_ || ($_MAX_FONT_SIZE_ >= 200))) {
                    // line 67
                    echo "\t\t\t\t\t<option value=\"200\">";
                    echo $this->env->getExtension('phpbb')->lang("FONT_HUGE");
                    echo "</option>
\t\t\t\t";
                }
                // line 69
                echo "\t\t\t";
            }
            // line 70
            echo "\t\t</select></span>
\t</div>
\t";
            // line 72
            if (isset($context["posting_editor_buttons_custom_tags_before"])) { $_posting_editor_buttons_custom_tags_before_ = $context["posting_editor_buttons_custom_tags_before"]; } else { $_posting_editor_buttons_custom_tags_before_ = null; }
            // line 73
            echo "\t";
            if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
            if (twig_length_filter($this->env, $this->getAttribute($_loops_, "custom_tags", array()))) {
                // line 74
                echo "\t\t<div id=\"custom-bbcode-buttons\">
\t\t\t";
                // line 75
                if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "custom_tags", array()));
                foreach ($context['_seq'] as $context["_key"] => $context["custom_tags"]) {
                    // line 76
                    echo "\t\t\t<input type=\"button\" class=\"btnbbcode bbcode-";
                    if (isset($context["custom_tags"])) { $_custom_tags_ = $context["custom_tags"]; } else { $_custom_tags_ = null; }
                    echo $this->getAttribute($_custom_tags_, "BBCODE_TAG_CLEAN", array());
                    echo "\" name=\"addbbcode";
                    if (isset($context["custom_tags"])) { $_custom_tags_ = $context["custom_tags"]; } else { $_custom_tags_ = null; }
                    echo $this->getAttribute($_custom_tags_, "BBCODE_ID", array());
                    echo "\" value=\"";
                    if (isset($context["custom_tags"])) { $_custom_tags_ = $context["custom_tags"]; } else { $_custom_tags_ = null; }
                    echo $this->getAttribute($_custom_tags_, "BBCODE_TAG", array());
                    echo "\" onclick=\"bbstyle(";
                    if (isset($context["custom_tags"])) { $_custom_tags_ = $context["custom_tags"]; } else { $_custom_tags_ = null; }
                    echo $this->getAttribute($_custom_tags_, "BBCODE_ID", array());
                    echo ")\"";
                    if (isset($context["custom_tags"])) { $_custom_tags_ = $context["custom_tags"]; } else { $_custom_tags_ = null; }
                    if (($this->getAttribute($_custom_tags_, "BBCODE_HELPLINE", array()) !== "")) {
                        echo " onmouseover=\"helpline('cb_";
                        if (isset($context["custom_tags"])) { $_custom_tags_ = $context["custom_tags"]; } else { $_custom_tags_ = null; }
                        echo $this->getAttribute($_custom_tags_, "BBCODE_ID", array());
                        echo "')\" onmouseout=\"helpline('tip')\"";
                    }
                    echo " />
\t\t\t";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_tags'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 78
                echo "\t\t</div>
\t";
            }
            // line 80
            echo "\t";
            if (isset($context["posting_editor_buttons_after"])) { $_posting_editor_buttons_after_ = $context["posting_editor_buttons_after"]; } else { $_posting_editor_buttons_after_ = null; }
        }
        // line 82
        echo "\t</td>
</tr>
";
        // line 84
        if (isset($context["S_BBCODE_ALLOWED"])) { $_S_BBCODE_ALLOWED_ = $context["S_BBCODE_ALLOWED"]; } else { $_S_BBCODE_ALLOWED_ = null; }
        if ($_S_BBCODE_ALLOWED_) {
            // line 85
            echo "<tr>
\t<td";
            // line 86
            if (isset($context["definition"])) { $_definition_ = $context["definition"]; } else { $_definition_ = null; }
            if (isset($context["S_EDIT_DRAFT"])) { $_S_EDIT_DRAFT_ = $context["S_EDIT_DRAFT"]; } else { $_S_EDIT_DRAFT_ = null; }
            if (($this->getAttribute($_definition_, "S_SIGNATURE", array()) || $_S_EDIT_DRAFT_)) {
                echo " colspan=\"2\"";
            }
            echo "><input type=\"text\" readonly=\"readonly\" name=\"helpbox\" style=\"width:100%\" class=\"helpline\" value=\"";
            echo $this->env->getExtension('phpbb')->lang("STYLES_TIP");
            echo "\" /></td>
\t";
            // line 87
            if (isset($context["definition"])) { $_definition_ = $context["definition"]; } else { $_definition_ = null; }
            if (isset($context["S_EDIT_DRAFT"])) { $_S_EDIT_DRAFT_ = $context["S_EDIT_DRAFT"]; } else { $_S_EDIT_DRAFT_ = null; }
            if (( !$this->getAttribute($_definition_, "S_SIGNATURE", array()) &&  !$_S_EDIT_DRAFT_)) {
                // line 88
                echo "\t\t<td class=\"genmed\" align=\"center\">";
                echo $this->env->getExtension('phpbb')->lang("FONT_COLOR");
                echo "</td>
\t";
            }
            // line 90
            echo "</tr>
";
        }
    }

    public function getTemplateName()
    {
        return "posting_buttons.html";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  325 => 90,  319 => 88,  315 => 87,  305 => 86,  302 => 85,  299 => 84,  295 => 82,  291 => 80,  287 => 78,  260 => 76,  255 => 75,  252 => 74,  248 => 73,  246 => 72,  242 => 70,  239 => 69,  233 => 67,  230 => 66,  225 => 65,  222 => 64,  218 => 63,  214 => 62,  210 => 61,  204 => 60,  200 => 58,  196 => 57,  192 => 55,  188 => 54,  184 => 52,  181 => 51,  175 => 47,  171 => 45,  168 => 44,  162 => 40,  159 => 39,  156 => 38,  153 => 37,  137 => 36,  131 => 32,  118 => 30,  113 => 29,  109 => 28,  105 => 27,  101 => 26,  97 => 25,  93 => 24,  89 => 23,  85 => 22,  81 => 21,  77 => 20,  73 => 19,  69 => 18,  65 => 17,  61 => 16,  57 => 15,  53 => 14,  49 => 13,  31 => 8,  19 => 1,);
    }
}
/* <tr valign="middle" align="{S_CONTENT_FLOW_BEGIN}">*/
/* 	<td colspan="2">*/
/* 		<script type="text/javascript">*/
/* 		// <![CDATA[*/
/* 		*/
/* 		// Define the bbCode tags*/
/* 		var bbcode = new Array();*/
/* 		var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->);*/
/* 		var imageTag = false;*/
/* 		*/
/* 		// Helpline messages*/
/* 		var help_line = {*/
/* 			b: '{LA_BBCODE_B_HELP}',*/
/* 			i: '{LA_BBCODE_I_HELP}',*/
/* 			u: '{LA_BBCODE_U_HELP}',*/
/* 			q: '{LA_BBCODE_Q_HELP}',*/
/* 			c: '{LA_BBCODE_C_HELP}',*/
/* 			l: '{LA_BBCODE_L_HELP}',*/
/* 			e: '{LA_BBCODE_LISTITEM_HELP}',*/
/* 			o: '{LA_BBCODE_O_HELP}',*/
/* 			p: '{LA_BBCODE_P_HELP}',*/
/* 			w: '{LA_BBCODE_W_HELP}',*/
/* 			a: '{LA_BBCODE_A_HELP}',*/
/* 			s: '{LA_BBCODE_S_HELP}',*/
/* 			f: '{LA_BBCODE_F_HELP}',*/
/* 			y: '{LA_BBCODE_Y_HELP}',*/
/* 			d: '{LA_BBCODE_D_HELP}',*/
/* 			tip: '{L_STYLES_TIP}'*/
/* 			<!-- BEGIN custom_tags -->*/
/* 				,cb_{custom_tags.BBCODE_ID}: '{custom_tags.A_BBCODE_HELPLINE}'*/
/* 			<!-- END custom_tags -->*/
/* 		}*/
/* */
/* 		// ]]>*/
/* 		</script>*/
/* 		<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->*/
/* */
/* <!-- IF S_BBCODE_ALLOWED -->*/
/* 	<!-- EVENT posting_editor_buttons_before -->*/
/* 	<div id="core-bbcode-buttons">*/
/* 		<input type="button" class="btnbbcode bbcode-b" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" />*/
/* 		<input type="button" class="btnbbcode bbcode-i" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" />*/
/* 		<input type="button" class="btnbbcode bbcode-u" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" />*/
/* 		<!-- IF S_BBCODE_QUOTE -->*/
/* 			<input type="button" class="btnbbcode bbcode-quote" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" />*/
/* 		<!-- ENDIF -->*/
/* 		<input type="button" class="btnbbcode bbcode-code" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" />*/
/* 		<input type="button" class="btnbbcode bbcode-list" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" />*/
/* 		<input type="button" class="btnbbcode bbcode-list-" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" />*/
/* 		<input type="button" class="btnbbcode bbcode-asterisk" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />				*/
/* 		<!-- IF S_BBCODE_IMG -->*/
/* 			<input type="button" class="btnbbcode bbcode-img" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" />*/
/* 		<!-- ENDIF -->*/
/* 		<!-- IF S_LINKS_ALLOWED -->*/
/* 			<input type="button" class="btnbbcode bbcode-url" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')" />*/
/* 		<!-- ENDIF -->*/
/* 		<!-- IF S_BBCODE_FLASH -->*/
/* 			<input type="button" class="btnbbcode bbcode-flash" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" />*/
/* 		<!-- ENDIF -->*/
/* 		<span class="genmed nowrap">{L_FONT_SIZE}{L_COLON} <select class="gensmall bbcode-size" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')">*/
/* 			<option value="50">{L_FONT_TINY}</option>*/
/* 			<option value="85">{L_FONT_SMALL}</option>*/
/* 			<option value="100" selected="selected">{L_FONT_NORMAL}</option>*/
/* 			<!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 -->*/
/* 				<option value="150">{L_FONT_LARGE}</option>*/
/* 				<!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 -->*/
/* 					<option value="200">{L_FONT_HUGE}</option>*/
/* 				<!-- ENDIF -->*/
/* 			<!-- ENDIF -->*/
/* 		</select></span>*/
/* 	</div>*/
/* 	<!-- EVENT posting_editor_buttons_custom_tags_before -->*/
/* 	<!-- IF .custom_tags -->*/
/* 		<div id="custom-bbcode-buttons">*/
/* 			<!-- BEGIN custom_tags -->*/
/* 			<input type="button" class="btnbbcode bbcode-{custom_tags.BBCODE_TAG_CLEAN}" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')"<!-- ENDIF --> />*/
/* 			<!-- END custom_tags -->*/
/* 		</div>*/
/* 	<!-- ENDIF -->*/
/* 	<!-- EVENT posting_editor_buttons_after -->*/
/* <!-- ENDIF -->*/
/* 	</td>*/
/* </tr>*/
/* <!-- IF S_BBCODE_ALLOWED -->*/
/* <tr>*/
/* 	<td<!-- IF $S_SIGNATURE or S_EDIT_DRAFT --> colspan="2"<!-- ENDIF -->><input type="text" readonly="readonly" name="helpbox" style="width:100%" class="helpline" value="{L_STYLES_TIP}" /></td>*/
/* 	<!-- IF not $S_SIGNATURE and not S_EDIT_DRAFT -->*/
/* 		<td class="genmed" align="center">{L_FONT_COLOR}</td>*/
/* 	<!-- ENDIF -->*/
/* </tr>*/
/* <!-- ENDIF -->*/
/* */
