Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/templates.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/templates.xml,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/templates.xml 2 Feb 2002 03:47:32 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/templates.xml 3 Mar 2002 01:27:08 -0000 1.3 @@ -1,5 +1,5 @@ - -Using Templates in OpenACS 4 + +Using Templates in OpenACS &version; @@ -11,7 +11,7 @@ -The OpenACS 4 Template System (ATS) is designed to allow developers to +The OpenACS &version; Template System (ATS) is designed to allow developers to cleanly separate application logic from display logic. The intent is to have all of the logic related to manipulating the database and other application state data in one @@ -223,7 +223,7 @@ Templates separate application logic from display logic by requiring the developer to write pages in two stages, one file for database -queries and application logic, and another for display. In OpenACS 4, the +queries and application logic, and another for display. In OpenACS &version;, the logic part of the page is just a .tcl that sets up data sources that are used by the display part of the page. The display part of the page is an .adp file with some