system_work_plan11_edit1.aspx

来自「ASP.NET的一些开发实例,有论坛管理系统等」· ASPX 代码 · 共 135 行

ASPX
135
字号
<%@ Page language="c#" Codebehind="system_work_plan11_edit1.aspx.cs" AutoEventWireup="false" Inherits="BDStudioBase.syssoft.system_work_plan11_edit1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>system_work_plan11_edit1</title>
		<script language="javascript">
		
function f_select_emp()
		{
			
			var inputfile_name;
			var row,str;

			inputfile_name="../SelectEmp.aspx?as_window=system_work_plan11_edit1";

			//alert(inputfile_name)
			window.open(inputfile_name,"","scrollbars=no, toolbar=no,location=no,directiories=no,status=no,menubar=no,resizable=yes,width=460,left="+(window.screen.width-460)/2+",height=200,top="+(window.screen.height-200)/2);
			//window.frm1.as_design.value=str;
		}
		</script>
		<link href="../style_white.css" type="text/css" rel="stylesheet">
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<script src="../calendar3.js"></script>
	</HEAD>
	<body topmargin="0" leftmargin="0" bgcolor="#e6eefa">
		<form id="system_work_plan11_edit1" method="post" runat="server">
			<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
				<TR>
					<TD vAlign="top" width="100%" height="20"></TD>
				</TR>
			</TABLE>
			<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
				<TR>
					<TD align="left" width="38%"></TD>
				</TR>
			</TABLE>
			<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 79px" cellSpacing="1"
				cellPadding="1" width="100%" border="0">
				<tr>
					<td rowSpan="3">&nbsp;
					</td>
					<td>&nbsp;</td>
					<td rowSpan="3">&nbsp;</td>
				</tr>
				<tr>
					<td>
						<table width="100%" bgColor="#c5dbfc" border="0">
							<TBODY>
								<tr height="20">
									<td align="center" colSpan="3"><asp:label id="Label02" runat="server" CssClass="txt_box">工作计划修改</asp:label></td>
								</tr>
								<tr>
									<td vAlign="top" colSpan="3">
										<TABLE cellSpacing="0" cellPadding="0" width="972" align="center" border="0">
											<TBODY>
												<TR>
													<TD width="7" background="../images/tb_left.gif" height="26"></TD>
													<TD width="794" background="../images/tb_bg.gif" height="26"></TD>
													<TD width="171" background="../images/tb_right.gif" height="26"></TD>
												</TR>
											</TBODY>
										</TABLE>
										<table style="BORDER-COLLAPSE: collapse" align="center" borderColor="#62a2ff" height="100%"
											cellSpacing="0" cellPadding="0" width="972" border="1">
											<TBODY>
												<tr>
													<TD align="left" width="33%"><asp:label id="Out_Label1" runat="server" CssClass="txt_box2">编号</asp:label><br>
														<asp:textbox class="input_text" id="In_TextBox1" runat="server" Width="95%" ReadOnly="True"></asp:textbox></TD>
													<TD align="left" width="33%"><asp:label id="Out_Label2" runat="server" CssClass="txt_box2">发布时间</asp:label><br>
														<asp:textbox class="input_text" id="In_TextBox2" runat="server" Width="95%" ReadOnly="True"></asp:textbox></TD>
													<TD align="left" width="33%"><asp:label id="Out_Label3" runat="server" CssClass="txt_box2">发布人</asp:label><br>
														<asp:textbox class="input_text" id="C_TextBox3" runat="server" Width="95%" ReadOnly="True"></asp:textbox></TD>
												</tr>
												<tr>
													<TD align="left"><asp:label id="Out_Label4" runat="server" CssClass="txt_box2">开始时间</asp:label><br>
														<asp:textbox class="input_text" id="In_TextBox4" runat="server" Width="90%"></asp:textbox><IMG onclick="cal1.popup();" alt="" src="../datetime.gif">
														<script>
										var cal1 = new calendar2(document.system_work_plan11_edit1.In_TextBox4);
														</script>
													</TD>
													<TD align="left" width="33%"><asp:label id="Out_Label5" runat="server" CssClass="txt_box2">结束时间</asp:label><br>
														<asp:textbox class="input_text" id="In_TextBox5" runat="server" Width="90%"></asp:textbox><IMG onclick="cal2.popup();" alt="" src="../datetime.gif">
														<script>
										var cal2 = new calendar2(document.system_work_plan11_edit1.In_TextBox5);
														</script>
													</TD>
													<TD align="left">
														<P><asp:label id="Out_Label6" runat="server" CssClass="txt_box2">接收人</asp:label><asp:textbox class="input_text" id="In_TextBox6" runat="server" Width="226px"></asp:textbox>
															<INPUT style="WIDTH: 21px; HEIGHT: 22px" onclick="f_select_emp()" type="button"></P>
													</TD>
												</tr>
												<TR>
													<TD align="left" colSpan="3"><asp:label id="Out_Label7" runat="server" CssClass="txt_box2">主题</asp:label><br>
														<asp:textbox class="input_text" id="In_TextBox7" runat="server" Width="99%"></asp:textbox></TD>
												</TR>
												<TR>
													<TD align="left" colSpan="3"><asp:label id="Out_Label8" runat="server" CssClass="txt_box2">内容</asp:label><BR>
														<asp:textbox class="input_text" id="In_TextBox8" runat="server" Width="99%" TextMode="MultiLine"
															Rows="15"></asp:textbox></TD>
												</TR>
											</TBODY>
										</table>
										<TABLE cellSpacing="0" cellPadding="0" width="972" align="center" border="0">
											<TBODY>
												<TR>
													<TD width="18" background="../images/bb_left.gif" height="25"></TD>
													<TD width="651" background="../images/bb_bg.gif" height="25"></TD>
													<TD width="303" background="../images/bb_right.gif" height="25"></TD>
												</TR>
											</TBODY>
										</TABLE>
									</td>
								</tr>
								<tr height="20">
									<td align="left" width="60%">
										<asp:ImageButton id="cbSaveReturn" runat="server" ImageUrl="../images/edit_back.gif"></asp:ImageButton>
										<asp:ImageButton id="cbSaveRun" runat="server" ImageUrl="../images/coun_edit.gif"></asp:ImageButton>&nbsp;
										<asp:ImageButton id="cbSaveSearch" runat="server" ImageUrl="../images/save_exa.gif"></asp:ImageButton>&nbsp;&nbsp;
										<asp:ImageButton id="cbReturn" runat="server" ImageUrl="../images/back.gif"></asp:ImageButton>&nbsp;&nbsp;
										<asp:TextBox id="In_TextBox9" runat="server" Width="0px"></asp:TextBox>
										<asp:TextBox id="In_TextBox3" runat="server" Visible="False"></asp:TextBox></td>
									<td align="center"><asp:label id="labMessage1" runat="server" CssClass="txt_box3" Visible="False">操作提示</asp:label></td>
								</tr>
							</TBODY>
						</table>
					</td>
				</tr>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?