<?xml version="1.0" encoding="ISO-8859-1"?>
<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">1</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="DisplayActionMenu">
				<xsl:if test="/document/OutParams/AmMode='0'">2</xsl:if>
				<xsl:if test="/document/OutParams/AmMode!='0'">1</xsl:if>
			</xsl:with-param>
			<xsl:with-param name="Head">
				<META HTTP-EQUIV="imagetoolbar" CONTENT="no"/>
				<script language="javascript">
					<![CDATA[function checkTopLevel() {
  if ((null == top) || (top == self))
   return;
alert('{$RefreshURL}');
alert(']]>{$RefreshURL}<xsl:value-of select="/document/XMLC_Params/XMLC_ScriptName"/>
					<xsl:choose>
						<xsl:when test="$XMLC_UseXMLC_Action != '1'">/</xsl:when>
						<xsl:otherwise>?XMLC_Action=</xsl:otherwise>
					</xsl:choose>
					<xsl:value-of select="/document/XMLC_Params/XMLC_Action"/>
					<xsl:if test="/document/XMLC_Params/XMLC_InputParams!=''">
						<xsl:choose>
							<xsl:when test="$XMLC_UseXMLC_Action = '1'">&amp;</xsl:when>
							<xsl:otherwise>?</xsl:otherwise>
						</xsl:choose>
						<xsl:value-of select="/document/XMLC_Params/XMLC_InputParams"/>
					</xsl:if>');
//  top.location.href = location.href;
} // checkTopLevel
</script>
				<script language="javascript">
					<![CDATA[function handleNumberKeyPress(e) {
  var keyCode = GetEventKeyCode(e);
  if (keyCode != 13)
    return true;
  return false;
}

function onKeyTestCR(e) {
  var aKey = window.event ? e.keyCode : e.which;
  if (aKey == 13) {
    goSubmit(); 
    }
}
]]>// ==========================================================================
// Afficher la fenêtre popup pour la recherche YUI
// ==========================================================================
var flagMovedYUI;
function PopSelYUI(PopID, btnID) {
  if (popObj = getObjectById(PopID)) {
    if (btnObj = getObjectById(btnID)) {
      ShowHide(PopID, 'WIDTH', 400, 'HEIGHT', 335); 
      if (flagMovedYUI!=-1) 
       { 
        flagMovedYUI=-1; 
        popObj.style.top = 15;
        popObj.style.left = GetObjectPosX(btnID)-550;
       };
      popObj.src = 'SearchVO';
    }
  }
}
// ==========================================================================
// Afficher la fenêtre popup pour le choix des impressions
// ==========================================================================
var flagMoved;
function PopSelReport(PopID, btnID) {
  if (popObj = getObjectById(PopID)) {
    if (btnObj = getObjectById(btnID)) {
      ShowHide(PopID, 'WIDTH', 400, 'HEIGHT', 220); 
      if (flagMoved!=-1) 
       { 
        flagMoved=-1; 
        popObj.style.top = 15;
        popObj.style.left = GetObjectPosX(btnID)-405;
       };
      popObj.src = XMLC_BaseHRef+'SelReport';
    }
  }
}</script>
				<script language="javascript">
					<![CDATA[   function oForm(oWidth, oHeight) {
      if (vidPaneID.style.display=='block') {
         vidPaneID.style.display='none';
//         vidPaneID.innerHTML=''; 
      } else {
         vidPaneID.style.display='block';
//         vidPaneID.style.width=oWidth;
//         vidPaneID.style.height=oHeight;
      }
   }]]>
					<![CDATA[   function ShowHideForm(vid) {
      if (vid.style.display=='block') {
         vid.style.display='none';
      } else {
         vid.style.display='block';
      }
   }]]>
				</script>
				<script language="javascript">
					<![CDATA[// ==========================================================================
// Afficher la fenêtre popup pour la saisie des infos VO
// ==========================================================================
function PopForm(PopID, idCom) {
  if (popObj = getObjectById(PopID)) {
//alert(XMLC_BaseHRef+'FormtCommerciaux?idCom='+idCom);
      popObj.src = XMLC_BaseHRef+'FormtCommerciaux?idCom='+idCom;
  }
}]]>
					<![CDATA[// ==========================================================================
// Afficher la fenêtre popup pour la saisie des infos Liste des Commerciaux
// ==========================================================================
function lPopForm(PopID, idCom) {
var posScroll =f_scrollTop();
   vidPaneID = document.getElementById('vdiv'+PopID); 
   vidPaneID.style.top=posScroll +15;
   vidPaneID.style.left='145px';                    
//   vidPaneID.style.align = 'center';
  ShowHideForm(vidPaneID);
//      ShowHide(vidPaneID, 'WIDTH', 435, 'HEIGHT', 365); 

  if (popObj = getObjectById(PopID)) {
      popObj.style.top = 18; //posScroll +15;
      popObj.style.left = 0; //55;
      popObj.style.width = 430;
      popObj.style.height = 315;
      popObj.src = XMLC_BaseHRef+'FormtCommerciaux?idCom='+idCom;
  }
}]]>
				</script>
				<script language="javascript">
					<![CDATA[   function moveHandler(e){
      if (e == null) { e = window.event } 
      if (e.button<=1&&dragOK){
         savedTarget.style.left=e.clientX-dragXoffset+'px';
         savedTarget.style.top=e.clientY-dragYoffset+'px';
         return false;
      }
   }

   function cleanup(e) {
      document.onmousemove=null;
      document.onmouseup=null;
      savedTarget.style.cursor=orgCursor;
      dragOK=false;
   }]]>
				</script>
				<script language="javascript">
					<![CDATA[   function dragHandler(e){
      var htype='-moz-grabbing';
      if (e == null) { e = window.event; htype='move';} 
      var target = e.target != null ? e.target : e.srcElement;
      orgCursor=target.style.cursor;
      if ((target.className=='BoxFrameUser')) {
         savedTarget=target;       
         target.style.cursor=htype;
         dragOK=true;
         dragXoffset=e.clientX-parseInt(vidPaneID.style.left);
         dragYoffset=e.clientY-parseInt(vidPaneID.style.top);
         document.onmousemove=moveHandler;
         document.onmouseup=cleanup;
         return false;
      }
   }
   document.onmousedown=dragHandler;]]>
				</script>
				<script language="javascript">
					<![CDATA[   var savedTarget=null; // The target layer 
   var orgCursor=null;   // The original Cursor (mouse) Style so we can restore it
   var dragOK=false;     // True if we're allowed to move the element under mouse
   var dragXoffset=0;    // How much we've moved the element on the horozontal
   var dragYoffset=0;    // How much we've moved the element on the verticle	 
//   var vidPaneID = null;]]>
				</script>
				<script language="javascript">
					<![CDATA[var apLastValue='x';
function VOapShowHide_dark(ID) {
  if (apLastValue!='') apShowHide_dark(ID); 
  apLastValue='x';
}
function VOapShowHide(ID) {
  if (apLastValue!='') apShowHide(ID); 
  apLastValue='x';
}
function VOShowHideActionMenu() {
  ShowHideActionMenu(); 
  goSubmit();
}]]>
				</script>
				<script language="javascript">
					<![CDATA[// Valider les paramètres d'appel et lancement Service
// 
function goService(nService) {
  if (nService != '') {
     if ((nService.search('http://www')==-1) && (nService.search('/projHistoBin')==-1)) nService=XMLC_BaseHRef+nService ;
     if (nService.search('/projHistoBin')>-1) nService='http://'+XMLC_Host+nService ;
     document.location =  nService ;}
  return false;
}

function goSubmit() {
  SetField('MainForm', 'AmMode',  (getObjectById('xslcActionMenu').style.display == 'none') ? '0' : '1');
  document.MainForm.submit(); 
  return false;
}]]>
				</script>
			</xsl:with-param>
			<xsl:with-param name="ActionMenu">
				<xsl:if test="/document/XMLC_Params/XMLC_UserName != '' ">
					<xsl:call-template name="xslc:VOActionPanel">
						<xsl:with-param name="Expanded">1</xsl:with-param>
						<xsl:with-param name="Dark">1</xsl:with-param>
						<xsl:with-param name="Name">FiltAffichage</xsl:with-param>
						<xsl:with-param name="Title">Paramètres</xsl:with-param>
						<xsl:with-param name="Content">
							<xsl:variable name="idAffSel">
								<xsl:if test="/document/OutParams/AffSel=''">0</xsl:if>
								<xsl:value-of select="/document/OutParams/AffSel"/>
							</xsl:variable>
							<table cellpadding="2" cellspacing="0">
								<xsl:for-each select="/document/ListFiltersS/ListFilters">
									<xsl:variable name="apOver">
										<xsl:if test="idAffichage='-1' or nService=''">apRowNoSelected</xsl:if>
										<xsl:if test="idAffichage!='-1'">apRowSelected</xsl:if>
									</xsl:variable>
									<xsl:variable name="apAttr">
										<xsl:if test="idAffichage='-1' or nService=''">color:#A0A0A0;</xsl:if>
										<xsl:if test="/document/XMLC_Params/XMLC_Action=nService">
											<xsl:if test="AttrColor!=''">color:#<xsl:value-of select="AttrColor"/>; font-weight: bold;</xsl:if>
											<xsl:if test="AttrColor=''">color:#3f3dfd; </xsl:if>
										</xsl:if>
										<xsl:if test="idAffichage!='-1' and /document/XMLC_Params/XMLC_Action!=nService and nService!=''">
											<xsl:if test="AttrColor=''">color:#145aa2; </xsl:if>
											<xsl:if test="AttrColor!=''">color:#<xsl:value-of select="AttrColor"/>; </xsl:if>
										</xsl:if>
									</xsl:variable>
									<xsl:variable name="nServ">
										<xsl:value-of select="nService"/>
									</xsl:variable>
									<xsl:if test="idAffichage!='-2'">
										<tr>
											<td class="apLink" onmouseover="oldClass=this.className; this.className='{$apOver}';" onmouseout="this.className=oldClass;" onclick="javascript: goService('{$nServ}'); return false;" align="left" style="{$apAttr} width:200px;">
												<span style="color:#d0d0ff;">
													<xsl:if test="AttrIndent='1'">» </xsl:if>
													<xsl:if test="AttrIndent='2'">»» </xsl:if>
													<xsl:if test="AttrIndent='3'">»»» </xsl:if>
												</span>
												<xsl:if test="/document/XMLC_Params/XMLC_Action=nService">
													<img border="0" src="{$XMLC_PictosPath}ico_run.gif"/> - </xsl:if>
												<xsl:value-of select="FilterName"/>
											</td>
										</tr>
									</xsl:if>
								</xsl:for-each>
							</table>
						</xsl:with-param>
					</xsl:call-template>
				</xsl:if>
			</xsl:with-param>
			<xsl:with-param name="Title">
				<xsl:value-of select="/document/ListFiltersS/ListFilters[nService=/document/XMLC_Params/XMLC_Action]/FilterName"/>
			</xsl:with-param>
			<xsl:with-param name="ToolbarButtonsLeft">
				<ToolbarButton>
					<xsl:call-template name="ToolButtonRefresh">
						<xsl:with-param name="URL">
							<xsl:value-of select="/document/Aliases/bdVODLL"/>Security?SelGroup=<xsl:value-of select="/document/OutParams/SelGroup"/>&amp;SelInfo=<xsl:value-of select="/document/OutParams/SelInfo"/>
						</xsl:with-param>
					</xsl:call-template>
				</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="VOLineToolbarButtonsRight"/>
			</xsl:with-param>
			<xsl:with-param name="Body">
				<script language="javascript">
					<![CDATA[
var questionDeleteUser = "Etes vous sûr de vouloir supprimer cet utilisateur?\nCliquez OK pour confirmer.";
]]>
				</script>
				<xsl:call-template name="xslc:ApplicationMessages"/>
				<xsl:call-template name="VOZoneTab">
					<xsl:with-param name="nService">OptParams</xsl:with-param>
				</xsl:call-template>
				<div id="zoneTOP">
					<p style="font-size:16px">
						<xsl:value-of select="/document/ListFiltersS/ListFilters[nService=/document/XMLC_Params/XMLC_Action]/FilterName"/>
					</p>
				</div>
				<div id="vdivFormUser" class="BoxFrameUser" style="position: absolute; display: none; z-index:1000; PADDING-LEFT: 7 px; ">
					<button class="window-close" onclick="javascript: window.parent.ShowHideForm(vidPaneID);">
						<img border="0" src="{$XMLC_PictosPath}ico_closenew.gif" alt="pour quitter sans enregistrer ..."/>
					</button>Modification des informations d'un Commercial<iframe id="FormUser" name="FormUser" border="0" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="{$XMLC_Portal}blank.htm" style="position: absolute; z-index:1000;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; "/>
				</div>
				<table>
					<tr>
						<td>Connecté : <xsl:value-of select="XMLC_Params/XMLC_UserName"/>, Groupe : <xsl:value-of select="XMLC_Params/UserConcession"/>
						</td>
					</tr>
				</table>
				<br/>
				<xsl:apply-templates select="Users"/>
				<xsl:apply-templates select="Groups"/>
				<xsl:call-template name="xslc:PoweredBy"/>
			</xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template match="Groups">
		<table border="1" cellpadding="2" cellspacing="0" class="clFlatTable" width="700px">
			<br/>
			<tr class="clRowHeader">
				<td>Profils</td>
				<td width="12px"/>
			</tr>
			<xsl:apply-templates select="Group">
				<xsl:sort select="Name"/>
			</xsl:apply-templates>
		</table>
	</xsl:template>
	<xsl:template match="Users">
		<xsl:variable name="icoOrder">
			<xsl:if test="/document/OutParams/OrderSense='' or /document/OutParams/OrderSense='asc'">
				<img border="0" src="{$XMLC_PictosPath}ico_stepdouble_top.gif"/>
			</xsl:if>
			<xsl:if test="/document/OutParams/OrderSense!='' and /document/OutParams/OrderSense!='asc'">
				<img border="0" src="{$XMLC_PictosPath}ico_stepdouble_bottom.gif"/>
			</xsl:if>
		</xsl:variable>
		<xsl:variable name="parOrder">
			<xsl:if test="/document/OutParams/OrderSense='' or /document/OutParams/OrderSense='asc'">&amp;OrderSense=desc</xsl:if>
			<xsl:if test="/document/OutParams/OrderSense!='' and /document/OutParams/OrderSense!='asc'">&amp;OrderSense=asc</xsl:if>
		</xsl:variable>
		<xsl:variable name="atOrder">
			<xsl:if test="/document/OutParams/OrderSense='' or /document/OutParams/OrderSense='asc'">ascending</xsl:if>
			<xsl:if test="/document/OutParams/OrderSense!='' and /document/OutParams/OrderSense!='asc'">descending</xsl:if>
		</xsl:variable>
	
		<form name="MainForm" method="POST" action="{/document/Aliases/bdVODLL}Security">
			<input type="hidden" name="AmMode" value="{/document/OutParams/AmMode}"/>
		</form>
		<table border="1" cellpadding="2" cellspacing="0" class="clFlatTable" width="820px">
			<br/>
			<tr class="clRowHeader">
				<td width="12px"/>
				<td width="75px"><a href="{/document/Aliases/bdVODLL}Security?OrderMode=1{$parOrder}">ID (<xsl:value-of select="count(/document/Users/User)"/>)
					<xsl:if test="(/document/OutParams/OrderMode = '1')"><xsl:copy-of select="$icoOrder" /></xsl:if></a></td>
				<td width="200px"><a href="{/document/Aliases/bdVODLL}Security?OrderMode=2{$parOrder}">Identifiant
					<xsl:if test="(/document/OutParams/OrderMode = '2') or (/document/OutParams/OrderMode = '')"><xsl:copy-of select="$icoOrder" /></xsl:if></a></td>
				<td width="120px"><a href="{/document/Aliases/bdVODLL}Security?OrderMode=3{$parOrder}">Groupe
					<xsl:if test="(/document/OutParams/OrderMode = '3')"><xsl:copy-of select="$icoOrder" /></xsl:if></a></td>
				<td width="100px"><a href="{/document/Aliases/bdVODLL}Security?OrderMode=4{$parOrder}">Adresse IP
					<xsl:if test="(/document/OutParams/OrderMode = '4')"><xsl:copy-of select="$icoOrder" /></xsl:if></a></td>
				<td width="150px"><a href="{/document/Aliases/bdVODLL}Security?OrderMode=5{$parOrder}">Dernier Login
					<xsl:if test="(/document/OutParams/OrderMode = '5')"><xsl:copy-of select="$icoOrder" /></xsl:if></a></td>
				<td width="12px"/>
			</tr>
			
			<xsl:choose>
				<xsl:when test="(/document/OutParams/OrderMode = '1')">
					<xsl:apply-templates select="User"><xsl:sort select="ID" order="{$atOrder}" data-type="number"/></xsl:apply-templates></xsl:when>
				<xsl:when test="(/document/OutParams/OrderMode = '3')">
					<xsl:apply-templates select="User"><xsl:sort select="UserConcession" order="{$atOrder}"/><xsl:sort select="Name"/></xsl:apply-templates></xsl:when>
				<xsl:when test="(/document/OutParams/OrderMode = '4')">
					<xsl:apply-templates select="User"><xsl:sort select="RemoteHost"/><xsl:sort select="Name" order="{$atOrder}"/></xsl:apply-templates></xsl:when>
				<xsl:when test="(/document/OutParams/OrderMode = '5')">
					<xsl:apply-templates select="User"><xsl:sort select="SessionExpiration" order="{$atOrder}"/></xsl:apply-templates></xsl:when>
				<xsl:otherwise>
					<xsl:apply-templates select="User"><xsl:sort select="Name" order="{$atOrder}"/></xsl:apply-templates></xsl:otherwise>
			</xsl:choose>
				
			
			<form name="InsertUser" method="POST" action="{/document/Aliases/GestionDLL}InsertUser">
				<xsl:variable name="clValue">
					<xsl:choose>
						<xsl:when test="count(User) mod 2 = 0">Light</xsl:when>
						<xsl:otherwise>Dark</xsl:otherwise>
					</xsl:choose>
				</xsl:variable>
				<tr class="clRow{$clValue}">
					<td width="12px">
						<a onclick="document.InsertUser.submit(); return false;">
							<img alt="Création d'un nouvel utilisateur" border="0" src="{$XMLC_PictosPath}ico_xplus.gif"/>
						</a>
					</td>
					<td class="clDataGrid{$clValue}">
						<input type="text" name="Name"/>
					</td>
					<td></td>
					<td></td>
					<td></td>
					<td>
						<a onclick="document.InsertUser.submit(); return false;">
							<img alt="Création d'un nouvel utilisateur" border="0" src="{$XMLC_PictosPath}ico_xplus.gif"/>
						</a>
					</td>
				</tr>
			</form>
			<form name="FormDeleteUser" method="POST" action="{/document/Aliases/GestionDLL}DeleteUser">
				<input type="hidden" name="ID"/>
			</form>
		</table>
	</xsl:template>
	<xsl:template match="Group">
		<xsl:variable name="clValue">
			<xsl:choose>
				<xsl:when test="position() mod 2 = 1">clRowLight</xsl:when>
				<xsl:otherwise>clRowDark</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<tr class="{$clValue}">
			<td>
				<a href="{/document/Aliases/GestionDLL}FormGroup?Group_ID={ID}">
					<xsl:value-of select="Name"/>
				</a>
			</td>
			<td/>
		</tr>
	</xsl:template>
	<xsl:template match="User">
		<xsl:variable name="voIcoRun">
											<xsl:choose>
												<xsl:when test="(/document/XMLC_Params/XMLC_NavigatorName = 'MSIE')">
													<xsl:value-of select="$XMLC_PictosPath"/>voRun.gif
												</xsl:when>
												<xsl:otherwise><xsl:value-of select="$XMLC_PictosPath"/>voNewRun.gif</xsl:otherwise>
											</xsl:choose>
		</xsl:variable>
		<xsl:variable name="ipValue">
			<xsl:choose>
				<xsl:when test="(/document/XMLC_Params/XMLC_UserName = 'llebleu@free.fr') and not ((RemoteHost='80.13.35.199') or (RemoteHost='212.234.100.125') or (RemoteHost='212.234.101.101') or (RemoteHost='212.234.101.97'))">color:#F00000;</xsl:when>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="clValue">
			<xsl:choose>
				<xsl:when test="position() mod 2 = 1">clRowLight</xsl:when>
				<xsl:otherwise>clRowDark</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="vName">
			<xsl:value-of select="Name"/>
		</xsl:variable>
		<tr class="{$clValue}">
			<td>
				<a href="{/document/Aliases/GestionDLL}FormUser?User_ID={ID}">
					<img alt="Infos de l'utilisateur" border="0" src="{$XMLC_PictosPath}ico_run.gif"/>
				</a>
			</td>
			<td nowrap="nowrap">
				<a href="{/document/Aliases/GestionDLL}FormUser?User_ID={ID}">
					<xsl:if test="(/document/XMLC_Params/XMLC_UserName = 'llebleu@free.fr') ">
						<xsl:value-of select="ID"/></xsl:if>
				</a>
			</td>
			<td nowrap="nowrap">
				<xsl:value-of select="Name"/>
				<xsl:if test="Name!=''">
					<xsl:for-each select="/document/tCommerciauxS/tCommerciaux[email=$vName] "> - <a href="#" onclick="javascript: lPopForm('FormUser', {idcom}); return false;">
							<img alt="Modification du contact" border="0" src="{$voIcoRun}"/>
						</a>
					</xsl:for-each>
				</xsl:if>
			</td>
			<td nowrap="nowrap">
				<xsl:value-of select="UserConcession"/>
			</td>
			<td style="{$ipValue}">
				<a href="{/document/Aliases/GestionDLL}FormUser?User_ID={ID}">
					<xsl:if test="Password!=''">
						<img alt="Mot de passe activé" heigth="15" width="15" border="0" src="{$XMLC_PictosPath}Buttons\PBX\LockConference.gif"/>
					</xsl:if>
					<xsl:if test="Password=''">
						<img alt="Mot de passe effacé" heigth="15" width="15" border="0" src="{$XMLC_PictosPath}Buttons\PBX\UnLockConference.gif"/>
					</xsl:if>
				</a> - <xsl:if test="(/document/XMLC_Params/XMLC_UserName='llebleu@free.fr') and not ((RemoteHost='80.13.35.199') or (RemoteHost='212.234.100.125') or (RemoteHost='212.234.101.101') or (RemoteHost='212.234.101.97'))">
					<xsl:if test="RemoteHost!=''">
						<xsl:value-of select="RemoteHost"/>
					</xsl:if>
				</xsl:if>
				<xsl:if test="not (/document/XMLC_Params/XMLC_UserName='llebleu@free.fr') or  ((RemoteHost='80.13.35.199') or (RemoteHost='212.234.100.125') or (RemoteHost='212.234.101.101') or (RemoteHost='212.234.101.97'))">
					<a href="{/document/Aliases/GestionDLL}FormUser?User_ID={ID}">
						<xsl:if test="RemoteHost!=''">
							<xsl:value-of select="RemoteHost"/>
						</xsl:if>
					</a>
				</xsl:if>
			</td>
			<td>
				<a href="{/document/Aliases/GestionDLL}FormUser?User_ID={ID}">
					<xsl:if test="DSession!=''">
						<xsl:value-of select="DSession"/>
					</xsl:if>
					<xsl:if test="Infos!=''"> - <xsl:value-of select="Infos"/>
					</xsl:if>
					<xsl:if test="CU!=''"> - <xsl:value-of select="CU"/>
					</xsl:if>
				</a>
			</td>
			<td>
				<a onclick="document.FormDeleteUser.ID.value='{ID}'; submitForm('FormDeleteUser', 'CONFIRM', questionDeleteUser); return false;">
					<img alt="Suppression de l'utilisateur" border="0" src="{$XMLC_PictosPath}ico_xminus.gif"/>
				</a>
			</td>
		</tr>
	</xsl:template>
</xsl:stylesheet>
