- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for searchNoResult (0.39 sec)
-
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 Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jul 28 09:03:48 UTC 2024 - 5.2K 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 26.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/search.jsp
<jsp:include page="searchResults.jsp" /> <div class="text-right"> <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}" /> <script type="text/javascript"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/search.jsp
<jsp:include page="searchResults.jsp" /> <div class="text-right"> <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}" /> <script type="text/javascript"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.6K bytes - Viewed (0)