317 lines
12 KiB
XML
317 lines
12 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:bdf="http://banque-france.fr/namespace">
|
||
<xsl:import href="../../Ressources/XSL/Commun.xsl"/>
|
||
<xsl:output method="html" version="1.1" encoding="ISO-8859-1" indent="yes"/>
|
||
<xsl:param name="langage" select="'fr'"/>
|
||
<xsl:param name="familyNumber" select="''"/>
|
||
<xsl:param name="familyName" select="'environnement'"/>
|
||
<xsl:param name="familyTitle" select="'Environnement'"/>
|
||
<xsl:param name="nextModule" select="''"/>
|
||
<xsl:param name="nextId" select="''"/>
|
||
<xsl:param name="nextFamily" select="''"/>
|
||
<!-- MISE EN COMMENTAIRE : menu dynamique -->
|
||
<!--xsl:param name="menuHTML1" select="document('../menu.xhtml')"/-->
|
||
|
||
<xsl:template match="/">
|
||
<html>
|
||
<xsl:call-template name="genHead">
|
||
<xsl:with-param name="ident" select="/FIBEN/ERREUR/IDENT | /FIBEN/PERSONNE/MODULE51/EJ/IDENTS|/FIBEN/ERREUR/IDENTS|FIBEN/ERREUR/IDENTC"/>
|
||
</xsl:call-template>
|
||
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0" background="/FIBEN/Images/{$familyName}/fond_page.gif">
|
||
<xsl:call-template name="genFondMenu"/>
|
||
<table width="753" border="0" cellspacing="0" cellpadding="0">
|
||
<xsl:call-template name="genLigneConfidentiel"/>
|
||
<xsl:apply-templates select="/FIBEN/ERREUR"/>
|
||
<xsl:if test="not(/FIBEN/ERREUR)">
|
||
<xsl:call-template name="genSignet51"/>
|
||
<tr>
|
||
<td width="14"></td>
|
||
<td width="739" colspan="4" class="clCouleur2" valign="top">
|
||
<xsl:call-template name="genEnTete">
|
||
<xsl:with-param name="ident" select="/FIBEN/PERSONNE/MODULE51/EJ/IDENTS"/>
|
||
<xsl:with-param name="nom" select="/FIBEN/PERSONNE/MODULE51/EJ/DENOM"/>
|
||
<xsl:with-param name="valcot" select="/FIBEN/PERSONNE/MODULE51/DIFF51/VALCOT"/>
|
||
</xsl:call-template>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULE51/DIFF51/NBDIRIGEANT"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULE51/DIFF51/DIRIGEANT"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULE51/DIFF51/NBDIRIGEANTCESSE"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULE51/DIFF51/DIRIGEANTCESSE"/>
|
||
</td>
|
||
</tr>
|
||
<xsl:if test="/FIBEN/PERSONNE/MODULE51/IEC01|/FIBEN/PERSONNE/MODULE51/IST10|/FIBEN/PERSONNE/MODULE51/IST11">
|
||
<tr>
|
||
<td width="14"></td>
|
||
<td colspan="3" width="635" class="clCouleur2" valign="top">
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULE51/IEC01|/FIBEN/PERSONNE/MODULE51/IST10|/FIBEN/PERSONNE/MODULE51/IST11"/>
|
||
</td>
|
||
<td></td>
|
||
</tr>
|
||
<tr>
|
||
<td width="14"></td>
|
||
<td colspan="4"><xsl:call-template name="shim"/></td>
|
||
</tr>
|
||
</xsl:if>
|
||
<tr height="50">
|
||
<td width="442" colspan="2"></td>
|
||
<xsl:if test="not(/FIBEN/PERSONNE/MODULE51/IST10|/FIBEN/PERSONNE/MODULE51/IST11)">
|
||
<xsl:call-template name="genBoutonImage"/>
|
||
</xsl:if>
|
||
<td width="78"></td>
|
||
<xsl:if test="not(/FIBEN/PERSONNE/MODULE51/IST10|/FIBEN/PERSONNE/MODULE51/IST11)">
|
||
<xsl:call-template name="genFlecheHaut"/>
|
||
</xsl:if>
|
||
</tr>
|
||
<xsl:call-template name="genBasPage"/>
|
||
</xsl:if>
|
||
</table>
|
||
<xsl:call-template name="genMenu"/>
|
||
<!-- MISE EN COMMENTAIRE : menu dynamique -->
|
||
<!--xsl:copy-of select="$menuHTML1"/-->
|
||
</body>
|
||
</html>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="NBDIRIGEANT">
|
||
<a name="ancActuel"></a>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td class="clCouleur2">
|
||
DIRIGEANT(S) ACTIF(S) DE L'ENTREPRISE (<xsl:value-of select="."/>)<br/>
|
||
<xsl:call-template name="shim"/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="DIRIGEANT">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clGrasFond" colspan="2">
|
||
<xsl:apply-templates select="FONCTCOT"/>
|
||
</td>
|
||
<xsl:if test="FONCTCOT/DATFONCT">
|
||
<td class="clFond" align="right" colspan="2"> Depuis le :</td>
|
||
<td class="clFond" align="right" width="90">
|
||
<xsl:value-of select="bdf:displayDate(FONCTCOT/DATFONCT)"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(FONCTCOT/DATFONCT)">
|
||
<td colspan="2" class="clFond"> </td>
|
||
<td class="clFond" width="90"> </td>
|
||
</xsl:if>
|
||
<xsl:if test="position() mod 3 = 0">
|
||
<td rowspan="3" width="103" align="right">
|
||
<a href="#ancHaut"><img src="/FIBEN/Images/{$familyName}/fleche_haut.gif" width="18" height="18" border="0" name="Image112" /></a>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="position() mod 3 != 0">
|
||
<td rowspan="3" width="103" align="right">
|
||
 
|
||
</td>
|
||
</xsl:if>
|
||
</tr>
|
||
<tr>
|
||
<xsl:if test="EJ/DENOM">
|
||
<td class="clTexteGras" colspan="5">
|
||
 <xsl:value-of select="EJ/DENOM"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(EJ/DENOM)">
|
||
<td class="clTexteGras" colspan="2">
|
||
 <xsl:value-of select="PP/IDENTITE/NOM"/> <xsl:value-of select="bdf:displayInLowerCase(PP/IDENTITE/PRENOM)"/>
|
||
</td>
|
||
<xsl:if test="PP/IDENTITE/NOMCONJ">
|
||
<td width="54" class="clCouleur2"> Conjoint</td>
|
||
<td colspan="2" class="clTexte">
|
||
 <xsl:value-of select="PP/IDENTITE/NOMCONJ"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(PP/IDENTITE/NOMCONJ)">
|
||
<td width="54"> </td>
|
||
<td colspan="2"> </td>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2" width="59" align="left" valign="middle"> Identifiant</td>
|
||
<td class="clFond" width="255">
|
||
 
|
||
<xsl:if test="EJ/IDENTS">
|
||
<xsl:value-of select="bdf:displaySiren(EJ/IDENTS)"/>
|
||
</xsl:if>
|
||
<xsl:value-of select="PP/IDENTC"/>
|
||
</td>
|
||
<xsl:if test="EJ">
|
||
<td class="clCouleur2" width="63"> Cotation</td>
|
||
</xsl:if>
|
||
<xsl:if test="PP">
|
||
<td class="clCouleur2" width="63"> Indicateur</td>
|
||
</xsl:if>
|
||
<xsl:variable name="ident" select="EJ/IDENTS|PP/IDENTC"/>
|
||
<td class="clFond" width="166">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!--  <a href="#nullepart" class="clFond" onclick="requestVariousInfos('{FONCTCOT/VALCOT}',cstCotation,'{$ident}')"> -->
|
||
 <a href="/FIBEN/Aide/cotation.htm" class="clFond">
|
||
<u>
|
||
<xsl:value-of select="FONCTCOT/VALCOT"/>
|
||
</u>
|
||
</a>
|
||
</td>
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!--td class="clFond" width="92" align="right" valign="middle">
|
||
<a href="#nullepart" onClick="requestBDFInfos('27|37|56|','','{$familyNumber}','{PP/IDENTC|EJ/IDENTS}',cstMultipleConfirm);">
|
||
<img src="/FIBEN/Images/Commun/clignotant2.gif" width="90" height="12" title="Plus d'infos" alt="Plus d'infos" border="0"/>
|
||
</a>
|
||
</td-->
|
||
<td class="clFond" width="92" align="right" valign="middle">
|
||
<a href="/FIBEN/Aide/liens_inter-modules.htm#ancAutres"><img src="/FIBEN/Images/Commun/clignotant2.gif" width="90" height="12" border="0" alt="Liens inter-modules" />
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="NBDIRIGEANTCESSE">
|
||
<a name="ancCesse" />
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td class="clCouleur2">
|
||
DIRIGEANT(S) DE L'ENTREPRISE AYANT CESSÉ SON(LEUR) ACTIVITÉ (<xsl:value-of select="."/>)<br/>
|
||
<xsl:call-template name="shim"/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</xsl:template>
|
||
<xsl:template match="DIRIGEANTCESSE">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clGrasFond" colspan="2">
|
||
<xsl:apply-templates select="FONCTCOT"/>
|
||
</td>
|
||
<xsl:if test="FONCTCOT/DATFONCT">
|
||
<td class="clFond" align="right" colspan="2"> Depuis le :</td>
|
||
<td class="clFond" align="right" width="90">
|
||
<xsl:value-of select="bdf:displayDate(FONCTCOT/DATFONCT)"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(FONCTCOT/DATFONCT)">
|
||
<td colspan="2" class="clFond"> </td>
|
||
<td class="clFond" width="90"> </td>
|
||
</xsl:if>
|
||
<xsl:if test="position() mod 3 = 0">
|
||
<td rowspan="3" width="103" align="right">
|
||
<a href="#ancHaut"><img src="/FIBEN/Images/{$familyName}/fleche_haut.gif" width="18" height="18" border="0" name="Image112" /></a>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="position() mod 3 != 0">
|
||
<td rowspan="3" width="103" align="right">
|
||
 
