source: trunk/gsdl/macros/home.dm@ 548

Last change on this file since 548 was 548, checked in by sjboddie, 25 years ago

* empty log message *

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 997 bytes
Line 
1package home
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. this is overridden here as we don't want 'home'
10# or 'about' links on this page
11
12_javalinks_ {_imagehelp__imagepref_}
13_javalinks_ [v=1] {
14_imagehelp_<br>
15_imagepref_<br>
16}
17
18#######################################################################
19# page content
20#######################################################################
21
22_pagetitle_ {Greenstone Digital Library}
23_imagethispage_ {_imagegreenstone_}
24
25_content_ {
26_iconblankbar_<br>
27_homeextra_
28}
29
30
31#######################################################################
32# English language text macros
33#######################################################################
34
35_documents_ { documents. }
36_lastupdate_ {Last updated}
37_ago_ {days ago.}
38
39
Note: See TracBrowser for help on using the repository browser.