Changeset 19110 for gsdl


Ignore:
Timestamp:
2009-04-20T14:33:05+12:00 (15 years ago)
Author:
kjdon
Message:

new http macros, for new location of images, and new styles, javascript, java and flash directories

File:
1 edited

Legend:

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

    r18692 r19110  
    115115#######################################################################
    116116
     117# _httpprefix_ and _httpweb_ defined by the server
     118_httpimages_ {_httpweb_/images}
     119_httpjavascript_ {_httpweb_/javascript}
     120_httpstyles_ {_httpweb_/styles}
     121_httpflash_ {_httpweb_/flash}
     122_httpjava_ {_httpweb_/java}
     123
     124# old macros, for backwards compatibility
     125_httpimg_ {_httpimages_}
     126
     127# collection versions of the same directories
    117128_httpcimages_ {_httpcollection_/images}
     129_httpcjavascript_ {_httpcollection_/javascript}
     130_httpcstyles_ {_httpcollection_/styles}
     131_httpcflash_ {_httpcollection_/flash}
     132_httpcjava_ {_httpcollection_/java}
     133
    118134_httpassocdir_ {_httpcollection_/index/assoc}
     135_httpdocimg_ {_httpassocdir_/_thisOID_}
     136# old macros, for backwards compatibility
    119137_httpcollimg_  {_httpcollection_/index/assoc}
    120 _httpdocimg_ {_httpcollimg_/_thisOID_}
    121138
    122139_httpcollection_ {_httpprefix_/collect/_cgiargc_}
Note: See TracChangeset for help on using the changeset viewer.