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