mirror of https://gitee.com/jeecg/jeecg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
806 B
12 lines
806 B
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@include file="/context/mytags.jsp"%>
|
|
<!-- context path -->
|
|
<t:base type="jquery,easyui"></t:base>
|
|
<script type="text/javascript" src="plug-in/Highcharts-2.2.5/js/highcharts.src.js"></script>
|
|
<script type="text/javascript" src="plug-in/Highcharts-2.2.5/js/modules/exporting.src.js"></script>
|
|
<t:tabs id="tt" iframe="false">
|
|
<t:tab href="logController.do?userBroswer&reportType=line" icon="icon-search" title="user.analysis.line" id="pnode"></t:tab>
|
|
<t:tab href="logController.do?userBroswer&reportType=pie" icon="icon-search" title="user.analysis.pie" id="pnode"></t:tab>
|
|
<t:tab href="logController.do?userBroswer&reportType=column" icon="icon-search" title="user.analysis.histogram" id="pnode"></t:tab>
|
|
</t:tabs>
|