You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/01/30 17:40:33 UTC

svn commit: r501485 - in /incubator/xap/trunk/samples/WebContent/examples: demo/table.html html-xmodify/index.html urlResolution/label.html widgets/widget_loader.html

Author: mturyn
Date: Tue Jan 30 09:40:32 2007
New Revision: 501485

URL: http://svn.apache.org/viewvc?view=rev&rev=501485
Log:
Moved <?xml?> and <!DOCTYPE!> headers to the top, above the licence.

Modified:
    incubator/xap/trunk/samples/WebContent/examples/demo/table.html
    incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.html
    incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.html
    incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html

Modified: incubator/xap/trunk/samples/WebContent/examples/demo/table.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/demo/table.html?view=diff&rev=501485&r1=501484&r2=501485
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/demo/table.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/demo/table.html Tue Jan 30 09:40:32 2007
@@ -1,3 +1,5 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
 <!--
  - Copyright  2006,2007 The Apache Software Foundation.
  -
@@ -15,8 +17,7 @@
  -
 -->
 
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.html?view=diff&rev=501485&r1=501484&r2=501485
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.html Tue Jan 30 09:40:32 2007
@@ -1,3 +1,5 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+		"http://www.w3.org/TR/html4/loose.dtd">
 <!--
  - Copyright  2006,2007 The Apache Software Foundation.
  -
@@ -18,8 +20,7 @@
 
 
 
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
-		"http://www.w3.org/TR/html4/loose.dtd">
+
 <html>
 	<head>
 	    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.html?view=diff&rev=501485&r1=501484&r2=501485
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.html Tue Jan 30 09:40:32 2007
@@ -1,3 +1,6 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+		"http://www.w3.org/TR/html4/loose.dtd">
+
 <!--
  - Copyright  2006,2007 The Apache Software Foundation.
  -
@@ -15,8 +18,6 @@
  -
 -->
 
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
-		"http://www.w3.org/TR/html4/loose.dtd">
 <html>
 	<head>
 	    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html?view=diff&rev=501485&r1=501484&r2=501485
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html Tue Jan 30 09:40:32 2007
@@ -1,3 +1,6 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+		"http://www.w3.org/TR/html4/loose.dtd">
+
 <!--
  - Copyright  2006,2007 The Apache Software Foundation.
  -
@@ -15,8 +18,6 @@
  -
 -->
 
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
-		"http://www.w3.org/TR/html4/loose.dtd">
 <html>
 	<head>
 	    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">