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

Last change on this file since 602 was 602, 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: 1005 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_ {}
13_javalinks_ [v=1] {}
14
15
16#######################################################################
17# page content
18#######################################################################
19
20_pagetitle_ {Greenstone Digital Library}
21_imagethispage_ {_imagegreenstone_}
22
23_content_ {
24_iconblankbar_<br>
25_homeextra_
26_iconblankbar_<br>
27<a href="_httppagestatus_">Status page</a>
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.