<?xml version="1.0" encoding="ISO-8859-15"?>
<!-- edited with XML Spy v2.5 NT  - http://www.xmlspy.com -->
<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="DisplayToolbar">
				<xsl:if test="/document/Params/XMLC_ShowTop='0'">0</xsl:if>
				<xsl:if test="/document/Params/XMLC_ShowTop!='0'">1</xsl:if>
			</xsl:with-param>
			<xsl:with-param name="DisplayTabControl">0</xsl:with-param>
			<xsl:with-param name="DisplayTabs">0</xsl:with-param>
			<xsl:with-param name="Title">A propos</xsl:with-param>
			<xsl:with-param name="ToolbarButtonsLeft">
				<ToolbarButton>
					<xsl:call-template name="ToolButtonRefresh"/>
				</ToolbarButton>
			</xsl:with-param>
			<xsl:with-param name="ToolbarButtonsRight">
				<xsl:call-template name="CommonToolbarButtonsRight"/>
			</xsl:with-param>
			<xsl:with-param name="ActivePageName">About</xsl:with-param>
			<xsl:with-param name="Tabs">
				<Tab Name="ListVN">
					<a href="{/document/Aliases/bdVODLL}ListVN?">
						<img align="absmiddle" border="0" src="{$XMLC_PictosPath}ico_service.gif"/> Liste VN</a>
				</Tab>
				<Tab Name="ListVO">
					<a href="{/document/Aliases/bdVODLL}ListVO?">
						<img align="absmiddle" border="0" src="{$XMLC_PictosPath}ico_service.gif"/> Liste VO</a>
				</Tab>
				<Tab Name="About">
					<a href="{/document/Aliases/bdVODLL}About">
						<img align="absmiddle" border="0" src="{$XMLC_PictosPath}button_channels.gif"/>A propos</a>
				</Tab>
			</xsl:with-param>
			<xsl:with-param name="Body">
				<xsl:call-template name="xslc:ApplicationMessages"/>
				<xsl:if test="/document/Params/XMLC_ShowTop!='0'">
					<div id="zoneTAB">
						<ul class="nicetab">
							<li>
								<a href="ListVN">Liste VN</a>
							</li>
							<li>
								<a href="ListVO">Liste VO</a>
							</li>
							<li class="selected">
								<a href="About">A Propos</a>
							</li>
						</ul>
					</div>
				</xsl:if>
				<div id="zoneTOP">
					<br/>
					<p>
						<b>Liste des intégrations des différents sites :</b>
						<table>
							<xsl:for-each select="MARQUES">
								<tr>
									<td>
										<xsl:if test="NFileInfo!=''">
											<li>
												<xsl:value-of select="NFileInfo"/>
											</li>
										</xsl:if>
									</td>
									<td>
										<xsl:value-of select="NFileDiags"/>
									</td>
								</tr>
							</xsl:for-each>
						</table>
					</p>
					<p>
						<b>
							<xsl:value-of select="$XMLC_InstanceName"/> - Version 1.0<br>B.L.C. - Blue Line Company - Laurent LEBLEU - +336 86 288 007</br>
						</b>
					</p>
				</div>
				<xsl:call-template name="xslc:PoweredBy"/>
			</xsl:with-param>
		</xsl:call-template>
	</xsl:template>
</xsl:stylesheet>
