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.

88 lines
4.0 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BoxReport1.aspx.cs" Inherits="DSWeb.box.BoxReport1" %>
<!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 id="Head1" runat="server">
<title>码头箱量报表</title>
<link href="../theme/tab.css" type="text/css" rel="stylesheet" />
<script language="javascript" type="text/javascript" src="../js/m97date/wdatepicker.js"></script>
<link rel="STYLESHEET" type="text/css" href="../theme/dhtmlxgrid.css"/>
<link rel="STYLESHEET" type="text/css" href="../theme/page.css"/>
<!--页面重新加载-->
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css"/>
<!--背景条-->
<style type="text/css">
.btn-content0{
width:100%;
height:30px;
background:url("../images/content-header.gif");
cursor:default;
}
.btncss
{
BORDER-RIGHT: #2C59AA 1px solid;
PADDING-RIGHT: 2px; BORDER-TOP: #2C59AA 1px solid;
PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
BORDER-LEFT: #2C59AA 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px;
BORDER-BOTTOM: #2C59AA 1px solid;
}
</style>
<style type="text/css">
*{ margin:0; padding:0;}
html,body{ width:100%; height:100%; overflow:hidden;}
.containercss{ position:relative; width:100%; height:100%; overflow-y:scroll; overflow-x:auto;}
.topcss{ width:100%; position:absolute; top:0; left:0;}
.boxcss{ height:610px;}
</style>
<!--排序-->
<style type="text/css">
.headStyle a{text-decoration:none;}
</style>
</head>
<body style="background-color: #ECF2FF;" >
<form id="form1" runat="server" style="background-color: #ECF2FF">
<div>
<div style="width:100%;vertical-align:text-bottom;" class="btn-content0">
<div class="btn-blank"></div>
<div class="xbtn" style="width:120px; height:20px;">
<asp:TextBox ID="sdate" runat="server" Width="100px" CssClass="Wdate" onClick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false,readOnly:true})" onfocus="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false,readOnly:true})"></asp:TextBox>至
</div>
<div class="xbtn" style="width:105px; height:20px;">
<asp:TextBox ID="edate" runat="server" Width="100px" CssClass="Wdate" onClick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false,readOnly:true})" onfocus="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false,readOnly:true})"></asp:TextBox>
</div>
<div class="xbtn" style="width:86px; height:20px;">
<asp:Button ID="btsearch" runat="server" Text="查询" CssClass="btncss"
Width="80px" Height="20px" onclick="btsearch_Click" />
</div>
<div class="xbtn-img">
<div class="btnimg"><asp:ImageButton ID="ibsave" runat="server"
ImageUrl="~/images/icons/excel.gif" ToolTip="导出Excel" CssClass="cssfont"
onclick="ibsave_Click" /></div>
</div>
</div>
<!-- 选项卡开始 -->
</div>
<asp:GridView ID="grid" runat="server" BackColor="White" Width="100%"
BorderColor="White" BorderStyle="Ridge" BorderWidth="2px" CellPadding="3"
GridLines="None" CellSpacing="1">
<RowStyle BackColor="#DEDFDE" ForeColor="Black" Height="25px"
HorizontalAlign="Center" />
<FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
<PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right" />
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#E7E7FF"
Height="25px" />
</asp:GridView>
</form>
</body>
</html>