annotate gnv/src/main/webapp/WEB-INF/jsp/version.jsp @ 1022:28a0628b11b0

Added license file and license header. gnv/trunk@1258 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 02 Nov 2010 17:15:08 +0000
parents de9a0b16e99f
children
rev   line source
282
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1022
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
3
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
4 <%--
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
5 Copyright (c) 2010 by Intevation GmbH
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
6
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
7 This program is free software under the LGPL (>=v2.1)
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
8 Read the file LGPL.txt coming with the software for details
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
9 or visit http://www.gnu.org/licenses/ if it does not exist.
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
10 --%>
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
11
282
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
12 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
1007
de9a0b16e99f Fixed some more XHTML-Mistakes
Tim Englich <tim.englich@intevation.de>
parents: 282
diff changeset
13 <html xmlns="http://www.w3.org/1999/xhtml">
282
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
14 <head>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
15 <title>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
16 <bean:message key="gnviewer.app.title"/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
17 </title>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
18 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
19 <meta http-equiv="Content-Script-Type" content="text/javascript"/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
20 <meta http-equiv="Content-Style-Type" content="text/css"/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
21 <meta http-equiv="Expires" content="Mon, 01 Jan 1990 00:00:01 GMT"/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
22 <meta http-equiv="pragma" content="no-cache"/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
23 <meta http-equiv="cache-control" content="no-cache"/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
24 <meta name="robots" content="noindex"/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
25 <link href="styles/default.css" rel="stylesheet" type="text/css"/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
26 <script type="text/javascript" src="scripts/gnviewer.js"></script>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
27 </head>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
28
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
29 <body id="gnviewerbody">
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
30 <div id="overlay"></div>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
31 <div style="width:100%;left:0;top:0;width:100%;height:100%;position:absolute">
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
32 <div id="overlayContent">
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
33 <p>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
34 <bean:message key="gnviewer.productselection.overlay.title"/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
35 </p>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
36 </div>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
37 </div>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
38 <div id="page">
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
39 <jsp:include page="header.jsp" />
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
40 <div id="basefilter">
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
41 <br/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
42 <h1> Generischer Viewer </h1>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
43 <b>Name:</b> <bean:message key="application.name"/><br/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
44 <b>Version:</b> <bean:message key="application.version"/><br/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
45 <b>Date:</b> <bean:message key="application.releasedate"/><br/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
46 <h1> Artifaktdatenbank </h1>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
47 <b>Name:</b> N/N<br/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
48 <b>Version:</b> N/N<br/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
49 <b>Date:</b> N/N<br/>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
50 </div>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
51 <jsp:include page="footer.jsp" />
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
52 </div>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
53 </body>
1022
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
54 </html>

http://dive4elements.wald.intevation.org