📄 books_book.ascx
字号:
<%@ Control %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%--
This skin is used for displaying an individual book in the Book page. Modify the HTML content
to modify the appearance of the page.
--%>
<table cellpadding="4" cellspacing="0" width="100%" class="Book_Table">
<tr>
<td>
<table width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
<td width="120">
<community:DisplayBookImage width="100" border="0" runat="Server"/>
</td>
<td class="BookSection_ListItem">
<div align="right">
<community:DisplayTopic id="ctlTopic" Runat="Server"/>
</div>
<asp:Label id="lblTitle" CssClass="BookSection_ListTitle" Runat="Server"/>
<br><span class="Book_Label">Book Title: </span> <community:Title CssClass="Book_Title" runat="server" />
<br><span class="BookSection_ListLabel">Author: </span> <community:BookAuthor CssClass="BookSection_ListAuthor" Runat="Server" />
<br><span class="Book_Label">ISBN: </span> <community:BookISBN CssClass="Book_ISBN" runat="server" />
<br><span class="Book_Label">Price: </span> <community:BookPrice CultureName="en-US" CssClass="Book_Price" runat="server" />
<br><span class="BookSection_ListLabel">Publisher: </span> <community:BookPublisher CssClass="BookSection_ListPublisher" Runat="Server" /></span>
<br><span class="BookSection_ListLabel">Publication Date: </span> <community:BookPublicationDate DateFormatString="{0:d}" CssClass="BookSection_ListPublicationDate" Runat="Server" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="Book_IntroCell">
<community:BriefDescription CssClass="Book_BriefDescription" runat="server"/>
<p>
<community:BookPurchaseLink Text="Click Here to Buy This Book" Runat="Server" />
</p>
</td>
</tr>
<tr>
<td colspan="2" class="Book_BodyCell">
<community:BookFullDescription CssClass="Book_FullDescription" runat="server"/>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td valign="bottom" colspan="2">
<br><br>
<community:Rating SubmitText="Rate Item" Runat="Server" />
</td>
</tr>
<tr>
<td colspan="2">
<br><br><community:Comments Runat="Server" />
</td>
</tr>
</table>
<p>
<community:BookEditContent CommentText="Add Your Comment" EditText="Edit this Book" DeleteText="Delete this Book" Runat="Server" />
</p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -