Changeset 1557


Ignore:
Timestamp:
2000-09-21T14:04:35+12:00 (24 years ago)
Author:
sjboddie
Message:

added button to collector for exporting a collection to cd-rom (though
it's not yet implemented)

Location:
trunk/gsdl
Files:
2 added
1 edited

Legend:

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

    r1507 r1557  
    7878_textdel_ {delete collection}
    7979
     80# these buttons fixed width 77x26 fontsize 13 bgcolor #96c19b
     81
     82_icongcexptof_ {<img src="_httpicongcexptof_" alt="_textexpt_">}
     83_icongcexpton_ {<img src="_httpicongcexpton_" alt="_textexpt_">}
     84_textexpt_ {export collection}
     85
    8086#######################################################################
    8187# http macros
     
    8793_httpview_ {_gwcgi_?a=p&p=about&c=_cgiargbc1dirname_}
    8894_httpdel_  {javascript:do_delete();}
     95_httpexpt_ {_gwcgi_?e=_compressedoptions_&cp=expt}
    8996
    9097_httpicongcinfoof_ {_httpimg_/gcinfoof.gif}
     
    120127_httpicongcdelof_ {_httpimg_/gcdelof.gif}
    121128_httpicongcdelon_ {_httpimg_/gcdelon.gif}
     129
     130_httpicongcexptof_ {_httpimg_/gcexptof.gif}
     131_httpicongcexpton_ {_httpimg_/gcexpton.gif}
    122132
    123133
     
    235245<td valign=bottom>_gsimage_(_collector:httpdel_,_collector:httpicongcdelof_,_collector:httpicongcdelon_,del,_collector:textdel_)</td>
    236246<td valign=bottom>Delete the collection entirely</td></tr>
     247<tr><td align=right valign=bottom>4.</td>
     248<td valign=bottom>_gsimage_(_collector:httpexpt_,_collector:httpicongcexptof_,_collector:httpicongcexpton_,export,_collector:textexpt_)</td>
     249<td valign=bottom>Export the collection for distribution on a Windows cd-rom</td></tr>
    237250</table>
    238251}
Note: See TracChangeset for help on using the changeset viewer.