source: main/trunk/greenstone2/macros/docs.dm@ 31700

Last change on this file since 31700 was 11142, checked in by kjdon, 18 years ago

docs page now uses iconipdf not iconpdf

  • Property svn:keywords set to Author Date Id Revision
File size: 731 bytes
Line 
1# this file must be UTF-8 encoded
2
3package docs
4
5# set from within server
6_documentation_ {}
7
8#######################################################################
9# global navigation links
10#######################################################################
11
12_globallinks_ {_homelink_}
13
14#######################################################################
15# page content
16#######################################################################
17
18_httpdocs_ {_httpprefix_/docs}
19
20_pagetitle_ {_home:textgsdocs_ - _textdescrgreenstone_}
21
22_content_ {
23<div id="content">
24<div class="divbar">
25<p class="navbar">
26_textgsdocstitle_
27</p>
28</div>
29
30_If_(_documentation_,_documentation_,_textnodocumentation_)
31
32_nzdlpagefooter_
33</div>
34}
Note: See TracBrowser for help on using the repository browser.