- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for displayLabelTypeItems (0.12 seconds)
-
src/main/java/org/codelibs/fess/app/web/chat/ChatAction.java
request.getLocale() == null ? Locale.ROOT : request.getLocale()); RenderDataUtil.register(data, "labelTypeItems", labelTypeItems); RenderDataUtil.register(data, "displayLabelTypeItems", labelTypeItems != null && !labelTypeItems.isEmpty()); // Facet query views for filter UI (file type, timestamp, size)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Mar 10 14:54:51 GMT 2026 - 4.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/searchOptions.jsp
styleClass="form-control"> <c:forEach var="item" items="${langItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach> </la:select> </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>
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) -
src/main/webapp/WEB-INF/view/searchOptions.jsp
styleClass="form-control"> <c:forEach var="item" items="${langItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach> </la:select> </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>
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) -
src/main/webapp/WEB-INF/orig/view/search.jsp
<c:forEach var="item" items="${langItems}"> <c:if test="${item.value==sLang}">${f:h(item.label)}</c:if> </c:forEach> </c:forEach> </c:if> </a></li> <c:if test="${displayLabelTypeItems}"> <li class="list-inline-item"><la:message key="labels.searchoptions_menu_labels" /> <a href="#searchOptions" class="badge text-bg-primary text-decoration-none" data-bs-toggle="collapse"> <c:if
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/search.jsp
<c:forEach var="item" items="${langItems}"> <c:if test="${item.value==sLang}">${f:h(item.label)}</c:if> </c:forEach> </c:forEach> </c:if> </a></li> <c:if test="${displayLabelTypeItems}"> <li class="list-inline-item"><la:message key="labels.searchoptions_menu_labels" /> <a href="#searchOptions" class="badge text-bg-primary text-decoration-none" data-bs-toggle="collapse"> <c:if
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 6.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
</button> </div> </div> <div id="filterPanel" class="collapse"> <div class="filter-panel-body"> <div class="filter-dropdowns"> <c:if test="${displayLabelTypeItems}"> <div class="dropdown"> <button type="button" class="filter-group-toggle btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 10.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/advance.jsp
<c:forEach var="item" items="${langItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach> </la:select> </div> </div> <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>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 14.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/chat/chat.jsp
</button> </div> </div> <div id="filterPanel" class="collapse"> <div class="filter-panel-body"> <div class="filter-dropdowns"> <c:if test="${displayLabelTypeItems}"> <div class="dropdown"> <button type="button" class="filter-group-toggle btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 10.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
request.getLocale() == null ? Locale.ROOT : request.getLocale()); runtime.registerData("labelTypeItems", labelTypeItems); runtime.registerData("displayLabelTypeItems", labelTypeItems != null && !labelTypeItems.isEmpty()); Locale locale = ComponentUtil.getRequestManager().getUserLocale(); if (locale == null) { locale = Locale.ENGLISH; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 18 04:42:56 GMT 2026 - 14K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
<c:forEach var="item" items="${langItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach> </la:select> </div> </div> <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>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 14.2K bytes - Click Count (0)