source: trunk/gsdl/macros/docs.dm@ 11142

Last change on this file since 11142 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
RevLine 
[7343]1# this file must be UTF-8 encoded
2
[2562]3package docs
4
[2767]5# set from within server
6_documentation_ {}
[2562]7
8#######################################################################
[10872]9# global navigation links
[2562]10#######################################################################
11
[10872]12_globallinks_ {_homelink_}
[2562]13
14#######################################################################
15# page content
16#######################################################################
17
18_httpdocs_ {_httpprefix_/docs}
19
[10872]20_pagetitle_ {_home:textgsdocs_ - _textdescrgreenstone_}
[2562]21
22_content_ {
[10872]23<div id="content">
24<div class="divbar">
25<p class="navbar">
26_textgsdocstitle_
27</p>
28</div>
29
[2767]30_If_(_documentation_,_documentation_,_textnodocumentation_)
[2562]31
32_nzdlpagefooter_
[10872]33</div>
[2562]34}
Note: See TracBrowser for help on using the repository browser.