⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 task.aspx

📁 该项目管理系统可对项目的过程进行管理和控制
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Task.aspx.cs" AutoEventWireup="true" Inherits="BronzeMonkey.GeneralTaskList.Task" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Create a new Task - Task List Web Service</title>
		<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">
		<link rel="stylesheet" href="layout.css" type="text/css">
	</HEAD>
	<body>
		<form id="Task" method="post" runat="server">
			<div id="MenuContent">
				<b>任务列表</b>&nbsp;
				<br>
				<br>
				<table>
					<tr>
						<td nowrap valign="middle" align="right"><img src="images/task.gif" alt="Return to Task List"></td>
						<td nowrap valign="middle" align="left"><asp:linkbutton ID="lnkReturnToTaskList" Runat="server" EnableViewState="False" CssClass="GraySpan"> 返回到任务类表</asp:linkbutton></td>
					</tr>
				</table>
				<br>
				<hr>
				<asp:linkbutton ID="lnkLogOff" Runat="server" EnableViewState="False" CssClass="GraySpan">注销</asp:linkbutton>
			</div>
			<div id="CenterContent" style="WIDTH: 100%">
				<asp:panel Runat="server" CssClass="PanelContent" Width="100%" id="pnlCreateNewTask">
					<SPAN class="LabelFont"></SPAN><STRONG>新任务</STRONG><BR>
					<HR>
					<B>主题:</B><BR>
					<asp:textbox id="txtTaskSubject" runat="server" Width="100%" TextMode="SingleLine"></asp:textbox>
					<BR>
					<B>任务:</B><BR>
					<asp:textbox id="txtTaskBody" runat="server" Width="100%" TextMode="MultiLine" Height="250px"></asp:textbox>
					<BR>
					<TABLE id="Table1" cellPadding="3" width="100%">
						<TR>
							<TD style="HEIGHT: 21px" noWrap><B>状态:</B>
							</TD>
							<TD style="HEIGHT: 21px" noWrap><B>类别:</B>
							</TD>
							<TD style="HEIGHT: 21px" width="100%"></TD>
							<TD style="HEIGHT: 21px" noWrap width="1%"><B>创建者:</B>
							</TD>
							<TD style="HEIGHT: 21px" noWrap width="1%"><B>开始:</B>
							</TD>
						</TR>
						<TR>
							<TD noWrap>
								<asp:dropdownlist id="cboTaskStatus" runat="server" Width="200"></asp:dropdownlist></TD>
							<TD noWrap>
								<asp:dropdownlist id="cboTaskCategory" Runat="server" Width="200"></asp:dropdownlist></TD>
							<TD width="100%"></TD>
							<TD>
								<asp:label id="lblCreatedBy" CssClass="GraySpan" Runat="server" Width="100%">mmckenzi</asp:label></TD>
							<TD noWrap>
								<asp:label id="lblCreatedOn" CssClass="GraySpan" Runat="server" Width="100%">11/26/2002 11:00 PM</asp:label></TD>
						</TR>
					</TABLE>
					<BR>
					<TABLE width="100%">
						<TR vAlign="middle" align="right">
							<TD noWrap width="100%"></TD>
							<TD vAlign="middle" noWrap>
								<asp:imagebutton id="imgSaveTask" runat="server" ImageUrl="images/save.gif"></asp:imagebutton></TD>
							<TD noWrap>
								<asp:linkbutton id="lnkSaveTask" CssClass="GraySpan" Runat="server">保存</asp:linkbutton></TD>
						</TR>
					</TABLE>
				</asp:panel>
			</div>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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