crossley 2004/05/07 19:33:18
Modified: src/blocks/forms/java/org/apache/cocoon/forms/generation
template.jx
src/blocks/linotype/samples/screens login.jx logout.jx
notfound.jx
Log:
Add missing xml declaration.
Revision Changes Path
1.3 +1 -0
cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/generation/template.jx
Index: template.jx
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/generation/template.jx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- template.jx 7 May 2004 20:54:21 -0000 1.2
+++ template.jx 8 May 2004 02:33:18 -0000 1.3
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<jx:template xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
<jx:macro name="form-template"
targetNamespace="http://apache.org/cocoon/forms/1.0#template">
1.5 +2 -1 cocoon-2.1/src/blocks/linotype/samples/screens/login.jx
Index: login.jx
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/linotype/samples/screens/login.jx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- login.jx 5 Apr 2004 11:43:34 -0000 1.4
+++ login.jx 8 May 2004 02:33:18 -0000 1.5
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<html xmlns:t="http://apache.org/cocoon/templates/jx/1.0">
<head>
<title>Login</title>
@@ -41,4 +42,4 @@
</form>
</body>
-</html>
\ No newline at end of file
+</html>
1.6 +2 -1 cocoon-2.1/src/blocks/linotype/samples/screens/logout.jx
Index: logout.jx
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/linotype/samples/screens/logout.jx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- logout.jx 5 Apr 2004 11:43:34 -0000 1.5
+++ logout.jx 8 May 2004 02:33:18 -0000 1.6
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<html>
<head>
<title>Bye!</title>
@@ -10,4 +11,4 @@
<body>
<h1><a href="#{base}/">See ya!</a></h1>
</body>
-</html>
\ No newline at end of file
+</html>
1.5 +3 -2
cocoon-2.1/src/blocks/linotype/samples/screens/notfound.jx
Index: notfound.jx
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/screens/notfound.jx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- notfound.jx 5 Apr 2004 11:43:34 -0000 1.4
+++ notfound.jx 8 May 2004 02:33:18 -0000 1.5
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<html>
<head>
@@ -13,7 +14,7 @@
<h1>Page Not Found</h1>
<div class="block">
<p>I'm terribly sorry, but I can't find the page you have requested.</p>
- <p>I sware to god, I looked for it! Really. You can't even imagine the
+ <p>I swear to god, I looked for it! Really. You can't even imagine the
millions of calculations that I had to go thru to look in all places
where my owner could have left it. But I couldn't find it :-(</p>
<p>No, it's not your fault, it's all my own. I'm a bad server. I know
that. Terrible.
@@ -24,4 +25,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>