📄 fileadd.aspx
字号:
<%@ Register TagPrefix="MyOA" TagName="LeftTree" Src="UserControls/LeftTree.ascx" %>
<%@ Page language="c#" Inherits="MyOA.Web.FileAdd" CodeFile="FileAdd.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>FileAdd</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="Styles/Style.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table2" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD width="105" vAlign="top" align="center">
<P><MYOA:LEFTTREE id="leftTree" runat="server"></MYOA:LEFTTREE></P>
</TD>
<TD align="center" width="3" bgColor="aqua"></TD>
<TD align="center" vAlign="top">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD colSpan="2">>>撰写公文
<HR>
</TD>
</TR>
<TR>
<TD style="WIDTH: 38px">标题*</TD>
<TD><asp:textbox id="TextBoxTitle" runat="server" Width="304px"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 38px; HEIGHT: 12px">送交*</TD>
<TD style="HEIGHT: 12px">
<P><asp:dropdownlist id="DropDownListToDepartment" runat="server" AutoPostBack="True" onselectedindexchanged="DropDownListToDepartment_SelectedIndexChanged"></asp:dropdownlist>
<asp:DropDownList id="DropDownListToUser" runat="server"></asp:DropDownList></P>
</TD>
</TR>
<TR>
<TD style="WIDTH: 38px">正文*</TD>
<TD style="WIDTH: 232px"><asp:textbox id="TextBoxContent" runat="server" Width="317px" TextMode="MultiLine" Height="168px"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 38px">附件*</TD>
<TD style="WIDTH: 232px"><INPUT id="InputAffixFile" style="WIDTH: 315px; HEIGHT: 19px" type="file" size="33" name="InputPictureFile"
runat="server"></TD>
</TR>
<TR>
<TD align="center" colSpan="3">
<HR>
<asp:imagebutton id="ImagebuttonSubmit" runat="server" ImageUrl=".\Images\BtnSubmit.gif"></asp:imagebutton><asp:imagebutton id="ImageButtonBack" runat="server" ImageUrl=".\Images\BtnBack.gif"></asp:imagebutton></TD>
</TR>
<TR>
<TD align="center" colSpan="3"><asp:label id="LabelWarningMessage" runat="server"></asp:label></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -