Changeset 1263


Ignore:
Timestamp:
2000-07-03T14:26:09+12:00 (24 years ago)
Author:
nzdl
Message:

tidied up text version of interface a little

Location:
trunk/gsdl/macros
Files:
3 edited

Legend:

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

    r876 r1263  
    99# don't want link to 'about' page
    1010_imagecollection_ {_If_("_iconcollection_" ne "",
    11     <img src="_iconcollection_" border=0>,  <br><br><h2>_collectionname_</h2>}
     11    <img src="_iconcollection_" border=0>,<br><br><h2>_collectionname_</h2>)}
     12_imagecollection_ [v=1] {<br><br><h2>_collectionname_</h2>}
    1213
    1314#######################################################################
  • trunk/gsdl/macros/base.dm

    r1209 r1263  
    66
    77##########
    8 
    9 # won't need this once old versions of library are no longer used
    10 _decodedcompressedoptions_ {_compressedoptions_}
    11 
    128
    139_htmlextra_ {}
     
    2723_imagethispage_ {}
    2824_iconcollection_ {}
    29 _imagecollection_ {_If_("_iconcollection_" ne "",<a href="_httppagex_(about)"><img src="_iconcollection_" border=0></a>)}
     25_imagecollection_ {<a href="_httppagex_(about)">_If_("_iconcollection_" ne "",
     26<img src="_iconcollection_" border=0>,
     27<br><br><h2>_collectionname_</h2>)</a>}
     28_imagecollection_ [v=1] {<br><br><h2><a href="_httppagex_(about)">_collectionname_</a></h2>}
    3029
    3130#######################################################################
     
    9190
    9291# image macros for all the classifications currently supported by
    93 # this receptionist. i.e. title, author, subject, series, date,
    94 # howto, and organization (and search)
     92# this receptionist.
    9593#
    9694# image macros for to and from added by gwp on 2000 june 13
  • trunk/gsdl/macros/query.dm

    r964 r1263  
    3131# don't want alt text here
    3232_iconnext_{<img src="_httpiconmore_" width=_widthmore_ height=_heightmore_ border=0 align=top>}
     33_iconnext_ [v=1] {}
    3334_iconprev_{<img src="_httpiconless_" width=_widthless_ height=_heightless_ border=0 align=top>}
     35_iconprev_ [v=1] {}
    3436
    3537#######################################################################
Note: See TracChangeset for help on using the changeset viewer.