Changeset 11775


Ignore:
Timestamp:
2006-05-05T15:35:40+12:00 (18 years ago)
Author:
kjdon
Message:

added spans around collectiontitle (if no image) so that we can put a pretty background

Location:
trunk/gsdl/macros
Files:
2 edited

Legend:

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

    r11294 r11775  
    1010# don't want link to 'about' page
    1111_imagecollection_ {_If_("_iconcollection_" ne "",
    12     <img class="icon" src="_iconcollection_" title="_collectionname_">,<br><br><h2>_collectionname_</h2>)}
    13 _imagecollection_ [v=1] {<br><br><h2>_collectionname_</h2>}
    14 
     12    <img class="icon" src="_iconcollection_" title="_collectionname_">,_imagecollectionv_)}
     13_imagecollection_ [v=1] {_imagecollectionv_}
     14_imagecollectionv_ {<h2><span class="collectiontitlebackground"></span><span class="collectiontitle">_collectionname_</span></h2>}
    1515#######################################################################
    1616# about page content
  • trunk/gsdl/macros/base.dm

    r11198 r11775  
    4040_imagecollectionv_)}
    4141_imagecollection_ [v=1] {_imagecollectionv_}
    42 _imagecollectionv_ {_If_(_collectionname_,<br><br><h2><a href="_httppageabout_">_collectionname_</a></h2>)}
     42_imagecollectionv_ {_If_(_collectionname_,<h2><a href="_httppageabout_"><span class="collectiontitlebackground"></span><span class="collectiontitle">_collectionname_</span></a></h2>)}
    4343
    4444#######################################################################
Note: See TracChangeset for help on using the changeset viewer.