- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for protocolSchemeItems (0.08 seconds)
-
src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth_details.jsp
<th><la:message key="labels.file_auth_scheme"/></th> <td><c:forEach var="item" items="${protocolSchemeItems}"> <c:if test="${protocolScheme==item.value}">${f:h(item.label)}</c:if> </c:forEach> <la:hidden property="protocolScheme"/></td>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth_details.jsp
<th><la:message key="labels.webauth_scheme"/></th> <td><c:forEach var="item" items="${protocolSchemeItems}"> <c:if test="${protocolScheme==item.value}">${f:h(item.label)}</c:if> </c:forEach> <la:hidden property="protocolScheme"/></td>
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) -
src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth_edit.jsp
styleClass="form-control"> <c:forEach var="item" items="${protocolSchemeItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth_edit.jsp
styleClass="form-control"> <c:forEach var="item" items="${protocolSchemeItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java
itemList.add(createItem(ComponentUtil.getMessageManager().getMessage(locale, "labels.file_auth_scheme_ftp"), Constants.FTP)); RenderDataUtil.register(data, "protocolSchemeItems", itemList); } /** * Registers file configuration items for the dropdown list. * * @param data the render data */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 18.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java
itemList.add(createItem(ComponentUtil.getMessageManager().getMessage(locale, "labels.webauth_scheme_form"), Constants.FORM)); RenderDataUtil.register(data, "protocolSchemeItems", itemList); } /** * Registers available web configuration items for use in web authentication forms. * Retrieves all web configurations and creates form items from them. *
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 19.7K bytes - Click Count (0)