1 Star 0 Fork 445

hexiangyun / arkui_ace_engine_lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
foot.jspf 2.61 KB
一键复制 编辑 原始数据 按行查看 历史
hexiangyun 提交于 2022-10-18 06:11 . CI测试,请勿合入!!!
<%--
CDDL HEADER START
The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").
You may not use this file except in compliance with the License.
See LICENSE.txt included in this distribution for the specific
language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at LICENSE.txt.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]
CDDL HEADER END
Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
Portions Copyright 2011 Jens Elkner.
--%><%@page import="
java.util.EnumSet,
java.util.Date,
org.opensolaris.opengrok.web.PageConfig,
org.opensolaris.opengrok.web.Prefix"
%><%!
/* ---------------------- foot.jspf members start --------------------- */
private static EnumSet<Prefix> needAddDiv = EnumSet.of(
Prefix.HIST_L, Prefix.XREF_P, Prefix.DIFF_P, Prefix.MORE_P,
// could NOT find any mapping/reference to those ones:
Prefix.HIST_S, Prefix.XREF_S, Prefix.DIFF_S, Prefix.MORE_S);
/* ---------------------- foot.jspf members end --------------------- */
%><%
/* ---------------------- foot.jspf start --------------------- */
{
PageConfig cfg = PageConfig.get(request);
Date dateForLastIndexRun = cfg.getEnv().getDateForLastIndexRun();
%>
<div id="footer">
<p><a href="http://opengrok.github.com/OpenGrok/"
title="Served by OpenGrok"><span id="fti"></span></a></p>
<% if(dateForLastIndexRun != null) { %>
<p>Indexes created <%= dateForLastIndexRun %></p>
<%}%>
<%= cfg.getEnv().getConfiguration().getFooterIncludeFileContent() %>
<%
if (needAddDiv.contains(cfg.getPrefix())) {
%></div><% // #content
}
// #footer, #page:
%>
</div>
</div>
<%
String ctxPath = request.getContextPath();
%>
<script type="text/javascript" src="<%= ctxPath %>/js/jquery-3.2.0.min.js"></script>
<script type="text/javascript" src="<%= ctxPath %>/js/jquery-ui-1.12.0-custom.min.js"></script>
<script type="text/javascript" src="<%= ctxPath %>/js/jquery.tablesorter-2.26.6.min.js"></script>
<script type="text/javascript" src="<%= ctxPath %>/js/tablesorter.parsers-0.0.1.js"></script>
<script type="text/javascript" src="<%= ctxPath %>/js/searchable-option-list-2.0.3.min.js"></script>
<script type="text/javascript" src="<%= ctxPath %>/js/utils-0.0.8.js"></script>
</body>
</html>
<%
}
/* ---------------------- foot.jspf end --------------------- */
%>
C++
1
https://gitee.com/hexiangyun/arkui_ace_engine_lite.git
git@gitee.com:hexiangyun/arkui_ace_engine_lite.git
hexiangyun
arkui_ace_engine_lite
arkui_ace_engine_lite
master

搜索帮助