3672 lines
150 KiB
XML
3672 lines
150 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:msxsl="urn:schemas-microsoft-com:xslt"
|
||
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="'Dossiers'"/>
|
||
<xsl:param name="familyTitle" select="'Dossiers'"/>
|
||
<xsl:param name="nextModule" select="''"/>
|
||
<xsl:param name="nextId" select="''"/>
|
||
<xsl:param name="nextFamily" select="''"/>
|
||
<xsl:variable name="codeLib" select="''"/>
|
||
<!-- MISE EN COMMENTAIRE : menu dynamique -->
|
||
<!--xsl:param name="menuHTML1" select="document('../menu.xhtml')"/-->
|
||
<msxsl:script language="JavaScript" implements-prefix="bdf"><![CDATA[
|
||
function genDatesList(donmoddo) {
|
||
var list = new Array();
|
||
var i,j,tot,val, temp;
|
||
|
||
tot = donmoddo.length;
|
||
if (tot==0) return '';
|
||
|
||
for (i=0;i<tot;i++) {
|
||
temp = donmoddo.item(i).getAttribute('DATCLOTV');
|
||
list[i] = temp.substr(2,4) + temp.substr(0,2);
|
||
temp = donmoddo.item(i).getAttribute('DUREEEXV');
|
||
list[i] = list[i] + temp;
|
||
}
|
||
for (i=0;i<tot;i++) {
|
||
for (j=0;j<tot-1;j++) {
|
||
if (list[j]>list[j+1]) {
|
||
val=list[j];
|
||
list[j]=list[j+1];
|
||
list[j+1]=val;
|
||
}
|
||
}
|
||
}
|
||
val='';
|
||
for (i=0;i<tot-1;i++) {
|
||
if (list[i]!=list[i+1]) {
|
||
val += list[i].substr(4,2) + list[i].substr(0,4) + list[i].substr(6,2);
|
||
}
|
||
}
|
||
val += list[i].substr(4,2) + list[i].substr(0,4) + list[i].substr(6,2);
|
||
return(val);
|
||
}
|
||
|
||
function genDates(DatesList1) {
|
||
var html,i;
|
||
html='';
|
||
for (i=0;i<DatesList1.length;i=i+8) {
|
||
html += '<td class="clGrasFond" align="center">'+DatesList1.substr(i,2)+'/'+DatesList1.substr(i+2,4)+'</td>';
|
||
}
|
||
return html;
|
||
}
|
||
|
||
|
||
function genDurees(DatesList1) {
|
||
var html,i;
|
||
html='';
|
||
for (i=0;i<DatesList1.length;i=i+8) {
|
||
html += '<td class="clTexte" align="center">' + DatesList1.substr(i+6,2) + ' mois</td>';
|
||
}
|
||
return html;
|
||
}
|
||
|
||
|
||
function genModule(DatesList1, module, classe) {
|
||
var html,i,oElem, oElem2;
|
||
html='';
|
||
oElem2 = module.item(0);
|
||
for (i=0;i<DatesList1.length;i=i+8) {
|
||
oElem = oElem2.selectSingleNode('DONMODDO[@DATCLOTV="' + DatesList1.substr(i,6) + '" and @DUREEEXV="' + DatesList1.substr(i+6,2) + '"]');
|
||
if (oElem==null) {
|
||
html += '<td class="' + classe + '" align="center"> </td>';
|
||
}
|
||
else {
|
||
html += '<td class="' + classe + '" align="center">X</td>';
|
||
}
|
||
}
|
||
return html;
|
||
}
|
||
]]></msxsl:script>
|
||
<xsl:variable name="DatesList1" select="bdf:genDatesList(//DONMODDO[../NUMMOD!=66 and ../NUMMOD!=67])"/>
|
||
<xsl:variable name="DatesList2" select="bdf:genDatesList(//DONMODDO[../NUMMOD=66 or ../NUMMOD=67])"/>
|
||
<!--TEMPLATE PRINCIPAL-->
|
||
<xsl:template match="/">
|
||
<html>
|
||
<xsl:call-template name="genHead">
|
||
<xsl:with-param name="ident" select="FIBEN/ERREUR/IDENT | /FIBEN/PERSONNE/MODULEDE/*//IDENTC|/FIBEN/PERSONNE/MODULEDE/*//IDENTS"/>
|
||
</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="genSignetDE"/>
|
||
<tr>
|
||
<td width="14"/>
|
||
<td width="739" colspan="3" class="clCouleur2" valign="top">
|
||
<xsl:call-template name="genEnTete">
|
||
<xsl:with-param name="ident" select="/FIBEN/PERSONNE/MODULEDE/*//IDENTC|/FIBEN/PERSONNE/MODULEDE/*//IDENTS"/>
|
||
<xsl:with-param name="nom">
|
||
<xsl:if test="//MODULEDE/EJ/DENOM">
|
||
<xsl:value-of select="//MODULEDE/EJ/DENOM"/>
|
||
</xsl:if>
|
||
<xsl:if test="//MODULEDE/EIPP/IDENTITE/NOM">
|
||
<xsl:value-of select="concat(//MODULEDE/EIPP/IDENTITE/NOM,' ',bdf:displayInLowerCase(//MODULEDE/EIPP/IDENTITE/PRENOM))"/>
|
||
</xsl:if>
|
||
</xsl:with-param>
|
||
<xsl:with-param name="nomconj" select="//MODULEDE/EIPP/IDENTITE/NOMCONJ"/>
|
||
<xsl:with-param name="valcot" select="//INFOCOTATIONPM/VALCOT"/>
|
||
<xsl:with-param name="datcot" select="//INFOCOTATIONPM/DATCOT"/>
|
||
<xsl:with-param name="datexa" select="//INFOCOTATIONPM/DATEXA"/>
|
||
<xsl:with-param name="idrenv" select="//MODULEDE/EIPP/IDRENV"/>
|
||
</xsl:call-template>
|
||
<xsl:apply-templates select="//INFOJURIDIQUES"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFOCOMPTABLESDO"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFOCOTATIONPM"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFODIRIGEANTS"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFOASSOCIES"/>
|
||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
<tr height="0px">
|
||
<td width="20"/>
|
||
<td width="110"/>
|
||
<td width="125"/>
|
||
<td width="130"/>
|
||
<td width="125"/>
|
||
<td width="125"/>
|
||
</tr>
|
||
</table>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFOEVMEVJ"/>
|
||
<xsl:call-template name="shim"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFOIMPAYESTRIM"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORELBANC"/>
|
||
<xsl:if test="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFOVB">
|
||
<xsl:call-template name="PartINFOVB"/>
|
||
</xsl:if>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/EJ"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/STECONSO" mode="genLib"/>
|
||
</td>
|
||
<td width="103" align="right"/>
|
||
</tr>
|
||
<tr height="50">
|
||
<td width="14"></td>
|
||
<td width="422"></td>
|
||
<td width="150">
|
||
<!--<img src="/FIBEN/Images/boutons/diagramme_in.gif" width="19" height="20" border="0" title="Graphique" alt="Graphique" /> 
|
||
<img src="/FIBEN/Images/{$familyName}/imprimer.gif" width="18" height="20" name="imp1" border="0" title="Impression" alt="Impression" /> -->
|
||
<a href="#nullepart" onclick="requestStatic('',cstHelpModule,'{/FIBEN/@MODDEM}');"><img src="/FIBEN/Images/{$familyName}/faq.gif" width="18" height="20" name="faq1" border="0" title="Aide" alt="Aide"/></a> 
|
||
<!--<a href="#nullepart" onclick="requestAlert(this);"><img src="/FIBEN/Images/{$familyName}/aide.gif" width="18" height="20" name="aid1" border="0" title="Mise sous suivi" alt="Mise sous suivi" /></a>  
|
||
<xsl:if test="$nextModule!=''">
|
||
<xsl:if test="not($NonResident='NR')">
|
||
<a href="#nullePart" onclick="requestBDFInfos('{$nextModule}','','{$nextFamily}','{$nextId}',false,false,this);"><img src="/FIBEN/Images/{$familyName}/pages_suiv.gif" width="18" height="20" border="0" title="G<>n<EFBFBD>rer le module suivant" alt="G<>n<EFBFBD>rer le module suivant" name="suiv1" /></a>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
<xsl:if test="$nextModule=''">
|
||
<img src="/FIBEN/Images/boutons/pages_suiv_in.gif" width="18" height="20" border="0" title="G<>n<EFBFBD>rer le module suivant" alt="G<>n<EFBFBD>rer le module suivant" name="suiv1" />
|
||
</xsl:if>-->
|
||
</td>
|
||
<td width="168" align="right">
|
||
<a href="#ancHaut"><img src="/FIBEN/Images/{$familyName}/fleche_haut.gif" width="18" height="18" border="0" name="Image112" /></a>
|
||
</td>
|
||
<td width="103" align="right"></td>
|
||
</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>
|
||
<!--********************************************************************************************************************************************************************-->
|
||
<!--TEMPLATE 3eme PAVE : INFORMATIONS JURIDIQUES-->
|
||
<xsl:template match="INFOJURIDIQUES">
|
||
<a name="ancJurid"/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td class="clCouleur2">INFORMATIONS JURIDIQUES
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_InfJur'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2" width="130">Cat<EFBFBD>gorie juridique
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_CatJur'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td class="clFond" colspan="3"> <xsl:value-of select="CODECAT"/>   <xsl:value-of select="CATJUR"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2" width="130">Activit<EFBFBD> BDF
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_ActBDF'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td class="clTexte" colspan="3"> <xsl:value-of select="ACTBDF"/>  
|
||
<!--<xsl:if test="$Lang = 'UK'">
|
||
<xsl:call-template name="tradLibNaf">
|
||
<xsl:with-param name="Lang" select="$Lang"/>
|
||
<xsl:with-param name="codelib" select="ACTBDF"/>
|
||
</xsl:call-template>
|
||
</xsl:if>-->
|
||
<!--<xsl:if test="$Lang = 'FR'">-->
|
||
<xsl:value-of select="LIBACT"/>
|
||
<!--</xsl:if>-->
|
||
</td>
|
||
</tr>
|
||
<xsl:apply-templates select="CODNAF"/>
|
||
<xsl:apply-templates select="p2051DA"/>
|
||
<xsl:apply-templates select="ENSEIGNE"/>
|
||
<xsl:if test="not(p2051DA) and not(ENSEIGNE) and DATCRE">
|
||
<tr>
|
||
<td class="clCouleur2" width="130"> </td>
|
||
<td class="clTexte" width="305"> </td>
|
||
<xsl:apply-templates select="DATCRE"/>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:apply-templates select="SIGLE"/>
|
||
</table>
|
||
|
||
<xsl:if test="//IDLIES">
|
||
<xsl:apply-templates select="//IDLIES"/>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
|
||
<xsl:if test="//HOMONYME">
|
||
<xsl:apply-templates select="//HOMONYME"/>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
|
||
<xsl:if test="not(//HOMONYME) and not(//IDLIES)">
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
|
||
<xsl:template match="CODNAF">
|
||
<tr>
|
||
<td class="clCouleur2" width="130">Code NAF
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_CodeNaf'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td class="clFond" colspan="3"> <xsl:value-of select="."/>  
|
||
<!--<xsl:if test="$Lang = 'UK'">
|
||
<xsl:call-template name="tradLibNaf">
|
||
<xsl:with-param name="Lang" select="$Lang"/>
|
||
<xsl:with-param name="codelib" select="."/>
|
||
</xsl:call-template>
|
||
</xsl:if>-->
|
||
<!--<xsl:if test="$Lang = 'FR'">-->
|
||
<xsl:value-of select="../LIBNAF"/>
|
||
<!--</xsl:if>-->
|
||
</td>
|
||
</tr>
|
||
</xsl:template>
|
||
<xsl:template match="p2051DA">
|
||
<tr>
|
||
<td width="130" class="clCouleur2">Capital
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Cap'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:if test="../CODNAF">
|
||
<td width="305" class="clTexte">
|
||
<xsl:if test="@ETAT"> 
|
||
<xsl:value-of select="@ETAT"/>
|
||
</xsl:if>
|
||
<xsl:if test="not(@ETAT)">
|
||
 <xsl:value-of select="bdf:displayNumber(.)"/>
|
||
<img height="9" src="/FIBEN/images/Commun/euro_symb.gif" width="8"/>
|
||
</xsl:if>
|
||
<xsl:if test="../DATAG">  au
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_au'"/>-->
|
||
<!--</xsl:call-template>--> 
|
||
<xsl:value-of select="bdf:displayDate(../DATAG)"/>
|
||
</xsl:if>
|
||
</td>
|
||
<xsl:apply-templates select="../DATCRE"/>
|
||
<xsl:if test="not(../DATCRE) and ../SIGLE[1]">
|
||
<xsl:call-template name="SIGLEclTexte">
|
||
<xsl:with-param name="titre">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Sigle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</xsl:with-param>
|
||
<xsl:with-param name="sigle" select="../SIGLE[1]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
<xsl:if test="not(../CODNAF)">
|
||
<td width="305" class="clFond">
|
||
<xsl:if test="@ETAT">
|
||
 <xsl:value-of select="@ETAT"/>
|
||
</xsl:if>
|
||
<xsl:if test="not(@ETAT)">
|
||
 <xsl:value-of select="bdf:displayNumber(.)"/>
|
||
<img height="9" src="/FIBEN/images/Commun/euro_symb.gif" width="8"/>
|
||
</xsl:if>
|
||
<xsl:if test="../DATAG">  au
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_au'"/>-->
|
||
<!--</xsl:call-template>--> 
|
||
<xsl:value-of select="bdf:displayDate(../DATAG)"/>
|
||
</xsl:if>
|
||
</td>
|
||
<xsl:apply-templates select="../DATCRE"/>
|
||
<xsl:if test="not(../DATCRE) and ../SIGLE[1]">
|
||
<xsl:call-template name="SIGLEclFond">
|
||
<xsl:with-param name="titre">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Sigle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</xsl:with-param>
|
||
<xsl:with-param name="sigle" select="../SIGLE[1]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
|
||
</tr>
|
||
</xsl:template>
|
||
<xsl:template match="ENSEIGNE">
|
||
<tr>
|
||
<xsl:if test="position()=1">
|
||
<td width="130" class="clCouleur2">Enseigne(s)
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Enseig'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:if test="(../CODNAF and ../p2051DA) or (not(../CODNAF) and not(../p2051DA))">
|
||
<td class="clFond"> <xsl:value-of select="."/>
|
||
</td>
|
||
<xsl:if test="not(../p2051DA)">
|
||
<xsl:apply-templates select="../DATCRE"/>
|
||
</xsl:if>
|
||
<xsl:if test="((not(../p2051DA) and not(../DATCRE))or(../p2051DA and ../DATCRE))and ../SIGLE[1]">
|
||
<xsl:call-template name="SIGLEclFond">
|
||
<xsl:with-param name="titre">Sigle(s)
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Sigle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</xsl:with-param>
|
||
<xsl:with-param name="sigle" select="../SIGLE[1]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
<xsl:if test="../p2051DA and not(../DATCRE) and ../SIGLE[2]">
|
||
<xsl:call-template name="SIGLEclFond">
|
||
<xsl:with-param name="sigle" select="../SIGLE[2]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
<xsl:if test="(../CODNAF and not(../p2051DA)) or (not(../CODNAF) and ../p2051DA)">
|
||
<td width="305" class="clTexte"> <xsl:value-of select="."/>
|
||
</td>
|
||
<xsl:if test="not(../p2051DA)">
|
||
<xsl:apply-templates select="../DATCRE"/>
|
||
<xsl:if test="not(../DATCRE)">
|
||
<td width="200" class="clTexte"> </td>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
<xsl:if test="((not(../p2051DA) and not(../DATCRE))or(../p2051DA and ../DATCRE)) and ../SIGLE[1]">
|
||
<xsl:call-template name="SIGLEclTexte">
|
||
<xsl:with-param name="titre">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Sigle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</xsl:with-param>
|
||
<xsl:with-param name="sigle" select="../SIGLE[1]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
<xsl:if test="../p2051DA and not(../DATCRE) and ../SIGLE[2]">
|
||
<xsl:call-template name="SIGLEclTexte">
|
||
<xsl:with-param name="sigle" select="../SIGLE[2]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
<xsl:if test="position()=2">
|
||
<td width="130" class="clCouleur2"> </td>
|
||
<xsl:if test="(../CODNAF and ../p2051DA) or (not(../CODNAF) and not(../p2051DA))">
|
||
<td width="305" class="clTexte"> <xsl:value-of select="."/>
|
||
</td>
|
||
<xsl:if test="not(../p2051DA) and ../DATCRE and ../SIGLE[1]">
|
||
<xsl:call-template name="SIGLEclTexte">
|
||
<xsl:with-param name="titre">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Sigle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</xsl:with-param>
|
||
<xsl:with-param name="sigle" select="../SIGLE[1]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
<xsl:if test="((not(../p2051DA) and not(../DATCRE))or(../p2051DA and ../DATCRE)) and ../SIGLE[2]">
|
||
<xsl:call-template name="SIGLEclTexte">
|
||
<xsl:with-param name="sigle" select="../SIGLE[2]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
<xsl:if test="../p2051DA and not(../DATCRE) and ../SIGLE[3]">
|
||
<xsl:call-template name="SIGLEclTexte">
|
||
<xsl:with-param name="sigle" select="../SIGLE[3]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
<xsl:if test="(../CODNAF and not(../p2051DA)) or (not(../CODNAF) and ../p2051DA)">
|
||
<td width="305" class="clFond"> <xsl:value-of select="."/>
|
||
</td>
|
||
<xsl:if test="not(../p2051DA) and ../DATCRE and ../SIGLE[1]">
|
||
<xsl:call-template name="SIGLEclFond">
|
||
<xsl:with-param name="titre">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Sigle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</xsl:with-param>
|
||
<xsl:with-param name="sigle" select="../SIGLE[1]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
<xsl:if test="((not(../p2051DA) and not(../DATCRE))or(../p2051DA and ../DATCRE)) and ../SIGLE[2]">
|
||
<xsl:call-template name="SIGLEclFond">
|
||
<xsl:with-param name="sigle" select="../SIGLE[2]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
<xsl:if test="../p2051DA and not(../DATCRE) and ../SIGLE[3]">
|
||
<xsl:call-template name="SIGLEclFond">
|
||
<xsl:with-param name="sigle" select="../SIGLE[3]"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
</tr>
|
||
</xsl:template>
|
||
<xsl:template match="DATCRE">
|
||
<!--<td class="clCouleur2" width="120"> -->
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_DatCre'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
<!--</td>-->
|
||
<td class="clCouleur2" width="120"> Date de cr<63>ation</td>
|
||
<xsl:if test="../CODNAF">
|
||
<td class="clTexte" width="80"> <xsl:value-of select="bdf:displayDate(.)"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(../CODNAF)">
|
||
<td class="clFond" width="80"> <xsl:value-of select="bdf:displayDate(.)"/>
|
||
</td>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template match="SIGLE">
|
||
<xsl:if test="position()=1">
|
||
<xsl:if test="(../DATCRE and not(../ENSEIGNE))or(not(../p2051DA) and count(../ENSEIGNE)=1 and ../DATCRE)">
|
||
<tr>
|
||
<td class="clCouleur2" width="130"> </td>
|
||
<td width="305"> </td>
|
||
<td width="120" class="clCouleur2"> 
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Sigle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:if test="../CODNAF">
|
||
<td width="80" class="clFond"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(../CODNAF)">
|
||
<td width="80" class="clTexte"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="not(../DATCRE) and not(../ENSEIGNE) and not (../p2051DA)">
|
||
<tr>
|
||
<td class="clCouleur2" width="130"> </td>
|
||
<td width="305"> </td>
|
||
<td width="120" class="clCouleur2"> 
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Sigle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:if test="../CODNAF">
|
||
<td width="80" class="clTexte"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(../CODNAF)">
|
||
<td width="80" class="clFond"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
</tr>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
<xsl:if test="position()=2">
|
||
<xsl:if test="(not(../DATCRE) and not(../ENSEIGNE))or(not(../ENSEIGNE[2]) and not(../DATCRE)and not(../p2051DA))">
|
||
<tr>
|
||
<td class="clCouleur2" width="130"> </td>
|
||
<td width="305"> </td>
|
||
<td width="120" class="clCouleur2"> </td>
|
||
<xsl:if test="../CODNAF">
|
||
<td width="80" class="clFond"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(../CODNAF)">
|
||
<td width="80" class="clTexte"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="(not(../p2051DA) and count(../ENSEIGNE)!=0 and ../DATCRE) or (not(../ENSEIGNE) and ../DATCRE) or (count(../ENSEIGNE)=1 and ../DATCRE and ../p2051DA)">
|
||
<tr>
|
||
<td class="clCouleur2" width="130"> </td>
|
||
<td width="305"> </td>
|
||
<td width="120" class="clCouleur2"> </td>
|
||
<xsl:if test="../CODNAF">
|
||
<td width="80" class="clTexte"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(../CODNAF)">
|
||
<td width="80" class="clFond"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
</tr>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
<xsl:if test="position()=3">
|
||
<xsl:if test="not(../ENSEIGNE[2] and ../p2051DA and not(../DATCRE))">
|
||
<tr>
|
||
<td class="clCouleur2" width="130"> </td>
|
||
<td width="305"> </td>
|
||
<td width="120" class="clCouleur2"> </td>
|
||
<xsl:if test="(../CODNAF and ../DATCRE) or (not(../CODNAF) and not(../p2051DA) and not(../DATCRE)) or (../p2051DA and not(../CODNAF) and not(../DATCRE))">
|
||
<td width="80" class="clFond"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="(../CODNAF and ../p2051DA and not(../DATCRE)) or (../p2051DA and not(../CODNAF) and ../DATCRE) or (not(../p2051DA) and not(../CODNAF) and ../DATCRE ) or (not(../DATCRE) and not(../p2051DA) and ../CODNAF)">
|
||
<td width="80" class="clTexte"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
</tr>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
<xsl:if test="position()=4">
|
||
<tr>
|
||
<td class="clCouleur2" width="130"> </td>
|
||
<td width="305"> </td>
|
||
<td width="120" class="clCouleur2"> </td>
|
||
<xsl:if test="(../CODNAF and ../DATCRE) or (not(../CODNAF) and not(../p2051DA) and not(../DATCRE)) or (../p2051DA and not(../CODNAF) and not(../DATCRE))">
|
||
<td width="80" class="clTexte"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="(../CODNAF and ../p2051DA and not(../DATCRE)) or (../p2051DA and not(../CODNAF) and ../DATCRE) or (not(../p2051DA) and not(../CODNAF) and ../DATCRE ) or (not(../DATCRE) and not(../p2051DA) and ../CODNAF)">
|
||
<td width="80" class="clFond"> <xsl:value-of select="."/>
|
||
</td>
|
||
</xsl:if>
|
||
</tr>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template name="SIGLEclFond">
|
||
<xsl:param name="titre"/>
|
||
<xsl:param name="sigle"/>
|
||
<td width="120" class="clCouleur2"> <xsl:value-of select="$titre"/>
|
||
</td>
|
||
<td width="80" class="clFond"> <xsl:value-of select="$sigle"/>
|
||
</td>
|
||
</xsl:template>
|
||
<xsl:template name="SIGLEclTexte">
|
||
<xsl:param name="titre"/>
|
||
<xsl:param name="sigle"/>
|
||
<td width="120" class="clCouleur2"> <xsl:value-of select="$titre"/>
|
||
</td>
|
||
<td width="80" class="clTexte"> <xsl:value-of select="$sigle"/>
|
||
</td>
|
||
</xsl:template>
|
||
<!--********************************************************************************************************************************************************************-->
|
||
<!--TEMPLATE 4eme PAVE : COMPTE SOCIAUX, COMPTES CONSOLIDEES-->
|
||
<xsl:template match="INFOCOMPTABLESDO">
|
||
<a name="ancSociaux"/>
|
||
<xsl:if test="CHIFRSOC/BIL02">
|
||
<xsl:apply-templates select="CHIFRCONS/BILCONSO"/>
|
||
<xsl:if test="not(CHIFRCONS/BILCONSO)">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td width="19"> </td>
|
||
<td width="597" class="clCouleur2">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_ChiCle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td width="19"> </td>
|
||
<td width="103" align="right"></td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
</xsl:if>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clTexte">
|
||
<font class="clCouleur2">
|
||
<xsl:call-template name="traduction">
|
||
<xsl:with-param name="code" select="'BIL02'"/>
|
||
</xsl:call-template>
|
||
</font>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
</xsl:if>
|
||
<xsl:if test="CHIFRSOC/BIL01S">
|
||
<xsl:apply-templates select="CHIFRCONS/BILCONSO"/>
|
||
<xsl:if test="not(CHIFRCONS/BILCONSO)">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td width="19"> </td>
|
||
<td width="597" class="clCouleur2">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_ChiCle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td width="19">
|
||
|
||
</td>
|
||
<td width="103" align="right"> </td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
</xsl:if>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clTexte">
|
||
<font class="clCouleur2">
|
||
<xsl:call-template name="traduction">
|
||
<xsl:with-param name="code" select="'BIL01S'"/>
|
||
</xsl:call-template>
|
||
</font>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
</xsl:if>
|
||
<xsl:if test="not(CHIFRSOC/BIL02) and not(CHIFRSOC/BIL01S) ">
|
||
<xsl:apply-templates select="CHIFRSOC/BILANDE[last()]"/>
|
||
</xsl:if>
|
||
<xsl:if test="CHIFRCONS/BIL01C">
|
||
<xsl:if test="not(CHIFRSOC/BILANDE) and not(CHIFRSOC/BIL01S) and not(CHIFRSOC/BIL02)">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td width="19"> </td>
|
||
<td width="597" class="clCouleur2">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_ChiCle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td width="19">
|
||
|
||
</td>
|
||
<td width="103" align="right"> </td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
</xsl:if>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clTexte">
|
||
<font class="clCouleur2">
|
||
<xsl:call-template name="traduction">
|
||
<!--<xsl:with-param name="code" select="'BIL01C'"/>-->
|
||
</xsl:call-template>
|
||
</font>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template match="BILANDE">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td width="19"> </td>
|
||
<td width="597" class="clCouleur2">CHIFFRES CL<43>S
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_ChiCle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td width="19">
|
||
|
||
</td>
|
||
<td 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>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
<xsl:if test="//CHIFRCONS/BILCONSO">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0" height="125">
|
||
<tr>
|
||
<td colspan="2" class="clCouleur2">Comptes sociaux
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_ComSoc'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td colspan="{count(../BILANDE)}">
|
||
 
|
||
</td>
|
||
<td rowspan="10" width="15" align="middle" valign="bottom" height="125">
|
||
<img height="125" src="/FIBEN/images/{$familyName}/shim.gif" width="1"/>
|
||
</td>
|
||
<td width="140" colspan="2" class="clCouleur2">Comptes consolid<69>s
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_ComCon'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td colspan="{count(//CHIFRCONS/BILCONSO)}"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" height="5"/>
|
||
<td height="5" colspan="4"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" class="clCouleur2">Date de cl<63>ture
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_DatClo'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="../BILANDE/@DATCLOT"/>
|
||
<td class="clCouleur2" colspan="2">Date de cl<63>ture
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_DatClo'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="//CHIFRCONS/BILCONSO/@DATCLOT"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" class="clCouleur2">Dur<EFBFBD>e
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Duree'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="../BILANDE/@DUREEEX"/>
|
||
<td class="clCouleur2" colspan="2">Dur<EFBFBD>e
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Duree'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="//CHIFRCONS/BILCONSO/@DUREEEX"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" height="5"/>
|
||
<td colspan="4" height="5"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="85" class="clCouleur2" height="15">CA
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_CA'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
(M<img height="9" src="/FIBEN/images/{$familyName}/euro_symb.gif" width="8"/>)</td>
|
||
<td width="65" class="clCouleur2" height="15"> </td>
|
||
<td colspan="{count(../BILANDE)}" class="clFond" height="15"> </td>
|
||
<td width="140" height="15" class="clCouleur2" colspan="2">CA Groupe
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_CAGRP'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
(M<img height="9" src="/FIBEN/images/{$familyName}/euro_symb.gif" width="8"/>)</td>
|
||
<td colspan="{count(//CHIFRCONS/BILCONSO)}" class="clFond"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2"/>
|
||
<td class="clCouleur2">- Net
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Net'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="../BILANDE/p2052FL"/>
|
||
<td width="39"/>
|
||
<td width="101" class="clCouleur2">- Net
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Net'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="//CHIFRCONS/BILCONSO/pCACONS"/>
|
||
</tr>
|
||
<tr>
|
||
<td/>
|
||
<td class="clCouleur2">- Export
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Export'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="../BILANDE/p2052FK"/>
|
||
<td/>
|
||
<td class="clCouleur2">- Etranger
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Etranger'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="//CHIFRCONS/BILCONSO/p2010AD"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" height="5"/>
|
||
<td colspan="4" height="5"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" class="clCouleur2">Effectif
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Effectif'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="../BILANDE/p2058YP"/>
|
||
<td class="clCouleur2" colspan="2">Effectif
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Effectif'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="//CHIFRCONS/BILCONSO/pEFFECT"/>
|
||
</tr>
|
||
<xsl:if test="../DATDOC">
|
||
<!--<xsl:if test="not($NonResident='NR')">-->
|
||
<tr>
|
||
<td colspan="10" align="middle">
|
||
|
||
</td>
|
||
</tr>
|
||
<!--</xsl:if>-->
|
||
<!--xsl:if test="$NonResident='NR'">
|
||
<tr>
|
||
<td colspan="10" align="middle"> </td>
|
||
</tr>
|
||
</xsl:if-->
|
||
</xsl:if>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
<xsl:if test="not(//CHIFRCONS/BILCONSO)">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0" height="125">
|
||
<tr>
|
||
<td colspan="2" class="clCouleur2">Comptes sociaux
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_ComSoc'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td colspan="4">
|
||
 
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="6" height="5"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" class="clCouleur2">Date de cl<63>ture
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_DatClo'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="../BILANDE/@DATCLOT"/>
|
||
<td width="{75-25*count(//BILANDE)}%" colspan="{3-count(//BILANDE)}" class="clFond"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" class="clCouleur2">Dur<EFBFBD>e
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Duree'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="../BILANDE/@DUREEEX"/>
|
||
<td colspan="{3-count(//BILANDE)}" class="clFond"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="6" height="5"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="85" class="clCouleur2" height="15">CA
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_CA'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
(M<img height="9" src="/FIBEN/images/{$familyName}/euro_symb.gif" width="8"/>)</td>
|
||
<td width="65" class="clCouleur2" height="15"> </td>
|
||
<td colspan="4" class="clFond" height="15"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2"/>
|
||
<td class="clCouleur2">- Net
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Net'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="../BILANDE/p2052FL|../BILANDE/p209101"/>
|
||
<td colspan="{3-count(//BILANDE)}" class="clFond"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td/>
|
||
<td class="clCouleur2">- Export
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Export'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="../BILANDE/p2052FK"/>
|
||
<td colspan="{3-count(//BILANDE)}" class="clFond"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="6" height="5"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" class="clCouleur2">Effectif
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Effectif'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="../BILANDE/p2058YP"/>
|
||
<td colspan="{3-count(//BILANDE)}" class="clFond"> </td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template match="BILCONSO">
|
||
<xsl:if test="position()=last()">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td width="19"> </td>
|
||
<td width="597" class="clCouleur2">CHIFFRES CL<43>S
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_ChiCle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td width="19">
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0" height="125">
|
||
<tr>
|
||
<td width="140" colspan="2" class="clCouleur2">Comptes consolid<69>s
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_ComCon'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td colspan="3"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td height="5" colspan="5"/>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2" colspan="2">Date de cl<63>ture
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_DatClo'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="//CHIFRCONS/BILCONSO/@DATCLOT"/>
|
||
<td width="{80-40*count(//CHIFRCONS/BILCONSO)}%" class="clFond"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2" colspan="2">Dur<EFBFBD>e
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Duree'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="//CHIFRCONS/BILCONSO/@DUREEEX"/>
|
||
<td class="clFond"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" height="5"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="140" height="15" class="clCouleur2" colspan="2">CA Groupe (M<img height="9" src="/FIBEN/images/{$familyName}/euro_symb.gif" width="8"/>)</td>
|
||
<td colspan="3" class="clFond"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td width="39"/>
|
||
<td width="101" class="clCouleur2">- Net
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Net'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="//CHIFRCONS/BILCONSO/pCACONS"/>
|
||
<td class="clFond"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td/>
|
||
<td class="clCouleur2">- <20>tranger
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Etranger'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="//CHIFRCONS/BILCONSO/p2010AD"/>
|
||
<td class="clFond"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" height="5"/>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2" colspan="2">Effectif
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Effectif'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<xsl:apply-templates select="//CHIFRCONS/BILCONSO/pEFFECT"/>
|
||
<td class="clFond"> </td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template match="p2052FL|p209101|p2052FK|pCACONS|p2010AD">
|
||
<xsl:if test="@ETAT">
|
||
<td class="clFond" align="right"> <xsl:value-of select="@ETAT"/> </td>
|
||
</xsl:if>
|
||
<xsl:if test="not(@ETAT)">
|
||
<td class="clFond" align="right">
|
||
 <xsl:value-of select="bdf:displayNumber(.)"/> 
|
||
</td>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template match="p2058YP|pEFFECT">
|
||
<xsl:if test="@ETAT">
|
||
<td class="clFond" align="right"> <xsl:value-of select="@ETAT"/> </td>
|
||
</xsl:if>
|
||
<xsl:if test="not(@ETAT)">
|
||
<td class="clFond" align="right">
|
||
 <xsl:value-of select="bdf:displayNumber(.)"/> 
|
||
</td>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template match="@DATCLOT|@DUREEEX">
|
||
<td class="clFond" align="right">
|
||
<!--<xsl:if test="$Lang='FR'">-->
|
||
 <xsl:value-of select="bdf:displayDate(.)"/> 
|
||
<!--</xsl:if>-->
|
||
<!--<xsl:if test="$Lang='UK'">
|
||
 <xsl:value-of select="bdf:displayDateUK(.)"/> 
|
||
</xsl:if>-->
|
||
</td>
|
||
</xsl:template>
|
||
<xsl:template match="@DATCLOTV|@DUREEEXV">
|
||
<td class="clFond" align="right">
|
||
<!--<xsl:if test="$Lang='FR'">-->
|
||
 <xsl:value-of select="bdf:displayDate(.)"/> 
|
||
<!--</xsl:if>-->
|
||
<!--<xsl:if test="$Lang='UK'">
|
||
 <xsl:value-of select="bdf:displayDateUK(.)"/> 
|
||
</xsl:if>-->
|
||
</td>
|
||
</xsl:template>
|
||
<!--********************************************************************************************************************************************************************-->
|
||
<xsl:template match="INFOCOTATIONPM">
|
||
<a name="Cotation"/>
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td width="19"><EFBFBD></td>
|
||
<td width="597" class="clCouleur2"> LA COTATION BANQUE DE FRANCE</td>
|
||
<td width="19"/>
|
||
<td 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>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td width="69" class="clCouleur2">Cotation :</td>
|
||
<xsl:if test="DATEXA">
|
||
<td width="218" class="clFond"> <xsl:value-of select="VALCOT"/>
|
||
</td>
|
||
<td width="105" class="clCouleur2" align="center" height="18">depuis le</td>
|
||
<td width="69" class="clFond"> <xsl:value-of select="bdf:displayDate(DATCOT)"/>
|
||
</td>
|
||
<td width="105" class="clCouleur2" align="center" height="18">revue le</td>
|
||
<td width="69" class="clFond" height="18"> <xsl:value-of select="bdf:displayDate(DATEXA)"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(DATEXA)">
|
||
<td width="392" class="clFond"> <xsl:value-of select="VALCOT"/>
|
||
</td>
|
||
<td width="105" class="clCouleur2" align="center" height="18">depuis le</td>
|
||
<td width="69" class="clFond"> <xsl:value-of select="bdf:displayDate(DATCOT)"/>
|
||
</td>
|
||
</xsl:if>
|
||
</tr>
|
||
</table>
|
||
<xsl:apply-templates select="DATBILS"/>
|
||
<xsl:apply-templates select="DATBILC"/>
|
||
<xsl:apply-templates select="COTPREC"/>
|
||
<xsl:if test="//INFLUENCANTE or //TETEDEGROUPE">
|
||
<xsl:call-template name="shim"/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<xsl:apply-templates select="//INFLUENCANTE"/>
|
||
<xsl:apply-templates select="//TETEDEGROUPE"/>
|
||
</table>
|
||
</xsl:if>
|
||
<xsl:if test="not(//IEC01)">
|
||
<div class="clBreakPage"></div>
|
||
<xsl:if test="//MEJIG|//MEJIS|//MEI/IS06|//MEI/B8|//MEI/IT01|//MEJ/B5|//MEJ/B6|//MEJ/B7|//MEJ/B8|//MEJ/B9|//MEJ/IT01">
|
||
<xsl:call-template name="shim"/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2">
|
||
<div align="center">CARACT<EFBFBD>RISTIQUES
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m37_Caract'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
<br/>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<xsl:apply-templates select="//MEI/IS06|//MEI/B8|//MEI/IT01" mode="displayLib"/>
|
||
<xsl:apply-templates select="//MEJIG/*" mode="displayLib"/>
|
||
<xsl:apply-templates select="//MEJIS/*" mode="displayLib"/>
|
||
<xsl:apply-templates select="//MEJ/B5|//MEJ/B6|//MEJ/B7|//MEJ/B8|//MEJ/B9" mode="displayLib"/>
|
||
<xsl:apply-templates select="//MEJ/IT01" mode="displayLib"/>
|
||
</table>
|
||
</xsl:if>
|
||
<xsl:call-template name="shim"/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2">
|
||
<div align="center">EXPLICATION
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="codeLib" select="'m37_Explititre'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
<br/>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<xsl:apply-templates select="//MPMCA"/>
|
||
<xsl:call-template name="coteDeCredit"/>
|
||
<xsl:apply-templates select="//MPPCO|//MEICO|//MEJCO"/>
|
||
<br/>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template match="INFLUENCANTE">
|
||
<tr>
|
||
<td width="130" class="clCouleur2">Entit<EFBFBD> influen<65>ante
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m37_EntInf'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td class="clFond" width="80">
|
||
<xsl:value-of select="bdf:displaySiren(EJ/IDENTS)"/>
|
||
</td>
|
||
<td class="clFond" colspan="5"> <xsl:value-of select="EJ/DENOM"/>
|
||
</td>
|
||
</tr>
|
||
<!--<xsl:if test="not($NonResident='NR')">-->
|
||
<tr>
|
||
<td width="130" height="14"/>
|
||
<td width="80" height="14"/>
|
||
<td colspan="5" width="426" height="14" align="right" valign="middle"> </td>
|
||
</tr>
|
||
<!--</xsl:if>-->
|
||
<!--<xsl:if test="$NonResident='NR'">
|
||
<tr>
|
||
<td width="130" height="14"></td>
|
||
<td width="80" height="14"></td>
|
||
<td colspan="5" width="426" height="14" align="right" valign="middle"> </td>
|
||
</tr>
|
||
</xsl:if>-->
|
||
</xsl:template>
|
||
<xsl:template match="TETEDEGROUPE">
|
||
<tr>
|
||
<td width="130" class="clCouleur2" height="14">Entit<EFBFBD> t<>te de groupe
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="codeLib" select="'m37_TetGro'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td class="clFond" width="80" height="14">
|
||
<xsl:value-of select="bdf:displaySiren(EJ/IDENTS)"/>
|
||
</td>
|
||
<td class="clFond" colspan="5" height="14"> <xsl:value-of select="EJ/DENOM"/>
|
||
</td>
|
||
</tr>
|
||
</xsl:template>
|
||
<xsl:template match="IS01|IS02|IS03|IS04|IS05|IS06|IS07|IS08|IG01|IG02|IG03|B5|B6|B7|B8|B9|IT01" mode="displayLib">
|
||
<tr>
|
||
<td width="130"/>
|
||
<td width="505" class="clTexte">
|
||
- <xsl:apply-templates select="."/>
|
||
</td>
|
||
</tr>
|
||
</xsl:template>
|
||
<!--Cote d'activit<69>-->
|
||
<xsl:template match="MPMCA">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2" width="130">Cote d'activit<69>
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m37_CotAct'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td width="505" class="clGrasFond"> <xsl:value-of select="substring(//INFOCOTATIONPM/VALCOT,1,1)"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="130"/>
|
||
<td width="505" class="clTexte">
|
||
- <xsl:apply-templates select="./*"/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
<!--Cote de cr<63>dit-->
|
||
<xsl:template name="coteDeCredit">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2" width="130">Cote de cr<63>dit
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m37_CotCre'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td width="505" class="clGrasFond"> <xsl:value-of select="substring(//INFOCOTATIONPM/VALCOT,2,3)"/>
|
||
</td>
|
||
</tr>
|
||
<xsl:apply-templates select="//MG3pp|//MG3p|//MG3|//MG4p|//MG4|//MG5p|//MG5|//MG6|//MG7|//MG8|//MG9|//MGP" mode="displayLib"/>
|
||
<tr>
|
||
<td width="130" height="11"> </td>
|
||
<td width="505" class="clTexte">
|
||
<!--Entit<EFBFBD> juridique-->
|
||
<xsl:apply-templates select="//CC01|//CC03|//CC04" mode="displayLib"/>
|
||
<xsl:apply-templates select="//CCG1|//CCG2|//CCG3A|//CCG3B|//CCG4|//CCG5|//CCG6|//CCG7" mode="displayLib"/>
|
||
<xsl:apply-templates select="//CCB0|//CCB1A|//CCB1Ap|//CCB1B|//CCB1Bp|//CCB1C|//CCB1Cp|//CCB1D|//CCB1Dp|//CCB1E|//CCB1Ep|//CCB1F|//CCB1Fp" mode="displayLib"/>
|
||
<xsl:apply-templates select="//CCR1A|//CCR1Ap|//CCR1B|//CCR1Bp|//CCR1C|//CCR1Cp|//CCR1D|//CCR1Dp|//CCR1E|//CCR1Ep|//CCR1F|//CCR1Fp" mode="displayLib"/>
|
||
<xsl:apply-templates select="//CCI1|//CCI2|//CCI3|//CCI4" mode="displayLib"/>
|
||
<xsl:apply-templates select="//CCD2A|//CCD2B|//CCD3|//CCD1C|//CCD1B|//CCD1A|//CCD4" mode="displayLib"/>
|
||
<xsl:apply-templates select="//CCJ1A|//CCJ1B|//CCJ2|//CCJ3" mode="displayLib"/>
|
||
<xsl:apply-templates select="//CCE1A|//CCE1B|//CCE2A|//CCE2B|//CCE3|//CCE4|//CCE4A|//CCE4B|//CCE4C|//CCE4D|//CCE4E|//CCE5|//CCE6A|//CCE6B|//CCE7|//CCE8|//CCE9A|//CCE9B" mode="displayLib"/>
|
||
<xsl:apply-templates select="//CCS1A|//CCS1Ap|//CCS1B" mode="displayLib"/>
|
||
<xsl:apply-templates select="//CCD2App|//CCD2Bpp|//CCS1App" mode="displayLib">
|
||
<xsl:sort select="(name(.)='CCD2App')*1.1+(name(.)='CCD2Bpp')*1.1+(name(.)='CCS1App')*1.2"/>
|
||
</xsl:apply-templates>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
|
||
<!-- on supprime les liens PLUS D DINFOS en redefinissant <20> vide le template du commun -->
|
||
<xsl:template match="MG3pp|MG3p|MG3|MG4p|MG4|MG5p|MG5|MG6|MG7|MG8|MG9|MGP" mode="displayAfterLibelle"/>
|
||
<xsl:template match="CC01|CC03|CC04" mode="displayAfterLibelle"/>
|
||
<xsl:template match="CCG1|CCG2|CCG3A|CCG3B|CCG4|CCG5|CCG6|CCG7" mode="displayAfterLibelle"/>
|
||
<xsl:template match="CCB0|CCB1A|CCB1Ap|CCB1B|CCB1Bp|CCB1C|CCB1Cp|CCB1D|CCB1Dp|CCB1E|CCB1Ep|CCB1F|CCB1Fp" mode="displayAfterLibelle"/>
|
||
<xsl:template match="CCR1A|CCR1Ap|CCR1B|CCR1Bp|CCR1C|CCR1Cp|CCR1D|CCR1Dp|CCR1E|CCR1Ep|CCR1F|CCR1Fp" mode="displayAfterLibelle"/>
|
||
<xsl:template match="CCI1|CCI2|CCI3|CCI4" mode="displayAfterLibelle"/>
|
||
<xsl:template match="CCD2A|CCD2B|CCD3|CCD1C|CCD1B|CCD1A|CCD4" mode="displayAfterLibelle"/>
|
||
<xsl:template match="CCJ1A|CCJ1B|CCJ2|CCJ3" mode="displayAfterLibelle"/>
|
||
<xsl:template match="CCE1A|CCE1B|CE2A|CCE2B|CCE3|CCE4|CCE4A|CCE4B|CCE4C|CCE4D|CCE4E|CCE5|CCE6A|CCE6B|CCE7|CCE8|CCE9A|CCE9B" mode="displayAfterLibelle"/>
|
||
<xsl:template match="CCS1A|CCS1Ap|CCS1B" mode="displayAfterLibelle"/>
|
||
<xsl:template match="CCD2App|CCD2Bpp|CCS1App" mode="displayAfterLibelle"/>
|
||
<xsl:template match="ICB02" mode="displayAfterLibelle"/>
|
||
|
||
<!--Autres infos compl<70>mentaires-->
|
||
<xsl:template match="MPPCO|MEICO|MEJCO">
|
||
<br/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2">
|
||
<div align="center">AUTRES INFORMATIONS
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m37_AutInftitre'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
<br/>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td width="130"/>
|
||
<td width="505" class="clTexte">
|
||
<xsl:apply-templates select="COB1" mode="displayLib"/>
|
||
<xsl:apply-templates select="COR1" mode="displayLib"/>
|
||
<xsl:apply-templates select="COI1|COI2|COI3|COI4|COI5" mode="displayLib"/>
|
||
<xsl:apply-templates select="COD1|COD2|COD3|COD4" mode="displayLib"/>
|
||
<xsl:apply-templates select="COJ1|COJ2|COJ3" mode="displayLib"/>
|
||
<xsl:apply-templates select="COE1|COE2|COE3|COE4|COE5|COE7|COE9" mode="displayLib"/>
|
||
<xsl:apply-templates select="COS1" mode="displayLib"/>
|
||
<xsl:apply-templates select="COD2pp" mode="displayLib"/>
|
||
<xsl:apply-templates select="COS1pp" mode="displayLib"/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
<xsl:template match="CC01|CC02|CC03|CC04|CCG1|CCG2|CCG3A|CCG3B|CCG4|CCG5|CCG6|CCG7|CCB0|CCB1A|CCB1Ap|CCB1B|CCB1Bp|CCB1C|CCB1Cp|CCB1D|CCB1Dp|CCB1E|CCB1Ep|CCB1F|CCB1Fp|CCR1A|CCR1Ap|CCR1B|CCR1Bp|CCR1C|CCR1Cp|CCR1D|CCR1Dp|CCR1E|CCR1Ep|CCR1F|CCR1Fp|CCI1|CCI2|CCI3|CCI4|CCD2A|CCD2B|CCD3|CCD2App|CCD2Bpp|CCD1C|CCD1B|CCD1A|CCD4|CCJ1A|CCJ1B|CCJ2|CCJ3|CCE1A|CCE1B|CCE2A|CCE2B|CCE3|CCE4|CCE4A|CCE4B|CCE4C|CCE4D|CCE4E|CCE5|CCE6A|CCE6B|CCE7|CCE8|CCE9A|CCE9B|CCS1A|CCS1Ap|CCS1App|CCS1B" mode="displayLib">
|
||
- <xsl:apply-templates select="."/>
|
||
<br/>
|
||
</xsl:template>
|
||
<xsl:template match="COS1|COB1|COR1|COI1|COI2|COI3|COI4|COI5|COS1pp|COD1|COD2|COD3|COD4|COD2pp|COJ1|COJ2|COJ3|COE1|COE2|COE3|COE4|COE5|COE7|COE9" mode="displayLib">
|
||
- <xsl:apply-templates select="."/>
|
||
<br/>
|
||
</xsl:template>
|
||
<xsl:template match="MG3pp|MG3p|MG3|MG4p|MG4|MG5p|MG5|MG6|MG7|MG8|MG9|MGP" mode="displayLib">
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" class="clCouleur2" width="635">
|
||
<xsl:apply-templates select="."/>
|
||
</td>
|
||
</tr>
|
||
</xsl:template>
|
||
<!--********************************************************************************************************************************************************************-->
|
||
|
||
<xsl:template match="INFODIRIGEANTS">
|
||
<xsl:if test="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFODIRIGEANTS/DIRIGEANTS">
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFODIRIGEANTS/DIRIGEANTS/NBDIRIGEANTDO" />
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFODIRIGEANTS/DIRIGEANTS/DIRIGEANT" />
|
||
|
||
<xsl:if test="not(//INFODIRIGEANTS/DIRIGEANTS/SUITE)" >
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
|
||
<xsl:if test="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFODIRIGEANTS/DIRIGEANTSCESSES">
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFODIRIGEANTS/DIRIGEANTSCESSES/NBDIRIGEANTCESSEDO" />
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFODIRIGEANTS/DIRIGEANTSCESSES/DIRIGEANTCESSE" />
|
||
<xsl:if test="not(//INFODIRIGEANTS/DIRIGEANTSCESSES/SUITE)" >
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
|
||
<xsl:template match="NBDIRIGEANTDO">
|
||
<a name="Dirigeants"/>
|
||
<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/>
|
||
</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 class="clTexte" colspan="3"> Conjoint  
|
||
<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>
|
||
<td class="clFond" width="166"/>
|
||
<xsl:if test="EJ">
|
||
<td class="clCouleur2" width="60"> Cotation</td>
|
||
</xsl:if>
|
||
<xsl:if test="PP">
|
||
<td class="clCouleur2" width="60"> Indicateur</td>
|
||
</xsl:if>
|
||
|
||
<xsl:variable name="ident" select="EJ/IDENTS|PP/IDENTC"/>
|
||
<td class="clFond" width="89" align="right" valign="middle">
|
||
<!-- 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>
|
||
</tr>
|
||
<xsl:call-template name="shim"/>
|
||
</table>
|
||
|
||
<xsl:if test="position() mod 9 = 0">
|
||
<div class="clBreakPage"></div>
|
||
</xsl:if>
|
||
|
||
|
||
<xsl:if test="position() = last()">
|
||
<xsl:if test="//INFODIRIGEANTS/DIRIGEANTS/SUITE" >
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td width="530" height="14" colspan="4" class="clCouleur2" ></td>
|
||
<td width="105" height="14" align="right" valign="middle">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!--<a href="#nullepart" onClick="requestBDFInfos('51','','{$familyNumber}','{EJ/IDENTS}',cstSimpleConfirm);">
|
||
<img src="/FIBEN/images/Commun/clignotant2.gif" width="85" height="12" border="0" align="absbottom" /></a>-->
|
||
<a href="/FIBEN/Aide/liens_inter-modules.htm#ancAutres">
|
||
<img src="/FIBEN/images/Commun/clignotant2.gif" width="85" height="12" border="0" align="absbottom" alt="Liens inter-modules"/></a>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
|
||
</xsl:template>
|
||
|
||
<!-- DRIGEANTS CESSES -->
|
||
|
||
<xsl:template match="NBDIRIGEANTCESSEDO">
|
||
<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/>
|
||
</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" width="315"> 
|
||
<xsl:value-of select="PP/IDENTITE/NOM"/> 
|
||
<xsl:value-of select="bdf:displayInLowerCase(PP/IDENTITE/PRENOM)"/>
|
||
</td>
|
||
<xsl:if test="PP/IDENTITE/NOMCONJ">
|
||
<td colspan="3">
|
||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
<td width="54" class="clCouleur2"> Conjoint</td>
|
||
<td colspan="2" class="clGrasFond" align="left"> 
|
||
<xsl:value-of select="PP/IDENTITE/NOMCONJ"/>
|
||
</td>
|
||
</table>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(PP/IDENTITE/NOMCONJ)">
|
||
<td width="54" class="clGrasFond"> </td>
|
||
<td colspan="2" class="clGrasFond"> </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>
|
||
<td class="clTexte" width="166"></td>
|
||
<xsl:if test="EJ">
|
||
<td class="clCouleur2" width="60"> Cotation</td>
|
||
</xsl:if>
|
||
<xsl:if test="PP">
|
||
<td class="clCouleur2" width="60"> Indicateur</td>
|
||
</xsl:if>
|
||
<xsl:variable name="ident" select="EJ/IDENTS|PP/IDENTC"/>
|
||
<td class="clTexte" width="89" align="right" valign="middle"> 
|
||
<!-- 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>
|
||
</tr>
|
||
<xsl:call-template name="shim"/>
|
||
</table>
|
||
|
||
<xsl:if test="position() = last()">
|
||
<xsl:if test="//INFODIRIGEANTS/DIRIGEANTSCESSES/SUITE" >
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td width="530" height="14" colspan="4" class="clCouleur2" ></td>
|
||
<td width="105" height="14" align="right" valign="middle">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te
|
||
<a href="#nullepart" onClick="requestBDFInfos('51','','{$familyNumber}','{MODULEDE/EJ/IDENTS}',cstSimpleConfirm);">
|
||
<img src="/FIBEN/images/Commun/clignotant2.gif" width="85" height="12" border="0" align="absbottom" />
|
||
</a>
|
||
-->
|
||
<a href="/FIBEN/Aide/liens_inter-modules.htm#ancAutres">
|
||
<img src="/FIBEN/images/Commun/clignotant2.gif" width="85" height="12" border="0" align="absbottom" alt="Liens inter-modules"/></a>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
|
||
<xsl:if test="position() mod 10 = 0">
|
||
<div class="clBreakPage"></div>
|
||
</xsl:if>
|
||
|
||
</xsl:if>
|
||
</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é(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="clFond"> </td>
|
||
<td class="clTexte" width="90"> </td>
|
||
</xsl:if>
|
||
</tr>
|
||
</xsl:template>
|
||
|
||
|
||
|
||
<!--********************************************************************************************************************************************************************-->
|
||
<xsl:template match="INFOASSOCIES">
|
||
<xsl:apply-templates select="NBASSOCIEDO"/>
|
||
<xsl:apply-templates select="ASSOCIE"/>
|
||
</xsl:template>
|
||
<xsl:template match="NBASSOCIEDO">
|
||
<a name="Associes"/>
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td width="631" colspan="7" class="clCouleur2"> PRINCIPAL(AUX) ASSOCIE(S) (<xsl:value-of select="."/>) </td>
|
||
<td/>
|
||
<td 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>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
<xsl:template match="ASSOCIE">
|
||
<xsl:apply-templates select="CAPITAL">
|
||
<xsl:with-param name="indice" select="position()"/>
|
||
</xsl:apply-templates>
|
||
<xsl:apply-templates select="ASSOCSPE|ASSOCPP|ASSOCEJ"/>
|
||
</xsl:template>
|
||
<xsl:template match="CAPITAL">
|
||
<xsl:param name="indice"/>
|
||
<xsl:text disable-output-escaping="yes"><table width="739" border="0" cellspacing="0" cellpadding="0"></xsl:text>
|
||
<tr>
|
||
<td width="121" class="clCouleur2"> Pourcentage d<>tenu</td>
|
||
<td width="114" class="clFond"> <xsl:value-of select="POURCENTAGE"/>
|
||
</td>
|
||
<td width="57" class="clFond"> </td>
|
||
<td width="171" class="clFond" align="right"> </td>
|
||
<xsl:if test="DATDET">
|
||
<td class="clFond" align="right" width="60"> Depuis le</td>
|
||
<td class="clFond" align="right" width="89">
|
||
<xsl:value-of select="bdf:displayDate(DATDET)"/> </td>
|
||
</xsl:if>
|
||
<xsl:if test="not(DATDET)">
|
||
<td class="clFond" align="right" width="60"> </td>
|
||
<td class="clFond" align="right" width="89"> </td>
|
||
</xsl:if>
|
||
<td width="103" align="right">
|
||
 
|
||
</td>
|
||
</tr>
|
||
</xsl:template>
|
||
<xsl:template match="ASSOCSPE">
|
||
<tr align="left" valign="middle">
|
||
<td colspan="2" class="clGras"> <xsl:value-of select="DENOM"/>
|
||
</td>
|
||
<td width="57"/>
|
||
<td colspan="3"/>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
<xsl:template match="ASSOCPP">
|
||
<tr>
|
||
<td colspan="2" class="clGras"> <xsl:value-of select="concat(PP/IDENTITE/NOM,' ',bdf:displayInLowerCase(PP/IDENTITE/PRENOM))"/>
|
||
</td>
|
||
<xsl:if test="PP/IDENTITE/NOMCONJ">
|
||
<td width="57" class="clCouleur2"> Conjoint</td>
|
||
<td class="clTexte" colspan="3"> <xsl:value-of select="PP/IDENTITE/NOMCONJ"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(PP/IDENTITE/NOMCONJ)">
|
||
<td width="57" class="clCouleur2"> </td>
|
||
<td class="clTexte" colspan="3"> </td>
|
||
</xsl:if>
|
||
</tr>
|
||
<tr valign="middle" align="left">
|
||
<td class="clCouleur2" width="121" align="left" valign="middle" height="16"> Identifiant </td>
|
||
<td class="clFond" width="114" align="left"> <xsl:value-of select="PP/IDENTC"/>
|
||
</td>
|
||
<td colspan="2" class="clFond" align="left"/>
|
||
<td class="clCouleur2" width="60" align="left"> Indicateur</td>
|
||
|
||
<td class="clGrasFond" width="89" align="right">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!--  <a href="#nullepart" class="clFond" onclick="requestVariousInfos('{VALCOT}',cstCotation,'{EJ/IDENTS|PP/IDENTC}')">-->
|
||
 <a href="/FIBEN/Aide/cotation.htm" class="clFond">
|
||
<u>
|
||
<xsl:value-of select="VALCOT"/>
|
||
</u>
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
<xsl:template match="ASSOCEJ">
|
||
<tr>
|
||
<td colspan="3" class="clGras"> <xsl:value-of select="EJ/DENOM"/>
|
||
</td>
|
||
<td class="clCouleur2" colspan="3" width="114"/>
|
||
</tr>
|
||
<tr align="left" valign="middle">
|
||
<td class="clCouleur2" width="121" align="left" height="16"> Identifiant </td>
|
||
<td class="clFond" width="114" align="left"> <xsl:value-of select="bdf:displaySiren(EJ/IDENTS)"/>
|
||
</td>
|
||
<td class="clFond" colspan="2" align="left"> <xsl:value-of select="LOCALI"/>
|
||
</td>
|
||
<td class="clCouleur2" width="60" align="left"> Cotation</td>
|
||
|
||
<td class="clFond" width="89" align="right">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!--  <a href="#nullepart" class="clFond" onclick="requestVariousInfos('{VALCOT}',cstCotation,'{EJ/IDENTS|PP/IDENTC}')"> -->
|
||
 <a href="/FIBEN/Aide/cotation.htm" class="clFond">
|
||
<u>
|
||
<xsl:value-of select="VALCOT"/>
|
||
</u>
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
<!--********************************************************************************************************************************************************************-->
|
||
<!--TEMPLATE 7eme PAVE : EVENEMENT MARQUANT, DERNIER JUGEMENT-->
|
||
<xsl:template match="INFOEVMEVJ">
|
||
<a name="ancEvent"/>
|
||
<div class="clBreakPage"/>
|
||
<xsl:if test="EVMARQDO or JUGEMENTS/JUGEIND or JUGEMENTS/JUGEMENT/EVJUD">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td colspan="6" class="clCouleur2">
|
||
<09>V<EFBFBD>NEMENT(S) MARQUANT(S) ET JUDICIAIRE (S)
|
||
<br/>
|
||
</td>
|
||
<td 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>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
<xsl:apply-templates select="EVMARQDO"/>
|
||
<xsl:apply-templates select="IEVJ01" mode="genMessage"/>
|
||
<xsl:if test="not(IEVJ01)">
|
||
<xsl:apply-templates select="JUGEMENTS/JUGEMENT/EVJUD"/>
|
||
</xsl:if>
|
||
<xsl:apply-templates select="JUGEMENTS/JUGEIND" mode="genTable"/>
|
||
</xsl:template>
|
||
<xsl:template match="EVMARQDO">
|
||
<xsl:if test="position()=1">
|
||
<xsl:text disable-output-escaping="yes"><table width="739" border="0" cellspacing="0" cellpadding="0"></xsl:text>
|
||
<tr>
|
||
<td colspan="6" width="255" class="clCouleur2">Dernier(s) <20>v<EFBFBD>nement(s) marquant(s)
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_DerEve'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="20" class="clCouleur2">Le
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Le'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td width="110" class="clFond"> <xsl:value-of select="bdf:displayDate(DATEVM)"/> </td>
|
||
<xsl:if test="EVMDO">
|
||
<td class="clFond" colspan="2">
|
||
<xsl:apply-templates select="EVMDO"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(EVMDO)">
|
||
<td class="clFond" colspan="3" width="518">
|
||
<xsl:apply-templates select="EVMC|EVMCD|EVMCI|EVMD|EVMDC|EVMDO|EVME|EVMJ|EVMJM|EVMM|EVMR|EVMS|EVMV"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:apply-templates select="IDENTS" mode="clFond"/>
|
||
<td width="90" align="right">
|
||
</td>
|
||
</tr>
|
||
<xsl:call-template name="savoirSirenAbsorbant"/>
|
||
<xsl:if test="count(//EVMARQDO)=1">
|
||
<tr>
|
||
<td class="clTexte" colspan="8">
|
||
<xsl:call-template name="shim"/>
|
||
</td>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
|
||
<xsl:if test="position()=2">
|
||
<tr>
|
||
<td class="clTexte" colspan="8">
|
||
<xsl:call-template name="shim"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="20" class="clCouleur2">Le
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Le'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td width="110" class="clFond"> <xsl:value-of select="bdf:displayDate(DATEVM)"/> </td>
|
||
<xsl:if test="EVMDO">
|
||
<td class="clFond" colspan="2">
|
||
<xsl:apply-templates select="EVMDO"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(EVMDO)">
|
||
<td class="clFond" colspan="3" width="518">
|
||
<xsl:apply-templates select="EVMC|EVMCD|EVMCI|EVMD|EVMDC|EVMDO|EVME|EVMJ|EVMJM|EVMM|EVMR|EVMS|EVMV"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:apply-templates select="IDENTS" mode="clFond"/>
|
||
<td width="90" align="right">
|
||
</td>
|
||
</tr>
|
||
<xsl:call-template name="savoirSirenAbsorbant"/>
|
||
<tr>
|
||
<td class="clTexte" colspan="8">
|
||
<xsl:call-template name="shim"/>
|
||
</td>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
<xsl:template name="savoirSirenAbsorbant">
|
||
<xsl:if test="IDENTS">
|
||
<!--<xsl:if test="not($NonResident='NR')">-->
|
||
<tr>
|
||
<td width="20"> </td>
|
||
<td width="110"> </td>
|
||
<td width="125"> </td>
|
||
<td width="130"> </td>
|
||
<td width="125" height="12">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!--<a href="#nullepart" onclick="requestBDFInfos('27','','{$familyNumber}','{IDENTS[1]}',cstSimpleConfirm);"><img align="middle" border="0" height="12" name="ev1" src="/FIBEN/images/Commun/clignotant2.gif" width="85"/></a>-->
|
||
<a href="/FIBEN/Aide/liens_inter-modules.htm#ancAutres">
|
||
<img src="/FIBEN/images/Commun/clignotant2.gif" width="85" height="12" border="0" align="absbottom" alt="Liens inter-modules"/>
|
||
</a>
|
||
</td>
|
||
<xsl:if test="IDENTS[2]">
|
||
<td width="125" height="12">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!-- <a href="#nullepart" onclick="requestBDFInfos('27','','{$familyNumber}','{IDENTS[2]}',cstSimpleConfirm);"><img align="middle" border="0" height="12" name="ev2" src="/FIBEN/images/Commun/clignotant2.gif" width="85"/></a>-->
|
||
<a href="/FIBEN/Aide/liens_inter-modules.htm#ancAutres">
|
||
<img src="/FIBEN/images/Commun/clignotant2.gif" width="85" height="12" border="0" align="absbottom" alt="Liens inter-modules"/>
|
||
</a>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(IDENTS[2])">
|
||
<td width="125" height="12"> </td>
|
||
</xsl:if>
|
||
</tr>
|
||
<!--</xsl:if>-->
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template match="EVMARQDO/IDENTS" mode="clFond">
|
||
<td width="125" class="clFond">
|
||
<xsl:value-of select="bdf:displaySiren(.)"/>
|
||
</td>
|
||
<xsl:if test="position()=1 and position()=last()">
|
||
<td width="125" class="clFond"> </td>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template match="EVMARQDO/IDENTS" mode="clTexte">
|
||
<td width="125" class="clTexte">
|
||
<xsl:value-of select="bdf:displaySiren(.)"/>
|
||
</td>
|
||
<xsl:if test="position()=1 and position()=last()">
|
||
<td width="125" class="clTexte"> </td>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template match="EVJUD">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td colspan="6" class="clGrasFond">
|
||
<xsl:apply-templates select="EVJAM|EVJAP|EVJCM|EVJCP|EVJCT|EVJCV|EVJDM|EVJDU|EVJEM|EVJFM|EVJFP|EVJGA|EVJGD|EVJGO|EVJGR|EVJHC|EVJHM|EVJIA|EVJIC|EVJIG|EVJIM|EVJIP|EVJIT|EVJLB|EVJLG|EVJLJ|EVJLM|EVJPA|EVJPC|EVJPM|EVJPO|EVJPV|EVJRC|EVJRD|EVJRG|EVJRJ|EVJRL|EVJRM|EVJRP|EVJRR|EVJRS|EVJSM|EVJAC|EVJCR|EVJOS|EVJOB|EVJPS|EVJRPS|EVJOD"/>
|
||
</td>
|
||
<td rowspan="13" width="103" align="right">
|
||
 
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="30" class="clCouleur2"> Le</td>
|
||
<td width="90" class="clTexte"> <xsl:value-of select="bdf:displayDate(DATEVJ)"/>
|
||
</td>
|
||
<td width="120" align="right" class="clCouleur2">
|
||
<xsl:if test="DATECHJUG">
|
||
Jusqu'au  
|
||
</xsl:if>
|
||
</td>
|
||
<td width="108" class="clTexte"> 
|
||
<xsl:if test="DATECHJUG">
|
||
<xsl:value-of select="bdf:displayDate(DATECHJUG)"/>
|
||
</xsl:if>
|
||
</td>
|
||
<xsl:if test="../TRIBU">
|
||
<td width="100" class="clCouleur2"> Tribunal</td>
|
||
<td width="187" class="clTexte"> <xsl:value-of select="../TRIBU"/>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(../TRIBU)">
|
||
<td width="100" class="clCouleur2"> </td>
|
||
<td width="187" class="clTexte"> </td>
|
||
</xsl:if>
|
||
</tr>
|
||
<xsl:if test="not(DATECHJUG)">
|
||
<!--<xsl:if test="not($NonResident='NR')">-->
|
||
<tr>
|
||
<xsl:if test="/FIBEN/PERSONNE/MODULEDE/*//IDENTC">
|
||
<td colspan="6" align="right">
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="not(/FIBEN/PERSONNE/MODULEDE/*//IDENTC)">
|
||
<td colspan="6" align="right">
|
||
|
||
</td>
|
||
</xsl:if>
|
||
</tr>
|
||
<!--</xsl:if>-->
|
||
<!--<xsl:if test="$NonResident='NR'">
|
||
<tr>
|
||
<xsl:if test="/FIBEN/PERSONNE/MODULEDE/*//IDENTC">
|
||
<td colspan="6" align="right"> </td>
|
||
</xsl:if>
|
||
<xsl:if test="not(/FIBEN/PERSONNE/MODULEDE/*//IDENTC)">
|
||
<td colspan="6" align="right"> </td>
|
||
</xsl:if>
|
||
</tr>
|
||
</xsl:if>-->
|
||
</xsl:if>
|
||
</table>
|
||
</xsl:template>
|
||
<xsl:template match="JUGEIND" mode="genTable">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<xsl:if test="count(//EVMARQDO)>0 or //EVJUD">
|
||
<tr>
|
||
<td colspan="6" class="clCouleur2"> </td>
|
||
</tr>
|
||
</xsl:if>
|
||
<tr>
|
||
<td class="clCouleur2" colspan="4">
|
||
<xsl:apply-templates select="."/>
|
||
</td>
|
||
<td class="clFond" colspan="2" width="290"> <xsl:value-of select="."/>
|
||
</td>
|
||
</tr>
|
||
<!--<xsl:if test="not($NonResident='NR')">-->
|
||
<tr>
|
||
<td width="20"> </td>
|
||
<td width="110"> </td>
|
||
<td width="125"> </td>
|
||
<td width="130"> </td>
|
||
<td width="125"> </td>
|
||
<td width="125" align="right"/>
|
||
</tr>
|
||
<!--</xsl:if>-->
|
||
<!--<xsl:if test="$NonResident='NR'">
|
||
<tr>
|
||
<td width="20"> </td>
|
||
<td width="110"> </td>
|
||
<td width="125"> </td>
|
||
<td width="130"> </td>
|
||
<td width="125"> </td>
|
||
<td width="125"> </td>
|
||
</tr>
|
||
</xsl:if>-->
|
||
</table>
|
||
</xsl:template>
|
||
<xsl:template match="IEVJ01" mode="genMessage">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<xsl:apply-templates select="."/>
|
||
<br/>
|
||
</table>
|
||
</xsl:template>
|
||
<!--********************************************************************************************************************************************************************-->
|
||
<!--********************************************************************************************************************************************************************-->
|
||
<!--TEMPLATE 6eme PAVE : INCIDENTS DE PAIEMENT-->
|
||
<xsl:template match="INFOIMPAYESTRIM">
|
||
<a name="ancEffet"/>
|
||
<xsl:if test="CIP01 or CIP02">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clTexte">
|
||
<font class="clCouleur2">
|
||
<xsl:apply-templates select="CIP01|CIP02"/>
|
||
</font>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</xsl:if>
|
||
<xsl:apply-templates select="IMPAYEDO"/>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
<xsl:template match="IMPAYEDO">
|
||
<div class="clBreakPage"></div>
|
||
<xsl:if test="position()=last()">
|
||
<table width="742" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td width="602" align="center" class="clCouleur2"> INCIDENTS DE
|
||
PAIEMENT SUR EFFETS DE COMMERCE (en <xsl:value-of select="bdf:displayUnit(./UNITE)"/>euros)</td>
|
||
<td width="19"> </td>
|
||
<td 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>
|
||
</tr>
|
||
</table>
|
||
<img width="635" height="1" vspace="8" src="/FIBEN/Images/{$familyName}/shim.gif"/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2" width="138" align="right" valign="top"><EFBFBD></td>
|
||
<td colspan="2" align="right" class="clCouleur2">Incapacit<EFBFBD>
|
||
de payer<65><72><EFBFBD><EFBFBD><EFBFBD><EFBFBD></td>
|
||
<td colspan="2" align="right" class="clCouleur2">Contestation de
|
||
cr<63>ance<63><65><EFBFBD></td>
|
||
<td width="80" align="right" valign="top" class="clCouleur2"><EFBFBD></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2" width="138" align="right">Trimestre<EFBFBD></td>
|
||
<td width="99" align="right" class="clCouleur2" height="17">Nombre<EFBFBD></td>
|
||
<td width="84" align="right" class="clCouleur2" height="17">Montant<EFBFBD></td>
|
||
<td width="150" align="right" class="clCouleur2" height="17">Nombre<EFBFBD></td>
|
||
<td width="84" align="right" class="clCouleur2" height="17">Montant<EFBFBD></td>
|
||
<td width="80" align="right" class="clCouleur2">Total<EFBFBD></td>
|
||
</tr>
|
||
<xsl:variable name="tmp" select="../IMPAYEDO[1]/MTIPEIP + ../IMPAYEDO[2]/MTIPEIP + ../IMPAYEDO[3]/MTIPEIP + ../IMPAYEDO[4]/MTIPEIP"/>
|
||
<tr>
|
||
<td class="clFond" width="138" align="right"> <xsl:value-of select="bdf:displayDate(../IMPAYEDO[1]/TRIM)"/> </td>
|
||
<td class="clFond" width="99" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[1]/NBIPEIP)"/> </td>
|
||
<td class="clFond" width="84" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[1]/MTIPEIP)"/> </td>
|
||
<td class="clFond" width="150" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[1]/NBIPECC)"/> </td>
|
||
<td class="clFond" width="84" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[1]/MTIPECC)"/> </td>
|
||
<td class="clFond" width="80" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[1]/TOT)"/> </td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clTexte" width="138" align="right"> <xsl:value-of select="bdf:displayDate(../IMPAYEDO[2]/TRIM)"/> </td>
|
||
<td class="clTexte" width="99" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[2]/NBIPEIP)"/> </td>
|
||
<td class="clTexte" width="84" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[2]/MTIPEIP)"/> </td>
|
||
<td class="clTexte" width="150" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[2]/NBIPECC)"/> </td>
|
||
<td class="clTexte" width="84" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[2]/MTIPECC)"/> </td>
|
||
<td class="clTexte" width="80" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[2]/TOT)"/> </td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clFond" width="138" align="right"> <xsl:value-of select="bdf:displayDate(../IMPAYEDO[3]/TRIM)"/> </td>
|
||
<td class="clFond" width="99" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[3]/NBIPEIP)"/> </td>
|
||
<td class="clFond" width="84" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[3]/MTIPEIP)"/> </td>
|
||
<td class="clFond" width="150" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[3]/NBIPECC)"/> </td>
|
||
<td class="clFond" width="84" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[3]/MTIPECC)"/> </td>
|
||
<td class="clFond" width="80" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[3]/TOT)"/> </td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clTexte" width="138" align="right"> <xsl:value-of select="bdf:displayDate(../IMPAYEDO[4]/TRIM)"/> </td>
|
||
<td class="clTexte" width="99" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[4]/NBIPEIP)"/> </td>
|
||
<td class="clTexte" width="84" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[4]/MTIPEIP)"/> </td>
|
||
<td class="clTexte" width="150" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[4]/NBIPECC)"/> </td>
|
||
<td class="clTexte" width="84" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[4]/MTIPECC)"/> </td>
|
||
<td class="clTexte" width="80" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../IMPAYEDO[4]/TOT)"/> </td>
|
||
</tr>
|
||
<xsl:if test="$tmp>'0'">
|
||
<!--<xsl:if test="not($NonResident='NR')">-->
|
||
<tr>
|
||
<td colspan="2" width="405"/>
|
||
<td width="230" align="right">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!-- <a href="#nullepart" onclick="requestBDFInfos('29','','','',cstSimpleConfirm);"><img border="0" height="12" src="/FIBEN/images/Commun/clignotant2.gif" width="90"/></a>-->
|
||
<a href="/FIBEN/Aide/liens_inter-modules.htm#ancAutres">
|
||
<img src="/FIBEN/images/Commun/clignotant2.gif" width="90" height="12" border="0" align="absbottom" alt="Liens inter-modules"/>
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
<!--</xsl:if>-->
|
||
<!--<xsl:if test="$NonResident='NR'">
|
||
<tr>
|
||
<td width="635" colspan="3"> </td>
|
||
</tr>
|
||
</xsl:if>-->
|
||
</xsl:if>
|
||
</table>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
|
||
<!--********************************************************************************************************************************************************************-->
|
||
<!--TEMPLATE 8eme PAVE : CONCOURS BANCAIRES A COURT TERME-->
|
||
<xsl:template match="INFORISQUESDO">
|
||
<a name="ancConcours"/>
|
||
<xsl:if test="ICB01">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clTexte">
|
||
<font class="clCouleur2">
|
||
<xsl:apply-templates select="ICB01"/>
|
||
</font>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
<xsl:if test="not(ICB01)">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td width="602" class="clCouleur2">CONCOURS BANCAIRES</td>
|
||
<td width="34"> </td>
|
||
<td 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>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/><br/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/DATCENTR"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/BILTREDO"/>
|
||
<xsl:if test="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDO"><xsl:call-template name="CUMULCBDO" /></xsl:if>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/ICB04" />
|
||
<xsl:if test="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/ICB04">
|
||
<xsl:call-template name="shim"/><br/>
|
||
</xsl:if>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/ICB03" />
|
||
<xsl:if test="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDOC"><xsl:call-template name="CUMULCBDOC" /> </xsl:if>
|
||
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
|
||
|
||
<xsl:template match="DATCENTR">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2" width="200" height="12"> DERNI<EFBFBD>RE CENTRALISATION AU</td>
|
||
<td width="182" class="clFond" height="12">
|
||
<div align="right"> <xsl:value-of select="bdf:displayDate(.)"/>
|
||
</div>
|
||
</td>
|
||
<td width="253" class="clCouleur2" height="12" align="center">
|
||
<div align="right">  (en milliers d'euros)</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
</xsl:template>
|
||
<xsl:template match="BILTREDO">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2" width="200"> BILLETS DE TR<54>SORERIE AU</td>
|
||
<td colspan="2" class="clFond">
|
||
<div align="right"> <xsl:value-of select="bdf:displayDate(DATENRBT)"/>
|
||
</div>
|
||
</td>
|
||
<td width="124" class="clCouleur2" align="right" height="12"> MONTANT  </td>
|
||
<td width="130" class="clFond" align="right" height="12">
|
||
<div align="right">
|
||
<xsl:value-of select="bdf:displayNumber(MTBT)"/> </div>
|
||
</td>
|
||
</tr>
|
||
<tr height="6">
|
||
<td class="clCouleur2" width="200" height="6"> </td>
|
||
<td width="156" class="clTexte" height="6">
|
||
<div align="right"/>
|
||
</td>
|
||
<td width="25" class="clCouleur2" height="6" align="center">  </td>
|
||
</tr>
|
||
<xsl:if test="MOYBILTRE">
|
||
<tr>
|
||
<td class="clCouleur2" colspan="2" height="12"> Moyenne des billets
|
||
de tr<74>sorerie sur les 13 derniers mois</td>
|
||
<td width="25" height="12">
|
||
<div align="right"/>
|
||
</td>
|
||
<td width="124" class="clCouleur2" height="12" align="center"> </td>
|
||
<td width="130" class="clFond" height="12" align="right">
|
||
<div align="right">
|
||
<xsl:value-of select="bdf:displayNumber(MOYBILTRE)"/> </div>
|
||
</td>
|
||
</tr>
|
||
</xsl:if>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
</xsl:template>
|
||
|
||
|
||
<!--D<EFBFBD>TAILS DES CREDITS-->
|
||
<xsl:template name="CUMULCBDO">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td class="clCouleur2" width="635">DÉTAILS DES CONCOURS INDIVIDUELS</td>
|
||
<td align="right" width="104"> </td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDO/@MOISREF"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDO/MTCODCCT"/>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDO/@MOISREF"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDO/MTCMLT"/>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDO/@MOISREF"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDO/MTCC"/>
|
||
</tr>
|
||
</table>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clItalic">* Moyenne des cr<63>dits sur les 13 derniers mois</td>
|
||
</tr>
|
||
</table>
|
||
<br/>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="CUMULCBDO/@MOISREF">
|
||
<xsl:if test="position()=1">
|
||
<xsl:text disable-output-escaping="yes"><td width="45" align="left" valign="top"></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"><table width="100%" border="0" cellspacing="0" cellpadding="0"></xsl:text>
|
||
<tr>
|
||
<td width="65" height="20" class="clCouleur2"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="65" height="25" class="clCouleur2"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="65" height="45" class="clCouleur2"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="65" class="clItalic" valign="bottom" align="center" height="5"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="65" class="clFond" align="right" height="15">
|
||
<xsl:value-of select="bdf:displayDate(.)"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="65" class="clItalic" align="right" height="15"/>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="position()=last()">
|
||
<tr>
|
||
<td width="65" class="clFond" align="right" height="15">
|
||
<b>Moyenne*</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="1" width="65" class="clItalic">  </td>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"></td></xsl:text>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
|
||
<!--CREDIT COURT-->
|
||
<xsl:template match="CUMULCBDO/MTCODCCT">
|
||
<xsl:if test="position()=1">
|
||
<xsl:text disable-output-escaping="yes"><td width="739" align="left" valign="top"></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"><table width="100%" border="0" cellspacing="0" cellpadding="0"></xsl:text>
|
||
<tr>
|
||
<td height="20" width="580" colspan="9" class="clCouleur2b" align="center" valign="top" nowrap="true">CREDITS MOBILISES</td>
|
||
<td width="106"/>
|
||
</tr>
|
||
<tr>
|
||
<td height="25" colspan="9" class="clCouleur2" align="center" valign="top" nowrap="true">Court terme</td>
|
||
</tr>
|
||
<tr height="30">
|
||
<td height="30" width="110" class="clCouleur2b" align="right" valign="top">Cptes ordinaires d<>biteurs<br/>(CO)</td>
|
||
<td width="4"/>
|
||
<td width="110" class="clCouleur2b" align="right" valign="top">Cr<EFBFBD>ances commerciales<br/>(CC)</td>
|
||
<td width="5"/>
|
||
<td width="100" class="clCouleur2b" align="right" valign="top">Affacturage<br/>(AF)</td>
|
||
<td width="7" class="clCouleur2b"> </td>
|
||
<td width="110" class="clCouleur2b" align="right" valign="top">Autres cr<63>dits <20> court terme<br/>(CA)</td>
|
||
<td width="12" class="clCouleur2b" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="45" vspace="0"/>
|
||
</td>
|
||
<td width="110" class="clCouleur2b" align="right" valign="top">Total court terme <br/>[I] </td>
|
||
<td width="106" align="right"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="7" class="clItalic"/>
|
||
<td width="12" class="clItalic" valign="bottom" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="5" vspace="0"/>
|
||
</td>
|
||
<td colspan="2" class="clItalic"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="110" class="clFond" align="right"><xsl:value-of select="bdf:displayNumber(.)"/> </td>
|
||
<td width="4" class="clFond" align="right"> </td>
|
||
<td width="110" class="clFond" align="right"><xsl:value-of select="bdf:displayNumber(../MTCCCT)"/> </td>
|
||
<td width="5" class="clFond" align="right"> </td>
|
||
<td width="100" class="clFond" align="right"><xsl:value-of select="bdf:displayNumber(../MTAFCT)"/> </td>
|
||
<td width="7" class="clFond" align="right"> </td>
|
||
<td width="110" class="clFond" align="right"><xsl:value-of select="bdf:displayNumber(../MTACCT)"/> </td>
|
||
<td width="12" class="clFond" align="center"><img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/></td>
|
||
<td width="110" class="clFond" align="right"><xsl:value-of select="bdf:displayNumber(../MTCBCT)"/> </td>
|
||
<td width="106"></td>
|
||
</tr>
|
||
<tr>
|
||
<td width="110" class="clItalic" align="right"> </td>
|
||
<td width="4" class="clItalic" align="right"> </td>
|
||
<td width="110" class="clItalic" align="right"> </td>
|
||
<td width="5" class="clItalic" align="right"> </td>
|
||
<td width="100" class="clItalic" align="right"> </td>
|
||
<td width="7" class="clItalic" align="right"> </td>
|
||
<td width="110" class="clItalic" align="right"> </td>
|
||
<td width="12" class="clItalic" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="110" class="clItalic" align="right"> </td>
|
||
<td width="106"/>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="position()=last()">
|
||
<tr>
|
||
<td width="110" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTCODCCT)"/>
|
||
</b> </td>
|
||
<td width="4" class="clFond" align="right"> </td>
|
||
<td width="110" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTCCCT)"/>
|
||
</b> </td>
|
||
<td width="5" class="clFond" align="right"> </td>
|
||
<td width="100" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTAFCT)"/>
|
||
</b> </td>
|
||
<td width="7" class="clFond" align="right"> </td>
|
||
<td width="110" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTACCT)"/>
|
||
</b> </td>
|
||
<td width="12" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="110" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTCBCT)"/>
|
||
</b> </td>
|
||
<td width="106"/>
|
||
</tr>
|
||
<tr>
|
||
<td height="1" colspan="10" class="clItalic">  </td>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"></td></xsl:text>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
<!--CREDIT MOYEN ET LONG TERME-->
|
||
<xsl:template match="CUMULCBDO/MTCMLT">
|
||
<xsl:if test="position()=1">
|
||
<xsl:text disable-output-escaping="yes"><td width="739" align="left" valign="top"></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"><table width="100%" border="0" cellspacing="0" cellpadding="0"></xsl:text>
|
||
<tr>
|
||
<td height="10" width="580" colspan="9"/>
|
||
<td width="106"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="103" rowspan="2" class="clCouleur2b" align="right" valign="middle" nowrap="true">Moyen
|
||
<br/> et long terme<br/>(TE+TA)<br/>[II]</td>
|
||
<td width="10" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td colspan="3" class="clCouleur2b" align="center" valign="middle" nowrap="true">Cr<EFBFBD>dits-bails </td>
|
||
<td align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td width="74" rowspan="2" class="clCouleur2b" align="right" valign="middle" nowrap="true">Titris<EFBFBD>s<br/>(IT)<br/>[V]</td>
|
||
<td align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td width="158" rowspan="2" class="clCouleur2b" align="right" valign="middle" nowrap="true">Total <br/>
|
||
des cr<63>dits mobilis<69>s [VI]<br/>[I]+[II]+[III]+[IV]+[V]</td>
|
||
<td 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>
|
||
</tr>
|
||
<tr height="25">
|
||
<td width="10" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td width="104" class="clCouleur2b" align="right" valign="middle">Mobiliers (BM)<br/>[III]</td>
|
||
<td width="5" class="clCouleur2" align="right"> </td>
|
||
<td width="108" class="clCouleur2b" align="right" valign="middle">Immobiliers (BI)<br/>[IV]</td>
|
||
<td width="4" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td width="4" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clItalic"/>
|
||
<td class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="5" vspace="0"/>
|
||
</td>
|
||
<td class="clItalic"/>
|
||
<td class="clItalic"/>
|
||
<td class="clItalic"/>
|
||
<td class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="5" vspace="0"/>
|
||
</td>
|
||
<td class="clItalic"/>
|
||
<td width="4" class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="5" vspace="0"/>
|
||
</td>
|
||
<td width="158" class="clItalic"/>
|
||
<td width="104" class="clItalic"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="103" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(.)"/> </td>
|
||
<td width="10" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="104" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTCBM)"/> </td>
|
||
<td width="5" class="clFond"> </td>
|
||
<td width="108" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTCBI)"/> </td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="74" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTTITR)"/> </td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTTOT6)"/> </td>
|
||
<td class="clItalic"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td width="103" class="clItalic" align="right"> </td>
|
||
<td width="10" class="clItalic" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="104" class="clItalic" align="right"> </td>
|
||
<td width="5" class="clItalic"> </td>
|
||
<td width="108" class="clItalic" align="right"> </td>
|
||
<td width="4" class="clItalic" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="74" class="clItalic" align="right"> </td>
|
||
<td width="4" class="clItalic" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td class="clItalic" align="right"> </td>
|
||
<td/>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="position()=last()">
|
||
<tr>
|
||
<td width="103" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTCMLT)"/>
|
||
</b> </td>
|
||
<td width="10" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="104" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTCBM)"/>
|
||
</b> </td>
|
||
<td width="5" class="clFond" align="right"> </td>
|
||
<td width="108" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTCBI)"/>
|
||
</b> </td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="74" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTTITR)"/>
|
||
</b> </td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTTOT6)"/>
|
||
</b> </td>
|
||
<td/>
|
||
</tr>
|
||
<tr>
|
||
<td height="1" colspan="10" class="clItalic"> </td>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"></td></xsl:text>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
<!-- CREDIT MOBILISABLE -->
|
||
<xsl:template match="CUMULCBDO/MTCC">
|
||
<xsl:if test="position()=1">
|
||
<xsl:text disable-output-escaping="yes"><td width="739" align="left" valign="top"></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"><table width="100%" border="0" cellspacing="0" cellpadding="0"></xsl:text>
|
||
<tr>
|
||
<td width="344" height="25" colspan="5" class="clCouleur2" align="center" valign="middle" nowrap="true">CREDITS MOBILISABLES </td>
|
||
<td width="4" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="22" vspace="0"/>
|
||
</td>
|
||
<td width="94" rowspan="2" class="clCouleur2b" align="right" valign="middle" nowrap="true">Total cr<63>dits mobilis<69>s et mobilisables <br/>[VIII]=
|
||
[VI]+[VII]</td>
|
||
<td width="4" valign="bottom" align="center" rowspan="2">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="91" vspace="0"/>
|
||
</td>
|
||
<td width="94" rowspan="2" class="clCouleur2b" align="right" valign="middle" nowrap="true">ENGAGEMENTS DE GARANTIE<br/>
|
||
(AC)<br/>
|
||
</td>
|
||
<td width="104" align="right"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2b" width="113" align="right" valign="middle">Partie dispo des cr<63>dits mobilis<br/>(OC)</td>
|
||
<td width="10"/>
|
||
<td class="clCouleur2b" width="114" align="right" valign="middle">Cr<EFBFBD>dits documentaires (OD)</td>
|
||
<td width="5" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="70" vspace="0"/>
|
||
</td>
|
||
<td class="clCouleur2b" width="108" align="right" valign="middle">Total cr<63>dits mobilisables [VII]</td>
|
||
<td width="4" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="70" vspace="0"/>
|
||
</td>
|
||
<td width="104"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="113" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(.)"/> </td>
|
||
<td width="10" class="clFond"> </td>
|
||
<td width="114" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTCD)"/> </td>
|
||
<td width="5" class="clFond" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="108" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTTOT7)"/> </td>
|
||
<td width="4" class="clFond" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTTOT8)"/> </td>
|
||
<td width="4" class="clFond" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTAC)"/> </td>
|
||
<td width="104" class="clItalic"/>
|
||
</tr>
|
||
<tr>
|
||
<td width="113" class="clItalic"/>
|
||
<td width="10" class="clItalic" align="center"/>
|
||
<td width="114" class="clItalic"/>
|
||
<td width="5" class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="108" class="clItalic"/>
|
||
<td width="4" class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clItalic"/>
|
||
<td width="4" class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clItalic"/>
|
||
<td width="104" class="clItalic"/>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="position()=last()">
|
||
<tr>
|
||
<td width="113" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTCC)"/>
|
||
</b> </td>
|
||
<td width="10" class="clFond" align="center"/>
|
||
<td width="114" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTCD)"/>
|
||
</b> </td>
|
||
<td width="5" class="clFond" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="108" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTTOT7)"/>
|
||
</b> </td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTTOT8)"/>
|
||
</b> </td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCB/MTAC)"/>
|
||
</b> </td>
|
||
<td width="104"/>
|
||
</tr>
|
||
<tr>
|
||
<td height="1" colspan="10" class="clItalic"> </td>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"></td></xsl:text>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
|
||
|
||
<!-- ========= D<>TAILS DES PARTICIPATIONS EN COMPTE COLLECTIF ======== -->
|
||
|
||
<xsl:template name="CUMULCBDOC">
|
||
<div class="clBreakPage"/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<xsl:if test="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/ICB03">
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
<tr align="center">
|
||
<td class="clCouleur2">
|
||
DÉTAILS DES PARTICIPATIONS EN COMPTE COLLECTIF
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDOC/@MOISREF"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDOC/MTCODCCT"/>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDOC/@MOISREF"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDOC/MTCMLT"/>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDOC/@MOISREF"/>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/CUMULCBDOC/MTCC"/>
|
||
</tr>
|
||
</table>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr >
|
||
<td class="clItalic">* Moyenne des cr<63>dits sur les 13 derniers mois</td>
|
||
</tr>
|
||
</table>
|
||
<br/>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
|
||
</xsl:template>
|
||
|
||
<xsl:template match="CUMULCBDOC/@MOISREF">
|
||
<xsl:if test="position()=1">
|
||
<xsl:text disable-output-escaping="yes"><td width="45" align="left" valign="top"></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"><table width="100%" border="0" cellspacing="0" cellpadding="0"></xsl:text>
|
||
<tr>
|
||
<td width="65" height="20" class="clCouleur2"></td>
|
||
</tr>
|
||
<tr>
|
||
<td width="65" height="25" class="clCouleur2"></td>
|
||
</tr>
|
||
<tr>
|
||
<td width="65" height="45" class="clCouleur2"></td>
|
||
</tr>
|
||
<tr>
|
||
<td width="65" class="clItalic" valign="bottom" align="center" height="5"></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td width="65" class="clFond" align="right" height="15">
|
||
<xsl:value-of select="bdf:displayDate(.)"/>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td width="65" class="clItalic" align="right" height="15"></td>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="position()=last()">
|
||
|
||
<tr>
|
||
<td width="65" class="clFond" align="right" height="15">
|
||
<b>Moyenne*</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="1" width="65" class="clItalic">  </td>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"></td></xsl:text>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
|
||
<!--CREDIT COURT-->
|
||
|
||
<xsl:template match="CUMULCBDOC/MTCODCCT">
|
||
<xsl:if test="position()=1">
|
||
<xsl:text disable-output-escaping="yes"><td width="739" align="left" valign="top"></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"><table width="100%" border="0" cellspacing="0" cellpadding="0"></xsl:text>
|
||
<tr>
|
||
<td height="20" width="580" colspan="9" class="clCouleur2b" align="center" valign="top" nowrap="true">CREDITS MOBILISES</td>
|
||
<td width="106"></td>
|
||
</tr>
|
||
<tr>
|
||
<td height="25" colspan="9" class="clCouleur2" align="center" valign="top" nowrap="true">Court terme</td>
|
||
</tr>
|
||
<tr height="30">
|
||
<td height="30" width="110" class="clCouleur2b" align="right" valign="top">
|
||
Cptes ordinaires d<>biteurs<br/>(CO)
|
||
</td>
|
||
<td width="4"></td>
|
||
<td width="110" class="clCouleur2b" align="right" valign="top">
|
||
Cr<43>ances commerciales<br/>(CC)
|
||
</td>
|
||
<td width="5"></td>
|
||
<td width="100" class="clCouleur2b" align="right" valign="top">
|
||
Affacturage<br/>(AF)
|
||
</td>
|
||
<td width="7" class="clCouleur2b"> </td>
|
||
<td width="110" class="clCouleur2b" align="right" valign="top">
|
||
Autres cr<63>dits <20> court terme<br/>(CA)
|
||
</td>
|
||
<td width="12" class="clCouleur2b" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="45" vspace="0"/>
|
||
</td>
|
||
<td width="110" class="clCouleur2b" align="right" valign="top">
|
||
Total court terme <br/>[I]
|
||
</td>
|
||
<td width="106" align="right"></td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="7" class="clItalic"></td>
|
||
<td width="12" class="clItalic" valign="bottom" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="5" vspace="0"/>
|
||
</td>
|
||
<td colspan="2" class="clItalic"></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td width="110" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(.)"/> 
|
||
</td>
|
||
<td width="4" class="clFond" align="right"> </td>
|
||
<td width="110" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTCCCT)"/> 
|
||
</td>
|
||
<td width="5" class="clFond" align="right"> </td>
|
||
<td width="100" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTAFCT)"/> 
|
||
</td>
|
||
<td width="7" class="clFond" align="right"> </td>
|
||
<td width="110" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTACCT)"/> 
|
||
</td>
|
||
<td width="12" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="110" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTCBCT)"/> 
|
||
</td>
|
||
<td width="106"></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td width="110" class="clItalic" align="right"> </td>
|
||
<td width="4" class="clItalic" align="right"> </td>
|
||
<td width="110" class="clItalic" align="right"> </td>
|
||
<td width="5" class="clItalic" align="right"> </td>
|
||
<td width="100" class="clItalic" align="right"> </td>
|
||
<td width="7" class="clItalic" align="right"> </td>
|
||
<td width="110" class="clItalic" align="right"> </td>
|
||
<td width="12" class="clItalic" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="110" class="clItalic" align="right"> </td>
|
||
<td width="106"></td>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="position()=last()">
|
||
|
||
<tr>
|
||
<td width="110" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTCODCCT)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="4" class="clFond" align="right"> </td>
|
||
<td width="110" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTCCCT)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="5" class="clFond" align="right"> </td>
|
||
<td width="100" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTAFCT)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="7" class="clFond" align="right"> </td>
|
||
<td width="110" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTACCT)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="12" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="110" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTCBCT)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="106"></td>
|
||
</tr>
|
||
<tr>
|
||
<td height="1" colspan="10" class="clItalic">  </td>
|
||
</tr>
|
||
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"></td></xsl:text>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
|
||
<!--CREDIT MOYEN ET LONG TERME-->
|
||
<xsl:template match="CUMULCBDOC/MTCMLT">
|
||
<xsl:if test="position()=1">
|
||
<xsl:text disable-output-escaping="yes"><td width="739" align="left" valign="top"></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"><table width="100%" border="0" cellspacing="0" cellpadding="0"></xsl:text>
|
||
<tr>
|
||
<td height="10" width="580" colspan="9"></td>
|
||
<td width="106"></td>
|
||
</tr>
|
||
<tr>
|
||
<td width="103" rowspan="2" class="clCouleur2b" align="right" valign="middle" nowrap="true">
|
||
Moyen<br/> et long terme<br/>(TE+TA)<br/>[II]
|
||
</td>
|
||
<td width="10" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td colspan="3" class="clCouleur2b" align="center" valign="middle" nowrap="true">Cr<EFBFBD>dits-bails </td>
|
||
<td align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td width="74" rowspan="2" class="clCouleur2b" align="right" valign="middle" nowrap="true">
|
||
Titris<69>s<br/>(IT)<br/>[V]
|
||
</td>
|
||
<td align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td width="158" rowspan="2" class="clCouleur2b" align="right" valign="middle" nowrap="true">
|
||
Total <br/>
|
||
des cr<63>dits mobilis<69>s [VI]<br/>[I]+[II]+[III]+[IV]+[V]
|
||
</td>
|
||
<td 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>
|
||
</tr>
|
||
|
||
<tr height="25">
|
||
<td width="10" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td width="104" class="clCouleur2b" align="right" valign="middle">
|
||
Mobiliers (BM)<br/>[III]
|
||
</td>
|
||
<td width="5" class="clCouleur2" align="right"> </td>
|
||
<td width="108" class="clCouleur2b" align="right" valign="middle">
|
||
Immobiliers (BI)<br/>[IV]
|
||
</td>
|
||
<td width="4" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td width="4" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="40" vspace="0"/>
|
||
</td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clItalic"></td>
|
||
<td class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="5" vspace="0"/>
|
||
</td>
|
||
<td class="clItalic"></td>
|
||
<td class="clItalic"></td>
|
||
<td class="clItalic"></td>
|
||
<td class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="5" vspace="0"/>
|
||
</td>
|
||
<td class="clItalic"></td>
|
||
<td width="4" class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="5" vspace="0"/>
|
||
</td>
|
||
<td width="158" class="clItalic"></td>
|
||
<td width="104" class="clItalic"></td>
|
||
</tr>
|
||
<tr>
|
||
<td width="103" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(.)"/> 
|
||
</td>
|
||
<td width="10" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="104" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTCBM)"/> 
|
||
</td>
|
||
<td width="5" class="clFond"> </td>
|
||
<td width="108" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTCBI)"/> 
|
||
</td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0" />
|
||
</td>
|
||
<td width="74" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTTITR)"/> 
|
||
</td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0" />
|
||
</td>
|
||
<td class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTTOT6)"/> 
|
||
</td>
|
||
<td class="clItalic"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td width="103" class="clItalic" align="right"> </td>
|
||
<td width="10" class="clItalic" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0" />
|
||
</td>
|
||
<td width="104" class="clItalic" align="right"> </td>
|
||
<td width="5" class="clItalic"> </td>
|
||
<td width="108" class="clItalic" align="right"> </td>
|
||
<td width="4" class="clItalic" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0" />
|
||
</td>
|
||
<td width="74" class="clItalic" align="right"> </td>
|
||
<td width="4" class="clItalic" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0" />
|
||
</td>
|
||
<td class="clItalic" align="right"> </td>
|
||
<td ></td>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="position()=last()">
|
||
<tr>
|
||
<td width="103" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTCMLT)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="10" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0" />
|
||
</td>
|
||
<td width="104" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTCBM)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="5" class="clFond" align="right"> </td>
|
||
<td width="108" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTCBI)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0" />
|
||
</td>
|
||
<td width="74" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTTITR)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0" />
|
||
</td>
|
||
<td class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTTOT6)"/>
|
||
</b> 
|
||
</td>
|
||
<td ></td>
|
||
</tr>
|
||
<tr>
|
||
<td height="1" colspan="10" class="clItalic"> </td>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"></td></xsl:text>
|
||
</xsl:if>
|
||
|
||
</xsl:template>
|
||
|
||
|
||
<!-- CREDIT MOBILISABLE -->
|
||
<xsl:template match="CUMULCBDOC/MTCC">
|
||
<xsl:if test="position()=1">
|
||
<xsl:text disable-output-escaping="yes"><td width="739" align="left" valign="top"></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"><table width="100%" border="0" cellspacing="0" cellpadding="0"></xsl:text>
|
||
<tr>
|
||
<td width="344" height="25" colspan="5" class="clCouleur2" align="center" valign="middle" nowrap="true">CREDITS MOBILISABLES </td>
|
||
<td width="4" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="22" vspace="0"/>
|
||
</td>
|
||
<td width="94" rowspan="2" class="clCouleur2b" align="right" valign="middle" nowrap="true">
|
||
Total cr<63>dits mobilis<69>s et mobilisables <br/>[VIII]=
|
||
[VI]+[VII]
|
||
</td>
|
||
<td width="4" valign="bottom" align="center" rowspan="2">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="91" vspace="0"/>
|
||
</td>
|
||
<td width="94" rowspan="2" class="clCouleur2b" align="right" valign="middle" nowrap="true">
|
||
ENGAGEMENTS DE GARANTIE<br/>
|
||
(AC)<br/>
|
||
</td>
|
||
<td width="104" align="right"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2b" width="113" align="right" valign="middle">
|
||
Partie dispo des cr<63>dits mobilis<br/>(OC)
|
||
</td>
|
||
<td width="10"></td>
|
||
<td class="clCouleur2b" width="114" align="right" valign="middle">Cr<EFBFBD>dits documentaires (OD)</td>
|
||
<td width="5" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="70" vspace="0"/>
|
||
</td>
|
||
<td class="clCouleur2b" width="108" align="right" valign="middle">Total cr<63>dits mobilisables [VII]</td>
|
||
<td width="4" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="70" vspace="0"/>
|
||
</td>
|
||
<td width="104"></td>
|
||
</tr>
|
||
<tr>
|
||
<td width="113" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(.)"/> 
|
||
</td>
|
||
<td width="10" class="clFond"> </td>
|
||
<td width="114" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTCD)"/> 
|
||
</td>
|
||
<td width="5" class="clFond" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="108" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTTOT7)"/> 
|
||
</td>
|
||
<td width="4" class="clFond" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTTOT8)"/> 
|
||
</td>
|
||
<td width="4" class="clFond" valign="bottom" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clFond" align="right">
|
||
<xsl:value-of select="bdf:displayNumber(../MTAC)"/> 
|
||
</td>
|
||
<td width="104" class="clItalic"></td>
|
||
</tr>
|
||
<tr>
|
||
<td width="113" class="clItalic"></td>
|
||
<td width="10" class="clItalic" align="center"></td>
|
||
<td width="114" class="clItalic"></td>
|
||
<td width="5" class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="108" class="clItalic"></td>
|
||
<td width="4" class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clItalic"></td>
|
||
<td width="4" class="clItalic" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clItalic"></td>
|
||
<td width="104" class="clItalic"></td>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="position()=last()">
|
||
<tr>
|
||
<td width="113" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTCC)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="10" class="clFond" align="center"></td>
|
||
<td width="114" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTCD)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="5" class="clFond" align="center">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="108" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTTOT7)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTTOT8)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="4" class="clFond" align="center">
|
||
<img src="/FIBEN/images/{$familyName}/shim.gif" width="1" height="15" vspace="0"/>
|
||
</td>
|
||
<td width="94" class="clFond" align="right">
|
||
<b>
|
||
<xsl:value-of select="bdf:displayNumber(../../MOYCBC/MTAC)"/>
|
||
</b> 
|
||
</td>
|
||
<td width="104"></td>
|
||
</tr>
|
||
<tr>
|
||
<td height="1" colspan="10" class="clItalic"> </td>
|
||
</tr>
|
||
<xsl:text disable-output-escaping="yes"></table></xsl:text>
|
||
<xsl:text disable-output-escaping="yes"></td></xsl:text>
|
||
|
||
</xsl:if>
|
||
</xsl:template>
|
||
|
||
|
||
<xsl:template match="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/ICB03" mode="genLib">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2">
|
||
<xsl:apply-templates select="ICB03"/><br/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/><br/>
|
||
</xsl:template>
|
||
<xsl:template match="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORISQUESDO/RISQUES/ICB04" mode="genLib">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2">
|
||
<xsl:apply-templates select="ICB04"/><br/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/><br/>
|
||
</xsl:template>
|
||
<!--******************** Fin comptes collectifs *********************************-->
|
||
|
||
|
||
<!--************************** RELATIONS BANCAIRES ****************************************************-->
|
||
<xsl:template match="INFORELBANC">
|
||
<a name="Relbanc"/>
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td class="clCouleur2">LISTE DES RELATIONS BANCAIRES (<xsl:value-of select="NBRELBAN"/>)</td>
|
||
<td 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>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td width="24" class="clCouleur2" align="right"></td>
|
||
<td width="66" class="clCouleur2">Banque</td>
|
||
<td width="79" class="clCouleur2">Guichet</td>
|
||
<td width="304" class="clCouleur2">Libell<EFBFBD> de l'<27>tablissement bancaire </td>
|
||
<td width="162" class="clCouleur2" align="center">Date de mise <20> jour</td>
|
||
<td> </td>
|
||
</tr>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFORELBANC/RELBAN"/>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="RELBAN">
|
||
<xsl:if test="position() mod 2 != 0">
|
||
<tr>
|
||
<td width="24" class="clFond"></td>
|
||
<td width="66" class="clFond"><xsl:value-of select="COBAN"/></td>
|
||
<td width="79" class="clFond"><xsl:value-of select="COGUI"/></td>
|
||
<td width="304" class="clFond"><xsl:value-of select="LIBBAN"/></td>
|
||
<td width="162" class="clFond" align="center"><xsl:value-of select="bdf:displayDate(DATMAJ)"/></td>
|
||
<td align="right"> </td>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="position() mod 2 = 0">
|
||
<tr>
|
||
<td width="24" class="clTexte" align="right"></td>
|
||
<td width="66" class="clTexte"><xsl:value-of select="COBAN"/></td>
|
||
<td width="79" class="clTexte"><xsl:value-of select="COGUI"/></td>
|
||
<td width="304" class="clTexte"><xsl:value-of select="LIBBAN"/></td>
|
||
<td width="162" class="clTexte" align="center"><xsl:value-of select="bdf:displayDate(DATMAJ)"/></td>
|
||
<td align="right"> </td>
|
||
</tr>
|
||
</xsl:if>
|
||
|
||
<xsl:if test="position() = last()">
|
||
<xsl:if test="//INFORELBANC/SUITE">
|
||
<tr>
|
||
<td colspan="5">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td width="530" height="14" colspan="4" class="clCouleur2"/>
|
||
<td width="105" height="14" align="right" valign="middle">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!-- <a href="#nullepart" onClick="requestBDFInfos('40','','{$familyNumber}','{EJ/IDENTS}',cstSimpleConfirm);">
|
||
<img src="../images/Commun/clignotant2.gif" width="85" height="12" border="0" align="absbottom" /></a>-->
|
||
<a href="/FIBEN/Aide/liens_inter-modules.htm#ancAutres">
|
||
<img src="/FIBEN/images/Commun/clignotant2.gif" width="85" height="12" border="0" align="absbottom" alt="Liens inter-modules"/></a>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
<td/>
|
||
</tr>
|
||
</xsl:if>
|
||
</xsl:if>
|
||
|
||
</xsl:template>
|
||
|
||
|
||
<!--***************************** Partie INFO VB ***************************************-->
|
||
<xsl:template name="PartINFOVB">
|
||
<div class="clBreakPage"></div>
|
||
<a name="VB"/>
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td width="635" align="center" class="clCouleur2">VITRINE BILANS</td>
|
||
<td 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>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2">
|
||
<img src="/FIBEN/Images/{$familyName}/shim.gif" width="635" height="1" vspace="8"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="739" class="clCouleur2" colspan="2"> Bilans disponibles dans les modules Fiben : </td>
|
||
</tr>
|
||
</table>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2" height="10" width="285"/>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2" height="10" width="285"/>
|
||
</tr>
|
||
</table>
|
||
<xsl:if test="$DatesList1!=''">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2" height="10" width="285">Donn<EFBFBD>es comptables sur base sociale</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2" height="10" width="285"/>
|
||
</tr>
|
||
<tr width="100%">
|
||
<td class="clCouleur2" width="285"> Date de cl<63>ture</td>
|
||
<xsl:value-of select="bdf:genDates($DatesList1)" disable-output-escaping="yes"/>
|
||
</tr>
|
||
<tr width="100%">
|
||
<td class="clCouleur2" width="285"> Dur<EFBFBD>e d'exercice</td>
|
||
<xsl:value-of select="bdf:genDurees($DatesList1)" disable-output-escaping="yes"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="9" class="clCouleur2" height="10"/>
|
||
</tr>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFOVB" mode="tab1"/>
|
||
<tr>
|
||
<td colspan="9" class="clCouleur2" height="10"/>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2" height="10" width="285"/>
|
||
</tr>
|
||
</table>
|
||
</xsl:if>
|
||
<xsl:if test="$DatesList2!=''">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td class="clCouleur2" height="10" width="285">Donn<EFBFBD>es comptables sur base consolid<69>e</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="clCouleur2" height="10" width="285"/>
|
||
</tr>
|
||
<xsl:variable name="nbDONMODDO" select="count(DONMODDO)"/>
|
||
<tr width="100%">
|
||
<td class="clCouleur2" width="285"> Date de cl<63>ture</td>
|
||
<xsl:value-of select="bdf:genDates($DatesList2)" disable-output-escaping="yes"/>
|
||
</tr>
|
||
<tr width="100%">
|
||
<td class="clCouleur2" width="285"> Dur<EFBFBD>e d'exercice</td>
|
||
<xsl:value-of select="bdf:genDurees($DatesList2)" disable-output-escaping="yes"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="9" class="clCouleur2" height="10"/>
|
||
</tr>
|
||
<xsl:apply-templates select="/FIBEN/PERSONNE/MODULEDE/DIFFDE/INFOVB" mode="tab2"/>
|
||
</table>
|
||
</xsl:if>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
<xsl:template match="INFOVB" mode="tab1">
|
||
<xsl:variable name="NUMMOD" select="NUMMOD"/>
|
||
<xsl:if test="$NUMMOD!=66 and $NUMMOD!=67">
|
||
<tr>
|
||
<td class="clCouleur2" width="285"> 
|
||
<xsl:if test="DONMODDO">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!--<a href="#nullePart" onclick="requestBDFInfos('{$NUMMOD}','','9','',false,false,this);" class="clCouleur2"><u> <xsl:value-of select="$NUMMOD"/> </u></a>-->
|
||
<a href="#Lien vers ce module" class="clCouleur2"><u>
|
||
<xsl:value-of select="$NUMMOD"/></u></a>
|
||
</xsl:if>
|
||
<xsl:if test="not(DONMODDO)">
|
||
<xsl:value-of select="$NUMMOD"/>
|
||
</xsl:if> <xsl:value-of select="$dictionnaire/titre[@module=$NUMMOD]"/>
|
||
</td>
|
||
<xsl:if test="position() mod 2 = 0"><xsl:value-of select="bdf:genModule($DatesList1,.,'clTexte')" disable-output-escaping="yes"/></xsl:if>
|
||
<xsl:if test="position() mod 2 = 1"><xsl:value-of select="bdf:genModule($DatesList1,.,'clFond')" disable-output-escaping="yes"/></xsl:if>
|
||
</tr>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<xsl:template match="INFOVB" mode="tab2">
|
||
<xsl:variable name="NUMMOD" select="NUMMOD"/>
|
||
<xsl:if test="$NUMMOD=66 or $NUMMOD=67">
|
||
<tr>
|
||
<td class="clCouleur2" width="285"> 
|
||
<xsl:if test="DONMODDO">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!--<a href="#nullePart" onclick="requestBDFInfos('{$NUMMOD}','','9','',false,false,this);" class="clCouleur2"><u> <xsl:value-of select="$NUMMOD"/> </u></a>-->
|
||
<a href="#Lien vers ce module" class="clCouleur2"><u>
|
||
<xsl:value-of select="$NUMMOD"/></u></a>
|
||
</xsl:if>
|
||
<xsl:if test="not(DONMODDO)">
|
||
<xsl:value-of select="$NUMMOD"/>
|
||
</xsl:if> <xsl:value-of select="$dictionnaire/titre[@module=$NUMMOD]"/>
|
||
</td>
|
||
<xsl:if test="position() mod 2 = 0">
|
||
<xsl:value-of select="bdf:genModule($DatesList2,.,'clTexte')" disable-output-escaping="yes"/>
|
||
</xsl:if>
|
||
<xsl:if test="position() mod 2 = 1">
|
||
<xsl:value-of select="bdf:genModule($DatesList2,.,'clFond')" disable-output-escaping="yes"/>
|
||
</xsl:if>
|
||
</tr>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<!--********************************************************************************************************************************************************************-->
|
||
<!--TEMPLATE 5eme PAVE : SOCIETE CONSOLIDANTE-->
|
||
<xsl:template match="DIFFDE/EJ">
|
||
<a name="SteConso"/>
|
||
<xsl:if test="position()=last()">
|
||
<table width="739" border="0" cellspacing="0" cellpadding="0">
|
||
<tr align="center">
|
||
<td class="clCouleur2">SOCI<EFBFBD>T<EFBFBD>(S) CONSOLIDANT L'ENTREPRISE
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_SoCoEn'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
</td>
|
||
<td 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>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<xsl:for-each select="../EJ">
|
||
<tr>
|
||
<td width="130" class="clFond"> <xsl:value-of select="bdf:displaySiren(IDENTS)"/>
|
||
</td>
|
||
<td width="425" class="clFond"> <xsl:value-of select="DENOM"/>
|
||
</td>
|
||
<td width="80" class="clFond" align="right">
|
||
  <!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'m27_Au'"/>-->
|
||
<!--</xsl:call-template>--> au
|
||
<xsl:value-of select="bdf:displayDate(@DATPERI)"/>
|
||
</td>
|
||
</tr>
|
||
<!--<xsl:if test="not($NonResident='NR')">-->
|
||
<tr>
|
||
<td colspan="3" width="635" align="right">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!-- <a href="#nullepart" onClick="requestBDFInfos('27|30|66|67|','','{$familyNumber}','{IDENTS}',cstMultipleConfirm);"><img border="0" height="12" src="/FIBEN/images/Commun/clignotant2.gif" width="90"/></a>-->
|
||
<a href="/FIBEN/Aide/liens_inter-modules.htm#ancAutres">
|
||
<img src="/FIBEN/images/Commun/clignotant2.gif" width="90" height="12" border="0" align="absbottom" alt="Liens inter-modules"/>
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
<!--</xsl:if>-->
|
||
<!--<xsl:if test="$NonResident='NR'">
|
||
<tr>
|
||
<td colspan="3" width="635" align="right"> </td>
|
||
</tr>
|
||
</xsl:if>-->
|
||
</xsl:for-each>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:if>
|
||
</xsl:template>
|
||
<!--********************************************************************************************************************************************************************-->
|
||
<xsl:template name="genSignetDE">
|
||
<tr>
|
||
<td width="14"/>
|
||
<td colspan="3" height="22" valign="top">
|
||
<xsl:if test="//DIFFDE/INFOJURIDIQUES">
|
||
<a href="#ancJurid" class="clItalic">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'sig_InfJur'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
[Informations juridiques]
|
||
  </a>
|
||
</xsl:if>
|
||
<xsl:if test="//DIFFDE/INFOCOMPTABLESDO">
|
||
<a href="#ancSociaux" class="clItalic">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'sig_ChiCle'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
[Chiffres cl<63>s]
|
||
  </a>
|
||
</xsl:if>
|
||
<xsl:if test="//DIFFDE/INFOCOTATIONPM">
|
||
<a href="#Cotation" class="clItalic">[Cotation Banque de France]  </a>
|
||
</xsl:if>
|
||
<xsl:if test="//DIFFDE/INFODIRIGEANTS/DIRIGEANTS">
|
||
<a href="#Dirigeants" class="clItalic">[Dirigeant(s) actif(s)]  </a>
|
||
</xsl:if>
|
||
<br/>
|
||
<xsl:if test="//DIFFDE/INFODIRIGEANTS/DIRIGEANTSCESSES">
|
||
<a href="#ancCesse" class="clItalic"> [Dirigeant(s) cess<73>(s)]  </a>
|
||
</xsl:if>
|
||
<xsl:if test="//DIFFDE/INFOASSOCIES">
|
||
<a href="#Associes" class="clItalic">
|
||
[Associ<63>s]
|
||
  </a>
|
||
</xsl:if>
|
||
<xsl:if test="//DIFFDE/INFOEVMEVJ">
|
||
<a href="#ancEvent" class="clItalic">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'sig_EvMaJu'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
[<5B>v<EFBFBD>nement(s) marquant(s) / judiciaire(s)]
|
||
  </a>
|
||
</xsl:if>
|
||
<xsl:if test="//DIFFDE/INFOIMPAYESTRIM">
|
||
<a href="#ancEffet" class="clItalic">
|
||
[IPE]
|
||
  </a>
|
||
</xsl:if>
|
||
<xsl:if test="//DIFFDE/INFORISQUESDO">
|
||
<a href="#ancConcours" class="clItalic">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'sig_ConBan'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
[Concours bancaires]
|
||
  </a>
|
||
</xsl:if>
|
||
<br/>
|
||
<xsl:if test="//DIFFDE/INFORELBANC">
|
||
<a href="#Relbanc" class="clItalic">[Relations bancaires]  </a>
|
||
</xsl:if>
|
||
<xsl:if test="//DIFFDE/INFOVB">
|
||
<a href="#VB" class="clItalic">[Vitrine bilan]  </a>
|
||
</xsl:if>
|
||
<xsl:if test="//DIFFDE/EJ">
|
||
<a href="#SteConso" class="clItalic">[Soci<63>t<EFBFBD>s consolidant l'entreprise]  </a>
|
||
</xsl:if>
|
||
<xsl:if test="//HOMONYME or //IDLIES">
|
||
<a href="#ancHomonyme" class="clItalic">
|
||
<!--<xsl:call-template name="tradlib">-->
|
||
<!--<xsl:with-param name="Lang" select="$Lang"/>-->
|
||
<!--<xsl:with-param name="codeLib" select="'sig_HoIdLi'"/>-->
|
||
<!--</xsl:call-template>-->
|
||
[Homonyme / identifiant(s) li<6C>(s)]
|
||
</a>
|
||
</xsl:if>
|
||
</td>
|
||
<td width="103"/>
|
||
</tr>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="STECONSO" mode="genLib">
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td colspan="2" class="clCouleur2"> <xsl:apply-templates select="."/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="130"/>
|
||
<td width="505" align="right">
|
||
<!-- MISE EN COMMENTAIRE : requ<71>te -->
|
||
<!-- <a href="#nullepart" onClick="requestBDFInfos('27|30|66|67|','','{$familyNumber}','{/FIBEN/PERSONNE/MODULE60/EJ/IDENTS}',cstMultipleConfirm);">
|
||
<img src="/FIBEN/Images/Commun/clignotant2.gif" width="90" height="12" alt="Plus d'infos" border="0"/></a>-->
|
||
<a href="/FIBEN/Aide/liens_inter-modules.htm#ancAutres">
|
||
<img src="/FIBEN/images/Commun/clignotant2.gif" width="90" height="12" border="0" align="absbottom" alt="Liens inter-modules"/>
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<xsl:call-template name="shim"/>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="BIL01S[@ISCODE='1']">
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0" height="125">
|
||
<tr>
|
||
<td>
|
||
<xsl:call-template name="traduction">
|
||
<xsl:with-param name="code" select="'BIL01S'"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="BIL01C[@ISCODE='1']">
|
||
<xsl:call-template name="shim"/>
|
||
<br/>
|
||
<table width="635" border="0" cellspacing="0" cellpadding="0" height="125">
|
||
<tr>
|
||
<td>
|
||
<xsl:call-template name="traduction">
|
||
<xsl:with-param name="code" select="'BIL01C'"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</xsl:template>
|
||
<!-- 01/2004 template supprim<69> : plus besoin d'afficher la succursale dans IEC01 -->
|
||
<xsl:template match="IEC01" mode="DisplayMDE">
|
||
<br/>
|
||
<xsl:apply-templates select="."/>
|
||
</xsl:template>
|
||
</xsl:stylesheet>
|