<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn">
    <xsl:output method="html" indent="no" doctype-system="" encoding="utf-8" />
    <xsl:include href="/app/tools/bookpub/templates/help/help_layout.xsl" />
    <xsl:template name="helpHeader">Help - Catalog Tab – View Book</xsl:template>
    <xsl:template name="helpPage">
                <p>
                    The View Book page shows the basic details of each book and lists all products associated with that book.
                </p>
                <img src="/production/redesign/images/help/bookpub/{Params/a}/show_book.png" class="HelpImage" />
                <p>
                    Cover art appears for the book where available, followed by main book details.
                </p>
                <p>
                    Title appears first, followed by subtitle, if provided. All other elements provided at the book level follow:  Contributor, Imprint, Language, Audience Code, and Subject Code. These elements are the same for all products listed with the book. If they are not provided, the field label will not appear.
                </p>
                <p>
                    The list of products includes the following information:
                    <dl>
                        <dt>Cover Art</dt>
                        <dd>shows the cover art specified for each product.</dd>
                        <dt>Product</dt>
                        <dd>the format of the book product, and for applicable ebook products, the epub type. Clicking the product name link takes the user to the View Book Product page.</dd>
                        <dt>Release Date</dt>
                        <dd>the date the product is made available for sale.</dd>
                        <dt>ISBN</dt>
                        <dd>by default, the ISBN 13 for the product. If an ISBN 13 has not been provided, ISBN 10 will appear in its place.</dd>
                        <dt>Price Type</dt>
                        <dd>Agency, Agency Plus Tax, RRP or RRP Plus Tax, depending on the price supplied to retailers and the agreement for sale of goods with the retailer. Multiple price types may be listed for one product.</dd>
                        <dt>Current Price</dt>
                        <dd>the current price of the product in the base currency of the Digital Advantage site, as it appears on the Admin tab under Locale Settings. If a Secondary Market Currency has been specified, an additional current price in that currency follows the current price in base currency.</dd>
                    </dl>
                </p>
                <p>
                    Additional price details, including price history, can be found on the View Book Product page. Click the name of the product you wish to view in more detail to access this information.
                </p>
                <p>
                    At the bottom of the View Book page, a Last Modified date appears to show when the last time the catalog data was updated.
                </p>
    </xsl:template>
</xsl:stylesheet>
