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

Last change on this file since 10919 was 10872, checked in by jrm21, 19 years ago

extensive modifications of generated HTML to support HTML4 and CSS.
Style sheets are the images/ directory. This should make it much easier
to make custom themes for collections, merely by modifying the style
sheet.

  • Property svn:keywords set to Author Date Id Revision
File size: 833 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_httpiconpdf_ {_httpimg_/pdf.gif}
19_iconpdf_ {<img class="icon" src="_httpiconpdf_" alt="PDF icon">}
20
21_httpdocs_ {_httpprefix_/docs}
22
23_pagetitle_ {_home:textgsdocs_ - _textdescrgreenstone_}
24
25_content_ {
26<div id="content">
27
28<div class="divbar">
29<p class="navbar">
30_textgsdocstitle_
31</p>
32</div>
33
34_If_(_documentation_,_documentation_,_textnodocumentation_)
35
36_nzdlpagefooter_
37</div>
38}
Note: See TracBrowser for help on using the repository browser.