Mercurial > dive4elements > gnv-client
view 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 |
line wrap: on
line source
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" language="java"%> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> <%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles"%> <html:xhtml /> <!-- Kopfleiste--> <div id="head" title="GDI BSH genericViewer"> <div id="logo"> </div> <a href="<html:rewrite action="/start"/>"> <h1> <bean:message key="gnviewer.app.title" /> </h1> </a> <div id="project"> <label style="font-weight:bold;"> <a href="javascript:showDiv('project_load');javascript:hideDiv('load_error');"> <bean:message key="gnviewer.project.load"/></a> | <bean:message key="gnviewer.project.save" /> </label> <div id="project_load"> </div> <br/> <div class="errormsg" id="load_error"> <html:errors property="fileload"/> </div> </div> </div>