Ignore:
Timestamp:
2002-06-24T21:24:11+12:00 (22 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3168 r3177  
    3434_imagecollection_ {<img src="_httpcollection_/images/protemixlogo.gif">}
    3535
    36 #######################################################################
    37 # these width macros are read in by the server when calculating
    38 # width of navigation bar etc. There should be one for each
    39 # classification that this receptionist supports, one for the
    40 # search button, and the _pagewidth_ macro which is the total width
    41 # of the page
    42 #######################################################################
    43 
    4436# width of tabs when displaying tables of contents
    4537_tabwidth_ {25}
    46 
    47 _pagewidth_ {537}
    48 # defaultwidth is the width buttons default to if not included in this list
    49 _defaultwidth_ {87}
    50 _searchwidth_ {_widthtsrchx_}
    51 _Titlewidth_ {_widthttitlx_}
    5238
    5339#######################################################################
     
    115101
    116102#######################################################################
    117 # navigation bar images
    118 #
    119 #######################################################################
    120 
    121 # the spacer image - the width of this is set from server
    122 _imagespacer_ {<img
    123 src="_httpicontspace_" width="_widthtspace_" height="_heighttspace_">}
    124 
    125 # image macros for all the classifications currently supported by
    126 # this receptionist.
    127 
    128 _imagesearch_ {_If_("_cgiargu_" ne "1",_imagesearch2_,_iconnosearch_)}
    129 _imagesearch2_ {_gsimage_(_httpquery_,_httpicontsrchof_,_httpicontsrchon_,srch,_textimagesearch_)}
    130 _imageTitle_ {_gsimage_(_httpbrowseTitle_,_httpiconttitlof_,_httpiconttitlon_,titles,_textimageTitle_)}
    131 
    132 #######################################################################
    133103# java images/scripts
    134104#######################################################################
     
    175145_httpbuild_ {_gwcgi_?e=_compressedoptions_&a=bc}
    176146
    177 _httpiconchalk_ {_httpimg_/chalk.gif}
     147_httpiconchalk_ {_httpcollection_/images/bottombgnd.gif}
    178148_widthchalk_ {2000}
    179149_heightchalk_ {10}
     
    281251#######################################################################
    282252
    283 _iconnext_{<img src="_httpiconmore_" align=absbottom
    284 width=_widthmore_ height=_heightmore_ border=0 alt="_texticonnext_">}
    285 
    286 _iconprev_{<img src="_httpiconless_" align=absbottom
    287 width=_widthless_ height=_heightless_ border=0 alt="_texticonprev_">}
     253_iconnext_{&nbsp;&gt;}
     254
     255_iconprev_{&lt;&nbsp;}
    288256
    289257_icontabsearchgreen_ {<img
     
    293261src="_httpiconttitlgr_" width=_widthttitlx_ border=0>}
    294262
    295 _iconblankbar_ {<center><img src="_httpicondivb_" width=_widthdivb_ height=_heightdivb_></center>}
     263_iconblankbar_ {<center><img src="_httpcollection_/images/bar.gif"></center>}
    296264
    297265_icontext_ {<img border=0 align=absmiddle src="_httpiconitext_" width=_widthitext_ height=_heightitext_ alt="_texticontext_">}
Note: See TracChangeset for help on using the changeset viewer.