Files
g.hnyhua.cn/Mtxfw.shop/_Admin/top.aspx
2026-02-07 15:48:27 +08:00

30 lines
1001 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="top.aspx.cs" Inherits="Mtxfw.shop._admin.top" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/Burgundy.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form runat="server">
<div class="top">
<div class="tab1">
<p><%=this.IdentityName %>,欢迎进入管理中心!</p>
<p><a href="main.aspx" target="mainFrame">管理首页</a> | <a href="Javascript:void(0)">帮助中心</a> |
<asp:LinkButton ID="Login_Out" runat="server">安全退出</asp:LinkButton>
</p>
</div>
<div class="tab2">
<div class="search">
</div>
</div>
<div class="clear"></div>
</div>
</form>
</body>
</html>