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.
162 lines
6.3 KiB
Plaintext
162 lines
6.3 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="boxtimeset.aspx.cs" Inherits="DSWeb.box.boxtimeset" %>
|
|
|
|
<!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>
|
|
<!--按钮条-->
|
|
<style type="text/css">
|
|
.btn-content0{
|
|
width:100%;
|
|
height:30px;
|
|
background:url("../images/content-header.gif");
|
|
cursor:default;
|
|
}
|
|
</style>
|
|
<link href="../theme/tab.css" type="text/css" rel="stylesheet" />
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css"/>
|
|
<link href="../theme/style.css" type="text/css" rel="Stylesheet" media="screen"/>
|
|
<!--Grid-->
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/dhtmlxgrid.css"/>
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/page.css"/>
|
|
<style type="text/css">
|
|
#divh { position:absolute; z-index:1001; left:40%; top:30%; width:300px; margin-left:-200px; border:solid 6px #ddd; }
|
|
.box { border:solid 1px #999; font-size:14px; }
|
|
#tit { border-bottom:solid 1px #999;background-color:#cccccc; padding:6px; font-weight:bold;}
|
|
#bod { background-color:#ffffff; padding:20px; }
|
|
#bot { border-top:solid 1px #999;background-color:#cccccc; text-align:right;}
|
|
.menu { position:absolute; z-index:101; width:150px; border:solid 1px #999; padding:2px; background-color:#ffffff;}
|
|
.menu a {padding:5px 6px; font-size:12px; color:#000000; cursor:default; text-decoration:none; padding-top:1px; width:90px;}
|
|
.menu a:hover { background-color:#507cd1; color:#ffffff;}
|
|
|
|
.regular{text-decoration:none;cursor:default; margin-right:20px;}
|
|
.imgLeftButton{
|
|
background-image:url(../images/icons/edit_right.gif);height:19px;width:19px; margin-left:22px;margin-bottom:30px;
|
|
}
|
|
.imgLeftHoverButton{
|
|
background-image:url(../images/icons/edit_righthover.gif);height:19px;width:19px; margin-left:22px;margin-bottom:30px;
|
|
}
|
|
|
|
.imgRightButton{
|
|
background-image:url(../images/icons/edit_left.gif);height:19px;width:19px; margin-left:22px;
|
|
}
|
|
.imgRightHoverButton{
|
|
background-image:url(../images/icons/edit_lefthover.gif);height:19px;width:19px; margin-left:22px;
|
|
}
|
|
|
|
.imgUpButton{
|
|
background-image:url(../images/icons/edit_up.gif);height:19px;width:19px; margin-left:22px;margin-bottom:30px;
|
|
}
|
|
.imgUpHoverButton{
|
|
background-image:url(../images/icons/edit_uphover.gif);height:19px;width:19px; margin-left:22px;margin-bottom:30px;
|
|
}
|
|
|
|
.imgDownButton{
|
|
background-image:url(../images/icons/edit_down.gif);height:19px;width:19px; margin-left:22px;
|
|
}
|
|
.imgDownHoverButton{
|
|
background-image:url(../images/icons/edit_downhover.gif);height:19px;width:19px; margin-left:22px;
|
|
}
|
|
.enterButton{
|
|
display:block;
|
|
float:left;
|
|
margin:0 7px 0 0;
|
|
background-color:#d5d5d5;
|
|
border:1px solid #dedede;
|
|
border-top:1px solid #eee;
|
|
border-left:1px solid #eee;
|
|
|
|
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
|
|
font-size:12px;
|
|
line-height:130%;
|
|
text-decoration:none;
|
|
font-weight:bold;
|
|
color:#565656;
|
|
cursor:default;
|
|
padding:5px 10px 6px 7px; /* Links */
|
|
width:60px;
|
|
text-align:center;
|
|
margin-top:8px;
|
|
margin-left:20px;
|
|
|
|
}
|
|
|
|
.enterButton:hover{
|
|
background-color:#dff4ff;
|
|
border:1px solid #c2e1ef;
|
|
color:#336699;
|
|
}
|
|
.enterButton:active{
|
|
background-color:#6299c5;
|
|
border:1px solid #6299c5;
|
|
color:#fff;
|
|
}
|
|
.dvMenu{
|
|
display:block;
|
|
background-color:#ffffff;
|
|
border:1px solid #dedede;
|
|
border-top:1px solid #eee;
|
|
border-left:1px solid #eee;
|
|
|
|
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
|
|
font-size:12px;
|
|
line-height:130%;
|
|
text-decoration:none;
|
|
font-weight:bold;
|
|
color:#565656;
|
|
cursor:default;
|
|
padding:8px 0px 6px 7px; /* Links */
|
|
width:95%;
|
|
text-align:center;
|
|
|
|
}
|
|
.dvMenu:hover{
|
|
background-color:#dff4ff;
|
|
border:1px solid #c2e1ef;
|
|
color:#336699;
|
|
}
|
|
.dvMenu:active{
|
|
background-color:#6299c5;
|
|
border:1px solid #6299c5;
|
|
color:#fff;
|
|
}
|
|
</style>
|
|
<!--自定义下拉框-->
|
|
<link href="../theme/style.css" type="text/css" rel="Stylesheet" media="screen"/>
|
|
<link href="../theme/dhtmlxcombo.css" type="text/css" rel="Stylesheet" media="screen"/>
|
|
</head>
|
|
<body style="background-color: #ECF2FF" onload="initComboSubCompany2();initComboPORTLOAD2();initComboBLFRT2();initComboSERVICE2();">
|
|
<form id="form1" runat="server">
|
|
<div style="width:100%;vertical-align:text-bottom;" class="btn-content0">
|
|
<div class="btn-blank"></div>
|
|
<div class="xbtn-img">
|
|
</div>
|
|
<div class="xbtn-img">
|
|
<asp:ImageButton ID="ibEnter" runat="server" OnClick="btnEnter_Click" ToolTip="保存" ImageUrl="~/images/icons/save.gif" CssClass="btnimg"/>
|
|
</div>
|
|
<div class="xbtn-img">
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<table>
|
|
<tr>
|
|
<td class="cssfont">到期期限</td>
|
|
<td>
|
|
<asp:TextBox ID="deadline1" runat="server" Text="0" onkeyup="value=value.replace(/[^\d]/g,'')"></asp:TextBox>天
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="cssfont">状态期限</td>
|
|
<td>
|
|
<asp:TextBox ID="deadline2" runat="server" Text="0" onkeyup="value=value.replace(/[^\d]/g,'')"></asp:TextBox>天
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<asp:Literal ID="msg" runat="server"></asp:Literal>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|