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

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

Changes for the Chinese translation.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 609 bytes
Line 
1package home
2
3_header_ {_cgihead_
4_htmlhead_('background="_httpiconchalk_"')_startspacer_
5}
6_header_[version=text] {_cgihead_
7_htmlhead_
8}
9
10_imagestandardbar_ {}
11
12_content_ {
13<a href="bylwmain?q=_urlsafequerystring_&a=p&p=about">Thesis collection</a><br>
14<a href="cnrubmain?q=_urlsafequerystring_&a=p&p=about">Rubbings collection</a>
15}
16
17# note that _pagefooter_ is for individual pages
18_footer_ {
19<p>
20<_font_>
21_pagefooterextra_
22<center>
23_linkotherlanguages_
24_linkotherversion_
25_endspacer__htmlfooter_
26}
27
28
29#########################
30# English language text #
31#########################
32
33_pagetitle_ {Home page}
34
Note: See TracBrowser for help on using the repository browser.