extranet/www/fiben/ressources/xsl/commun_ralph.xsl
2010-01-28 09:32:35 +00:00

298 lines
29 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:bdf="http://banque-france.fr/namespace">
<xsl:output method="html" version="1.1" encoding="ISO-8859-1" indent="yes"/>
<xsl:param name="module" select="''"/>
<xsl:param name="refint" select="''"/>
<xsl:param name="id" select="''"/>
<xsl:param name="origine" select="''"/>
<xsl:template match="PMRALPH|PPRALPH">
<xsl:param name="clGrasFond" select="concat('clGrasFond',@APPROCHE)"/>
<xsl:param name="clFond" select="concat('clFond',@APPROCHE)"/>
<xsl:param name="idRep" select="bdf:displayIdent(IDENTS|IDENTC)"/>
<xsl:if test="(position()-1) mod 17 = 0 and position()!=1">
<xsl:text disable-output-escaping="yes">&lt;tr class="clBreakPage"&gt;</xsl:text>
</xsl:if>
<xsl:if test="(position()-1) mod 17 != 0 or position()=1">
<xsl:text disable-output-escaping="yes">&lt;tr&gt;</xsl:text>
</xsl:if>
<td width="105" class="{$clGrasFond}">
<!-- MISE EN COMMENTAIRE : requête -->
<a href="#Lien vers la demande de module" class="{$clGrasFond}"><u><xsl:value-of select="$idRep"/></u></a>
<!--xsl:element name="a">
<xsl:attribute name="class"><xsl:value-of select="$clGrasFond"/></xsl:attribute>
<xsl:attribute name="href">#nullepart</xsl:attribute>
<xsl:attribute name="onclick">IdClick('<xsl:value-of select="$moddem"/>','<xsl:value-of select="$origine"/>','<xsl:value-of select="IDENTS|IDENTC"/>','<xsl:value-of select="$id"/>','<xsl:value-of select="$module"/>','<xsl:value-of select="$refint"/>',this);</xsl:attribute>
<u><xsl:value-of select="$idRep"/></u>
</xsl:element-->
</td>
<td colspan="2" width="480" align="left" class="{$clGrasFond}"><xsl:value-of select="DENOM|SIGLE|ENSEIGNE|PATRONYMIQUE|MARITAL|SURNOM"/></td>
<td width="50" class="{$clFond}"><xsl:if test="not(boolean(SIGLE|ENSEIGNE|MARITAL|SURNOM))">&#160;
</xsl:if><xsl:value-of select="translate(name(SIGLE|ENSEIGNE|MARITAL|SURNOM),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')"/></td>
<xsl:if test="position() mod 10 = 0"><xsl:call-template name="genFlecheHaut"/></xsl:if>
<xsl:text disable-output-escaping="yes">&lt;/tr&gt;</xsl:text>
<xsl:if test="IDENTNATIONAL">
<tr>
<td width="124" class="clTexte">Identifiant national</td>
<td colspan="3" class="clTexte" >
<xsl:value-of select="IDENTNATIONAL" />
</td>
<td width="98" class="clTexte"> </td>
</tr>
</xsl:if>
<tr>
<td width="300" colspan="2" class="clTexte"><xsl:value-of select="LOCALI"/></td>
<td width="285" class="clTexte"><xsl:value-of select="CATJUR"/></td>
<td width="50" class="clTexte">
<xsl:if test="string-length(/FIBEN/RALPH/DEMANDE/RECHACT)!=4">
<xsl:variable name="actbdf" select="ACTBDF"/>
<!-- MISE EN COMMENTAIRE : requête -->
<a href='javascript:popup("{bdf:escapeString($dictionnaire//ssclasse[@id=$actbdf])}")' class="clTexte">
<u><xsl:value-of select="ACTBDF"/></u>
</a>
<!--xsl:element name="a">
<xsl:attribute name="class">clTexte</xsl:attribute>
<xsl:attribute name="href">#nullepart</xsl:attribute>
<xsl:attribute name="onclick">requestVariousInfos("<xsl:value-of select="$dictionnaire//ssclasse[@id=$actbdf]"/>",cstWording);</xsl:attribute>
<u><xsl:value-of select="ACTBDF"/></u>
</xsl:element-->
</xsl:if>
</td>
<td width="104">&#160;</td>
</tr>
</xsl:template>
<xsl:template match="IRECH|SCR|IST07|U051|U052|U057|LS01|LS02|LS04|LS03" mode="genLib">
<table width="635" border="0" cellspacing="0" cellpadding="0">
<tr align="left">
<td class="clCouleur2">
<xsl:apply-templates select="."/><br/>
</td>
</tr>
</table>
</xsl:template>
<xsl:template match="LS05" mode="genLib">
<table width="635" border="0" cellspacing="0" cellpadding="0">
<tr align="left">
<td class="clCouleur2">
<!-- MISE EN COMMENTAIRE : lien -->
<!--xsl:apply-templates select="."/><a class="clCouleur2" href="mailto:fiben@banque-france.fr"><u>fiben@banque-france.fr</u></a><br/-->
<xsl:apply-templates select="."/>
<a class="clCouleur2" href="#Lien vers la messagerie Banque de France"><u>fiben@banque-france.fr</u></a><br/>
</td>
</tr>
</table>
</xsl:template>
<xsl:template name="genTitreModule">
<table width="635" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="617" align="left" valign="top" class="clCouleur1">
<xsl:value-of select="$familyTitle"/><br /><img src="/FIBEN/Images/{$familyName}/shim.gif" width="635" height="1"/><br /><xsl:value-of disable-output-escaping="yes" select="$dictionnaire/titre[@module=$moddem]"/>
<xsl:if test="/FIBEN/@GRAPHE"> - Graphique(s)</xsl:if>
</td>
</tr>
</table>
<br/>
</xsl:template>
<xsl:template match="DEMANDE">
<xsl:call-template name="shim"/>
<table width="635" border="0" cellspacing="4" cellpadding="0">
<tr>
<td width="130" class="clCouleur2">Code Géographique</td>
<td width="70" class="clFond">&#160;<xsl:value-of select="RECHGEO"/></td>
<td width="100" class="clCouleur2">Type d'entité</td>
<td width="120" class="clFond">&#160;
<xsl:choose>
<xsl:when test="RECHPM">Entreprise</xsl:when>
<xsl:when test="RECHPP">Dirigeant</xsl:when>
<xsl:when test="RECHPS">Sigle</xsl:when>
<xsl:otherwise>Tous</xsl:otherwise>
</xsl:choose>
</td>
<td width="130" class="clCouleur2">Recherche étendue</td>
<td width="85" class="clFond">&#160;
<xsl:choose>
<xsl:when test="RECHETEND='O'">Oui</xsl:when>
<xsl:otherwise>Non</xsl:otherwise>
</xsl:choose>
</td>
</tr>
<xsl:if test="RECHACT">
<xsl:variable name="rechact" select="RECHACT"/>
<tr>
<xsl:choose>
<xsl:when test="string-length(RECHACT)=2">
<td width="130" class="clCouleur2">Activité / Division</td>
<td colspan="5" class="clTexte"><xsl:value-of select="$rechact"/>&#160;<xsl:value-of select="$dictionnaire//division[@id=$rechact]/text()"/></td>
</xsl:when>
<xsl:otherwise>
<td width="130" class="clCouleur2">Activité / Sous-Classe</td>
<td colspan="5" class="clTexte"><xsl:value-of select="$rechact"/>&#160;<xsl:value-of select="$dictionnaire//ssclasse[@id=$rechact]"/></td>
</xsl:otherwise>
</xsl:choose>
</tr>
</xsl:if>
</table>
<xsl:call-template name="shim"/>
</xsl:template>
<!-- MISE EN COMMENTAIRE : requête -->
<!--xsl:template name="genBackButton">
<xsl:param name="type"/>
<tr>
<td colspan="4" align="right">
<xsl:element name="a">
<xsl:attribute name="href">/FIBEN/Demandes/Demandes.asp?Type=<xsl:value-of select="$type"/>&amp;refint=<xsl:value-of select="$refint"/>&amp;module=<xsl:value-of select="$module"/>&amp;ident=<xsl:value-of select="$id"/>&amp;denom=<xsl:value-of select="translate( translate( translate( translate( translate( translate( translate( translate( translate( translate( translate( translate( translate( translate( translate( translate( translate( translate(FIBEN/RALPH/DEMANDE/RECHDEN, 'À', 'A'), 'Á', 'A'), 'Â', 'A'), 'Ã', 'A'), 'Ä', 'A'), 'Ç', 'C'), 'È', 'E'), 'É', 'E'), 'Ê', 'E'), 'Ë', 'E'), 'Î', 'I'), 'Ï', 'I'), 'Ô', 'O'), 'Õ', 'O'), 'Ö', 'O'), 'Ù', 'U'), 'Û', 'U'), 'Ü', 'U')"/>&amp;code=<xsl:value-of select="FIBEN/RALPH/DEMANDE/RECHGEO"/>&amp;ejx=<xsl:choose><xsl:when test="FIBEN/RALPH/DEMANDE/RECHPM">J</xsl:when><xsl:when test="FIBEN/RALPH/DEMANDE/RECHPP">X</xsl:when><xsl:when test="FIBEN/RALPH/DEMANDE/RECHPS">S</xsl:when><xsl:otherwise></xsl:otherwise></xsl:choose>&amp;act=<xsl:value-of select="FIBEN/RALPH/DEMANDE/RECHACT"/>&amp;etend=<xsl:value-of select="FIBEN/RALPH/DEMANDE/RECHETEND"/></xsl:attribute>
<xsl:attribute name="onMouseOut">MM_swapImgRestore()</xsl:attribute>
<xsl:attribute name="onMouseOver">MM_swapImage('ImgRetour','','/FIBEN/Images/Boutons/retour_on.gif',1)</xsl:attribute>
<img src="/FIBEN/Images/Boutons/retour_off.gif" width="78" height="17" border="0" name="ImgRetour" align="top" />
</xsl:element>
</td>
</tr>
</xsl:template-->
<xsl:template name="genMenu">
<!-- MISE EN COMMENTAIRE :menu dynamique -->
<div id="menu" style="HEIGHT: 56px; LEFT: 148px; POSITION: absolute; TOP: 1px; VISIBILITY: visible; WIDTH: 607px; Z-INDEX: 4">
<table width="607" border="0" cellspacing="0" cellpadding="0" height="57">
<tr>
<td colspan="6" height="21" valign="top" align="right"><a id="ancHaut" name="ancHaut">&#160;</a>
</td>
</tr>
</table>
</div>
<!--div id="over" style="HEIGHT: 229px; LEFT: 0px; POSITION: absolute; TOP: 17px; VISIBILITY: hidden; WIDTH: 731px; Z-INDEX: 2"><a href="/FIBEN/home.asp" onmouseover="MM_showHideLayers('',arMenuLayers);"><img border="0" height="304" src="/FIBEN/Images/Commun/shim.gif" width="760" /></a></div>
<div id="menu" style="HEIGHT: 56px; LEFT: 148px; POSITION: absolute; TOP: 1px; VISIBILITY: visible; WIDTH: 607px; Z-INDEX: 4">
<table width="607" border="0" cellspacing="0" cellpadding="0" height="57">
<form id="frmIdentOuNom" method="get" target="" action="javascript:moduleRequest('','','',window.document.location);">
<tr>
<td colspan="6" height="21" valign="top" align="right"><a id="ancHaut" name="ancHaut">&#160;</a><a class="clLien" href="#nullepart" onclick="requestStatic('', cstHelp);" onmouseover="MM_showHideLayers('', arMenuLayers);">Aide</a>&#160;&#160;&#160;<a class="clLien" href="/default.asp" onmouseover="MM_showHideLayers('', arMenuLayers);">Portail</a>&#160;&#160;&#160;<a class="clLien" href="/FIBEN/home.asp" onmouseover="MM_showHideLayers('', arMenuLayers);">Accueil</a>&#160;&#160;&#160;<a class="clLien" href="#nullepart" onclick="requestStatic('', cstInformation);" onmouseover="MM_showHideLayers('', arMenuLayers);">Informations</a>&#160;&#160;&#160;<a class="clLien" href="#nullepart" onclick="requestStatic('', cstSite);" onmouseover="MM_showHideLayers('', arMenuLayers);">Plan&#160;du&#160;Site</a>&#160;&#160;&#160;<a class="clLien" href="#nullepart" onclick="requestStatic('', cstContact);" onmouseover="MM_showHideLayers('', arMenuLayers);">Contacts</a>&#160;&#160;&#160;&#160;&#160;</td>
</tr>
<tr>
<td width="114" valign="top" height="36"><a href="/FIBEN/Demandes/demandes.asp?type=SIMPLE" onclick="MM_showHideLayers('', arMenuLayers);" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('d1','','/FIBEN/Images/Boutons/ident_on.gif',1);MM_showHideLayers('', arMenuLayers);"><img title="Demande simple" alt="Demande simple" border="0" height="18" name="d1" src="/FIBEN/Images/Boutons/ident_off.gif" vspace="3" width="114" /></a></td>
<td width="113" valign="top" height="36"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('dm1','','/FIBEN/Images/Boutons/demande_on.gif',1);MM_showHideLayers('',arMenuLayers,'over','smdemande');"><img title="Demande multiple" alt="Demande multiple" border="0" height="18" name="dm1" src="/FIBEN/Images/Boutons/demande_off.gif" vspace="3" width="113" /></a></td>
<td width="113" valign="top" height="36"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('sa1','','/FIBEN/Images/Boutons/service_on.gif',1);MM_showHideLayers('',arMenuLayers,'over','smsaa');"><img title="Service d'alerte" alt="Service d'alerte" border="0" height="18" name="sa1" src="/FIBEN/Images/Boutons/service_off.gif" vspace="3" width="113" /></a></td>
<td width="113" valign="top" height="36"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('is','','/FIBEN/Images/Boutons/session_on.gif',1);MM_showHideLayers('',arMenuLayers,'over','smoutils');"><img title="Infos session" alt="Infos session" border="0" height="18" name="is" src="/FIBEN/Images/Boutons/session_off.gif" vspace="3" width="113" /></a></td>
<td valign="bottom" align="right" height="36" width="132"><input type="hidden" name="ident" value="valeurpourdesactiverlesmenus"/></td>
<td valign="bottom" height="36" width="22"></td>
</tr>
</form>
</table>
</div>
<div id="AG" style="HEIGHT: 54px; LEFT: 507px; POSITION: absolute; TOP: 86px; VISIBILITY: hidden; WIDTH: 115px; Z-INDEX: 5" name="AG"><img height="4" src="/FIBEN/Images/Commun/shim.gif" width="115" /><br />
<table width="115" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td><a name="LinkItem27AG" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem27AG','','/FIBEN/Images/menu/27_AG_on.gif',1)" onclick="moduleRequest('27', '5','MenuItem27AG',this);"><img title="{$dictionnaire/titre[@module='27']}" alt="{$dictionnaire/titre[@module='27']}" border="0" height="17" name="MenuItem27AG" src="/FIBEN/Images/menu/27_AG_off.gif" width="115" /></a></td>
<td><img height="4" src="/FIBEN/Images/Commun/shim.gif" /></td>
</tr>
<tr valign="top">
<td><a name="LinkItem30AG" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem30AG','','/FIBEN/Images/menu/30_AG_on.gif',1)" onclick="moduleRequest('30', '5','MenuItem30AG',this);"><img title="{$dictionnaire/titre[@module='30']}" alt="{$dictionnaire/titre[@module='30']}" border="0" height="18" name="MenuItem30AG" src="/FIBEN/Images/menu/30_AG_off.gif" width="115" /></a></td>
<td><a name="LinkItem37AG" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem37AG','','/FIBEN/Images/menu/37_AG_on.gif',1)" onclick="moduleRequest('37', '5','MenuItem37AG',this);"><img title="{$dictionnaire/titre[@module='37']}" alt="{$dictionnaire/titre[@module='37']}" border="0" height="18" name="MenuItem37AG" src="/FIBEN/Images/menu/37_AG_off.gif" width="114" /></a></td>
</tr>
<tr valign="top">
<td><a name="LinkItem57AG" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem57AG','','/FIBEN/Images/menu/57_AG_on.gif',1)" onclick="moduleRequest('57', '5','MenuItem57AG',this);"><img title="{$dictionnaire/titre[@module='57']}" alt="{$dictionnaire/titre[@module='57']}" border="0" height="17" name="MenuItem57AG" src="/FIBEN/Images/menu/57_AG_off.gif" width="115" /></a></td>
<td><a name="LinkItem58AG" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem58AG','','/FIBEN/Images/menu/58_AG_on.gif',1)" onclick="moduleRequest('58', '5', 'MenuItem58AG',this);"><img title="{$dictionnaire/titre[@module='58']}" alt="{$dictionnaire/titre[@module='58']}" border="0" height="17" name="MenuItem58AG" src="/FIBEN/Images/menu/58_AG_off.gif" width="114" /></a></td>
</tr>
<tr valign="top">
<td><a name="LinkItem66AG" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem66AG','','/FIBEN/Images/menu/66_AG_on.gif',1)" onclick="moduleRequest('66', '5','MenuItem66AG',this);"><img title="{$dictionnaire/titre[@module='66']}" alt="{$dictionnaire/titre[@module='66']}" border="0" height="16" name="MenuItem66AG" src="/FIBEN/Images/menu/66_AG_off.gif" width="115" /></a></td>
<td><a name="LinkItem67AG" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem67AG','','/FIBEN/Images/menu/67_AG_on.gif',1)" onclick="moduleRequest('67', '5','MenuItem67AG',this);"><img title="{$dictionnaire/titre[@module='67']}" alt="{$dictionnaire/titre[@module='67']}" border="0" height="16" name="MenuItem67AG" src="/FIBEN/Images/menu/67_AG_off.gif" width="114" /></a></td>
</tr>
</table>
</div>
<div id="E" style="HEIGHT: 34px; LEFT: 261px; POSITION: absolute; TOP: 86px; VISIBILITY: hidden; WIDTH: 206px; Z-INDEX: 6" name="E"><img height="4" src="/FIBEN/Images/Commun/shim.gif" width="115" /><br />
<table border="0" cellspacing="0" cellpadding="0" height="52" width="229">
<tr>
<td><a name="MenuItem27E" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem27E','','/FIBEN/Images/menu/27_E_on.gif',1)" onclick="moduleRequest('27', '3','MenuItem27E',this);"><img title="{$dictionnaire/titre[@module='27']}" alt="{$dictionnaire/titre[@module='27']}" border="0" height="17" name="MenuItem27E" src="/FIBEN/Images/menu/27_E_off.gif" width="115" /></a></td>
<td><img height="4" src="/FIBEN/Images/Commun/shim.gif" /></td>
</tr>
<tr>
<td><a name="LinkItem41E" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem41E','','/FIBEN/Images/menu/41_E_on.gif',1)" onclick="moduleRequest('41', '3','MenuItem41E',this);"><img title="{$dictionnaire/titre[@module='41']}" alt="{$dictionnaire/titre[@module='41']}" border="0" height="18" name="MenuItem41E" src="/FIBEN/Images/menu/41_E_off.gif" width="115" /></a></td>
<td><a name="MenuItem45E" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem45E','','/FIBEN/Images/menu/45_E_on.gif',1)" onclick="moduleRequest('45', '3','MenuItem45E',this);"><img title="{$dictionnaire/titre[@module='45']}" alt="{$dictionnaire/titre[@module='45']}" border="0" height="18" name="MenuItem45E" src="/FIBEN/Images/menu/45_E_off.gif" width="114" /></a></td>
</tr>
<tr>
<td><a name="LinkItem51E" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem51E','','/FIBEN/Images/menu/51_E_on.gif',1)" onclick="moduleRequest('51', '3','MenuItem51E',this);"><img title="{$dictionnaire/titre[@module='51']}" alt="{$dictionnaire/titre[@module='51']}" border="0" height="16" name="MenuItem51E" src="/FIBEN/Images/menu/51_E_off.gif" width="115" /></a></td>
<td><a name="LinkItem52E" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem52E','','/FIBEN/Images/menu/52_E_on.gif',1)" onclick="moduleRequest('52', '3','MenuItem52E',this);"><img title="{$dictionnaire/titre[@module='52']}" alt="{$dictionnaire/titre[@module='52']}" border="0" height="16" name="MenuItem52E" src="/FIBEN/Images/menu/52_E_off.gif" width="114" /></a></td>
</tr>
<tr>
<td><a name="LinkItem54E" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem54E','','/FIBEN/Images/menu/54_E_on.gif',1)" onclick="moduleRequest('54', '3','MenuItem54E',this);"><img title="{$dictionnaire/titre[@module='54']}" alt="{$dictionnaire/titre[@module='54']}" border="0" height="18" name="MenuItem54E" src="/FIBEN/Images/menu/54_E_off.gif" width="115" /></a></td>
<td><a name="LinkItem56E" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem56E','','/FIBEN/Images/menu/56_E_on.gif',1)" onclick="moduleRequest('56', '3','MenuItem56E',this);"><img title="{$dictionnaire/titre[@module='56']}" alt="{$dictionnaire/titre[@module='56']}" border="0" height="18" name="MenuItem56E" src="/FIBEN/Images/menu/56_E_off.gif" width="114" /></a></td>
</tr>
<tr>
<td><a name="LinkItem57E" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem57E','','/FIBEN/Images/menu/57_E_on.gif',1)" onCLick="moduleRequest('57', '3','MenuItem57E',this);"><img title="{$dictionnaire/titre[@module='57']}" alt="{$dictionnaire/titre[@module='57']}" border="0" height="18" name="MenuItem57E" src="/FIBEN/Images/menu/57_E_off.gif" width="115" /></a></td>
<td><a name="LinkItem58E" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem58E','','/FIBEN/Images/menu/58_E_on.gif',1)" onclick="moduleRequest('58', '3','MenuItem58E',this);"><img title="{$dictionnaire/titre[@module='58']}" alt="{$dictionnaire/titre[@module='58']}" border="0" height="18" name="MenuItem58E" src="/FIBEN/Images/menu/58_E_off.gif" width="114" /></a></td>
</tr>
</table>
</div>
<div id="IB" style="LEFT: 138px; POSITION: absolute; TOP: 86px; VISIBILITY: hidden; WIDTH: 115px; Z-INDEX: 7" name="IB"><img height="4" src="/FIBEN/Images/Commun/shim.gif" width="115" /><br />
<table width="115" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td><a name="LinkItem28IB" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem28IB','','/FIBEN/Images/menu/28_IB_on.gif',1)" onclick="moduleRequest('28', '2','MenuItem28IB',this);"><img title="{$dictionnaire/titre[@module='28']}" alt="{$dictionnaire/titre[@module='28']}" border="0" height="17" name="MenuItem28IB" src="/FIBEN/Images/menu/28_IB_off.gif" width="115" /></a></td>
</tr>
<tr valign="top">
<td><a name="LinkItem29IB" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem29IB','','/FIBEN/Images/menu/29_IB_on.gif',1)" onclick="moduleRequest('29', '2', 'MenuItem29IB',this);"><img title="{$dictionnaire/titre[@module='29']}" alt="{$dictionnaire/titre[@module='29']}" border="0" height="18" name="MenuItem29IB" src="/FIBEN/Images/menu/29_IB_off.gif" width="115" /></a></td>
</tr>
<tr valign="top">
<td><a name="LinkItem30IB" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem30IB','','/FIBEN/Images/menu/30_IB_on.gif',1)" onclick="moduleRequest('30', '2', 'MenuItem30IB',this);"><img title="{$dictionnaire/titre[@module='30']}" alt="{$dictionnaire/titre[@module='30']}" border="0" height="17" name="MenuItem30IB" src="/FIBEN/Images/menu/30_IB_off.gif" width="115" /></a></td>
</tr>
<tr valign="top">
<td><a name="LinkItem40IB" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem40IB','','/FIBEN/Images/menu/40_IB_on.gif',1)" onclick="moduleRequest('40', '2', 'MenuItem40IB',this);"><img title="{$dictionnaire/titre[@module='40']}" alt="{$dictionnaire/titre[@module='40']}" border="0" height="17" name="MenuItem40IB" src="/FIBEN/Images/menu/40_IB_off.gif" width="115" /></a></td>
</tr>
</table>
</div>
<div id="DF" style="HEIGHT: 72px; LEFT: 384px; POSITION: absolute; TOP: 86px; VISIBILITY: hidden; WIDTH: 216px; Z-INDEX: 8" name="DF"><img height="4" src="/FIBEN/Images/Commun/shim.gif" width="115" /><br />
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td><a name="LinkItemVBDF" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItemVBDF','','/FIBEN/Images/menu/VB_DF_on.gif',1)" onclick="moduleRequest('VB', '4', 'MenuItemVBDF',this);"><img title="{$dictionnaire/titre[@module='VB']}" alt="{$dictionnaire/titre[@module='VB']}" border="0" height="17" name="MenuItemVBDF" src="/FIBEN/Images/menu/VB_DF_off.gif" width="115" /></a></td>
<td><img height="4" src="/FIBEN/Images/Commun/shim.gif" width="1" /></td>
</tr>
<tr valign="top">
<td><a name="LinkItem60DF" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem60DF','','/FIBEN/Images/menu/60_DF_on.gif',1)" onclick="moduleRequest('60', '4', 'MenuItem60DF',this);"><img title="{$dictionnaire/titre[@module='60']}" alt="{$dictionnaire/titre[@module='60']}" border="0" height="18" name="MenuItem60DF" src="/FIBEN/Images/menu/60_DF_off.gif" width="115" /></a></td>
<td><a name="LinkItem62DF" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem62DF','','/FIBEN/Images/menu/62_DF_on.gif',1)" onclick="moduleRequest('62', '4', 'MenuItem62DF',this);"><img title="{$dictionnaire/titre[@module='62']}" alt="{$dictionnaire/titre[@module='62']}" border="0" height="18" name="MenuItem62DF" src="/FIBEN/Images/menu/62_DF_off.gif" width="114" /></a></td>
</tr>
<tr valign="top">
<td><a name="LinkItem63DF" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem63DF','','/FIBEN/Images/menu/63_DF_on.gif',1)" onclick="moduleRequest('63', '4', 'MenuItem63DF',this);"><img title="{$dictionnaire/titre[@module='63']}" alt="{$dictionnaire/titre[@module='63']}" border="0" height="17" name="MenuItem63DF" src="/FIBEN/Images/menu/63_DF_off.gif" width="115" /></a></td>
<td><a name="LinkItem64DF" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem64DF','','/FIBEN/Images/menu/64_DF_on.gif',1)" onclick="moduleRequest('64', '4', 'MenuItem64DF',this);"><img title="{$dictionnaire/titre[@module='64']}" alt="{$dictionnaire/titre[@module='64']}" border="0" height="17" name="MenuItem64DF" src="/FIBEN/Images/menu/64_DF_off.gif" width="114" /></a></td>
</tr>
<tr valign="top">
<td><a name="LinkItem68DF" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem68DF','','/FIBEN/Images/menu/68_DF_on.gif',1)" onclick="moduleRequest('68', '4', 'MenuItem68DF',this);"><img title="{$dictionnaire/titre[@module='68']}" alt="{$dictionnaire/titre[@module='68']}" border="0" height="17" name="MenuItem68DF" src="/FIBEN/Images/menu/68_DF_off.gif" width="115" /></a></td>
<td><a name="LinkItem69DF" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem69DF','','/FIBEN/Images/menu/69_DF_on.gif',1)" onclick="moduleRequest('69', '4', 'MenuItem69DF',this);"><img title="{$dictionnaire/titre[@module='69']}" alt="{$dictionnaire/titre[@module='69']}" border="0" height="17" name="MenuItem69DF" src="/FIBEN/Images/menu/69_DF_off.gif" width="114" /></a></td>
</tr>
</table>
</div>
<div id="AR" style="HEIGHT: 51px; LEFT: 15px; POSITION: absolute; TOP: 86px; VISIBILITY: hidden; WIDTH: 229px; Z-INDEX: 9" name="AR"><img height="4" src="/FIBEN/Images/Commun/shim.gif" width="115" /><br />
<table width="229" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td><a name="LinkItem27AR" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem27AR','','/FIBEN/Images/menu/27_AR_on.gif',1)" onclick="moduleRequest('27', '1', 'MenuItem27AR',this);"><img title="{$dictionnaire/titre[@module='27']}" alt="{$dictionnaire/titre[@module='27']}" border="0" height="18" name="MenuItem27AR" src="/FIBEN/Images/menu/27_AR_off.gif" width="115" /></a></td>
<td><a name="LinkItem37AR" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem37AR','','/FIBEN/Images/menu/37_AR_on.gif',1)" onclick="moduleRequest('37', '1', 'MenuItem37AR',this);"><img title="{$dictionnaire/titre[@module='37']}" alt="{$dictionnaire/titre[@module='37']}" border="0" height="18" name="MenuItem37AR" src="/FIBEN/Images/menu/37_AR_off.gif" width="114" /></a></td>
</tr>
<tr valign="top">
<td><a name="LinkItem38AR" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem38AR','','/FIBEN/Images/menu/38_AR_on.gif',1)" onclick="moduleRequest('38', '1', 'MenuItem38AR',this);"><img title="{$dictionnaire/titre[@module='38']}" alt="{$dictionnaire/titre[@module='38']}" border="0" height="17" name="MenuItem38AR" src="/FIBEN/Images/menu/38_AR_off.gif" width="115" /></a></td>
<td><a name="LinkItem45AR" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem45AR','','/FIBEN/Images/menu/45_AR_on.gif',1)" onclick="moduleRequest('45', '1', 'MenuItem45AR',this);"><img title="{$dictionnaire/titre[@module='45']}" alt="{$dictionnaire/titre[@module='45']}" border="0" height="17" name="MenuItem45AR" src="/FIBEN/Images/menu/45_AR_off.gif" width="114" /></a></td>
</tr>
<tr valign="top">
<td><a name="LinkItem70AR" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem70AR','','/FIBEN/Images/menu/70_AR_on.gif',1)" onclick="moduleRequest('70', '1', 'MenuItem70AR',this);"><img title="{$dictionnaire/titre[@module='70']}" alt="{$dictionnaire/titre[@module='70']}" border="0" height="16" name="MenuItem70AR" src="/FIBEN/Images/menu/70_AR_off.gif" width="115" /></a></td>
<td><a name="LinkItem72AR" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('MenuItem72AR','','/FIBEN/Images/menu/72_AR_on.gif',1)" onclick="moduleRequest('72', '1', 'MenuItem72AR',this);"><img title="{$dictionnaire/titre[@module='72']}" alt="{$dictionnaire/titre[@module='72']}" border="0" height="16" name="MenuItem72AR" src="/FIBEN/Images/menu/72_AR_off.gif" width="114" /></a></td>
</tr>
</table>
</div>
<div id="smdemande" style="HEIGHT: 0px; LEFT: 261px; POSITION: absolute; TOP: 42px; VISIBILITY: hidden; WIDTH: 143px; Z-INDEX: 11">
<a href="/FIBEN/demandes/demandes.asp?type=multimod" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('m1','','/FIBEN/Images/Boutons/module_on.gif',1)"><img border="0" height="17" name="m1" src="/FIBEN/Images/Boutons/module_off.gif" width="143" /></a><a href="/FIBEN/demandes/demandes.asp?type=multiId" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('i1','','/FIBEN/Images/Boutons/identifiant_on.gif',1)"><img border="0" height="16" name="i1" src="/FIBEN/Images/Boutons/identifiant_off.gif" width="143" /></a>
</div>
<div id="smsaa" style="HEIGHT: 0px; LEFT: 374px; POSITION: absolute; TOP: 42px; VISIBILITY: hidden; WIDTH: 143px; Z-INDEX: 11">
<a href="/FIBEN/Demandes/Demandes.asp?type=ALERTE" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('m2','','/FIBEN/Images/Boutons/Gestionsuivis_on.gif',1)"><img border="0" height="17" name="m2" src="/FIBEN/Images/Boutons/gestionsuivis_off.gif" width="143" /></a><a href="/FIBEN/Demandes/Demandes.asp?type=LS" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('i2','','/FIBEN/Images/Boutons/listesuivis_on.gif',1)"><img border="0" height="16" name="i2" src="/FIBEN/Images/Boutons/listesuivis_off.gif" width="143" /></a>
</div-->
</xsl:template>
</xsl:stylesheet>