On 2004.08.13, Don Baccus <[EMAIL PROTECTED]> wrote: > You write all your web pages by hand. Fine. When I want to change > the look and feel of every form in an OpenACS site, to meet the design > criteria of a client, I change one file and the templating system > takes care of the rest.
In my world, you would just change one file named something like site-style.tcl that just defines procs which return HTML chunks that are used to build the overall site presentation. What I thought was being said was some pairing of ".adp and .tcl" meaning for each "page" there would be an .adp file AND a .tcl file that gets sourced when the .adp is requested -- yikes. If you're saying have procs defined in your server's tcl lib dir that get loaded at start-up and then call those procs from ADP pages, yes, that's *definitely* the way to go. -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
