Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
37 | Andrea | 1 | <%@page isErrorPage="true" contentType="text/html" autoFlush="true" import="java.util.*" %> |
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||
3 | <html lang="it" xml:lang="it" xmlns="http://www.w3.org/1999/xhtml"> |
||
4 | <head> |
||
5 | <title>SIGMA TER - Prototipo</title> |
||
6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
||
7 | <meta http-equiv="Content-Language" content="it" /> |
||
8 | <!-- stylesheet che vengono usati per la stampa (screen, print) e per la visualizzazione su schermo --> |
||
9 | <link rel="stylesheet" type="text/css" href="css/Main.css" title="normale" media="screen, print" /> |
||
10 | <!-- immagini --> |
||
11 | <link rel="shortcut icon" href="img/favicon.ico" /> |
||
12 | <!-- javascript --> |
||
13 | <script type="text/javascript" src="js/divUtili.js" /> |
||
14 | </head> |
||
15 | <body> |
||
16 | <%@ page import="it.corenet.sigmater.sinteg.admin.exceptions.ApplicationException" %> |
||
17 | |||
18 | |||
19 | <% |
||
20 | //ApplicationException appException = (ApplicationException)request.getAttribute("exception"); |
||
21 | ApplicationException appException = (ApplicationException)exception; |
||
22 | %> |
||
23 | <div id="global"> |
||
24 | <div id="header"> |
||
25 | <img src="img/s3LogoS3.gif" alt="Gestione delle attività di caricamento del SINTEG" /> |
||
26 | <div id="mainnav"> |
||
27 | <ul> |
||
28 | <li> |
||
29 | |||
30 | </li> |
||
31 | </ul> |
||
32 | </div> |
||
33 | </div> |
||
34 | <!-- fine header --> |
||
35 | <div id="content"> |
||
36 | <div id="richiesta"> |
||
37 | <h1>Amministrazione del DBTI</h1> |
||
38 | <p /> |
||
39 | <form action="index.html" method="post" id="selezione_funzione"> |
||
40 | <!-- ******************************************** Parametri richiesta **************************************--> |
||
41 | <fieldset> |
||
42 | <!-- Filtri disponibili --> |
||
43 | <legend>Messaggio |
||
44 | </legend> |
||
45 | <p>Si è verificato un errore applicativo</p> |
||
46 | <p>Messaggio:<%out.print(appException.getMessage()); %></p> |
||
47 | </fieldset> |
||
48 | <fieldset> |
||
49 | <p> |
||
50 | <button class="submit" value="cmdAnnulla">Torna al menu principale</button> |
||
51 | |||
52 | </p> |
||
53 | </fieldset> |
||
54 | |||
55 | </form> |
||
56 | </div> |
||
57 | </div> |
||
58 | <!-- fine content --> |
||
59 | <div id="footer"> |
||
60 | Sistema SIGMA TER |
||
61 | <div id="core"><a href="http://www.sigmater.it" title="Link al sito SigmaTER">SigmaTER - Servizi Integrati catastali e Geografici per il Monitoraggio Amministrativo del TERritorio</a></div> |
||
62 | <div id="validator"> |
||
63 | <a href="http://validator.w3.org/check?uri=referer" title="Valida questa pagina (inglese)">XHTML 1.0</a> | |
||
64 | <a href="http://jigsaw.w3.org/css-validator/" title="Valida il foglio di stile (inglese)">CSS 2</a> | |
||
65 | <a href="http://www.w3.org/WAI/about.html" title="Linee guida per l'accessibilità (inglese)">WAI-A</a> |
||
66 | </div> |
||
67 | </div> |
||
68 | </div> |
||
69 | </body> |
||
70 | </html> |