📄 top.aspx
字号:
<%@ Page language="c#" Codebehind="top.aspx.cs" AutoEventWireup="false" Inherits="BookManager.WebBM" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<title>首页</title>
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
.style3 { FONT-WEIGHT: bold; COLOR: #0054a6 }
a:link, a:visited { color: #0054a6;text-decoration:none ; }
a:hover { text-decoration:none}
</style>
</HEAD>
<body bottomMargin="0" topMargin="0">
<form id="Form1" method="post" runat="server">
<table cellSpacing="0" cellPadding="1" width="750" align="center" border="0">
<tr>
<td style="HEIGHT: 65px" borderColor="#0" width="160" bgColor="#696798"><IMG height="48" src="pic/wwcban.jpg" width="160"></td>
<td style="HEIGHT: 65px" bgColor="#696798"><IMG height="63" src="pic/textbook_new_top.jpg" width="500"></td>
<td style="HEIGHT: 65px" width="15%" bgColor="#696798"><IMG height="32" src="pic/home.gif" width="32" align="absMiddle"></td>
<td style="HEIGHT: 65px" width="15%" bgColor="#696798"><IMG height="32" src="pic/helpl.gif" width="32" align="middle"></td>
</tr>
<tr bgColor="#ffe1f4">
<td style="HEIGHT: 15px" colSpan="4">
<asp:label id="lblTime" runat="server" Font-Size="9pt"></asp:label>
<asp:Label id="lblUserName" runat="server" Font-Size="9pt"></asp:Label>
<asp:Label id="lblUserRole" runat="server" Font-Size="9pt"></asp:Label></td>
</tr>
<tr>
<td style="HEIGHT: 20px" colSpan="4">
<table cellSpacing="0" cellPadding="2" width="100%" border="0">
<tr>
<td width="115"><IMG height="32" src="pic/products.gif" width="32" border="0"></td>
<td width="115"><IMG height="32" src="pic/products.gif" width="32" border="0"></td>
<td width="115"><IMG height="32" src="pic/metalink_bt.gif" width="32" border="0"></td>
<td width="115"><IMG height="32" src="pic/maglass.gif" width="32" border="0"></td>
<td width="115" bgColor="#ffffff"><IMG height="32" src="pic/download.gif" width="32" border="0"></td>
<td width="115"><IMG height="32" src="pic/profile.gif" width="32"></td>
<td width="114"><IMG height="32" src="pic/shopcart.gif" width="32"></td>
</tr>
<tr>
<td width="115"><span class="style3"><A href="Query.aspx" target="middle">信息查询</A></span></td>
<td width="115" class="style3">
<asp:Label id="lblChoose" runat="server"></asp:Label></td>
<td width="115"><span class="style3">
<asp:label id="lblOrd" runat="server"></asp:label></span></td>
<td width="115"><span class="style3">
<asp:label id="lblBuying" runat="server"></asp:label></span></td>
<td width="115"><span class="style3">
<asp:label id="lblBackBook" runat="server"></asp:label></span></td>
<td width="115"><span class="style3">
<asp:label id="lblUser" runat="server"></asp:label></span></td>
<td width="114"><span class="style3"><A href="Default.aspx" target="_top">退出系统</A></span></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -