﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:include href="GenericTemplates/TopPageBar.xslt"/>
    <xsl:include href="GenericTemplates/LifeSpaceLogo.xslt"/>
    <xsl:include href="GenericTemplates/ExceptionDetail.xslt"/>
    <xsl:include href="GenericTemplates/ProcessingImage.xslt"/>

    <xsl:template match="/">
        <xsl:variable name="TemplateURL" select="normalize-space(AjaxRequest/TemplateURL)"></xsl:variable>
        <center>
            <xsl:call-template name ="ProcessingImage">
                <xsl:with-param name="TemplatePathURL" select="$TemplateURL"/>
            </xsl:call-template>
            <!--<xsl:call-template name="TopPageBar" />-->
            <div id="divContainer" style="z-index: 1;width: 935px;margin-top: -30px;background-color: #FFFFFF;">
                <table class="tableMaster" cellpadding="0" cellspacing="0" border="0">
                    <tr>
                        <td class="leftColumn">
                            <div id="divLeftContent_Container" align="left" class="leftContainer">
                                <!--<xsl:call-template name="LifeSpaceLogo">
                                    <xsl:with-param name="HostName" select="normalize-space(AjaxRequest/HostName)"/>
                                </xsl:call-template>-->
                            </div>
                        </td>
                        <td class="rightColumnAlign">
                            <div id="divRightContent_Container">
                                <xsl:call-template name="ExceptionDetail">
                                    <xsl:with-param name="TemplatePathURL" select="$TemplateURL"/>
                                </xsl:call-template>
                            </div>
                        </td>
                    </tr>
                </table>
                <input type="hidden" id="Hidden_PageNo" value="1"></input>                
                <div id="divAdminContentContainer">
                    <script language="javascript" type="text/javascript">
                        publicationAdmin_LoadPublicationAdminData("1","divAdminContentContainer","Hidden_PageNo");
                    </script>
                </div>
            </div>
        </center>

    </xsl:template>
</xsl:stylesheet>
