Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6 | Andrea | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> |
||
3 | <%@ taglib prefix="s" uri="/struts-tags" %> |
||
4 | <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> |
||
5 | |||
6 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it"> |
||
7 | <head> |
||
8 | <title><tiles:insertAttribute name="title" /></title> |
||
9 | <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> |
||
10 | <meta content="it" http-equiv="Content-Language" /> |
||
11 | <link media="screen, print" title="normale" href="css/s3Main.css" type="text/css" rel="stylesheet" /> |
||
12 | <link media="screen, print" title="normale" href="css/s3Home.css" type="text/css" rel="stylesheet" /> |
||
13 | <link media="print" title="stampa" href="css/s3Print.css" type="text/css" rel="stylesheet" /> |
||
14 | <link href="img/favicon.ico" rel="shortcut icon" /> |
||
15 | <script type="text/javascript" src="js/s3Nav.js"></script> |
||
16 | <script type="text/javascript" src="js/s3TipMain.js"></script> |
||
17 | <script type="text/javascript" src="js/s3Util.js"></script> |
||
18 | <script type="text/javascript"> |
||
19 | <!--// |
||
20 | function vaiAllaPaginaIniziale() { |
||
21 | document.location = '<%=request.getContextPath()%>/index.jsp'; |
||
22 | } |
||
23 | //--> |
||
24 | </script> |
||
25 | </head> |
||
26 | <body> |
||
27 | <div id="TipLayer"></div> |
||
28 | <script type="text/javascript" src="js/s3TipStyle.js"></script> |
||
29 | <div id="global"> |
||
30 | <div id="header"> |
||
31 | <tiles:insertAttribute name="header" /> |
||
32 | <tiles:insertAttribute name="menu" /> |
||
33 | </div> |
||
34 | <div> |
||
35 | <tiles:insertAttribute name="body" /> |
||
36 | </div> |
||
37 | <div id="footer"> |
||
38 | <tiles:insertAttribute name="footer" /> |
||
39 | </div> |
||
40 | </div> |
||
41 | </body> |
||
42 | </html> |