⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 books_book.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control %>
<%--

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" id="DisplayBookImage1" />
					</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">书名: </span>
						<community:Title CssClass="Book_Title" runat="server" id="Title1" />
						<br>
						<span class="BookSection_ListLabel"><FONT face="宋体">作者:</FONT>&nbsp; </span>
						<community:BookAuthor CssClass="BookSection_ListAuthor" Runat="server" id="BookAuthor1" />
						<br>
						<span class="Book_Label">ISBN: </span>
						<community:BookISBN CssClass="Book_ISBN" runat="server" id="BookISBN1" />
						<br>
						<span class="Book_Label">价格:&nbsp; </span>
						<community:BookPrice CultureName="en-US" CssClass="Book_Price" runat="server" id="BookPrice1" />
						<br>
						<span class="BookSection_ListLabel"><FONT face="宋体">出版社:</FONT>&nbsp; </span>
						<community:BookPublisher CssClass="BookSection_ListPublisher" Runat="server" id="BookPublisher1" /></SPAN>
						<br>
						<span class="BookSection_ListLabel"> 出版日期: </span>
						<community:BookPublicationDate DateFormatString="{0:d}" CssClass="BookSection_ListPublicationDate" Runat="server"
							id="BookPublicationDate1" />
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td colspan="2" class="Book_IntroCell">
			<community:BriefDescription CssClass="Book_BriefDescription" runat="server" id="BriefDescription1" />
			<p>
				<community:BookPurchaseLink Text="Click Here to Buy This Book" Runat="server" id="BookPurchaseLink1" />
			</p>
		</td>
	</tr>
	<tr>
		<td colspan="2" class="Book_BodyCell">
			<community:BookFullDescription CssClass="Book_FullDescription" runat="server" id="BookFullDescription1" />
		</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" id="Rating1" />
		</td>
	</tr>
	<tr>
		<td colspan="2">
			<br>
			<br>
			<community:Comments Runat="server" id="Comments1" />
		</td>
	</tr>
</table>
<p>
	<community:BookEditContent CommentText="Add Your Comment" EditText="Edit this Book" DeleteText="Delete this Book"
		Runat="server" id="BookEditContent1" />
</p>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -