<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xslc="http://xslcomponents.org/TR/WD-xslc">
	<xsl:import href="../../xslc.xsl"/>
	<xsl:import href="../../Common.xsl"/>
	<xsl:template match="/">
		<xsl:apply-templates select="document"/>
	</xsl:template>
	<xsl:template match="document">
		<xsl:call-template name="xslc:Page">
			<xsl:with-param name="Title">AboutPDF</xsl:with-param>
			<xsl:with-param name="PageTitle">
				<img align="absmiddle" src="{$XMLC_PictosPath}ico_service.gif"/> AboutPDF</xsl:with-param>
			<xsl:with-param name="ToolbarButtonsLeft">
				<ToolbarButton>
					<xsl:call-template name="ToolButtonRefresh"/>
				</ToolbarButton>
				<ToolbarButton>
					<img border="0" src="{$XMLC_SkinPath}toolbar_separator.gif"/>
				</ToolbarButton>
				<xsl:call-template name="CommonToolbarButtonsLeft"/>
			</xsl:with-param>
			<xsl:with-param name="ToolbarButtonsRight">
				<xsl:call-template name="CommonToolbarButtonsRight"/>
			</xsl:with-param>
			<xsl:with-param name="ActivePageName">AboutPDF</xsl:with-param>
			<xsl:with-param name="Tabs">
				<Tab Name="AboutPDF">
					<a href="{/document/Aliases/bdVODLL}AboutPDF">
						<img align="absmiddle" border="0" src="{$XMLC_PictosPath}button_channels.gif"/> AboutPDF</a>
				</Tab>
			</xsl:with-param>
			<xsl:with-param name="Body">
				<xsl:call-template name="xslc:ApplicationMessages"/>
				<p>
					<b>
						<xsl:value-of select="$XMLC_InstanceName"/> - Version 1.0</b>
				</p>
				<div>
					<p>Developed by:</p>
					<marquee direction="up" height="100" scrollAmount="1" scrollDelay="0" width="140">
						<ul type="square">
							<li>Kevin DEAN</li>
							<li>Kee WEE</li>
							<li>Kurt CRAWFORD</li>
							<li>Oscar NEWMAN</li>
						</ul>
					</marquee>
					<p>Copyright © 1999-2006 e-delos.com</p>
				</div>
				<xsl:call-template name="xslc:PoweredBy"/>
			</xsl:with-param>
		</xsl:call-template>
	</xsl:template>
</xsl:stylesheet>
