Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for webAuthentication (0.15 sec)

  1. src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth_edit.jsp

        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="crawl"/>
            <jsp:param name="menuType" value="webAuthentication"/>
        </jsp:include>
        <div class="content-wrapper">
            <div class="content-header">
                <div class="container-fluid">
                    <div class="row mb-2">
                        <div class="col-sm-6">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 8.5K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    						</a></li></c:if>
    						
    					<c:if test="${fe:permission('admin-webauth-view')}">
    					<li class="nav-item">
    						<a href="${fe:url('/admin/webauth/')}"
    						   class="nav-link <c:if test="${param.menuType=='webAuthentication'}">active</c:if>">
    							<em class='fa fa-genderless nav-icon'>
    							<p><la:message key="labels.menu_web_authentication" /></p>
    						</a></li></c:if>
    						
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 15 20:55:28 GMT 2021
    - 17.8K bytes
    - Viewed (0)
Back to top