Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for itemId (0.66 sec)

  1. src/main/webapp/WEB-INF/view/advance.jsp

    					<la:select property="lang" styleId="langSearchOption" multiple="true" 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>
    				</div>
    				<div class="col-lg-4 d-none d-lg-flex align-items-center">
    				</div>
    			</div>
    			<c:if test="${displayLabelTypeItems}">
    				<div class="form-group row">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp

                                                <c:forEach var="p" varStatus="s"
                                                           items="${pager.pageNumberList}">
                                                    <li
                                                            <c:if test="${p == pager.currentPageNumber}">class="page-item active"</c:if>>
                                                        <la:link
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.2K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp

                                                               items="${pageNumberList}">
                                                        <li
                                                                <c:if test="${pageNumber == currentPageNumber}">class="page-item active"</c:if>>
                                                            <la:link
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Sep 24 13:09:22 UTC 2020
    - 20K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    					<li class="nav-item">
    						<a href="${fe:url('/admin/wizard/')}" class="nav-link <c:if test="${param.menuType=='wizard'}">active</c:if>">
    							<em class='fa fa-genderless nav-icon'>
    							<p><la:message key="labels.menu_wizard" /></p>
    						</a>
    					</li>
    					</c:if>
    					<c:if test="${fe:permission('admin-general-view')}">
    					<li class="nav-item">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 15 20:55:28 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                                                <c:forEach var="l" varStatus="s"
                                                           items="${labelTypeItems}">
                                                    <c:forEach var="ltid" varStatus="s"
                                                               items="${labelTypeIds}">
                                                        <c:if test="${ltid==l.id}">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.6K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                            <td><c:forEach var="l" varStatus="s"
                                                           items="${labelTypeItems}">
                                                <c:forEach var="ltid" varStatus="s"
                                                           items="${labelTypeIds}">
                                                    <c:if test="${ltid==l.id}">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.7K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym.jsp

                                                <c:forEach var="p" varStatus="s"
                                                           items="${pager.pageNumberList}">
                                                    <li
                                                            <c:if test="${p == pager.currentPageNumber}">class="page-item active"</c:if>>
                                                        <la:link
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 24 13:43:18 UTC 2020
    - 10.1K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/storage/admin_storage.jsp

                                    </a>
                                    <c:forEach var="item" varStatus="s" items="${pathItems}">
                                        / <span><a
                                            href="${contextPath}/admin/storage/list/${f:u(item.id)}/">${f:h(item.name)}</a></span>
                                    </c:forEach>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 26 01:48:41 UTC 2022
    - 20.4K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/orig/view/advance.jsp

    					<la:select property="lang" styleId="langSearchOption" multiple="true" 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>
    				</div>
    				<div class="col-lg-4 d-none d-lg-flex align-items-center">
    				</div>
    			</div>
    			<c:if test="${displayLabelTypeItems}">
    				<div class="form-group row">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping.jsp

                                                <c:forEach var="p" varStatus="s"
                                                           items="${pager.pageNumberList}">
                                                    <li
                                                            <c:if test="${p == pager.currentPageNumber}">class="page-item active"</c:if>>
                                                        <la:link
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 10.1K bytes
    - Viewed (0)
Back to top