Author: Raymond Bosman
Date: 2007-05-04 16:49:02 +0200 (Fri, 04 May 2007)
New Revision: 5056

Log:
- Added links to more information.

Modified:
   trunk/Template/docs/syntax.txt

Modified: trunk/Template/docs/syntax.txt
===================================================================
--- trunk/Template/docs/syntax.txt      2007-05-04 14:20:26 UTC (rev 5055)
+++ trunk/Template/docs/syntax.txt      2007-05-04 14:49:02 UTC (rev 5056)
@@ -1997,37 +1997,22 @@
         }
     }
 
+More information
+================
 
+For more information, see the:
 
-.. 
-.. Properties
-.. ----------
-.. 
-.. Use
-.. ^^^
-.. The nodes: $node and $optionalNode come from the application, and need 
therefore be known in the template code.
-.. If the $optionalNode is not set, it will get the default value "false"::
-.. 
-..   {use $node, $optionalNode = false}
-.. 
-.. 
-.. Accessing a property
-.. ^^^^^^^^^^^^^^^^^^^^
-.. ::
-.. 
-..   {use $node, $optionalNode = false}
-.. 
-..   Impressive title: {$node->impressiveTitle}
-.. 
-..   Norwegian title: {$node->titles["norwegian"]}
-.. 
-..   {if $optionalNode != false}
-..     Extra title: {$optionalNode->titles["norwegian"]}
-..   {/if}
-.. 
+*  `Template functions`
+*  `EBNF`_
+*  `API documentation`_
 
+.. _`Template functions`: Template_functions.html
+.. _`EBNF`: Template_EBNF.html
+.. _`API documentation`: classtrees_Template.html
 
 
+
+
 
 ..
    Local Variables:

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to