<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- 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="Title">FormCreateGROUPE</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="Body">
				<xsl:call-template name="xslc:TabControl">
					<xsl:with-param name="ActivePageName">FormCreateGROUPE</xsl:with-param>
					<xsl:with-param name="Tabs">
						<Tab Name="ListGROUPE">
							<a href="{/document/Aliases/SecurityDLL}ListGROUPE">ListGROUPE</a>
						</Tab>
						<Tab Name="FormCreateGROUPE">
							<a href="{/document/Aliases/SecurityDLL}FormCreateGROUPE">FormCreateGROUPE</a>
						</Tab>
					</xsl:with-param>
					<xsl:with-param name="Page">
						<xsl:call-template name="xslc:ApplicationMessages"/>
						<form name="MainForm" method="POST" action="{/document/Aliases/SecurityDLL}InsertGROUPE">
							<table border="0" cellpadding="2" cellspacing="0" width="100%">
								<tr>
									<td nowrap="">
										<b>GROUP_NAME:</b>
									</td>
									<td style="padding-left: 10px" width="100%">
										<input type="text" class="clFlatTextInput" name="GROUP_NAME" size="50"/>
									</td>
								</tr>
							</table>
							<br/>
							<xsl:call-template name="xslc:ButtonPad"/>
						</form>
						<xsl:call-template name="xslc:PoweredBy"/>
					</xsl:with-param>
				</xsl:call-template>
			</xsl:with-param>
		</xsl:call-template>
	</xsl:template>
</xsl:stylesheet>
