Changeset 7502


Ignore:
Timestamp:
2004-05-31T14:31:25+12:00 (20 years ago)
Author:
davidb
Message:

Introduction of _iconunkown_ to provide an icon image to show for documents
that don't have their own image. The icon shown is the basici page icon
with a question marki placed on it.

File:
1 edited

Legend:

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

    r7394 r7502  
    109109_navigationbar_ {}
    110110_widthtspace_ {2}
     111
     112# The following is useful if collection specific macro.  Override
     113# _optnavigationbar_ to be empty if you don't want the navigation bar to
     114# appear in the standard place, and then specify _navigationbar_ elsewhere
     115# in a collection specific macro file(s) to be where you do want it.
     116_optnavigationbar_{_navigationbar_}
    111117
    112118_usability_ {}
     
    509515_heightitext_ {21}
    510516
     517_httpiconiunknown_ {_httpimg_/iunknown.gif}
     518_widthiunknown_ {16}
     519_heightiunknown_ {21}
     520
    511521_httpiconibtext_ {_httpimg_/ibtext.gif}
    512522_widthibtext_ {16}
     
    754764_icontext_[v=1] {_texticontext_}
    755765
     766_iconunknown_ {<img border=0 align=absmiddle src="_httpiconiunknown_" width=_widthiunknown_ height=_heightiunknown_ alt="_texticonunknown_" title="_texticonunknown_">}
     767_iconunknown_[v=1] {_texticonunknown_}
     768
    756769_iconblanktext_ {<img border=0 align=absmiddle src="_httpiconibtext_" width=_widthibtext_ height=_heightibtext_>}
    757770_iconblanktext_[v=1] {}
Note: See TracChangeset for help on using the changeset viewer.