📄 workadd.aspx
字号:
<%@ Page language="c#" Codebehind="WorkAdd.aspx.cs" AutoEventWireup="false" Inherits="WorkGroupManager.work.WorkAdd" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>工作纪录增加</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="../CSS/ADCC.css" type="text/css" rel="stylesheet">
<script src="../calendar3.js"></script>
<script src="../DataCheck.js"></script>
<script language="javascript" event="onclick" for="datacheck">
if(Empty("tbEDate","执行人填写时间") == false) return false;
if(Empty("tbEContent","执行人填写内容") == false) return false;
</script>
</HEAD>
<body leftMargin="0" topMargin="0">
<form id="Form1" method="post" runat="server">
<table height="249" cellSpacing="0" cellPadding="0" width="498" border="0" style="WIDTH: 498px; HEIGHT: 249px">
<TR>
<TD vAlign="middle" height="23">
<TABLE id="Table5" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD style="WIDTH: 37px" vAlign="top" colSpan="1" rowSpan="1"><IMG src="../pics/tc-1.jpg"></TD>
<TD vAlign="bottom">
<P align="center"><FONT class="topic">::::: 工作记录执行人填写 :::::</FONT></P>
</TD>
<TD bgColor="white"><IMG src="../pics/tc-2.jpg"><IMG src="../pics/tc-3.jpg"></TD>
<TD bgColor="white"></TD>
</TR>
</TABLE>
</TD>
</TR>
<tr>
<td>
<HR width="96%" color="#ffffff" SIZE="1">
<table style="WIDTH: 487px; COLOR: white; HEIGHT: 106px" cellSpacing="0" cellPadding="0"
width="487" border="0">
<tr>
<td style="WIDTH: 123px" align="right" width="123" height="30">任务编号:
</td>
<TD align="left" width="250"><FONT face="宋体"> </FONT>
<asp:Label id="lbTNO" runat="server" Width="112px">Label</asp:Label></TD>
</tr>
<tr>
<td style="WIDTH: 123px" align="right" width="123" height="30"> 执行人:
</td>
<TD align="left" width="250"><FONT face="宋体">
<asp:Label id="lbTExcutor" runat="server" Width="120px">Label</asp:Label></FONT></TD>
</tr>
<tr>
<td style="WIDTH: 123px" align="right" width="123" height="30">执行人填写时间:
</td>
<TD align="left" width="250"><FONT face="宋体"></FONT>
<asp:textbox id="tbEDate" runat="server" Width="124px"></asp:textbox><IMG onclick="cal1.popup();" alt="" src="../pics/datetime.gif">
<script language="javascript">
var cal1 = new calendar2(document.all.tbEDate);
</script>
</TD>
</tr>
<tr>
<td style="WIDTH: 123px" align="right" width="123" height="30">执行人填写内容:
</td>
<TD align="left" width="250"><FONT face="宋体"></FONT>
<asp:textbox id="tbEContent" runat="server" Width="259px" Height="57px" TextMode="MultiLine"></asp:textbox></TD>
</tr>
</table>
<HR width="96%" color="#ffffff" SIZE="1">
<asp:RangeValidator id="RangeValidator1" runat="server" ErrorMessage="请输入正确的日期格式例如:2003-5-23" Type="Date"
ControlToValidate="tbEDate" MaximumValue="2100-12-31" MinimumValue="1900-01-01"></asp:RangeValidator>
</td>
</tr>
<TR>
<TD vAlign="bottom"><FONT face="宋体"></FONT></TD>
</TR>
<TR>
<TD height="31">
<TABLE id="Table4" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD width="1" style="WIDTH: 1px; HEIGHT: 31px"><FONT face="宋体"></FONT></TD>
<TD width="305" background="../pics/tanchu-d.jpg" style="WIDTH: 305px; HEIGHT: 31px"></TD>
<TD width="89" background="../pics/tanchu-temp.jpg" style="HEIGHT: 31px">
<P align="center">
<asp:LinkButton id="datacheck" runat="server">确 定</asp:LinkButton>
</P>
</TD>
<TD width="89" background="../pics/tanchu-temp.jpg" style="HEIGHT: 31px">
<P align="center"><A href="javascript:window.close()">取 消</A></P>
</TD>
<TD width="10" background="../pics/tanchu-d.jpg" style="HEIGHT: 31px"></TD>
</TR>
</TABLE>
</TD>
</TR>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -