User: cloph Date: 2009-09-20 21:31:26+0000 Modified: de/www/testdir/plaintest.html
Log: velocity-test File Changes: Directory: /de/www/testdir/ =========================== File [changed]: plaintest.html Url: http://de.openoffice.org/source/browse/de/www/testdir/plaintest.html?r1=1.3&r2=1.4 Delta lines: +2 -0 ------------------- --- plaintest.html 2008-11-30 19:08:34+0000 1.3 +++ plaintest.html 2009-09-20 21:31:23+0000 1.4 @@ -1,4 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +#set( $foo = "Velocity" ) <html> <head> <!-- Start de-header --> @@ -8,6 +9,7 @@ <body> <!-- Start Body --> + <p>Hello $foo World!</p> <h1>Heading 1 Heading 1</h1> <p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
