- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for searchNoResult (0.62 sec)
-
src/main/webapp/WEB-INF/view/searchNoResult.jsp
Shinsuke Sugaya <******@****.***> 1736662442 +0900
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 318 bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/searchNoResult.jsp
Shinsuke Sugaya <******@****.***> 1736662442 +0900
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 318 bytes - Viewed (0) -
src/main/resources/fess.xml
<postConstruct name="addDesignJspFileName"> <arg>"searchResults"</arg> <arg>"searchResults.jsp"</arg> </postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"searchNoResult"</arg> <arg>"searchNoResult.jsp"</arg> </postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"searchOptions"</arg> <arg>"searchOptions.jsp"</arg> </postConstruct>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jul 28 09:03:48 UTC 2024 - 5.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
} public void test_searchRelatedPaths() throws Exception { // Test search-related paths assertEquals("/search.jsp", FessHtmlPath.path_SearchJsp.getRoutingPath()); assertEquals("/searchNoResult.jsp", FessHtmlPath.path_SearchNoResultJsp.getRoutingPath()); assertEquals("/searchOptions.jsp", FessHtmlPath.path_SearchOptionsJsp.getRoutingPath());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /search.jsp */ HtmlNext path_SearchJsp = new HtmlNext("/search.jsp"); /** The path of the HTML: /searchNoResult.jsp */ HtmlNext path_SearchNoResultJsp = new HtmlNext("/searchNoResult.jsp"); /** The path of the HTML: /searchOptions.jsp */ HtmlNext path_SearchOptionsJsp = new HtmlNext("/searchOptions.jsp");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/search.jsp
<div class="text-end d-print-none"> <a href="#"><la:message key="labels.footer_back_to_top" /></a> </div> </c:when> <c:otherwise> <jsp:include page="searchNoResult.jsp" /> </c:otherwise> </c:choose> </main> <jsp:include page="footer.jsp" /> <input type="hidden" id="contextPath" value="${contextPath}" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:38:54 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/search.jsp
<div class="text-end d-print-none"> <a href="#"><la:message key="labels.footer_back_to_top" /></a> </div> </c:when> <c:otherwise> <jsp:include page="searchNoResult.jsp" /> </c:otherwise> </c:choose> </main> <jsp:include page="footer.jsp" /> <input type="hidden" id="contextPath" value="${contextPath}" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:38:54 UTC 2025 - 6.8K bytes - Viewed (0)