-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathbmqcgw.aspx
73 lines (67 loc) · 2.87 KB
/
bmqcgw.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<%@ Register TagPrefix="ftb" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
<%@ Page Language="vb" AutoEventWireup="false" validateRequest=false Codebehind="bmqcgw.aspx.vb" Inherits="zjdx.bmgwxx_edit" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="gb2312">
<head>
<title>现代教学管理信息系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Language" content="gb2312" />
<meta content="all" name="robots" />
<meta name="author" content="[email protected]" />
<meta name="Copyright" content="正方软件 zfsoft" />
<meta name="description" content="教务软件 学分制 教学管理" />
<meta content="教务软件 学分制 教学管理" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" rev="stylesheet" href="style/main.css" type="text/css" media="all" />
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<iframe src="head.htm" frameborder="0" scrolling="no" width="100%" height="59"></iframe>
<div id="main">
<div id="title">
<div id="title_l"></div>
<div id="title_m">起草公文</div>
<div id="title_r"></div>
</div>
<div id="content">
<TABLE width="100%" class="tb" id="Table1">
<TR>
<TD class="trbg1" width="100px">公文类别:</TD>
<TD ><asp:DropDownList id="DropDownList1" runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="trbg1">身份:</TD>
<TD>
<asp:Label id="Label1" runat="server">Label</asp:Label></TD>
</TR>
<TR>
<TD class="trbg1">公文标题:</TD>
<TD><asp:textbox id="tbBT" runat="server" width="80%"></asp:textbox></TD>
</TR>
<TR>
<TD class="trbg1">公文正文:</TD>
<TD>
<FTB:FreeTextBox id="FreeTextBox1" runat="server" Width="80%" ToolbarType="Office2000" ButtonPath="images/ftb/officeXP/"
Height="400px"></FTB:FreeTextBox></TD>
</TR>
<TR>
<TD class="trbg1">附件:</TD>
<TD><INPUT type="file" size="71" id="File1" name="File1"
runat="server"></TD>
</TR>
<TR>
<TD class="trbg1">备注:</TD>
<TD><asp:textbox id="tbBZ" runat="server" Width="80%" Height="100px" TextMode="MultiLine"></asp:textbox></TD>
</TR>
<TR>
<TD colspan="2" align="center"><asp:button id="Button3" runat="server" Text="确 定" CssClass="button"></asp:button> <asp:button id="Button4" runat="server" Text="清 空" CssClass="button"></asp:button> <asp:button id="Button1" runat="server" Text="关 闭" CssClass="button"></asp:button></TD>
</TR>
</TABLE>
</div>
</div>
<div id="bottom">
<iframe src="bottom.htm" frameborder="0" scrolling="no" width="100%" height="28"></iframe>
</div>
</form>
</body>
</HTML>