Changeset 20596 for gsdl


Ignore:
Timestamp:
2009-09-14T13:08:00+12:00 (15 years ago)
Author:
kjdon
Message:

added empty _collectionspecificstyle_ and _collectionspecificscript_ macros as hints for the user

File:
1 edited

Legend:

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

    r12078 r20596  
    33# Lines starting with a '#' are comments.
    44# Remember to include the package declaration
     5
     6package Style
     7
     8# will be applied to all pages
     9# add css style lines inside the style tags
     10_collectionspecificstyle_ {
     11<style type="text/css">
     12</style>
     13}
     14
     15# add any javascript functions here
     16_collectionspecificscript_ {
     17}
Note: See TracChangeset for help on using the changeset viewer.