Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/version.jsp @ 282:d6c0d426e38a
Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
gnv/trunk@360 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 23 Nov 2009 16:30:33 +0000 |
parents | |
children | de9a0b16e99f |
comparison
equal
deleted
inserted
replaced
281:4ec95d586f31 | 282:d6c0d426e38a |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> | |
4 <html xhtml="true" locale="true"> | |
5 <head> | |
6 <title> | |
7 <bean:message key="gnviewer.app.title"/> | |
8 </title> | |
9 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> | |
10 <meta http-equiv="Content-Script-Type" content="text/javascript"/> | |
11 <meta http-equiv="Content-Style-Type" content="text/css"/> | |
12 <meta http-equiv="Expires" content="Mon, 01 Jan 1990 00:00:01 GMT"/> | |
13 <meta http-equiv="pragma" content="no-cache"/> | |
14 <meta http-equiv="cache-control" content="no-cache"/> | |
15 <meta name="robots" content="noindex"/> | |
16 <link href="styles/default.css" rel="stylesheet" type="text/css"/> | |
17 <script type="text/javascript" src="scripts/gnviewer.js"></script> | |
18 </head> | |
19 | |
20 <body id="gnviewerbody"> | |
21 <div id="overlay"></div> | |
22 <div style="width:100%;left:0;top:0;width:100%;height:100%;position:absolute"> | |
23 <div id="overlayContent"> | |
24 <p> | |
25 <bean:message key="gnviewer.productselection.overlay.title"/> | |
26 </p> | |
27 </div> | |
28 </div> | |
29 <div id="page"> | |
30 <jsp:include page="header.jsp" /> | |
31 <div id="basefilter"> | |
32 <br/> | |
33 <h1> Generischer Viewer </h1> | |
34 <b>Name:</b> <bean:message key="application.name"/><br/> | |
35 <b>Version:</b> <bean:message key="application.version"/><br/> | |
36 <b>Date:</b> <bean:message key="application.releasedate"/><br/> | |
37 <h1> Artifaktdatenbank </h1> | |
38 <b>Name:</b> N/N<br/> | |
39 <b>Version:</b> N/N<br/> | |
40 <b>Date:</b> N/N<br/> | |
41 </div> | |
42 <jsp:include page="footer.jsp" /> | |
43 </div> | |
44 </body> | |
45 </html> |