Ignore:
Timestamp:
2005-11-08T17:28:41+13:00 (18 years ago)
Author:
jrm21
Message:

extensive modifications of generated HTML to support HTML4 and CSS.
Style sheets are the images/ directory. This should make it much easier
to make custom themes for collections, merely by modifying the style
sheet.

File:
1 edited

Legend:

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

    r7343 r10872  
    77
    88#######################################################################
    9 # java images/scripts
     9# global navigation links
    1010#######################################################################
    1111
    12 # the _javalinks_ macros are the flashy image links at the top right of
    13 # the page.
    14 
    15 _javalinks_ {_imagehome_}
    16 _javalinks_ [v=1] {
    17 _imagehome_<br>
    18 }
     12_globallinks_ {_homelink_}
    1913
    2014#######################################################################
     
    2216#######################################################################
    2317
    24 _icongsdocsgr_ {<img src="_httpicongsdocsgr_">}
    2518_httpiconpdf_ {_httpimg_/pdf.gif}
    26 _iconpdf_ {<img src="_httpiconpdf_" border=0>}
     19_iconpdf_ {<img class="icon" src="_httpiconpdf_" alt="PDF icon">}
    2720
    2821_httpdocs_ {_httpprefix_/docs}
    2922
    30 _pagetitle_ {_textimagegreenstone_}
     23_pagetitle_ {_home:textgsdocs_ - _textdescrgreenstone_}
    3124
    3225_content_ {
    33 _icongsdocsgr_
     26<div id="content">
     27
     28<div class="divbar">
     29<p class="navbar">
     30_textgsdocstitle_
     31</p>
     32</div>
     33
    3434_If_(_documentation_,_documentation_,_textnodocumentation_)
    3535
    3636_nzdlpagefooter_
     37</div>
    3738}
Note: See TracChangeset for help on using the changeset viewer.