source: main/tags/2.50-cdrom/gsdl/macros/docs.dm

Last change on this file was 2767, checked in by sjboddie, 23 years ago

altered the docs page to avoid broken links when documentation isn't
installed along with Greenstone

  • Property svn:keywords set to Author Date Id Revision
File size: 843 bytes
Line 
1package docs
2
3# set from within server
4_documentation_ {}
5
6#######################################################################
7# java images/scripts
8#######################################################################
9
10# the _javalinks_ macros are the flashy image links at the top right of
11# the page.
12
13_javalinks_ {_imagehome_}
14_javalinks_ [v=1] {
15_imagehome_<br>
16}
17
18#######################################################################
19# page content
20#######################################################################
21
22_icongsdocsgr_ {<img src="_httpicongsdocsgr_">}
23_httpiconpdf_ {_httpimg_/pdf.gif}
24_iconpdf_ {<img src="_httpiconpdf_" border=0>}
25
26_httpdocs_ {_httpprefix_/docs}
27
28_pagetitle_ {_textimagegreenstone_}
29
30_content_ {
31_icongsdocsgr_
32_If_(_documentation_,_documentation_,_textnodocumentation_)
33
34_nzdlpagefooter_
35}
Note: See TracBrowser for help on using the repository browser.