adminlink.aspx

来自「中国海洋大学211工程网站的全部源码」· ASPX 代码 · 共 76 行

ASPX
76
字号
<%@ Page language="c#" Codebehind="AdminLink.aspx.cs" AutoEventWireup="True" Inherits="_211.AdminLink" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<style>.myheight {
	HEIGHT: 30px
}
TABLE {
	FONT-SIZE: 12px
}
A:link {
	COLOR: #006699; TEXT-DECORATION: none
}
A:visited {
	COLOR: #006699; TEXT-DECORATION: none
}
A:hover {
	COLOR: #006699; TEXT-DECORATION: none
}
A:active {
	COLOR: #006699; TEXT-DECORATION: none
}
		</style>
		<LINK href="AdminCss.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<table height="100%" width="600" border="0">
				<tr>
					<td vAlign="top" align="center" width="200">
						<P><asp:dropdownlist id="l" runat="server" AutoPostBack="True" onselectedindexchanged="l_SelectedIndexChanged"></asp:dropdownlist></P>
						<P><FONT face="宋体"><asp:button id="Button3" runat="server" Text=" 删 除 选 定 " onclick="Button3_Click"></asp:button></FONT></P>
					</td>
					<td vAlign="top" align="left">
						<table cellSpacing="0" cellPadding="0" align="center" border="0">
							<tr>
								<td vAlign="top" colSpan="2" height="40">======添加:======</td>
							</tr>
							<tr>
								<td width="60" height="40">链接名称:</td>
								<td><asp:textbox id="name" runat="server" Width="288px"></asp:textbox></td>
							</tr>
							<tr>
								<td width="60" height="40">连接地址:</td>
								<td><asp:textbox id="url" runat="server" Width="288px">http://</asp:textbox></td>
							</tr>
							<tr>
								<td align="center" colSpan="2" height="40"><asp:button id="Button2" runat="server" Text=" 添  加 " onclick="Button2_Click"></asp:button></td>
							</tr>
						</table>
						<table cellSpacing="0" cellPadding="0" align="center" border="0">
							<tr>
								<td vAlign="top" colSpan="2" height="40">======修改:======</td>
							</tr>
							<tr>
								<td height="40" width="60">链接名称:</td>
								<td>
									<asp:TextBox id="ename" runat="server" Width="288px"></asp:TextBox></td>
							</tr>
							<tr>
								<td height="40" width="60">连接地址:</td>
								<td>
									<asp:TextBox id="eurl" runat="server" Width="288px">http://</asp:TextBox></td>
							</tr>
							<tr>
								<td colspan="2" height="40" align="center">
									<asp:Button id="Button1" runat="server" Text=" 修  改 " onclick="Button1_Click"></asp:Button></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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