source: main/trunk/greenstone2/macros/dynamicclassifier.dm@ 32096

Last change on this file since 32096 was 15988, checked in by mdewsnip, 16 years ago

(Adding dynamic classifiers) Creating a new dynamicclassifier macrofile instead of using the document macros, and modifying dynamicclassifieraction to use this instead.

  • Property svn:executable set to *
File size: 326 bytes
Line 
1# this file must be UTF-8 encoded
2
3package dynamicclassifier
4
5
6# Use the standard page header
7_header_ {_Style:header_}
8
9# Dynamic classifier pages have the standard navigation bar and then what is generated by dynamicclassifieraction
10_content_ {
11_optnavigationbar_
12}
13
14# Use the standard page footer
15_footer_ {_Style:footer_}
Note: See TracBrowser for help on using the repository browser.