Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for labelTypeSearchOption (0.09 seconds)

  1. src/main/webapp/WEB-INF/orig/view/searchOptions.jsp

    	</fieldset>
    	<c:if test="${displayLabelTypeItems}">
    		<fieldset class="mb-3">
    			<legend><la:message key="labels.index_label" /></legend>
    			<label for="labelTypeSearchOption"><la:message
    					key="labels.index_label" /></label>
    			<la:select property="fields.label" styleId="labelTypeSearchOption"
    				multiple="true" styleClass="form-control">
    				<c:forEach var="item" items="${labelTypeItems}">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jan 18 05:47:48 GMT 2025
    - 3.7K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/searchOptions.jsp

    	</fieldset>
    	<c:if test="${displayLabelTypeItems}">
    		<fieldset class="mb-3">
    			<legend><la:message key="labels.index_label" /></legend>
    			<label for="labelTypeSearchOption"><la:message
    					key="labels.index_label" /></label>
    			<la:select property="fields.label" styleId="labelTypeSearchOption"
    				multiple="true" styleClass="form-control">
    				<c:forEach var="item" items="${labelTypeItems}">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jan 18 05:47:48 GMT 2025
    - 3.7K bytes
    - Click Count (0)
  3. src/main/webapp/js/index.js

        if (target) {
          $(target).toggleClass("active");
        }
      });
    
      $("#searchOptionsClearButton").on("click", function(e) {
        e.preventDefault();
        $("#labelTypeSearchOption").prop("selectedIndex", -1);
        $("#langSearchOption").prop("selectedIndex", 0);
        $("#sortSearchOption").prop("selectedIndex", 0);
        $("#numSearchOption").prop("selectedIndex", 0);
      });
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 2.2K bytes
    - Click Count (0)
  4. src/main/webapp/js/help.js

        if (target) {
          $(target).toggleClass("active");
        }
      });
    
      $("#searchOptionsClearButton").on("click", function(e) {
        e.preventDefault();
        $("#labelTypeSearchOption").prop("selectedIndex", -1);
        $("#langSearchOption").prop("selectedIndex", 0);
        $("#sortSearchOption").prop("selectedIndex", 0);
        $("#numSearchOption").prop("selectedIndex", 0);
      });
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 21 13:12:50 GMT 2025
    - 1.8K bytes
    - Click Count (0)
  5. src/main/webapp/js/search.js

        if (target) {
          $(target).toggleClass("active");
        }
      });
    
      $("#searchOptionsClearButton").on("click", function(e) {
        e.preventDefault();
        $("#labelTypeSearchOption").prop("selectedIndex", -1);
        $("#langSearchOption").prop("selectedIndex", 0);
        $("#sortSearchOption").prop("selectedIndex", 0);
        $("#numSearchOption").prop("selectedIndex", 0);
      });
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 6.5K bytes
    - Click Count (0)
Back to Top