Changeset 3775


Ignore:
Timestamp:
2003-03-02T17:00:10+13:00 (21 years ago)
Author:
sjboddie
Message:

Added "title" attributes to img tags so that modern browsers display
tooltips as intended (previously we relied on the "alt" attribute which
doesn't display tooltips for netscape6/mozilla etc.).

Location:
trunk/gsdl/macros
Files:
8 edited

Legend:

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

    r3533 r3775  
    139139# 5. image alt text
    140140_gsimage_ {<a href="_1_" onMouseover="roll('_4_',1);" onMouseOut="roll('_4_',0);"><img
    141 name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border=0 alt="_5_"></a>}
     141name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border=0 alt="_5_" title="_5_"></a>}
    142142
    143143_gsimage_ [v=1] {<a href="_1_">_5_</a><br>}
     
    389389
    390390_iconnext_{<img src="_httpiconmore_" align=absbottom
    391 width=_widthmore_ height=_heightmore_ border=0 alt="_texticonnext_">}
     391width=_widthmore_ height=_heightmore_ border=0 alt="_texticonnext_" title="_texticonnext_">}
    392392_iconnext_[v=1] {_texticonnext_}
    393393
    394394_iconprev_{<img src="_httpiconless_" align=absbottom
    395 width=_widthless_ height=_heightless_ border=0 alt="_texticonprev_">}
     395width=_widthless_ height=_heightless_ border=0 alt="_texticonprev_" title="_texticonprev_">}
    396396_iconprev_[v=1] {_texticonprev_}
    397397
     
    484484_iconblankbar_[v=1] {<br><hr><br>}
    485485
    486 _icontext_ {<img border=0 align=absmiddle src="_httpiconitext_" width=_widthitext_ height=_heightitext_ alt="_texticontext_">}
     486_icontext_ {<img border=0 align=absmiddle src="_httpiconitext_" width=_widthitext_ height=_heightitext_ alt="_texticontext_" title="_texticontext_">}
    487487_icontext_[v=1] {_texticontext_}
    488488
     
    490490_iconblanktext_[v=1] {}
    491491
    492 _iconclosedbook_ {<img src="_httpiconbook_" width=_widthbook_ height=_heightbook_ border=0 alt="_texticonclosedbook_">}
     492_iconclosedbook_ {<img src="_httpiconbook_" width=_widthbook_ height=_heightbook_ border=0 alt="_texticonclosedbook_" title="_texticonclosedbook_">}
    493493_iconclosedbook_ [v=1] {<small><b>_texticonclosedbook_: </b></small>}
    494494_iconclosedbook_ [v=1,l=zh]{<small><_font_><b>_texticonclosedbook_: </b></font></small>}
    495495
    496 _icondoc_ {<img border=0 align=absmiddle src="_httpiconimsword_" width=_widthimsword_ height=_heightimsword_ alt="_texticonmsword_">}
     496_icondoc_ {<img border=0 align=absmiddle src="_httpiconimsword_" width=_widthimsword_ height=_heightimsword_ alt="_texticonmsword_" title="_texticonmsword_">}
    497497_iconmsword_[v=1] {_texticonmsword_}
    498498
    499 _iconmidi_ {<img border=0 align=absmiddle src="_httpiconimidi_" width=_widthimidi_ height=_heightimidi_ alt="_texticonmidi_">}
     499_iconmidi_ {<img border=0 align=absmiddle src="_httpiconimidi_" width=_widthimidi_ height=_heightimidi_ alt="_texticonmidi_" title="_texticonmidi_">}
    500500_iconmidi_[v=1] {_texticonmidi_}
    501501
    502 _iconpdf_ {<img border=0 align=absmiddle src="_httpiconipdf_" width=_widthipdf_ height=_heightipdf_ alt="_texticonpdf_">}
     502_iconpdf_ {<img border=0 align=absmiddle src="_httpiconipdf_" width=_widthipdf_ height=_heightipdf_ alt="_texticonpdf_" title="_texticonpdf_">}
    503503_iconpdf_[v=1] {_texticonpdf_}
    504504
    505 _iconps_ {<img border=0 align=absmiddle src="_httpiconips_" width=_widthips_ height=_heightips_ alt="_texticonps_">}
     505_iconps_ {<img border=0 align=absmiddle src="_httpiconips_" width=_widthips_ height=_heightips_ alt="_texticonps_" title="_texticonps_">}
    506506_iconps_[v=1] {_texticonps_}
    507507
    508 _iconppt_ {<img border=0 align=absmiddle src="_httpiconippt_" width=_widthippt_ height=_heightippt_ alt="_texticonppt_">}
     508_iconppt_ {<img border=0 align=absmiddle src="_httpiconippt_" width=_widthippt_ height=_heightippt_ alt="_texticonppt_" title="_texticonppt_">}
    509509_iconppt_[v=1] {_texticonppt_}
    510510
    511 _iconrtf_ {<img border=0 align=absmiddle src="_httpiconirtf_" width=_widthirtf_ height=_heightirtf_ alt="_texticonrtf_">}
     511_iconrtf_ {<img border=0 align=absmiddle src="_httpiconirtf_" width=_widthirtf_ height=_heightirtf_ alt="_texticonrtf_" title="_texticonrtf_">}
    512512_iconrtf_[v=1] {_texticonrtf_}
    513513
    514 _iconxls_ {<img border=0 align=absmiddle src="_httpiconixls_" width=_widthixls_ height=_heightixls_ alt="_texticonxls_">}
     514_iconxls_ {<img border=0 align=absmiddle src="_httpiconixls_" width=_widthixls_ height=_heightixls_ alt="_texticonxls_" title="_texticonxls_">}
    515515_iconxls_[v=1] {_texticonxls_}
    516516
     
    531531_imagepref2_ {_gsimage_(_httppagepref_,_httpiconcprefof_,_httpiconcprefon_,pref,_textimagepref_)}
    532532
    533 _imagegreenstone_ {<img src="_httpicongsdl_" width="_widthgsdl_" height="_heightgsdl_" border="0" alt="_textimagegreenstone_" hspace=0>}
     533_imagegreenstone_ {<img src="_httpicongsdl_" width="_widthgsdl_" height="_heightgsdl_" border="0" alt="_textimagegreenstone_" title="_textimagegreenstone_" hspace=0>}
    534534_imagegreenstone_[v=1] {_textimagegreenstone_}
  • trunk/gsdl/macros/collect.dm

    r3083 r3775  
    1010# function instead of linking directly to the page (_1_ argument isn't used)
    1111_gsjimage_ {<a href="javascript:check\_submit('_4_');" onMouseover="roll('_4_',1);" onMouseOut="roll('_4_',0);" target=_top><img
    12 name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border=0 alt="_5_"></a>}
     12name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border=0 alt="_5_" title="_5_"></a>}
    1313_gsjimage_ [v=1] {<a href="javascript:check\_submit('_4_');" target=_top>_5_</a><br>}
    1414
     
    1616# require target=_top
    1717_gstimage_ {<a href="_1_" onMouseover="roll('_4_',1);" onMouseOut="roll('_4_',0);" target="\_top"><img
    18 name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border=0 alt="_5_"></a>}
     18name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border=0 alt="_5_" title="_5_"></a>}
    1919_gstimage_ [v=1] {<a href="_1_" target="\_top">_5_</a><br>}
    2020
     
    4343_imagemore_ {<a href="javascript:more()" onMouseover="roll('more',1);" onMouseOut="roll('more',0);"><img
    4444name="more" src="_httpimg_/moreof.gif" onLoad="gbutton(this,'_httpimg_/moreon.gif');" border=0 alt="_textmore_"
    45 align=top></a>}
     45title="_textmore_" align=top></a>}
    4646_imagemore_ [v=1] {_textmore_}
    4747
    48 _iconhcolect_ {<img src="_httpiconhcolect_" alt="_textcollector_" border=0>}
     48_iconhcolect_ {<img src="_httpiconhcolect_" alt="_textcollector_" title="_textcollector_" border=0>}
    4949_icongreyarrow_ {<img src="_httpimg_/grarrow.gif">}
    5050_icongreyuparrow_ {<img src="_httpimg_/guarrow.gif">}
    5151_iconstop_ {<img src="_httpimg_/stop.gif" border=0>}
    5252
    53 _icongcinfoof_ {<img src="_httpicongcinfoof_" alt="_textinfo_">}
    54 _icongcinfoon_ {<img src="_httpicongcinfoon_" alt="_textinfo_">}
    55 _iconycinfoof_ {<img src="_httpiconycinfoof_" alt="_textinfo_">}
    56 _iconycinfoon_ {<img src="_httpiconycinfoon_" alt="_textinfo_">}
    57 _iconncinfoof_ {<img src="_httpiconncinfoof_" alt="_textinfo_">}
    58 
    59 _icongcsrceof_ {<img src="_httpicongcsrceof_" alt="_textsrce_">}
    60 _icongcsrceon_ {<img src="_httpicongcsrceon_" alt="_textsrce_">}
    61 _iconycsrceof_ {<img src="_httpiconycsrceof_" alt="_textsrce_">}
    62 _iconycsrceon_ {<img src="_httpiconycsrceon_" alt="_textsrce_">}
    63 _iconncsrceof_ {<img src="_httpiconncsrceof_" alt="_textsrce_">}
    64 
    65 _icongcconfof_ {<img src="_httpicongcconfof_" alt="_textconf_">}
    66 _icongcconfon_ {<img src="_httpicongcconfon_" alt="_textconf_">}
    67 _iconycconfof_ {<img src="_httpiconycconfof_" alt="_textconf_">}
    68 _iconycconfon_ {<img src="_httpiconycconfon_" alt="_textconf_">}
    69 _iconncconfof_ {<img src="_httpiconncconfof_" alt="_textconf_">}
    70 
    71 _icongcbildof_ {<img src="_httpicongcbildof_" alt="_textbild_">}
    72 _icongcbildon_ {<img src="_httpicongcbildon_" alt="_textbild_">}
    73 _iconycbildof_ {<img src="_httpiconycbildof_" alt="_textbild_">}
    74 _iconycbildon_ {<img src="_httpiconycbildon_" alt="_textbild_">}
    75 _iconncbildof_ {<img src="_httpiconncbildof_" alt="_textbild_">}
    76 
    77 _icongcviewof_ {<img src="_httpicongcviewof_" alt="_textview_">}
    78 _icongcviewon_ {<img src="_httpicongcviewon_" alt="_textview_">}
    79 _iconycviewof_ {<img src="_httpiconycviewof_" alt="_textview_">}
    80 _iconycviewon_ {<img src="_httpiconycviewon_" alt="_textview_">}
    81 _iconncviewof_ {<img src="_httpiconncviewof_" alt="_textview_">}
    82 
    83 _icongcdelof_ {<img src="_httpicongcdelof_" alt="_textdel_">}
    84 _icongcdelon_ {<img src="_httpicongcdelon_" alt="_textdel_">}
     53_icongcinfoof_ {<img src="_httpicongcinfoof_" alt="_textinfo_" title="_textinfo_">}
     54_icongcinfoon_ {<img src="_httpicongcinfoon_" alt="_textinfo_" title="_textinfo_">}
     55_iconycinfoof_ {<img src="_httpiconycinfoof_" alt="_textinfo_" title="_textinfo_">}
     56_iconycinfoon_ {<img src="_httpiconycinfoon_" alt="_textinfo_" title="_textinfo_">}
     57_iconncinfoof_ {<img src="_httpiconncinfoof_" alt="_textinfo_" title="_textinfo_">}
     58
     59_icongcsrceof_ {<img src="_httpicongcsrceof_" alt="_textsrce_" title="_textsrce_">}
     60_icongcsrceon_ {<img src="_httpicongcsrceon_" alt="_textsrce_" title="_textsrce_">}
     61_iconycsrceof_ {<img src="_httpiconycsrceof_" alt="_textsrce_" title="_textsrce_">}
     62_iconycsrceon_ {<img src="_httpiconycsrceon_" alt="_textsrce_" title="_textsrce_">}
     63_iconncsrceof_ {<img src="_httpiconncsrceof_" alt="_textsrce_" title="_textsrce_">}
     64
     65_icongcconfof_ {<img src="_httpicongcconfof_" alt="_textconf_" title="_textconf_">}
     66_icongcconfon_ {<img src="_httpicongcconfon_" alt="_textconf_" title="_textconf_">}
     67_iconycconfof_ {<img src="_httpiconycconfof_" alt="_textconf_" title="_textconf_">}
     68_iconycconfon_ {<img src="_httpiconycconfon_" alt="_textconf_" title="_textconf_">}
     69_iconncconfof_ {<img src="_httpiconncconfof_" alt="_textconf_" title="_textconf_">}
     70
     71_icongcbildof_ {<img src="_httpicongcbildof_" alt="_textbild_" title="_textbild_">}
     72_icongcbildon_ {<img src="_httpicongcbildon_" alt="_textbild_" title="_textbild_">}
     73_iconycbildof_ {<img src="_httpiconycbildof_" alt="_textbild_" title="_textbild_">}
     74_iconycbildon_ {<img src="_httpiconycbildon_" alt="_textbild_" title="_textbild_">}
     75_iconncbildof_ {<img src="_httpiconncbildof_" alt="_textbild_" title="_textbild_">}
     76
     77_icongcviewof_ {<img src="_httpicongcviewof_" alt="_textview_" title="_textview_">}
     78_icongcviewon_ {<img src="_httpicongcviewon_" alt="_textview_" title="_textview_">}
     79_iconycviewof_ {<img src="_httpiconycviewof_" alt="_textview_" title="_textview_">}
     80_iconycviewon_ {<img src="_httpiconycviewon_" alt="_textview_" title="_textview_">}
     81_iconncviewof_ {<img src="_httpiconncviewof_" alt="_textview_" title="_textview_">}
     82
     83_icongcdelof_ {<img src="_httpicongcdelof_" alt="_textdel_" title="_textdel_">}
     84_icongcdelon_ {<img src="_httpicongcdelon_" alt="_textdel_" title="_textdel_">}
    8585
    8686# these buttons fixed width 77x26 fontsize 13 bgcolor #96c19b
    8787
    88 _icongcexptof_ {<img src="_httpicongcexptof_" alt="_textexpt_">}
    89 _icongcexpton_ {<img src="_httpicongcexpton_" alt="_textexpt_">}
     88_icongcexptof_ {<img src="_httpicongcexptof_" alt="_textexpt_" title="_textexpt_">}
     89_icongcexpton_ {<img src="_httpicongcexpton_" alt="_textexpt_" title="_textexpt_">}
    9090
    9191#######################################################################
  • trunk/gsdl/macros/dateqry.dm

    r2045 r3775  
    2222#######################################################################
    2323
    24 _iconthispage_ {<img src="_httpiconhsearch_" alt="_texticonthispage_" width="_widthhsearch_" height="_heighthsearch_">}
     24_iconthispage_ {<img src="_httpiconhsearch_" alt="_texticonthispage_" title="_texticonthispage_" width="_widthhsearch_" height="_heighthsearch_">}
    2525_iconthispage_ [v=1] {<h2>_texticonthispage_</h2>}
    2626
    27 _iconqueryresultsbar_ {<img src="_httpiconqryresb_" width="_widthqryresb_" height="_heightqryresb_" alt="_texticonqueryresultsbar_">}
     27_iconqueryresultsbar_ {<img src="_httpiconqryresb_" width="_widthqryresb_" height="_heightqryresb_" alt="_texticonqueryresultsbar_" title="_texticonqueryresultsbar_">}
    2828_iconqueryresultsbar_[v=1] {_texticonqueryresultsbar_}
    2929
  • trunk/gsdl/macros/document.dm

    r3534 r3775  
    200200
    201201
    202 _iconsmalltext_ {<img src="_httpiconsmtext_" border=0 width=_widthsmtext_ height=_heightsmtext_ alt="_texticonsmalltext_">}
     202_iconsmalltext_ {<img src="_httpiconsmtext_" border=0 width=_widthsmtext_ height=_heightsmtext_ alt="_texticonsmalltext_" title="_texticonsmalltext_">}
    203203_iconsmalltext_ [v=1] {<small><b>_texticonsmalltext2_</b></small>}
    204204
    205 _iconarrowsmalltext_ {<img src="_httpiconasmtext_" border=0 width=_widthasmtext_ height=_heightasmtext_ alt="_texticonsmalltext_">}
     205_iconarrowsmalltext_ {<img src="_httpiconasmtext_" border=0 width=_widthasmtext_ height=_heightasmtext_ alt="_texticonsmalltext_" title="_texticonsmalltext_">}
    206206_iconarrowsmalltext_ [v=1] {<small><b>->_texticonsmalltext2_</b></small>}
    207207
    208 _iconclosedfolder_ {<img src="_httpiconclsdfldr_" border=0 width=_widthclsdfldr_ height=_heightclsdfldr_ alt="_texticonclosedfolder_">}
     208_iconclosedfolder_ {<img src="_httpiconclsdfldr_" border=0 width=_widthclsdfldr_ height=_heightclsdfldr_ alt="_texticonclosedfolder_" title="_texticonclosedfolder_">}
    209209_iconclosedfolder_ [v=1] {<small><b>_texticonclosedfolder2_</b></small>}
    210210
    211 _iconarrowclosedfolder_ {<img src=_httpiconaclsdfdr_" border=0 width=_widthaclsdfdr_ height=_heightaclsdfdr_ alt="_texticonclosedfolder_">}
     211_iconarrowclosedfolder_ {<img src=_httpiconaclsdfdr_" border=0 width=_widthaclsdfdr_ height=_heightaclsdfdr_ alt="_texticonclosedfolder_" title="_texticonclosedfolder_">}
    212212_iconarrowclosedfolder_ [v=1] {<small><b>->_texticonclosedfolder2_</b></small>}
    213213
    214 _iconopenfolder_ {<img src="_httpiconopenfldr_" border=0 width=_widthopenfldr_ height=_heightopenfldr_ alt="_texticonopenfolder_">}
     214_iconopenfolder_ {<img src="_httpiconopenfldr_" border=0 width=_widthopenfldr_ height=_heightopenfldr_ alt="_texticonopenfolder_" title="_texticonopenfolder_">}
    215215_iconopenfolder_ [v=1] {<small><b>_texticonopenfolder2_</b></small>}
    216216
    217 _iconarrowopenfolder_ {<img src="_httpiconaopenfdr_" border=0 width=_widthaopenfdr_ height=_heightaopenfdr_ alt="_texticonopenfolder_">}
     217_iconarrowopenfolder_ {<img src="_httpiconaopenfdr_" border=0 width=_widthaopenfdr_ height=_heightaopenfdr_ alt="_texticonopenfolder_" title="_texticonopenfolder_">}
    218218_iconarrowopenfolder_ [v=1] {<small><b>->_texticonopenfolder2_</b></small>}
    219219
    220 _iconarrowclosedbook_ {<img src="_httpiconabook_" width=_widthabook_ height=_heightabook_ border=0 alt="_texticonclosedbook_">}
     220_iconarrowclosedbook_ {<img src="_httpiconabook_" width=_widthabook_ height=_heightabook_ border=0 alt="_texticonclosedbook_" title="_texticonclosedbook_">}
    221221_iconarrowclosedbook_ [v=1] {<small><b>->_texticonclosedbook_: </b></small>}
    222222
    223 _iconopenbook_ {<img src="_httpiconopenbook_" width=_widthopenbook_ height=_heightopenbook_ border=0 alt="_texticonopenbook_">}
     223_iconopenbook_ {<img src="_httpiconopenbook_" width=_widthopenbook_ height=_heightopenbook_ border=0 alt="_texticonopenbook_" title="_texticonopenbook_">}
    224224_iconopenbook_ [v=1] {<small><b>_texticonopenbook_: </b></small>}
    225225
    226 _iconarrowopenbook_ {<img src="_httpiconaopenbk_" width=_widthaopenbk_ height=_heightaopenbk_ border=0 alt="_texticonopenbook_">}
     226_iconarrowopenbook_ {<img src="_httpiconaopenbk_" width=_widthaopenbk_ height=_heightaopenbk_ border=0 alt="_texticonopenbook_" title="_texticonopenbook_">}
    227227_iconarrowopenbook_ [v=1] {<small><b>->_texticonopenbook_: </b></small>}
    228228
    229 _iconopenbookshelf_ {<img src="_httpiconbshelf_" border=0 width=_widthbshelf_ height=_heightbshelf_ alt="_texticonopenbookshelf_">}
     229_iconopenbookshelf_ {<img src="_httpiconbshelf_" border=0 width=_widthbshelf_ height=_heightbshelf_ alt="_texticonopenbookshelf_" title="_texticonopenbookshelf_">}
    230230_iconopenbookshelf_ [v=1] {<small><b>_texticonopenbookshelf_: </b></small>}
    231231
    232 _iconarrowopenbookshelf_ {<img src="_httpiconabshelf_" border=0 width=_widthabshelf_ height=_heightabshelf_ alt="_texticonopenbookshelf_">}
     232_iconarrowopenbookshelf_ {<img src="_httpiconabshelf_" border=0 width=_widthabshelf_ height=_heightabshelf_ alt="_texticonopenbookshelf_" title="_texticonopenbookshelf_">}
    233233_iconarrowopenbookshelf_ [v=1] {<small><b>->_texticonopenbookshelf_: </b></small>}
    234234
    235 _iconclosedbookshelf_ {<img src="_httpiconbshelf_" border=0 width=_widthbshelf_ height=_heightbshelf_ alt="_texticonclosedbookshelf_">}
     235_iconclosedbookshelf_ {<img src="_httpiconbshelf_" border=0 width=_widthbshelf_ height=_heightbshelf_ alt="_texticonclosedbookshelf_" title="_texticonclosedbookshelf_">}
    236236_iconclosedbookshelf_ [v=1] {<small><b>_texticonclosedbookshelf_: </b></small>}
    237237
    238 _iconarrowclosedbookshelf_ {<img src="_httpiconabshelf_" border=0 width=_widthabshelf_ height=_heightabshelf_ alt="_texticonclosedbookshelf_">}
     238_iconarrowclosedbookshelf_ {<img src="_httpiconabshelf_" border=0 width=_widthabshelf_ height=_heightabshelf_ alt="_texticonclosedbookshelf_" title="_texticonclosedbookshelf_">}
    239239_iconarrowclosedbookshelf_ [v=1] {<small><b>->_texticonclosedbookshelf_: </b></small>}
    240240
     
    255255# can't use _gsimage_ macro for detach button as we need to include target
    256256_imagedetach_ {<a href="_httpcurrentdocument_&x=1" target=\_blank onMouseover="roll('detach',1);" onMouseOut="roll('detach',0);"><img
    257 name="detach" src="_httpiconedtchof_" onLoad="gbutton(this,'_httpiconedtchon_');" border=0 alt="_texticondetach_"></a>}
     257name="detach" src="_httpiconedtchof_" onLoad="gbutton(this,'_httpiconedtchon_');" border=0 alt="_texticondetach_" title="_texticondetach_"></a>}
    258258_imagedetach_ [v=1] {<a href="_httpcurrentdocument_&x=1" target=\_blank>_texticondetach_</a><br>}
    259259
  • trunk/gsdl/macros/help.dm

    r2672 r3775  
    22
    33_imagethispage_ {_iconthispage_}
    4 _iconthispage_ {<img src="_httpiconhhelp_" alt="_textHelp_" width=_widthhhelp_ height=_heighthhelp_>}
     4_iconthispage_ {<img src="_httpiconhhelp_" alt="_textHelp_" title="_textHelp_" width=_widthhhelp_ height=_heighthhelp_>}
    55
    66# don't want collection icon on help page as much of the text is not collection specific
  • trunk/gsdl/macros/home.dm

    r3774 r3775  
    2121#######################################################################
    2222
    23 _iconselectcollection_ {<img align=texttop src="_httpiconselcolgr_" width=_widthselcolgr_ height=_heightselcolgr_ alt=_altselcolgr_>}
    24 _iconmusiclibrary_ {<img align=texttop src="_httpicontmusic_" border=1 alt="meldex music library">}
     23_iconselectcollection_ {<img align=texttop src="_httpiconselcolgr_" width=_widthselcolgr_ height=_heightselcolgr_ alt="_altselcolgr_" title="_altselcolgr_">}
     24_iconmusiclibrary_ {<img align=texttop src="_httpicontmusic_" border=1 alt="meldex music library" title="meldex music library">}
    2525
    2626_imagecollection_ {<img src="_httpimg_/gsdlhead.gif">}
  • trunk/gsdl/macros/pref.dm

    r2496 r3775  
    546546#######################################################################
    547547
    548 _iconthispage_ {<img src="_httpiconhpref_" alt="_textpreferences_" width="_widthhpref_" height="_heighthpref_">}
     548_iconthispage_ {<img src="_httpiconhpref_" alt="_textpreferences_" title="_textpreferences_" width="_widthhpref_" height="_heighthpref_">}
  • trunk/gsdl/macros/query.dm

    r3157 r3775  
    2727#######################################################################
    2828
    29 _iconthispage_ {<img src="_httpiconhsearch_" alt="_texticonthispage_" width="_widthhsearch_" height="_heighthsearch_">}
     29_iconthispage_ {<img src="_httpiconhsearch_" alt="_texticonthispage_" title="_texticonthispage_" width="_widthhsearch_" height="_heighthsearch_">}
    3030_iconthispage_ [v=1] {<h2>_texticonthispage_</h2>}
    3131
    32 _iconqueryresultsbar_ {<img src="_httpiconqryresb_" width="_widthqryresb_" height="_heightqryresb_" alt="_texticonqueryresultsbar_">}
     32_iconqueryresultsbar_ {<img src="_httpiconqryresb_" width="_widthqryresb_" height="_heightqryresb_" alt="_texticonqueryresultsbar_" title="_texticonqueryresultsbar_">}
    3333_iconqueryresultsbar_[v=1] {_texticonqueryresultsbar_}
    3434
    35 _iconsearchhistorybar_ {<img src="_httpiconsrchhistb_" width="_widthsrchhistb_" height="_heightsrchhistb_" alt="_texticonsearchhistorybar_">}
     35_iconsearchhistorybar_ {<img src="_httpiconsrchhistb_" width="_widthsrchhistb_" height="_heightsrchhistb_" alt="_texticonsearchhistorybar_" title="_texticonsearchhistorybar_">}
    3636_iconsearchhistorybar_[v=1] {_texticonsearchhistorybar_}
    3737
     
    5858#the buttons for the search history entries
    5959# takes one arg - the entry number (0-num entries)
    60 _imagehistbutton_ {<a  href="_httpquery_" onMouseover="roll('histbutton_1_',1);" onMouseOut="roll('histbutton_1_',0);" onClick="inputQuery(histvalue_1_); return false;"><img name="histbutton_1_" src="_httpiconmstdsqrof_" onLoad="gbutton(this,'_httpiconmstdsqron_');" border=0 alt="_textusequery_"></a>}
     60_imagehistbutton_ {<a  href="_httpquery_" onMouseover="roll('histbutton_1_',1);" onMouseOut="roll('histbutton_1_',0);" onClick="inputQuery(histvalue_1_); return false;"><img name="histbutton_1_" src="_httpiconmstdsqrof_" onLoad="gbutton(this,'_httpiconmstdsqron_');" border=0 alt="_textusequery_" title="_textusequery_"></a>}
    6161
    6262
Note: See TracChangeset for help on using the changeset viewer.