<!--                                                                  -->
<!--  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">
        <xsl:call-template name="adminMainLayout" />
    </xsl:template>

    <xsl:template name="adminMainLayout">
        <div class="section menuList">
            <fieldset class="menu">
                <legend>Configure Your Site</legend>
                <ul>
                
                    <xsl:if test="Access/admin/jobqueue/show = 1">
                        <li>
                            <a href="/support/job_queue" title="View job queue"><img src="/production/images/icons/office/Database-(32x32).gif" /></a>
                            <h3><a href="/support/job_queue">View job queue</a></h3>
                            <span class="subtle">View the processes currently running as well as those waiting to run.</span>
                        </li>
                    </xsl:if>
					
					
                    <xsl:if test="Access/admin/locale/show = 1">
                        <li>
                            <a href="/admin/locale?c=show" title="View locale settings"><img src="/production/images/icons/office/Options-(32x32).gif" /></a>
                            <h3><a href="/admin/locale?c=show">View locale settings</a></h3>
                            <span class="subtle">View country, language, and base currency settings.</span>
                        </li>
                    </xsl:if>


                    <xsl:if test="Access/bookpub/user/edit = 1">
                        <li>
                            <a href="/bookpub/user" title="Manage users"><img src="/production/images/icons/office/Users-(32x32).gif" /></a>
                            <h3><a href="/bookpub/user">Manage users</a></h3>
                            <span class="subtle">Create and modify user accounts.</span>
                        </li>
                    </xsl:if>

                </ul>
            </fieldset>
            <br class="superBreak" /><br />
        </div>
    </xsl:template>

</xsl:stylesheet>
