📄 admin.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin.aspx.cs" Inherits="admin_admin" %>
<%@ Register Src="../bq.ascx" TagName="bq" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head runat="server">
<title>洪川医药-留言本</title>
<link href="../images/news.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div align="center">
<table width="770" height="303" border="1">
<tr>
<td width="149" valign="top" style="height: 500px"><table width="149" cellspacing="5" style="border-right: #0099ff 1px solid; border-top: #0099ff 1px solid; border-left: #0099ff 1px solid; border-bottom: #0099ff 1px solid">
<tr>
<td style="border-right: #00ccff 1px dashed; border-top: #00ccff 1px dashed; border-left: #00ccff 1px dashed; border-bottom: #00ccff 1px dashed; height: 18px; background-color: #99ccff; width: 137px;">欢迎你:
<asp:Label ID="qxlbl" runat="server"></asp:Label></td>
</tr>
<tr onmouseover="c=this.style.backgroundColor;this.style.backgroundColor='#99ccff'" onmouseout="this.style.backgroundColor=c;" style="color:#000066;">
<td align="center" style="border-right: #00ccff 1px dashed; border-top: #00ccff 1px dashed; border-left: #00ccff 1px dashed; border-bottom: #00ccff 1px dashed; width: 137px;">
<asp:HyperLink ID="HyperLink5" runat="server" NavigateUrl="~/admin/gridview.aspx"
Target="adm">留言管理</asp:HyperLink><a href='gridview.aspx' target='adm'></a></td>
</tr>
<tr onmouseover="c=this.style.backgroundColor;this.style.backgroundColor='#99ccff'" onmouseout="this.style.backgroundColor=c;" style="color:#000066;">
<td align="center" style="border-right: #00ccff 1px dashed; border-top: #00ccff 1px dashed; border-left: #00ccff 1px dashed; border-bottom: #00ccff 1px dashed; width: 137px;">
<asp:HyperLink ID="HyperLink4" runat="server" Font-Bold="True" NavigateUrl="~/admin/sys.aspx"
Target="adm">系统设置</asp:HyperLink><a href='sys.aspx' target='adm'></a></td>
</tr>
<tr onmouseover="c=this.style.backgroundColor;this.style.backgroundColor='#99ccff'" onmouseout="this.style.backgroundColor=c;" style="color:#000066;">
<td align="center" style="border-right: #00ccff 1px dashed; border-top: #00ccff 1px dashed; border-left: #00ccff 1px dashed; border-bottom: #00ccff 1px dashed; width: 137px;">
<asp:HyperLink ID="HyperLink3" runat="server" Font-Bold="True" NavigateUrl="~/admin/user.aspx"
Target="adm">帐户管理</asp:HyperLink><a href='user.aspx' target='adm'></a></td>
</tr>
<tr onmouseover="c=this.style.backgroundColor;this.style.backgroundColor='#99ccff'" onmouseout="this.style.backgroundColor=c;" style="color:#000066;">
<td align="center" style="border-right: #00ccff 1px dashed; border-top: #00ccff 1px dashed; border-left: #00ccff 1px dashed; border-bottom: #00ccff 1px dashed; width: 137px;">
<asp:HyperLink ID="HyperLink2" runat="server" Font-Bold="True" NavigateUrl="~/admin/ad.aspx"
Target="adm">广告设置</asp:HyperLink><a href='ad.aspx' target='adm'></a></td>
</tr>
<tr onmouseover="c=this.style.backgroundColor;this.style.backgroundColor='#99ccff'" onmouseout="this.style.backgroundColor=c;" style="color:#000066;">
<td align="center" style="border-right: #00ccff 1px dashed; border-top: #00ccff 1px dashed; border-left: #00ccff 1px dashed; border-bottom: #00ccff 1px dashed; width: 137px;">
<asp:HyperLink ID="HyperLink1" runat="server" Font-Bold="True" NavigateUrl="~/admin/ip.aspx" Target="adm">I P 限制</asp:HyperLink><a href='ip.aspx' target='adm'></a></td>
</tr>
<tr onmouseover="c=this.style.backgroundColor;this.style.backgroundColor='#99ccff'" onmouseout="this.style.backgroundColor=c;" style="color:#000066;">
<td align="center" style="border-right: #00ccff 1px dashed; border-top: #00ccff 1px dashed; border-left: #00ccff 1px dashed; border-bottom: #00ccff 1px dashed; width: 137px;">
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">退出管理</asp:LinkButton><a href='logout.aspx'></a></td>
</tr>
</table></td>
<td width="535" style="height: 500px"><iframe marginheight="0" marginwidth="0" name="adm" frameborder="0" height="440" scrolling="auto" width="600" src="welcome.aspx" style="height: 500px">
</iframe></td>
</tr>
</table>
<uc1:bq ID="Bq1" runat="server" />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -