Rev 6 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6 | Andrea | 1 | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> |
2 | <%@ taglib prefix="s" uri="/struts-tags" %> |
||
3 | |||
4 | <s:url id="logoEnteUrl" action="paginaIniziale!immagineLogoUtente.action" /> |
||
5 | |||
78 | Andrea | 6 | <img src="img/s3LogoS3.gif" alt="Sistema SIGMA TER"/> |
6 | Andrea | 7 | <%-- |
8 | <img id="logo_rer" style="top: 25px;" src="img/Logo_Liguria.png" alt="Regione Liguria"/> |
||
9 | --%> |
||
10 | <s:if test="%{#session.principal != null}"> |
||
11 | <img id="logo_rer" style="top: 25px; height: 70px;" src="<s:property value="#logoEnteUrl"/>" alt="Logo Ente"/> |
||
12 | </s:if> |
||
13 |