From: Simon Cozens Date: Thu, 11 Mar 2004 15:14:59 +0000 (+0000) Subject: I AM NOT SUPPOSED TO BE WORKING TODAY. X-Git-Tag: 2.10~278 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ce776d474df109def560a589e8f08af965b3c45e;p=maypole.git I AM NOT SUPPOSED TO BE WORKING TODAY. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@84 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/doc/StandardTemplates.pod b/doc/StandardTemplates.pod index 215c4ca..9a933bd 100644 --- a/doc/StandardTemplates.pod +++ b/doc/StandardTemplates.pod @@ -242,6 +242,20 @@ strongly encouraged to write your own templates, in which you don't need to necessarily be as generic, the factory templates will always do the right thing for any class without further modification. +=head3 Commonalities + +There are certain common elements to a template, and these are extracted +out. For instance, all the templates call the F
template to +output a HTML header, and nearly all include the F template to +load up some common template functions. We'll look at these common +macros as we come across them. + =head3 F + +The C template takes some objects (usually just one) from +C and displays the object's properties in a table. It also +displays a list of other objects related to the first one via +C style relationships. + =head3 F =head3 F