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