changeset 1007:de9a0b16e99f

Fixed some more XHTML-Mistakes gnv/trunk@1217 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 15 Jun 2010 08:10:44 +0000
parents 237c73a2b0dd
children 1b42a86184f6
files gnv/ChangeLog gnv/src/main/webapp/WEB-INF/jsp/imprint.jsp gnv/src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp gnv/src/main/webapp/WEB-INF/jsp/info.jsp gnv/src/main/webapp/WEB-INF/jsp/version.jsp gnv/src/main/webapp/WEB-INF/jsp/wmsstandalone.jsp
diffstat 6 files changed, 15 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gnv/ChangeLog	Tue Jun 15 07:56:44 2010 +0000
+++ b/gnv/ChangeLog	Tue Jun 15 08:10:44 2010 +0000
@@ -1,3 +1,12 @@
+2010-06-15  Tim Englich  <tim.englich@intevation.de>
+
+	* src/main/webapp/WEB-INF/jsp/wmsstandalone.jsp,
+	  src/main/webapp/WEB-INF/jsp/version.jsp,
+	  src/main/webapp/WEB-INF/jsp/info.jsp,
+	  src/main/webapp/WEB-INF/jsp/imprint.jsp,
+	  src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp: 
+	  Fixed some more XHTML-Mistakes.
+
 2010-06-15  Tim Englich  <tim.englich@intevation.de>
 
 	* src/main/webapp/scripts/olutils.js: 
--- a/gnv/src/main/webapp/WEB-INF/jsp/imprint.jsp	Tue Jun 15 07:56:44 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/imprint.jsp	Tue Jun 15 08:10:44 2010 +0000
@@ -16,7 +16,7 @@
                 <h1 class="headline">BSH Generischer Viewer</h1>
             </div>
 
-            <br>
+            <br/>
 
             <div id="headerElement">
                 <table class="headerTableLinks">
--- a/gnv/src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp	Tue Jun 15 07:56:44 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp	Tue Jun 15 08:10:44 2010 +0000
@@ -86,7 +86,7 @@
                             else {
                                 check = "checked=\"checked\"";
                             }%>
-                            <input type="checkbox" <%= check %> name="bintype" value="bincount" id="checkCount" onClick="toggleBinType('checkWidth')">&nbsp;</input>
+                            <input type="checkbox" <%= check %> name="bintype" value="bincount" id="checkCount" onClick="toggleBinType('checkWidth')"/>
                         <%}%>
                         <%if (om.getName().equals("binwidth")) {
                             String check = "";
@@ -96,7 +96,7 @@
                             else if (diaOpts == null) {
                                 check = "";
                             }%>
-                            <input type="checkbox" <%= check %> name="bintype" value="binwidth" id="checkWidth" onClick="toggleBinType('checkCount')">&nbsp;</input>
+                            <input type="checkbox" <%= check %> name="bintype" value="binwidth" id="checkWidth" onClick="toggleBinType('checkCount')"/>
                         <%}%>
                   </td>
                   <td class="parameter">
--- a/gnv/src/main/webapp/WEB-INF/jsp/info.jsp	Tue Jun 15 07:56:44 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/info.jsp	Tue Jun 15 08:10:44 2010 +0000
@@ -16,7 +16,7 @@
                 <h1 class="headline">BSH Generischer Viewer</h1>
             </div>
 
-            <br>
+            <br/>
 
             <div id="headerElement">
                 <table class="headerTableLinks">
--- a/gnv/src/main/webapp/WEB-INF/jsp/version.jsp	Tue Jun 15 07:56:44 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/version.jsp	Tue Jun 15 08:10:44 2010 +0000
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
-<html xhtml="true" locale="true">
+<html xmlns="http://www.w3.org/1999/xhtml">
     <head>
         <title>
             <bean:message key="gnviewer.app.title"/>
--- a/gnv/src/main/webapp/WEB-INF/jsp/wmsstandalone.jsp	Tue Jun 15 07:56:44 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/wmsstandalone.jsp	Tue Jun 15 08:10:44 2010 +0000
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
     <jsp:include page="/WEB-INF/jsp/includes/wms_header_inc.jsp" />
     <body id="gnviewerbody">

http://dive4elements.wald.intevation.org