📄 showbookdet.aspx
字号:
<%@ Page language="c#" Codebehind="showbookdet.aspx.cs" AutoEventWireup="false" Inherits="HKeBookshop.showbookdet" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>showbookdet</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="style.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 16px; WIDTH: 528px; POSITION: absolute; TOP: 16px; HEIGHT: 172px"
cellSpacing="0" cellPadding="0" width="528" border="0">
<TR>
<TD style="WIDTH: 110px; HEIGHT: 54px" rowSpan="4">
<asp:Image id="Image1" runat="server" BorderColor="Black" BorderWidth="1px"></asp:Image></TD>
<TD style="HEIGHT: 20px">
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">
<P>书名</P>
</DIV>
<asp:Label id="bookname" runat="server"></asp:Label></TD>
<TD style="HEIGHT: 20px"></TD>
</TR>
<TR>
<TD>
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">
<P>作者</P>
</DIV>
<asp:Label id="bookwrite" runat="server"></asp:Label>
</TD>
<TD style="HEIGHT: 20px"></TD>
<TD style="HEIGHT: 20px"></TD>
</TR>
<TR>
<TD>
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">上架日期</DIV>
<asp:Label id="date" runat="server" Width="138px"></asp:Label>
</TD>
<TD style="HEIGHT: 2px"></TD>
<TD style="HEIGHT: 2px"></TD>
</TR>
<TR>
<TD style="HEIGHT: 1px">
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">
<P>价格</P>
</DIV>
<asp:Label id="price" runat="server"></asp:Label>元
</TD>
<TD style="HEIGHT: 1px"></TD>
<TD style="HEIGHT: 1px"></TD>
</TR>
<TR>
<TD style="WIDTH: 110px">
</TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD style="WIDTH: 110px; HEIGHT: 5px">
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">备注</DIV>
</TD>
<TD style="HEIGHT: 5px">
<asp:Label id="beizhu" runat="server"></asp:Label></TD>
<TD style="HEIGHT: 5px"></TD>
<TD style="HEIGHT: 5px"></TD>
</TR>
<TR>
<TD style="WIDTH: 110px"></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD style="WIDTH: 110px">
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">评论</DIV>
</TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD style="WIDTH: 110px; HEIGHT: 80px"></TD>
<TD style="HEIGHT: 80px" vAlign="top">
<asp:DataGrid id="pinglun" runat="server" PageSize="5" AutoGenerateColumns="False">
<Columns>
<asp:BoundColumn DataField="userid" HeaderText="评论用户"></asp:BoundColumn>
<asp:BoundColumn DataField="pinlun" HeaderText="评论内容"></asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" Mode="NumericPages"></PagerStyle>
</asp:DataGrid></TD>
<TD style="HEIGHT: 80px"></TD>
</TR>
<TR>
<TD style="WIDTH: 110px; HEIGHT: 26px">
<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" ms_positioning="FlowLayout">发表评论</DIV>
</TD>
<TD style="HEIGHT: 26px">
<asp:TextBox id="mypinglun" runat="server" TextMode="MultiLine" Width="344px" Height="75px"></asp:TextBox>
<asp:Button id="sub" runat="server" Text="提交"></asp:Button></TD>
<TD style="HEIGHT: 26px"></TD>
</TR>
<TR>
<TD align="center" colSpan="3">
<P><FONT face="宋体">
<asp:ImageButton id="ImageCar" runat="server" CommandName="ImageCar" ImageUrl="/HKeBookshop/images/car.gif"></asp:ImageButton>放入购物车</FONT></P>
<asp:Button id="Button1" runat="server" Text="返回首页" DESIGNTIMEDRAGDROP="78"></asp:Button></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -