{% if Search_Box %} {{Open_Form}}
{# The search label is only available in "Search entry box" modes. #} {% if Search_Label %} {% endif %} {% if HasCategory00 %}
{{this.frameworkField({ 'type': "select", 'class': "input_select", 'name': "category00_id", 'value': Category_00_value, 'source_method': "getCategory00Options", 'onchange': "if (this.form.category01_id) { this.form.category01_id.value=0; } this.form.searchString.onkeyup()" })}}
{% endif %} {% if HasCategory01 %}
{{this.frameworkField({ 'type': "select", 'class': "input_select", 'name': "category01_id", 'value': Category_01_value, 'source_method': "getCategory01Options", 'onchange': "if (this.form.category02_id) { this.form.category02_id.value=0; } this.form.searchString.onkeyup()" })}}
{% endif %} {% if HasCategory02 %}
{{this.frameworkField({ 'type': "select", 'class': "input_select", 'name': "category02_id", 'value': Category_02_value, 'source_method': "getCategory02Options", 'onchange': "this.form.searchString.onkeyup()" })}}
{% endif %} {% if HasLanguageSelection %}
{{this.frameworkField({ 'type': "select", 'class': "input_select", 'name': "language_id", 'value': Language_Value, 'source_method': "getLanguagesOptions", 'onchange': "this.form.searchString.onkeyup()" })}}
{% endif %} {% if Mode == 'search_entry_box' or Mode == 'search_entry_box_show_always' %} X {% endif %} {% if Further_Search_Link and Further_Search_Phrase %} {{Further_Search_Phrase|e}} {% endif %} {% if Show_Clear_Search_Button %} {% endif %}
{{Close_Form}} {% endif %}