vgritsenko 2003/08/26 05:14:06
Modified: src/scratchpad/webapp/samples/garbage/calc/screens
displayResult.gt getNumberA.gt getNumberB.gt
getOperator.gt
Log:
Fix line endings
Revision Changes Path
1.3 +23 -24
cocoon-2.1/src/scratchpad/webapp/samples/garbage/calc/screens/displayResult.gt
Index: displayResult.gt
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/scratchpad/webapp/samples/garbage/calc/screens/displayResult.gt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- displayResult.gt 22 Jun 2003 22:48:39 -0000 1.2
+++ displayResult.gt 26 Aug 2003 12:14:05 -0000 1.3
@@ -1,24 +1,23 @@
-<?xml version="1.0"?>
-
-<!--+
- | CVS: $Id$
- | Author: Ovidiu Predescu "[EMAIL PROTECTED]"
- | Date: March 23, 2002
- +-->
-
- <page>
- <resources>
- <resource type="file"
href="/samples/garbage/calc/calc.js">Flowscript</resource>
- </resources>
- <title>Calculator</title>
- <content>
- <form action="./" method="post">
- <para>a = <strong>#{a}</strong></para>
- <para>b = <strong>#{b}</strong></para>
- <para>Operator = <strong>#{operator}</strong></para>
- <para>Result = <strong>#{result}</strong></para>
- <input type="submit" name="submit" value="Start over"/>
- </form>
- </content>
- </page>
-
+<?xml version="1.0"?>
+
+<!--+
+ | CVS: $Id$
+ | Author: Ovidiu Predescu "[EMAIL PROTECTED]"
+ | Date: March 23, 2002
+ +-->
+
+<page>
+ <resources>
+ <resource type="file"
href="/samples/garbage/calc/calc.js">Flowscript</resource>
+ </resources>
+ <title>Calculator</title>
+ <content>
+ <form action="./" method="post">
+ <para>a = <strong>#{a}</strong></para>
+ <para>b = <strong>#{b}</strong></para>
+ <para>Operator = <strong>#{operator}</strong></para>
+ <para>Result = <strong>#{result}</strong></para>
+ <input type="submit" name="submit" value="Start over"/>
+ </form>
+ </content>
+</page>
1.3 +20 -21
cocoon-2.1/src/scratchpad/webapp/samples/garbage/calc/screens/getNumberA.gt
Index: getNumberA.gt
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/scratchpad/webapp/samples/garbage/calc/screens/getNumberA.gt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- getNumberA.gt 22 Jun 2003 22:48:39 -0000 1.2
+++ getNumberA.gt 26 Aug 2003 12:14:05 -0000 1.3
@@ -1,21 +1,20 @@
-<?xml version="1.0"?>
-
-<!--+
- | CVS: $Id$
- | Author: Ovidiu Predescu "[EMAIL PROTECTED]"
- | Date: March 23, 2002
- +-->
-
- <page>
- <resources>
- <resource type="file"
href="/samples/garbage/calc/calc.js">Flowscript</resource>
- </resources>
- <title>Calculator</title>
- <content>
- <form method="post" action="continue.{$continuation/id}">
- <para>Enter value of <strong>a</strong>: <input type="text"
name="a"/></para>
- <input type="submit" name="submit" value="Enter"/>
- </form>
- </content>
- </page>
-
+<?xml version="1.0"?>
+
+<!--+
+ | CVS: $Id$
+ | Author: Ovidiu Predescu "[EMAIL PROTECTED]"
+ | Date: March 23, 2002
+ +-->
+
+<page>
+ <resources>
+ <resource type="file"
href="/samples/garbage/calc/calc.js">Flowscript</resource>
+ </resources>
+ <title>Calculator</title>
+ <content>
+ <form method="post" action="continue.{$continuation/id}">
+ <para>Enter value of <strong>a</strong>: <input type="text"
name="a"/></para>
+ <input type="submit" name="submit" value="Enter"/>
+ </form>
+ </content>
+</page>
1.3 +21 -22
cocoon-2.1/src/scratchpad/webapp/samples/garbage/calc/screens/getNumberB.gt
Index: getNumberB.gt
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/scratchpad/webapp/samples/garbage/calc/screens/getNumberB.gt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- getNumberB.gt 22 Jun 2003 22:48:39 -0000 1.2
+++ getNumberB.gt 26 Aug 2003 12:14:05 -0000 1.3
@@ -1,22 +1,21 @@
-<?xml version="1.0"?>
-
-<!--+
- | CVS: $Id$
- | Author: Ovidiu Predescu "[EMAIL PROTECTED]"
- | Date: March 23, 2002
- +-->
-
- <page>
- <resources>
- <resource type="file"
href="/samples/garbage/calc/calc.js">Flowscript</resource>
- </resources>
- <title>Calculator</title>
- <content>
- <form method="post" action="continue.{$continuation/id}">
- <para>a = <strong>#{a}</strong></para>
- <para>Enter value of <strong>b</strong>: <input type="text"
name="b"/></para>
- <input type="submit" name="submit" value="Enter"/>
- </form>
- </content>
- </page>
-
+<?xml version="1.0"?>
+
+<!--+
+ | CVS: $Id$
+ | Author: Ovidiu Predescu "[EMAIL PROTECTED]"
+ | Date: March 23, 2002
+ +-->
+
+<page>
+ <resources>
+ <resource type="file"
href="/samples/garbage/calc/calc.js">Flowscript</resource>
+ </resources>
+ <title>Calculator</title>
+ <content>
+ <form method="post" action="continue.{$continuation/id}">
+ <para>a = <strong>#{a}</strong></para>
+ <para>Enter value of <strong>b</strong>: <input type="text"
name="b"/></para>
+ <input type="submit" name="submit" value="Enter"/>
+ </form>
+ </content>
+</page>
1.3 +29 -30
cocoon-2.1/src/scratchpad/webapp/samples/garbage/calc/screens/getOperator.gt
Index: getOperator.gt
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/scratchpad/webapp/samples/garbage/calc/screens/getOperator.gt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- getOperator.gt 22 Jun 2003 22:48:39 -0000 1.2
+++ getOperator.gt 26 Aug 2003 12:14:05 -0000 1.3
@@ -1,30 +1,29 @@
-<?xml version="1.0"?>
-
-<!--+
- | CVS: $Id$
- | Author: Ovidiu Predescu "[EMAIL PROTECTED]"
- | Date: March 23, 2002
- +-->
-
- <page>
- <resources>
- <resource type="file"
href="/samples/garbage/calc/calc.js">Flowscript</resource>
- </resources>
- <title>Calculator</title>
- <content>
- <form method="post" action="continue.{$continuation/id}">
- <para>a = <strong>#{a}</strong></para>
- <para>b = <strong>#{b}</strong></para>
- <para>Enter operator
- <select name="operator">
- <option>plus</option>
- <option>minus</option>
- <option>multiply</option>
- <option>divide</option>
- </select>
- </para>
- <input type="submit" name="submit" value="Do it!"/>
- </form>
- </content>
- </page>
-
+<?xml version="1.0"?>
+
+<!--+
+ | CVS: $Id$
+ | Author: Ovidiu Predescu "[EMAIL PROTECTED]"
+ | Date: March 23, 2002
+ +-->
+
+<page>
+ <resources>
+ <resource type="file"
href="/samples/garbage/calc/calc.js">Flowscript</resource>
+ </resources>
+ <title>Calculator</title>
+ <content>
+ <form method="post" action="continue.{$continuation/id}">
+ <para>a = <strong>#{a}</strong></para>
+ <para>b = <strong>#{b}</strong></para>
+ <para>Enter operator
+ <select name="operator">
+ <option>plus</option>
+ <option>minus</option>
+ <option>multiply</option>
+ <option>divide</option>
+ </select>
+ </para>
+ <input type="submit" name="submit" value="Do it!"/>
+ </form>
+ </content>
+</page>