Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for serverPath (0.14 sec)

  1. src/main/webapp/WEB-INF/view/admin/dashboard/admin_dashboard.jsp

        </jsp:include>
    
        <div class="content-wrapper position-relative">
            <iframe class="w-100 h-100 position-absolute" frameborder="0"
                    src="<%=request.getContextPath()%>${serverPath}<%= response.encodeURL("/_plugin/kopf/") %>"
                    seamless></iframe>
        </div>
    
        <jsp:include page="/WEB-INF/view/common/admin/footer.jsp"></jsp:include>
    </div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 12:21:50 GMT 2020
    - 1.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/dashboard/AdminDashboardAction.java

        @Secured({ ROLE })
        public HtmlResponse index() {
            searchEngineApiManager.saveToken();
            return asHtml(path_AdminDashboard_AdminDashboardJsp).renderWith(data -> {
                RenderDataUtil.register(data, "serverPath", searchEngineApiManager.getServerPath());
            });
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.7K bytes
    - Viewed (0)
Back to top