Changeset 11820


Ignore:
Timestamp:
2006-05-11T18:32:30+12:00 (18 years ago)
Author:
shaoqun
Message:

now use image as background, so <h2> and <span> tags are replaced with <p> tag

Location:
trunk/gsdl/macros
Files:
2 edited

Legend:

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

    r11775 r11820  
    1212    <img class="icon" src="_iconcollection_" title="_collectionname_">,_imagecollectionv_)}
    1313_imagecollection_ [v=1] {_imagecollectionv_}
    14 _imagecollectionv_ {<h2><span class="collectiontitlebackground"></span><span class="collectiontitle">_collectionname_</span></h2>}
     14_imagecollectionv_ {<p class="collectiontitle">_collectionname_</p>}
    1515#######################################################################
    1616# about page content
  • trunk/gsdl/macros/base.dm

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