Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for labelTypeSearchOption (0.06 sec)

  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}">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jan 18 05:47:48 UTC 2025
    - 3.7K bytes
    - Viewed (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}">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jan 18 05:47:48 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/advance.jsp

    			<c:if test="${displayLabelTypeItems}">
    				<div class="mb-3 row">
    					<label for="labelTypeSearchOption" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message
    							key="labels.index_label"
    						/></label>
    					<div class="col-lg-5 col-md-8 col-sm-7 col-6">
    						<la:select property="fields.label" styleId="labelTypeSearchOption" multiple="true" styleClass="form-control">
    							<c:forEach var="item" items="${labelTypeItems}">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jan 18 12:09:07 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/orig/view/advance.jsp

    			<c:if test="${displayLabelTypeItems}">
    				<div class="mb-3 row">
    					<label for="labelTypeSearchOption" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message
    							key="labels.index_label"
    						/></label>
    					<div class="col-lg-5 col-md-8 col-sm-7 col-6">
    						<la:select property="fields.label" styleId="labelTypeSearchOption" multiple="true" styleClass="form-control">
    							<c:forEach var="item" items="${labelTypeItems}">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jan 18 12:09:07 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  5. src/main/webapp/js/search.js

        var target = $(this).attr("data-target") || $(this).attr("href");
        if (target) {
          $(target).toggleClass("active");
        }
      });
    
      $("#searchOptionsClearButton").on("click", function(e) {
        $("#labelTypeSearchOption").prop("selectedIndex", -1);
        $("#langSearchOption").prop("selectedIndex", 0);
        $("#sortSearchOption").prop("selectedIndex", 0);
        $("#numSearchOption").prop("selectedIndex", 0);
        return false;
      });
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jun 19 07:14:01 UTC 2025
    - 7.5K bytes
    - Viewed (0)
Back to top