kimptoc 02/01/07 03:23:43 Modified: webapp/WEB-INF/templates/vm/portlets/html hello.vm Log: added the update message to the velocity template Revision Changes Path 1.2 +5 -1 jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/hello.vm Index: hello.vm =================================================================== RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/hello.vm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hello.vm 25 Jun 2001 11:33:51 -0000 1.1 +++ hello.vm 7 Jan 2002 11:23:43 -0000 1.2 @@ -4,9 +4,13 @@ <form action="$jlink" method="post"> <font color="$!{skin.Color}"> <h2>$text</h2> +#if ($message) +<b>$message</b> +<br> +#end <p>If you want to change this text, please enter it below : <br /><input name="text" value="$text" size="30" /> <input type="submit" name="eventSubmit_doUpdate" value="Update" /> </p> </font> -</form> \ No newline at end of file +</form>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>