📄 admindefault.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="AdminDefault.master.cs" Inherits="Master_AdminDefault" %>
<!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">
<head runat="server">
<title>无标题页</title>
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
<style type="text/css">
.style1
{
width: 191px;
}
</style>
</head>
<body>
<center>
<form id="form1" runat="server">
<div>
<table border="1" cellpadding="0" cellspacing="0" style="width: 760px">
<tr>
<td colspan="2" style="width:760px">
<asp:Image ID="Image2" runat="server" ImageUrl="~/Images/admin/AdminHeader.jpg"
Width="788px" />
</td>
</tr>
<tr>
<td valign="top" class="style1">
<asp:Panel ID="Panel1" runat="server" Height="500px" ScrollBars="Vertical"
Width="160px">
<table style="width: 158px">
<tr>
<td style="width: 100px">
<table style="width: 158px">
<tr>
<td style="width: 158px">
<asp:Image ID="Image1" runat="server" Height="35px"
ImageUrl="~/Images/admin/title.gif" Width="156px" />
</td>
</tr>
<tr>
<td align="left"
style="height: 25px; width: 158px; background-image: url(../images/admin/title_bg_quit.gif);">
<span class="STYLE1">网站后台管理系统</span>
</td>
</tr>
<tr>
<td align="left" style="width: 158px">
欢迎您:<asp:Label ID="lblAdmin" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td align="left" style="width: 158px">
<a href="Default.aspx">网站首页</a> |
<a href="AdminLogout.aspx">安全退出</a></td>
</tr>
</table>
<table style="width: 158px">
<tr>
<td align="left"
style="height: 25px; width: 158px; background-image: url(../images/admin/Admin_left_7.gif);">
<span>系统管理</span>
</td>
</tr>
<tr>
<td align="left" style="width: 158px">
<a href="AdminManage.aspx">管理员管理</a></td>
</tr>
<tr>
<td align="left" style="width: 158px">
<a href="AdminTypeManage.aspx">管理员分类管理</a></td>
</tr>
</table>
<table style="width: 158px">
<tr>
<td align="left"
style="height: 25px; width: 158px; background-image: url(../images/admin/Admin_left_2.gif);">
<span>商品信息管理</span>
</td>
</tr>
<tr>
<td align="left" style="width: 158px; height: 21px;">
<a href="DepartmentAdmin.aspx">门类管理</a> |
<a href="CategoryAdmin.aspx">分类管理</a></td>
</tr>
<tr>
<td align="left" style="width: 158px">
<a href="AddProduct.aspx">添加商品</a> |
<a href="ModifyProductAdmin.aspx">修改商品</a></td>
</tr>
</table>
<table style="width: 158px">
<tr>
<td align="left"
style="height: 25px; width: 158px; background-image: url(../images/admin/Admin_left_3.gif);">
<span>商品订单管理</span>
</td>
</tr>
<tr>
<td align="left" style="width: 158px">
<a href="OrdersAdmin.aspx">订单管理</a></td>
</tr>
<tr>
<td align="left" style="width: 158px">
</td>
</tr>
</table>
</td>
</tr>
</table>
</asp:Panel>
</td>
<td align="left" style="width: 600px" valign="top">
<table style="width: 600px">
<tr>
<td style="height: 35px; width: 600px; background-image: url(../images/admin/admin_top_bg.gif);"
valign="middle">
<a href="AdminLogout.aspx">退出管理系统</a>
</td>
</tr>
<tr>
<td style="width: 600px">
</td>
</tr>
</table>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
</table>
</div>
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -