Ignore:
Timestamp:
2006-01-27T12:49:37+13:00 (18 years ago)
Author:
jrm21
Message:

the document buttons (expand/detach etc) are now done as css-formatted text
rather than images.

File:
1 edited

Legend:

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

    r11117 r11132  
    324324_texticoncont_ {continue?}
    325325
    326 _textltwarning_ {
    327 <p><center>
    328 <table cellspacing=0 cellpadding=0 width=_pagewidth_>
    329 <tr valign=top><td>_iconwarning_Expanding the text here will generate a large
    330 amount of data for your browser to display _imagecont_
    331 </td></tr></table></center>
     326_textltwarning_ {<div class="buttons">_imagecont_</div>
     327_iconwarning_Expanding the text here will generate a large
     328amount of data for your browser to display
    332329}
    333330
     
    503500
    504501
    505 ## "CONTINUE?" ## top_nav_button ## cont ##
    506 _httpiconcontoff_ {_httpimg_/contof.gif}
    507 _httpiconconton_ {_httpimg_/conton.gif}
    508 
    509 ## "EXPAND\nTEXT" ## document_button ## eallt ##
    510 _httpiconealltof_ {_httpimg_/ealltof.gif}
    511 _httpiconeallton_ {_httpimg_/eallton.gif}
    512 
    513 ## "CONTRACT\nCONTENTS" ## document_button ## econc ##
    514 _httpiconeconcof_ {_httpimg_/econcof.gif}
    515 _httpiconeconcon_ {_httpimg_/econcon.gif}
    516 
    517 ## "DETACH" ## document_button ## edtch ##
    518 _httpiconedtchof_ {_httpimg_/edtchof.gif}
    519 _httpiconedtchon_ {_httpimg_/edtchon.gif}
    520 
    521 ## "EXPAND\nCONTENTS" ## document_button ## eexpc ##
    522 _httpiconeexpcof_ {_httpimg_/eexpcof.gif}
    523 _httpiconeexpcon_ {_httpimg_/eexpcon.gif}
    524 
    525 ## "CONTRACT\nTEXT" ## document_button ## etsec ##
    526 _httpiconetsecof_ {_httpimg_/etsecof.gif}
    527 _httpiconetsecon_ {_httpimg_/etsecon.gif}
    528 
    529 ## "HIGH-\nLIGHTING" ## document_button ## ehl ##
    530 _httpiconehlof_ {_httpimg_/ehlof.gif}
    531 _httpiconehlon_ {_httpimg_/ehlon.gif}
    532 
    533 ## "NO HIGH-\nLIGHTING" ## document_button ## enhl ##
    534 _httpiconenhlof_ {_httpimg_/enhlof.gif}
    535 _httpiconenhlon_ {_httpimg_/enhlon.gif}
     502_textCONTINUE_ {CONTINUE?}
     503
     504_textEXPANDTEXT_ {EXPAND\nTEXT}
     505
     506_textCONTRACTCONTENTS_ {CONTRACT\nCONTENTS}
     507
     508_textDETACH_ {DETACH}
     509
     510_textEXPANDCONTENTS_ {EXPAND\nCONTENTS}
     511
     512_textCONTRACT_ {CONTRACT\nTEXT}
     513
     514_textHIGHLIGHT_ {HIGH-\nLIGHTING}
     515
     516_textNOHIGHLIGHT_ {NO HIGH-\nLIGHTING}
    536517
    537518
Note: See TracChangeset for help on using the changeset viewer.