Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for numSearchOption (0.13 seconds)

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

    	<la:message key="labels.search_options" />
    </h3>
    <div>
    	<fieldset class="mb-3">
    		<legend><la:message key="labels.index_num" /></legend>
    		<label for="numSearchOption"><la:message key="labels.index_num" /></label>
    		<la:select property="num" styleId="numSearchOption"
    			styleClass="form-control">
    			<option value="10">
    				<la:message key="labels.search_result_select_num" />
    			</option>
    			<la:option value="10">10</la:option>
    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

    	<la:message key="labels.search_options" />
    </h3>
    <div>
    	<fieldset class="mb-3">
    		<legend><la:message key="labels.index_num" /></legend>
    		<label for="numSearchOption"><la:message key="labels.index_num" /></label>
    		<la:select property="num" styleId="numSearchOption"
    			styleClass="form-control">
    			<option value="10">
    				<la:message key="labels.search_result_select_num" />
    			</option>
    			<la:option value="10">10</la:option>
    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

        e.preventDefault();
        $("#labelTypeSearchOption").prop("selectedIndex", -1);
        $("#langSearchOption").prop("selectedIndex", 0);
        $("#sortSearchOption").prop("selectedIndex", 0);
        $("#numSearchOption").prop("selectedIndex", 0);
      });
    
      if (typeof $.fn.suggestor === "function") {
        $("#contentQuery").suggestor(SUGGESTOR_CONFIG);
      }
    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

        e.preventDefault();
        $("#labelTypeSearchOption").prop("selectedIndex", -1);
        $("#langSearchOption").prop("selectedIndex", 0);
        $("#sortSearchOption").prop("selectedIndex", 0);
        $("#numSearchOption").prop("selectedIndex", 0);
      });
    
      if (typeof $.fn.suggestor === "function") {
        $("#query").suggestor(SUGGESTOR_CONFIG);
      }
    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

        e.preventDefault();
        $("#labelTypeSearchOption").prop("selectedIndex", -1);
        $("#langSearchOption").prop("selectedIndex", 0);
        $("#sortSearchOption").prop("selectedIndex", 0);
        $("#numSearchOption").prop("selectedIndex", 0);
      });
    
      $result.on("mousedown", "a.link", function(e) {
        var $link = $(this);
        var docId = $link.attr("data-id");
        var url = $link.attr("href");
    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