Changeset 11167


Ignore:
Timestamp:
2006-01-31T15:43:01+13:00 (18 years ago)
Author:
kjdon
Message:

collector bar buttons are now done with background color of table cell, instead of images with text on

File:
1 edited

Legend:

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

    r11155 r11167  
    88# macro from within the server
    99_pagescriptextra_ {}
    10 
    11 # this is just like the _gsimage_ macro but it calls the check_submit() javascript
    12 # function instead of linking directly to the page (_1_ argument isn't used)
    13 _gsjimage_ {<a href="javascript:check\_submit('_4_');" onMouseover="roll('_4_',1);" onMouseOut="roll('_4_',0);" target=_top><img
    14 name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border=0 alt="_5_" title="_5_"></a>}
    15 _gsjimage_ [v=1] {<a href="javascript:check\_submit('_4_');" target=_top>_5_</a><br>}
    16 
    17 # _gstimage_ is also similar to _gsimage_ but is used where buttons occur in a sub-frame and
    18 # require target=_top
    19 _gstimage_ {<a href="_1_" onMouseover="roll('_4_',1);" onMouseOut="roll('_4_',0);" target="\_top"><img
    20 name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border=0 alt="_5_" title="_5_"></a>}
    21 _gstimage_ [v=1] {<a href="_1_" target="\_top">_5_</a><br>}
    2210
    2311# a plain header for those pages that need it (the _pagebanner_ macro
     
    4836_iconstop_ {<img src="_httpimg_/stop.gif" border=0>}
    4937
    50 _icongcinfoof_ {<img src="_httpicongcinfoof_" alt="_textinfo_" title="_textinfo_">}
    51 _icongcinfoon_ {<img src="_httpicongcinfoon_" alt="_textinfo_" title="_textinfo_">}
    52 _iconycinfoof_ {<img src="_httpiconycinfoof_" alt="_textinfo_" title="_textinfo_">}
    53 _iconycinfoon_ {<img src="_httpiconycinfoon_" alt="_textinfo_" title="_textinfo_">}
    54 _iconncinfoof_ {<img src="_httpiconncinfoof_" alt="_textinfo_" title="_textinfo_">}
    55 
    56 _icongcsrceof_ {<img src="_httpicongcsrceof_" alt="_textsrce_" title="_textsrce_">}
    57 _icongcsrceon_ {<img src="_httpicongcsrceon_" alt="_textsrce_" title="_textsrce_">}
    58 _iconycsrceof_ {<img src="_httpiconycsrceof_" alt="_textsrce_" title="_textsrce_">}
    59 _iconycsrceon_ {<img src="_httpiconycsrceon_" alt="_textsrce_" title="_textsrce_">}
    60 _iconncsrceof_ {<img src="_httpiconncsrceof_" alt="_textsrce_" title="_textsrce_">}
    61 
    62 _icongcconfof_ {<img src="_httpicongcconfof_" alt="_textconf_" title="_textconf_">}
    63 _icongcconfon_ {<img src="_httpicongcconfon_" alt="_textconf_" title="_textconf_">}
    64 _iconycconfof_ {<img src="_httpiconycconfof_" alt="_textconf_" title="_textconf_">}
    65 _iconycconfon_ {<img src="_httpiconycconfon_" alt="_textconf_" title="_textconf_">}
    66 _iconncconfof_ {<img src="_httpiconncconfof_" alt="_textconf_" title="_textconf_">}
    67 
    68 _icongcbildof_ {<img src="_httpicongcbildof_" alt="_textbild_" title="_textbild_">}
    69 _icongcbildon_ {<img src="_httpicongcbildon_" alt="_textbild_" title="_textbild_">}
    70 _iconycbildof_ {<img src="_httpiconycbildof_" alt="_textbild_" title="_textbild_">}
    71 _iconycbildon_ {<img src="_httpiconycbildon_" alt="_textbild_" title="_textbild_">}
    72 _iconncbildof_ {<img src="_httpiconncbildof_" alt="_textbild_" title="_textbild_">}
    73 
    74 _icongcviewof_ {<img src="_httpicongcviewof_" alt="_textview_" title="_textview_">}
    75 _icongcviewon_ {<img src="_httpicongcviewon_" alt="_textview_" title="_textview_">}
    76 _iconycviewof_ {<img src="_httpiconycviewof_" alt="_textview_" title="_textview_">}
    77 _iconycviewon_ {<img src="_httpiconycviewon_" alt="_textview_" title="_textview_">}
    78 _iconncviewof_ {<img src="_httpiconncviewof_" alt="_textview_" title="_textview_">}
    79 
    80 _icongcdelof_ {<img src="_httpicongcdelof_" alt="_textdel_" title="_textdel_">}
    81 _icongcdelon_ {<img src="_httpicongcdelon_" alt="_textdel_" title="_textdel_">}
    82 
    83 # these buttons fixed width 77x26 fontsize 13 bgcolor #96c19b
    84 
    85 _icongcexptof_ {<img src="_httpicongcexptof_" alt="_textexpt_" title="_textexpt_">}
    86 _icongcexpton_ {<img src="_httpicongcexpton_" alt="_textexpt_" title="_textexpt_">}
    8738
    8839#######################################################################
     
    179130<p>_textwtc_
    180131
    181 <table cellspacing=6>
     132<table class=collectorbar cellspacing=6>
    182133<tr><td width=20 align=right valign=bottom>1.</td>
    183 <td valign=bottom>_gsjimage_( ,_collector:httpicongcsrceof_,_collector:httpicongcsrceon_,srce,_collector:textsrce_)</td>
     134<td class=collectorbargreen valign=bottom><a href=_httpsrce_>_textsrce_</a></td>
    184135<td valign=bottom>_textamd_</td></tr>
    185136<tr><td align=right valign=bottom>2.</td>
    186 <td valign=bottom>_gsjimage_(_,_collector:httpicongcconfof_,_collector:httpicongcconfon_,conf,_collector:textconf_)</td>
     137<td class=collectorbargreen valign=bottom><a href=_httpconf_>_textconf_</a></td>
    187138<td valign=bottom>_textetc_</td></tr>
    188139<tr><td align=right valign=bottom>3.</td>
    189 <td valign=bottom>_gsimage_(_collector:httpdel_,_collector:httpicongcdelof_,_collector:httpicongcdelon_,del,_collector:textdel_)</td>
     140<td class=collectorbargreen valign=bottom><a href=_httpdel_>_textdel_</a></td>
    190141<td valign=bottom>_textdtc_</td></tr>
    191142<tr><td align=right valign=bottom>4.</td>
    192 <td valign=bottom>_gsjimage_( ,_collector:httpicongcexptof_,_collector:httpicongcexpton_,expt,_collector:textexpt_)</td>
     143<td class=collectorbargreen valign=bottom><a href=_httpexpt_>_textexpt_</a></td>
    193144<td valign=bottom>_textetcfcd_</td></tr>
    194145</table>
     
    231182
    232183<p>_texttsosn_
    233 <table cellspacing=6>
     184<table class=collectorbar cellspacing=6>
    234185<tr><td width=20 align=right valign=bottom>1.</td>
    235     <td valign=bottom>_iconncinfoof_</td>
     186    <td class=collectorbargrey valign=bottom>_textinfo_</td>
    236187    <td valign=bottom>_textsin_</td></tr>
    237188<tr><td align=right valign=bottom>2.</td>
    238     <td valign=bottom>_iconncsrceof_</td>
     189    <td class=collectorbargrey valign=bottom>_textsrce_</td>
    239190    <td valign=bottom>_textswts_</td></tr>
    240191<tr><td align=right valign=bottom>3.</td>
    241     <td valign=bottom>_iconncconfof_</td>
     192    <td class=collectorbargrey valign=bottom>_textconf_</td>
    242193    <td valign=bottom>_textatco_</td></tr>
    243194<tr><td align=right valign=bottom>4.</td>
    244     <td valign=bottom>_iconncbildof_</td>
     195    <td class=collectorbargrey valign=bottom>_textbild_</td>
    245196    <td valign=bottom>_textbtc_</td></tr>
    246197<tr><td align=right valign=bottom>5.</td>
    247     <td valign=bottom>_iconncviewof_</td>
     198    <td class=collectorbargrey valign=bottom>_textview_</td>
    248199    <td valign=bottom>_textpvyh_</td></tr>
    249200</table>
Note: See TracChangeset for help on using the changeset viewer.