温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:某大学211工程办公室网站源码(生成静态页)
当前文件:
211HtmNewsAccess/AdminDown.aspx[2K,2009-6-12 11:30:48],打开代码结构图
211HtmNewsAccess/AdminDown.aspx[2K,2009-6-12 11:30:48],打开代码结构图1<%@ Page language="c#" Codebehind="AdminDown.aspx.cs" AutoEventWireup="True" Inherits="_211.AdminDown" %> 2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 3
<HTML> 4
<HEAD> 5
<style>.myheight { HEIGHT: 30px } 6
TABLE { FONT-SIZE: 12px } 7
A:link { COLOR: #006699; TEXT-DECORATION: none } 8
A:visited { COLOR: #006699; TEXT-DECORATION: none } 9
A:hover { COLOR: #006699; TEXT-DECORATION: none } 10
A:active { COLOR: #006699; TEXT-DECORATION: none } 11
</style> 12
<LINK href="AdminCss.css" type="text/css" rel="stylesheet"> 13
</HEAD> 14
<body> 15
<form id="Form1" method="post" runat="server"> 16
<table border="0" height='100%' width="600"> 17
<tr> 18
<td align="left" valign="top"> 19
<table border="0" align="center" cellpadding="0" cellspacing="0"> 20
<tr> 21
<td width='200' valign="top" align="center"> 22
<P> 23
<asp:DropDownList id="d" runat="server" AutoPostBack="True" onselectedindexchanged="d_SelectedIndexChanged"></asp:DropDownList></P> 24
<P><FONT face="宋体"> 25
<asp:Button id="Button3" runat="server" Text=" 删 除 选 定 " onclick="Button3_Click"></asp:Button></FONT></P> 26
</td> 27
</tr> 28
<tr> 29
<td height="30" align="center">允许上传类型: 30
<asp:Label id="ty" runat="server" ForeColor="Red"></asp:Label></td> 31
</tr> 32
</table> 33
<table border="0" align="center" cellpadding="0" cellspacing="0"> 34
<tr> 35
<td colspan="2" height="30" valign="top">======添加:======</td> 36
</tr> 37
<tr> 38
<td height="40" width="60">下载标题:</td> 39
<td> 40
<asp:TextBox id="name" runat="server" Width="288px"></asp:TextBox></td> 41
</tr> 42
<tr> 43
<td height="40" width="60">上传文件:</td> 44
<td> 45
<input id="upfile" type="file" size="20" runat="server" NAME="upfile"></td> 46
</tr> 47
<tr> 48
<td colspan="2" height="40" align="center"> 49
<asp:Button id="Button2" runat="server" Text=" 添 加 " onclick="Button2_Click"></asp:Button></td> 50
</tr> 51
</table> 52
<table border="0" align="center" cellpadding="0" cellspacing="0"> 53
<tr> 54
<td colspan="2" height="30" valign="top">======修改:======</td> 55
</tr> 56
<tr> 57
<td height="40" width="60">下载标题:</td> 58
<td> 59
<asp:TextBox id="ename" runat="server" Width="288px"></asp:TextBox></td> 60
</tr> 61
<tr> 62
<td height="40" width="60">上传文件:</td> 63
<td> 64
<input id="up" type="file" size="20" runat="server" NAME="File1"></td> 65
</tr> 66
<tr> 67
<td height="40" width="60"></td> 68
<td> 69
<asp:Label id="intro" runat="server"></asp:Label> 70
</td> 71
</tr> 72
<tr> 73
<td colspan="2" height="40" align="center"> 74
<asp:Button id="Button1" runat="server" Text=" 修 改 " onclick="Button1_Click"></asp:Button></td> 75
</tr> 76
</table> 77
78
</td> 79
</tr> 80
</table> 81
</form> 82
</body> 83
</HTML> 84






TABLE
