<!--                                                                  -->
<!--  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="http://www.w3.org/TR/html4/strict.dtd" doctype-public="-//W3C//DTD HTML 4.01//EN" encoding="utf-8" />

    <xsl:include href="/app/tools/bookpub/templates/global.xsl" />
        
    <xsl:template name="pickLayout">
   
        <div class="section">
        
            <link href="/production/css/bookpub/release.css?v=1" media="screen" rel="stylesheet" type="text/css" />
        
            <div id="releaseNotes">
                <h1>New Dashboard Now Available</h1>
    
                <p>
                    Digital Advantage for eBooks now has a new home page.  Analyze digital sales trends, view your top selling books, and view important system updates all from the new Dashboard. 
                </p>
    
                
                <img src="/production/images/bookpub/release/dashboard.gif" class="centered" />  
                
                <br class="superBreak" />   
                
                <br />
                
                <p>
                    Digital sales trends allow you to follow earnings from digital services over the last three months, six months, and twelve months, or view all earnings year-to-date.  You can further refine results to view a specific service or imprint, and fly-over text provides details of month-to-month changes in revenue.
                </p>
                
                <img src="/production/images/bookpub/release/sales_trends.gif" class="centered" />  
                
                <br class="superBreak" />                                              
                
                <p>
                    Your top selling books are listed below the trends chart with cover art.  Update the filter to view your top sellers for various periods, and follow title links to view detailed analytics.     
                </p>
                
                <img src="/production/images/bookpub/release/top_books.gif" class="centered" />  
                
                <br class="superBreak" /> 
                     
                Links to tasks still appear to help you navigate the Digital Advantage for eBooks application.  Quickly view your revenue files, catalog, and administrative options by following these links.
                
                <img src="/production/images/bookpub/release/sidebar.gif" class="rightAlign" />                    
                
                <br />  
                <br />
                  
                <p>
                    A catalog summary lists all major components of your metadata – imprints, authors, and books – and provides the date when your last update occurred.  Links allow you to quickly view analytics data for the current period.  
                </p>
                
                <br />
                
                <p>
                    Sales feed updates show the most recent sales files that have been added to your Digital Advantage site so you'll know immediately when new files are available.
                </p>	
                
                <br />
                
                <p>
                    The latest news on digital publishing is updated daily on the dashboard.  View today's top headlines, and click to read the articles at their source.
                </p>
                
                <br />
                
                <p>
                    We are pleased to be providing these new and exciting features to you, and look forward to hearing from you as you continue to explore our application.
                </p>
    
                <br class="superBreak" />
            
            </div>
            
            <br class="superBreak" />

	    </div>

    </xsl:template>
    
    
</xsl:stylesheet>    

