- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 16 for Dropdown (0.06 seconds)
-
src/main/webapp/WEB-INF/view/chat/chat.jsp
<i class="fa fa-folder-o me-1" aria-hidden="true"></i><la:message key="${facetQueryView.title}" /> <span class="filter-group-badge badge rounded-pill bg-primary d-none">0</span> </button> <div class="dropdown-menu filter-dropdown-menu"> <div class="filter-search-wrapper">
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/webapp/WEB-INF/view/index.jsp
<li class="nav-item"> <div class="dropdown"> <a id="userMenu" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <i class="fa fa-fw fa-user" aria-hidden="true"></i>${username} </a> <div class="dropdown-menu" aria-labelledby="userMenu"> <c:if test="${editableUser == true}">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/index.jsp
<li class="nav-item"> <div class="dropdown"> <a id="userMenu" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <i class="fa fa-fw fa-user" aria-hidden="true"></i>${username} </a> <div class="dropdown-menu" aria-labelledby="userMenu"> <c:if test="${editableUser == true}">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7.3K bytes - Click Count (1) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
<i class="fa fa-folder-o me-1" aria-hidden="true"></i><la:message key="${facetQueryView.title}" /> <span class="filter-group-badge badge rounded-pill bg-primary d-none">0</span> </button> <div class="dropdown-menu filter-dropdown-menu"> <div class="filter-search-wrapper">
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
<li class="nav-item"> <div class="dropdown"> <a id="userMenu" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false" > <i class="fa fa-fw fa-user" aria-hidden="true"></i>${username} </a> <div class="dropdown-menu" aria-labelledby="userMenu"> <c:if test="${editableUser == true}">
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/header.jsp
<li class="nav-item"> <div class="dropdown"> <a id="userMenu" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <i class="fa fa-fw fa-user" aria-hidden="true"></i> <span>${username}</span> </a> <div class="dropdown-menu" aria-labelledby="userMenu">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 5.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/header.jsp
<li class="nav-item"> <div class="dropdown"> <a id="userMenu" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <i class="fa fa-fw fa-user" aria-hidden="true"></i> <span>${username}</span> </a> <div class="dropdown-menu" aria-labelledby="userMenu">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 5.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
<li class="nav-item"> <div class="dropdown"> <a id="userMenu" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false" > <i class="fa fa-fw fa-user" aria-hidden="true"></i>${username} </a> <div class="dropdown-menu" aria-labelledby="userMenu"> <c:if test="${editableUser == true}">
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) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java
copyBeanToBean(form, entity, op -> op.exclude(Constants.COMMON_CONVERSION_RULE)); return entity; }); } /** * Registers protocol scheme items for the dropdown list. * * @param data the render data */ protected void registerProtocolSchemeItems(final RenderData data) { final List<Map<String, String>> itemList = new ArrayList<>();
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/webapp/js/chat.js
array.splice(index, 1); } } /** * Update badge for a specific dropdown group */ function updateGroupBadge(dropdown) { var count = dropdown.find('.filter-check:checked').length; var badge = dropdown.find('.filter-group-badge'); if (count > 0) { badge.text(count).removeClass('d-none'); } else {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0)