comparison gnv/src/main/webapp/WEB-INF/jsp/header.jsp @ 15:a52aecf5bb9b

Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile gnv/trunk@98 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 16 Sep 2009 13:57:42 +0000
parents
children 25fdec8b4c69
comparison
equal deleted inserted replaced
14:9719cbd1a23f 15:a52aecf5bb9b
1 <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"
2 language="java"%>
3 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
4 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
5 <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
6 <%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles"%>
7 <html:xhtml />
8 <!-- Kopfleiste-->
9 <div id="head" title="GDI BSH genericViewer">
10 <div id="logo">
11
12
13 </div>
14 <a href="<html:rewrite action="/start"/>">
15 <h1>
16 <bean:message key="gnviewer.app.title" />
17 </h1>
18 </a>
19
20 <div id="project">
21 <label style="font-weight:bold;">
22 <a href="javascript:showDiv('project_load');javascript:hideDiv('load_error');">
23 <bean:message key="gnviewer.project.load"/></a>
24 |
25 <bean:message key="gnviewer.project.save" />
26 </label>
27 <div id="project_load">
28
29 </div>
30 <br/>
31 <div class="errormsg" id="load_error">
32 <html:errors property="fileload"/>
33 </div>
34 </div>
35 </div>
36

http://dive4elements.wald.intevation.org