Index: openacs-4/packages/acs-core-docs/www/templates.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/templates.html,v diff -u -r1.49 -r1.50 --- openacs-4/packages/acs-core-docs/www/templates.html 27 Oct 2014 16:39:26 -0000 1.49 +++ openacs-4/packages/acs-core-docs/www/templates.html 7 Aug 2017 23:47:52 -0000 1.50 @@ -1,5 +1,5 @@ -Using Templates in OpenACS

Using Templates in OpenACS

By Pete Su

+Using Templates in OpenACS

Using Templates in OpenACS

By Pete Su

OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff.

Overview

@@ -112,10 +112,10 @@

 
 <master src="master">
-<property name="title">@page_title@</property>
-<property name="context_bar">@context_bar@</property>
+<property name="title">@page_title;literal@</property>
+<property name="context_bar">@context_bar;literal@</property>
 
-<form action=@target@>
+<form action="@target@">
 <p>Title: 
 <input type="text" name="title" value="">
 </p>
@@ -124,7 +124,7 @@
 </p>
 <p>
 <center>
-<input type=submit value="@submit_label@">
+<input type="submit" value="@submit_label@">
 </center>
 </p>
 </form>
@@ -154,4 +154,4 @@
 data sources.
 

Documentation

Templating system documentation -

($Id$)
View comments on this page at openacs.org
+

($Id$)