blank-master.tcl
This is the top-level master template. It allows the basic parts of an HTML document to be set through convenient data structures without introducing anything site specific. You should NEVER need to modify this file. Most of the time your pages or master templates should not directly set this file in their <master> tag. They should instead use site-master with provides a set of standard OpenACS content. Only pages which need to return raw HTML should use this template directly. When using this template directly you MUST supply the following variables:
- Location:
- /packages/acs-bootstrap-installer/installer/www/blank-master.tcl
- Author:
- Kevin Scaldeferri (kevin@arsdigita.com) Lee Denison (lee@xarg.co.uk) Gustaf Neumann
- Created:
- 14 Sept 2000 $Id: blank-master.tcl,v 1.12 2024/09/11 06:15:47 gustafn Exp $
- See Also:
- template::head::add_css
- template::head::add_javascript More generally, meta, link and script tags can be added to the section of the document by calling their template::head::add_* function within your page.
- template::head::add_meta
- template::head::add_link
- template::head::add_script JavaScript event handlers, such as onload, can be added to the tag by calling template::add_body_handler within your page.
- template::add_body_handler Finally, for more advanced functionality see the documentation for template::add_body_script, template::add_header and template::add_footer.
- template::add_body_script
- template::add_header
- template::add_footer
Related Files
- packages/acs-bootstrap-installer/installer/www/blank-master.tcl
- packages/acs-bootstrap-installer/installer/www/blank-master.adp
[ show source ]