source: main/tags/2.51-jcdl/gsdl/macros/bsummary.dm@ 25200

Last change on this file since 25200 was 7503, checked in by davidb, 20 years ago

Modification made to navigation bar so its position in the default location
of the page is optional. Useful when you want to include the navigation
bar somewhere else. It's straightforward enough to add text that include
the navigation bar in the a new place, but without this modification there
is a lot of editing to do to supress it also appearing in its default position.

  • Property svn:keywords set to Author Date Id Revision
File size: 229 bytes
Line 
1# this file must be UTF-8 encoded
2
3package bsummary
4
5_pagetitle_ {_collectionname_}
6
7_content_ {
8<center>
9_optnavigationbar_
10<h3>_textbsummary_</h3>
11</center>
12<p>_importlog_
13
14<center>
15<h3>_textflog_</h3>
16</center>
17<p>_faillog_
18}
Note: See TracBrowser for help on using the repository browser.