<?xml version="1.0" encoding="ISO-8859-15"?>
<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:import href="../../Treeview.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">Test</xsl:with-param>
			<xsl:with-param name="PageTitle">
				<img align="absmiddle" src="{$XMLC_PictosPath}ico_service.gif"/> Test</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="ActionMenu">
				<xsl:call-template name="xslc:ActionPanel">
					<xsl:with-param name="Name">TestMenu</xsl:with-param>
					<xsl:with-param name="TitleImage">
						<xsl:value-of select="$XMLC_PictosPath"/>button_service.gif</xsl:with-param>
					<xsl:with-param name="Title">Test</xsl:with-param>
					<xsl:with-param name="Dark">1</xsl:with-param>
					<xsl:with-param name="Items">
						<Item HRef="{/document/Aliases/bdVODLL}Test" ImagePath="{$XMLC_PictosPath}button_service.gif" Caption="Test"/>
					</xsl:with-param>
				</xsl:call-template>
			</xsl:with-param>
			<xsl:with-param name="ActivePageName">Test</xsl:with-param>
			<xsl:with-param name="Tabs">
				<Tab Name="Test">
					<a href="{/document/Aliases/bdVODLL}Test">
						<img align="absmiddle" border="0" src="{$XMLC_PictosPath}ico_service.gif"/> Test</a>
				</Tab>
			</xsl:with-param>
			<xsl:with-param name="Body">
				<xsl:call-template name="xslc:ApplicationMessages"/>
				- <xsl:call-template name="xslc:Treeview"> 
- <xsl:with-param name="Tree"> 
- <Item Caption="Home" Expanded="True" ImagePath="{$XMLC_PictosPath}button_home.gif" HRef="{/document/Aliases/TrainingDLL}" Target="_top"> 
- <Item Caption="Liste VO" Expanded="True" ImagePath="{$XMLC_PictosPath}button_home.gif"> 
<xsl:apply-templates select="/document/DataTreeS/DataTree" /> 
</Item> 
</Item> 
</xsl:with-param> 
</xsl:call-template>

				<xsl:call-template name="xslc:PoweredBy"/>
			</xsl:with-param>
		</xsl:call-template>
	</xsl:template>
- <xsl:template match="DataTree"> 
- <Item Caption="{InfoMarque}" Expanded="True" ImagePath="{$XMLC_PictosPath}button_home.gif" HRef="{/document/Aliases/TrainingDLL}FormORGANIZATION?ORG_ID={InfoModele}" Target="Main"> 
</Item> 
</xsl:template>

</xsl:stylesheet>
