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

📄 editstreamfirst.aspx

📁 很不错的公文流转系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="EditStreamFirst.aspx.cs" AutoEventWireup="false" Inherits="OI.Stream.EditStreamFirst" %>
<HTML>
	<HEAD>
		<title>新建工作流</title>
		<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0" charset="gb2312">
		<LINK href="../test.css" type="text/css" rel="stylesheet">
	</HEAD>
	<BODY>
		<form runat="server" method="post" action="" ID="Form1">
			<table align="center" width="500">
				<tr>
					<td class="TitleBar" bgColor="lightgoldenrodyellow">修改工作流</td>
				</tr>
				<tr>
					<td align="center">
						<table width="480" border="1" align="center" cellpadding="0" cellspacing="0" style="MARGIN:5px"
							class="tableframe">
							&nbsp;
							<tr>
								<td width="80" bgColor="floralwhite"><nobr>工作流程名称</nobr></td>
								<td bgColor="floralwhite">
									<input type="text" class="input" name="StreamName" id="StreamName" maxlength="50" size="50"
										runat="server"> <FONT face="宋体" color="#ff3333">*</FONT>
									<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" Display="Dynamic" ControlToValidate="StreamName"><<</asp:RequiredFieldValidator>
								</td>
							</tr>
							<tr>
								<td width="80"><nobr>备注</nobr></td>
								<td>
									<textarea id="Description" name="Description" class="inputArea" rows="9" runat="server" style="WIDTH: 384px; HEIGHT: 154px"
										cols="45"></textarea>
								</td>
							</tr>
							<tr>
								<td align='center' colspan="2" nowrap bgColor="floralwhite"><FONT face="宋体">
										<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="60%" border="0">
											<TR align="center">
												<TD>
													<TABLE id="Table2" cellSpacing="0" cellPadding="0" border="0">
														<TR>
															<TD><IMG src="../images/button_left.gif" border="0"></TD>
															<TD background="../images/button_bg.gif">
																<asp:linkbutton id="LinkButton1" CssClass="button" Runat="server"> 下一步 </asp:linkbutton></TD>
															<TD><IMG src="../images/button_right.gif" border="0"></TD>
														</TR>
													</TABLE>
												</TD>
												<TD>
													<TABLE id="Table3" cellSpacing="0" cellPadding="0" border="0">
														<TR>
															<TD><IMG src="../images/button_left.gif" border="0"></TD>
															<TD background="../images/button_bg.gif"><asp:linkbutton id="Linkbutton3" CssClass="button" Runat="server"> 完成 </asp:linkbutton>
															</TD>
															<TD><IMG src="../images/button_right.gif" border="0"></TD>
														</TR>
													</TABLE>
												</TD>
												<TD>
													<TABLE id="Table3" cellSpacing="0" cellPadding="0" border="0">
														<TR>
															<TD><IMG src="../images/button_left.gif" border="0"></TD>
															<TD background="../images/button_bg.gif"><A class="button" id="Linkbutton2" onclick="javascript:history.back();" href="#">返 
																	回 </A>
															</TD>
															<TD><IMG src="../images/button_right.gif" border="0"></TD>
														</TR>
													</TABLE>
												</TD>
											</TR>
										</TABLE>
										<asp:Label id="lStreamID" runat="server" Visible="False"></asp:Label>
										<asp:Label id="lStream" runat="server" Visible="False"></asp:Label>
									</FONT>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</BODY>
</HTML>

⌨️ 快捷键说明

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