extranet/www/fiben/modules/m07/gen_html.xsl
2010-01-28 09:32:35 +00:00

112 lines
4.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:bdf="http://banque-france.fr/namespace">
<xsl:import href="../../Ressources/XSL/Commun.xsl"/>
<xsl:import href="../../Ressources/XSL/Commun_RALPH.xsl"/>
<!-- IMPORTANT : commun_RALPH après Commun pour respecter l'ordre des surcharges -->
<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="'SaaRalph'"/>
<xsl:param name="familyTitle" select="''"/>
<xsl:param name="nextModule" select="''"/>
<xsl:param name="nextId" select="''"/>
<xsl:param name="nextFamily" select="''"/>
<xsl:param name="module" select="''"/>
<xsl:param name="refint" select="''"/>
<xsl:param name="id" select="''"/>
<!-- MISE EN COMMENTAIRE : menu dynamique -->
<!--xsl:param name="menuHTML1" select="document('../menu.xhtml')"/-->
<!--TEMPLATE PRINCIPAL-->
<xsl:template match="/">
<html>
<xsl:call-template name="genHead">
<xsl:with-param name="ident" select="//RECHDEN"/>
</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:with-param name="alerte" select="false()"/>
</xsl:call-template>
<xsl:apply-templates select="/FIBEN/ERREUR">
<xsl:with-param name="alerte" select="false()"/>
</xsl:apply-templates>
<xsl:if test="not(/FIBEN/ERREUR)">
<tr>
<td width="14"></td>
<td width="739" colspan="4" class="clCouleur2" valign="top">
<xsl:call-template name="genEnTete">
<xsl:with-param name="ident">Recherche sur</xsl:with-param>
<xsl:with-param name="nom" select="//RECHDEN"/>
</xsl:call-template>
<xsl:apply-templates select="//IRECH|//SCR|//IST07|//U051|//U052|//U057" mode="genLib"/>
<xsl:if test="not(//IRECH|//SCR|//U051|//U052|//U057)">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<td width="19">&#160;</td>
<td class="clCouleur2">REPONSES (<xsl:value-of select="//NBREPONSE"/>)</td>
<xsl:call-template name="genFlecheHaut"/>
</tr>
</table>
<xsl:call-template name="shim"/><br />
<table width="739" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4" class="clCouleur2"> Cliquez sur la réponse de votre choix</td>
</tr>
<tr>
<td colspan="4">&#160;</td>
</tr>
<xsl:apply-templates select="//PMRALPH|//PPRALPH"/>
<tr>
<td width="105">&#160;</td>
<td width="210">&#160;</td>
<td width="270">&#160;</td>
<td width="65">&#160;</td>
</tr>
</table>
</xsl:if>
</td>
</tr>
</xsl:if>
<!-- MISE EN COMMENTAIRE :bouton -->
<!--xsl:call-template name="genBackButton">
<xsl:with-param name="type" select="$origine"/>
</xsl:call-template-->
<tr>
<td width="14"></td>
<td colspan="3"><xsl:call-template name="shim"/></td>
</tr>
<tr>
<td width="442" colspan="2"></td>
<xsl:if test="not(//IRECH|//SCR|//IST07|//U051|//U052|//U057)">
<xsl:call-template name="genBoutonImage">
<xsl:with-param name="alerte" select="false()"/>
</xsl:call-template>
</xsl:if>
<td width="78"></td>
<xsl:if test="not(//IRECH|//SCR|//IST07|//U051|//U052|//U057)">
<xsl:call-template name="genFlecheHaut"/>
</xsl:if>
</tr>
<xsl:call-template name="genBasPage"/>
</table>
<xsl:call-template name="genMenu"/>
<!-- MISE EN COMMENTAIRE : menu dynamique -->
<!--xsl:copy-of select="$menuHTML1"/-->
<!--Partie spécifique
<form name="frmForm" method="get" action="#">
<input type="hidden" name="id" value="{$id}"/>
<input type="hidden" name="mod" value="{$module}"/>
<input type="hidden" name="refint" value="{$refint}"/>
</form>
fin de partie spécifique-->
</body>
</html>
</xsl:template>
</xsl:stylesheet>