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

Last change on this file since 380 was 380, checked in by rjmcnab, 25 years ago

Fixed spelling mistake.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
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_ {_imagehome__imagehelp__imagepref_}
13_javalinks_ [version=text] {
14_imagehelp_<br>
15_imagepref_<br>
16}
17
18
19
20
21#######################################################################
22# headers
23#######################################################################
24
25_javalinks_ {_imagehelp__imagepref_}
26_javalinks_ [version=text] }
27_imagehelp_<br>
28_imagepref_<br>
29}
30
31
32#######################################################################
33# page content
34#######################################################################
35
36_pagetitle_ {Greenstone Digital Library}
37_imagethispage_ {_imagegreenstone_}
38
39_content_ {
40_iconblankbar_<br>
41_homeextra_
42}
43
44
45#######################################################################
46# English language text macros
47#######################################################################
48
49_documents_ { documents. }
50_lastupdate_ {Last updated}
51_ago_ {days ago.}
52
53
Note: See TracBrowser for help on using the repository browser.