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 -N -r1.48.2.6 -r1.48.2.7 --- openacs-4/packages/acs-core-docs/www/templates.html 9 Sep 2013 16:50:34 -0000 1.48.2.6 +++ openacs-4/packages/acs-core-docs/www/templates.html 24 Oct 2014 14:34:02 -0000 1.48.2.7 @@ -136,23 +136,7 @@ Master templates allow you do centralize display code that is used throughout an application in a single file. In this case, we intend to have a master template that does the standard page headers and footers -for us - create the master.adp file, which looks like -this: -

-
-<%= [ad_header $title] %> 
-<h2>@title@</h2> 
-<%= [eval ad_context_bar $context_bar] %> 
-<hr> 
-<slave> 
-<br clear="all"> 
-<%= [ad_footer] %>
-
-

-The main subtlety in this code is the inline Tcl code for running -procs to build the header, footer, context bar, etc. Also, note the -property substitutions that happen here, the values of which are set -up in the <property> tags in the slave page. +for us

After putting all these files into ROOT/packages/notes/www, you should be able to go to