Ignore:
Timestamp:
1999-01-28T21:31:44+13:00 (25 years ago)
Author:
rjmcnab
Message:

Changes for the Chinese translation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/home.dm

    r128 r129  
    11package home
    22
    3 #################
    4 # Icons
    5 #################
     3_header_ {_cgihead_
     4_htmlhead_('background="_httpiconchalk_"')_startspacer_
     5}
     6_header_[version=text] {_cgihead_
     7_htmlhead_
     8}
    69
    7 _imagethispage_ {}
     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
    828
    929#########################
     
    1131#########################
    1232
     33_pagetitle_ {Home page}
    1334
    14 
    15 _homeextra_ {
    16 <_font_>
    17 <center><h2>_collectionname_</h2></center>
    18 </font>
    19 
    20 <_font_>
    21 This collection contains _numdocs_ documents.
    22 
    23 <h3>How to find information</h3>
    24 
    25 <p>
    26 <table cellpadding="3" cellspacing="0" border="0">
    27 <tr valign="top"><td><img src="_httpimg_/helpon.gif"></td>
    28 <td><_font_><i>For help at any time, press this button at the top of the page</i></font>
    29 </td></tr></table>
    30 </font>
    31 
    32 _help:simplehelp_
    33 }
    34 
    35 
    36 _homeextra_ [version=text] {
    37 <_font_>
    38 <h2>_collectionname_</h2>
    39 
    40 This collection contains _numdocs_ documents.
    41 
    42 <h3>How to find information</h3>
    43 
    44 <_font_>
    45 <p><i>For help at any time, press the </i>help<i> button at the top of the page</i>
    46 </font>
    47 
    48 _help:simplehelp_
    49 }
    50 
    51 
    52 
    53 ##############
    54 # home page #
    55 ##############
    56 
    57 _pagetitle_ {_collectionname_: Home}
    58 
    59 _content_ {
    60 _query:queryform_
    61 
    62 <p>
    63 _iconblankbar_<br>
    64 
    65 _homeextra_
    66 }
    67 
Note: See TracChangeset for help on using the changeset viewer.