Newer
Older
PgInterface / src / main / webapp / common / s.jsp
xiaowei on 3 Nov 2017 1 KB first commit
<%@page language="java" pageEncoding="UTF-8" %>

<link rel="stylesheet" type="text/css" href="${ctx}/s/jquery-easyui-1.3.2/themes/bootstrap/easyui.css"/>
<link rel="stylesheet" type="text/css" href="${ctx}/s/jquery-easyui-1.3.2/themes/icon.css"/>
<link rel="stylesheet" type="text/css" href="${ctx}/s/jquery-easyui-1.3.2/themes/frm.css" />
<script type="text/javascript" src="${ctx}/s/jquery-easyui-1.3.2/jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="${ctx}/s/jquery-easyui-1.3.2/jquery.easyui.min.js"></script>
<script type="text/javascript" src="${ctx}/s/jquery-easyui-1.3.2/locale/easyui-lang-zh_CN.js"></script>

<%--jqplot插件--%>
<script type="text/javascript" src="${ctx}/s/jqplot/jquery.jqplot.js"></script>
<script type="text/javascript" src="${ctx}/s/jqplot/plugins/jqplot.dateAxisRenderer.min.js"></script>
<script type="text/javascript" src="${ctx}/s/jqplot/plugins/jqplot.canvasTextRenderer.min.js"></script>
<script type="text/javascript" src="${ctx}/s/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js"></script>
<script type="text/javascript" src="${ctx}/s/jqplot/plugins/jqplot.categoryAxisRenderer.min.js"></script>
<script type="text/javascript" src="${ctx}/s/jqplot/plugins/jqplot.barRenderer.min.js"></script>
<script type="text/javascript" src="${ctx}/s/jqplot/plugins/jqplot.pointLabels.js"></script>
<script type="text/javascript" src="${ctx}/s/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js"></script>
<!--[if lte IE 8]><script type="text/javascript" src="${ctx}/s/jqplot/excanvas.min.js"></script><![endif]-->

<script type="text/javascript" src="${ctx}/s/jquery/jquery.form.js"></script>