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

Last change on this file since 25200 was 7343, checked in by jrm21, 20 years ago

added a comment at the start of all macro files about using UTF-8

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