📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register Src="Search.ascx" TagName="Search" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<link href="stytle.css" type="text/css" rel="stylesheet"/>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>贝壳书屋</title>
</head>
<body style="margin-top: 0px; margin-left: 0px; margin-right: 0px; background-color: #619bd8; font-family:宋体; font-size:14px; text-align: center;">
<form id="form1" runat="server">
<div>
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td style="background-image: url(Images/top.jpg); height: 80px; border-bottom: white 1px solid;">
</td>
</tr>
<tr>
<td style="height: 122px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 760px; border-right: white 1px solid; border-top: white 1px solid; border-left: white 1px solid;" id="TABLE1">
<tr>
<td align="right" style="width: 779px" valign="top">
<a href="ShoppingCart.aspx"><span style="color: #000000">购物车</span></a> |
<a href="OrderList.aspx"><span style="color: #000000">订单查询</span></a> | 帮助中心 |
客服中心</td>
</tr>
<tr>
<td align="right" style="width: 779px" valign="top">
</td>
</tr>
<tr>
<td style="width: 779px">
<asp:Panel ID="P_Login" runat="server" Width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%" id="TABLE2">
<tr>
<td bgcolor="inactivecaptiontext" style="width: 760px; height: 26px" valign="middle">
会员:
<asp:TextBox ID="tbx_user" runat="server" Width="105px"></asp:TextBox>
<asp:Label ID="lbl_msg1" runat="server" ForeColor="Red" Visible="False"></asp:Label>密码:<asp:TextBox
ID="tbx_pwd" runat="server" TextMode="Password" Width="105px"></asp:TextBox>
<asp:Label ID="lbl_msg2" runat="server" ForeColor="Red" Visible="False"></asp:Label>
<asp:Button ID="btn_login" runat="server" OnClick="btn_login_Click" Text="登 录" />
<a href="reg.aspx"><span style="color: #000000">新用户注册</span></a>
忘记密码</td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="P_SuccessLogin" runat="server" Visible="False" Width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td bgcolor="inactivecaptiontext" style="height: 19px">
您好,<asp:Label ID="lbl_user" runat="server" Font-Bold="True"></asp:Label>。您是本站的<asp:Label
ID="lbl_rank" runat="server" Font-Bold="True"></asp:Label>
星级会员,点击进入 <a href="UserCenter/Default.aspx"><span style="color: #000000">您的账户</span></a>
点这里 <a href="LogOut.aspx"><span style="color: #000000">注销</span></a></td>
</tr>
</table>
</asp:Panel>
<asp:DataList ID="dl_mostsold" runat="server"
RepeatDirection="Horizontal" ShowFooter="False" ShowHeader="False">
<ItemTemplate>
<a href='BookDetails.aspx?BookID=<%# DataBinder.Eval(Container.DataItem, "BookID") %>'>
<asp:Image ID="Img_book" runat="server" ImageUrl='<%# Eval("BookImages") %>' /></a>
</ItemTemplate>
</asp:DataList></td>
</tr>
<tr>
<td align="center" bgcolor="inactivecaptiontext" style="width: 779px; height: 18px"
valign="middle">
<uc1:Search ID="Search1" runat="server" />
</td>
</tr>
<tr>
<td style="width: 779px; height: 17px">
<table style="width: 100%" border="0" cellpadding="0" cellspacing="0" >
<tbody>
<tr>
<td align="left" style="font-size: small; width: 190px; height: 19px">
【科技】</td>
<td align="left" style="font-size: small; width: 190px; color: black; height: 19px">
【经管社科】</td>
<td align="left" style="font-size: small; color: black; height: 19px" width="25%">
【生活】</td>
<td align="left" style="font-size: small; color: black; height: 19px">
【文学 艺术 文化】</td>
</tr>
<tr>
<td align="left" style="font-size: 12px; width: 190px; height: 10px" valign="top">
<a href="BookList.aspx?CatID=1"><span style="color: #000000">计算机(computer)</span></a>
<br />
自然科学(science)<br />
医学卫生(medical)
<br />
工业技术(technical)<br />
建筑/水利(architecture)<br />
农业(agriculture)
</td>
<td align="left" style="font-size: 12px; width: 190px; height: 10px" valign="top">
经济(economics)
<br />
管理(management)
<br />
哲学/宗教(philosophy)
<br />
社科(social science)
<br />
法律(law)
<br />
政治(politics)
<br />
军事(military)<br />
<strong>历史(history) </strong>
</td>
<td align="left" style="font-weight: bold; font-size: 12px; width: 248px; height: 10px"
valign="top">
旅游 地理(travel)<br />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -