Tema: css firefox
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 20/03/2007, 02:53
kuru
 
Fecha de Ingreso: marzo-2007
Mensajes: 3
Antigüedad: 17 años, 1 mes
Puntos: 0
Re: css firefox

<xsl:template name="custom_cnbilbao">
<div id="custom_cnbilbao" style="height:1024px">
<xsl:choose>
<xsl:when test="$currentsection = 'home' and $currentoption = 'index'">
<div id="head" style="height:inherit">
<h1><span class="nodisplay">Ilustre <xsl:value-of select="$applicationName" /></span></h1>
<p>
<xsl:choose>
<xsl:when test="$connected">
<a href='?do=identity.release'><img src="data/media/images/cnbilbao/fondos/areapersonal_on.gif" alt="desconectarse" title="desconectarse" /></a>
<a href='?do=contenidos'>
<img src="data/media/images/cnbilbao/fondos/contenidos_off.gif"/>
</a>
</xsl:when>
<xsl:otherwise>
<a href='?do=identity'><img src="data/media/images/cnbilbao/fondos/areapersonal_off.gif" alt="conectarse" title="conectarse"/></a>
</xsl:otherwise>
</xsl:choose>
<a href='?do=home&amp;option=sitemap'>
<img src="data/media/images/cnbilbao/fondos/mapaweb_off.gif"/>
</a>
<a href='?do=home&amp;option=contact'>
<img src="data/media/images/cnbilbao/fondos/contacto_off.gif"/>
</a>
<a href='?do=awe.locale&amp;id=eu'>
<img src="data/media/images/cnbilbao/fondos/idioma_off.gif"/>
</a>
</p>
</div>
<div id="sections">
<xsl:call-template name="sections_cnbilbao" />
<div id="custom" style="height:inherit">
<xsl:call-template name="custom"/>
</div>
</div>
<div id="content_layout">
<div id="flash"></div>

</div>
<div id="inti">
<a href=""><img src="data/media/images/logos/ANCERT.tecnologia.png" alt="Tecnología Ancert" /></a>
</div>
</xsl:when>
<xsl:otherwise>
<div id="sections">
<xsl:call-template name="sections_cnbilbao" />
</div>
<div id="options" style="height:auto">
<!--xsl:if test="$currentsection = 'prensa' or $currentsection = 'defensa' or $currentsection = 'basedatos'">
<div class="options_head" style="background-image:url(data/media/images/cnbilbao/fondos/escudo.jpg)"></div>
<xsl:apply-templates select="/awedata/sitemap/sections/section[@id=$currentsection]/options"/>
<div class="options_footer"></div>
</xsl:if-->
<div class="options_head" style="background-image:url(data/media/images/cnbilbao/fondos/{$currentsection}.jpg)"></div>
<xsl:apply-templates select="/awedata/sitemap/sections/section[@id=$currentsection]/options"/>
<div class="options_footer"></div>
</div>

<div id="content_layout">
<div id="head">
<p>
<a href='?do=home'>
<img src="data/media/images/cnbilbao/menu/inicio_off.gif"/>
</a>
<a href='?do=awe.locale&amp;id=eu'>
<img src="data/media/images/cnbilbao/menu/euskera_off2.gif"/>
</a>
<a href='?do=home&amp;option=contact'>
<img src="data/media/images/cnbilbao/menu/contacto_off2.gif"/>
</a>
<a href='?do=home&amp;option=sitemap'>
<img src="data/media/images/cnbilbao/menu/mapa_web2.gif"/>
</a>
<xsl:choose>
<xsl:when test="$connected">
<a href='?do=contenidos'>
<img src="data/media/images/cnbilbao/menu/area_per.gif"/>
</a>
<a href='?do=identity.release'><img src="data/media/images/cnbilbao/menu/access.unlock.gif" alt="desconectarse" title="desconectarse" /></a>
</xsl:when>
<xsl:otherwise>
<a href='?do=identity'><img src="data/media/images/cnbilbao/menu/access.lock.gif" alt="conectarse" title="conectarse"/></a>
</xsl:otherwise>
</xsl:choose>
</p>
</div>
<div id="content" style="height:inherit">
<xsl:choose>
<xsl:when test="$currentsection='home' and $currentoption='index'">
<h2><span><xsl:value-of select="/awedata/sitemap/sections/section[@id='home']/label" /></span></h2>
</xsl:when>
<xsl:otherwise>
<h2><span><xsl:value-of select="$viewTitle" /></span></h2>
</xsl:otherwise>
</xsl:choose>
<xsl:call-template name="body" />
<xsl:call-template name="editOption" />
</div>
<div id="footer">
<div id="intifooter">
<a href=""><img src="data/media/images/logos/ANCERT.tecnologia.png" alt="Tecnología Ancert" /></a>
</div>
<p>
<a href="javascript:openWindow('?do=home&amp;option=r ecomendar','Recomendar','scrollbars=0,width=670,he ight=450,top=100,left=100,directories=0,copyhistor y=0')">

Recomendar la página
</a>|
<a href="javascript:agregarAFavoritos('Colegio Notarial de Bilbao','')">
Agregar a favoritos
</a>|
<a href="javascript:openWindow('?do=home&amp;option=a viso_legal','Aviso','scrollbars=1,width=480,height =700,top=100,left=100,directories=0,copyhistory=0' )">
Aviso legal
</a>
</p>
</div>
</div>
</xsl:otherwise>
</xsl:choose>
</div>
</xsl:template>


Aqui esta, no me dejaba adjuntarlo pq llevo poco en el foro y tenia enlaces en el codigo. EN negrita esta la parte que creo que falla. Graciaqs