|
||
</td>
|
||
</xsl:if>
|
||
</tr>
|
||
<xsl:apply-templates select="CESSATION"/>
|
||
|
||
<tr>
|
||
<xsl:if test="EJ/DENOM">
|
||
<td class="clGrasFond" colspan="5">
|
||
 <xsl:value-of select="EJ/DENOM"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(EJ/DENOM)">
|
||
<td class="clGrasFond" colspan="2">
|
||
 <xsl:value-of select="PP/IDENTITE/NOM"/> <xsl:value-of select="bdf:displayInLowerCase(PP/IDENTITE/PRENOM)"/>
|
||
</td>
|
||
<xsl:if test="PP/IDENTITE/NOMCONJ">
|
||
<td width="54" class="clCouleur2"> Conjoint</td>
|
||
<td colspan="2" class="clFond">
|
||
 <xsl:value-of select="PP/IDENTITE/NOMCONJ"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(PP/IDENTITE/NOMCONJ)">
|
||
<td width="54" class="clFond"> </td>
|
||
<td colspan="2" class="clFond"> </td>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2" width="59" align="left" valign="middle"> Identifiant</td>
|
||
<td class="clTexte" width="255">
|
||
 
|
||
<xsl:if test="EJ/IDENTS">
|
||
<xsl:value-of select="bdf:displaySiren(EJ/IDENTS)"/>
|
||
</xsl:if>
|
||
<xsl:value-of select="PP/IDENTC"/>
|
||
</td>
|
||
<xsl:if test="EJ">
|
||
<td class="clCouleur2" width="63"> Cotation</td>
|
||
</xsl:if>
|
||
<xsl:if test="PP">
|
||
<td class="clCouleur2" width="63"> Indicateur</td>
|
||
</xsl:if>
|
||
<xsl:variable name="ident" select="EJ/IDENTS|PP/IDENTC"/>
|
||
<td class="clTexte" width="166">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!--  <a href="#nullepart" class="clTexte" onclick="requestVariousInfos('{FONCTCOT/VALCOT}',cstCotation,'{$ident}')"> -->
|
||
 <a href="/FIBEN/Aide/cotation.htm" class="clTexte">
|
||
<u>
|
||
<xsl:value-of select="FONCTCOT/VALCOT"/>
|
||
</u>
|
||
</a>
|
||
</td>
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!--<td class="clTexte" width="92" align="right" valign="middle">
|
||
<a href="#nullepart" onClick="requestBDFInfos('27|37|56|','','{$familyNumber}','{PP/IDENTC|EJ/IDENTS}',cstMultipleConfirm);">
|
||
<img src="/FIBEN/Images/Commun/clignotant2.gif" width="90" height="12" title="Plus d'infos" alt="Plus d'infos" border="0"/>
|
||
</a>
|
||
</td>-->
|
||
<td class="clTexte" width="92" align="right" valign="middle">
|
||
<a href="/FIBEN/Aide/liens_inter-modules.htm#ancAutres">
|
||
<img src="/FIBEN/Images/Commun/clignotant2.gif" width="90" height="12" border="0" alt="Liens inter-modules" />
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="CESSATION">
|
||
<tr>
|
||
<td class="clTexte" colspan="2" >
|
||
 <xsl:call-template name="traduction">
|
||
<xsl:with-param name="code" select="@COCESS"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
<xsl:if test="@DATCESS != ''">
|
||
<td class="clTexte" align="right" colspan="2"> Cess<73>(e) depuis le :</td>
|
||
<td align="right" class="clTexte" width="90">
|
||
<xsl:value-of select="bdf:displayDate(@DATCESS)"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(@DATCESS)">
|
||
<td colspan="2" class="clTexte"> </td>
|
||
<td class="clFond" width="90"> </td>
|
||
</xsl:if>
|
||
|
||
|
||
</tr>
|
||
</xsl:template>
|
||
|
||
|
||
<xsl:template name="genSignet51">
|
||
<tr>
|
||
<td width="14"></td>
|
||
<td colspan="3" height="22" valign="top">
|
||
<xsl:if test="//DIFF51/DIRIGEANT">
|
||
<a href="#ancActuel" class="clItalic">[Dirigeant(s) actuel(s) ]
|
||
</a>
|
||
</xsl:if>
|
||
<xsl:if test="//DIFF51/DIRIGEANTCESSE">
|
||
<a href="#ancCesse" class="clItalic">[ Dirigeant(s) cess<73>(s) ]</a>
|
||
</xsl:if>
|
||
</td>
|
||
</tr>
|
||
</xsl:template>
|
||
|
||
</xsl:stylesheet>
|