From ce776d474df109def560a589e8f08af965b3c45e Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Thu, 11 Mar 2004 15:14:59 +0000 Subject: [PATCH] I AM NOT SUPPOSED TO BE WORKING TODAY. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@84 48953598-375a-da11-a14b-00016c27c3ee --- doc/StandardTemplates.pod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.39.2