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

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

Added link to manuals from home page

  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1package docs
2
3
4#######################################################################
5# java images/scripts
6#######################################################################
7
8# the _javalinks_ macros are the flashy image links at the top right of
9# the page.
10
11_javalinks_ {_imagehome_}
12_javalinks_ [v=1] {
13_imagehome_<br>
14}
15
16#######################################################################
17# page content
18#######################################################################
19
20_icongsdocsgr_ {<img src="_httpimg_/gsdocsgr.gif">}
21_httpiconpdf_ {_httpimg_/pdf.gif}
22_iconpdf_ {<img src="_httpiconpdf_" border=0>}
23
24_httpdocs_ {_httpprefix_/docs}
25
26_pagetitle_ {Greenstone Digital Library Software}
27
28_content_ {
29_icongsdocsgr_
30
31<p>
32<table border=0>
33<tr valign=middle><td><a href="_httpdocs_/User.pdf">_iconpdf_</a></td><td>User's Guide</td></tr>
34<tr valign=middle><td><a href="_httpdocs_/Install.pdf">_iconpdf_</a></td><td>Installer's Guide</td></tr>
35<tr valign=middle><td><a href="_httpdocs_/Developer.pdf">_iconpdf_</a></td><td>Developer's Guide</td></tr>
36</table>
37
38_nzdlpagefooter_
39}
Note: See TracBrowser for help on using the repository browser.