You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
2.2 KiB
Plaintext
45 lines
2.2 KiB
Plaintext
10 months ago
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ChartManagement.aspx.cs" Inherits="DSWeb.Charts.ChartManagement" %>
|
||
|
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||
|
<head runat="server">
|
||
|
<title>图表管理</title>
|
||
|
<link href="../theme/dataview.css" type="text/css" rel="Stylesheet" />
|
||
|
<script type="text/javascript">
|
||
|
function openOpseaeTotal(){
|
||
|
var openSet = "height=700, width=1100, toolbar=no, menubar=no,scrollbars=no, resizable=1,location=no, status=no,Top= " +(screen.height-750)/2 + ",Left= "+(screen.width-1100)/2
|
||
|
var openType = "_blank";
|
||
|
|
||
|
var openUrl = "OpSeaeTotalChart.aspx";
|
||
|
window.open (openUrl,openType,openSet);
|
||
|
}
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form id="form1" runat="server">
|
||
|
<div class="gWel-ltbp-recmd-iconLk gWel-ltbp-recmd-iconLk-3">
|
||
|
<div class="gWel-ltbp-recmd-iconLk-col">
|
||
|
<a class="wRmdIconLk" href="javascript:void(0)" onclick="openOpseaeTotal()">
|
||
|
<b class="ico ico-product32 ico-product32-sort" style="background-image:url(../images/icons/pieicon32.gif)"></b>
|
||
|
<span class="txt-link">海运出口统计图表(饼图)</span>
|
||
|
<span class="ext txt-link">海运出口统计图表</span>
|
||
|
</a>
|
||
|
|
||
|
<a class="wRmdIconLk" href="javascript:void(0)">
|
||
|
<b class="ico ico-product32 ico-product32-sort" style="background-image:url(../images/icons/BarChart.png)"></b>
|
||
|
<span class="txt-link">海运出口统计图表(柱状图)</span>
|
||
|
<span class="ext txt-link">月份利润统计图表</span>
|
||
|
</a>
|
||
|
|
||
|
<a class="wRmdIconLk" href="javascript:void(0)">
|
||
|
<b class="ico ico-product32 ico-product32-sort" style="background-image:url(../images/icons/linechart.png)"></b>
|
||
|
<span class="txt-link">海运出口统计图表(走势图)</span>
|
||
|
<span class="ext txt-link">月份利润统计图表</span>
|
||
|
</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|