Changeset 18583


Ignore:
Timestamp:
2009-02-23T13:36:27+13:00 (15 years ago)
Author:
kjdon
Message:

added format: to the Date metadata in DateList default format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/cdm/FormatManager.java

    r18414 r18583  
    5858 
    5959  static final private String DATELIST = "DateList";
    60   static final private String DATELIST_DEFAULT_FORMAT = "<td>[link][icon][/link]</td>\n<td>[highlight]{Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}[/highlight]</td>\n<td>{Or}{[dc.Date],[exp.Date],[ex.Date]}</td>";
     60  static final private String DATELIST_DEFAULT_FORMAT = "<td>[link][icon][/link]</td>\n<td>[highlight]{Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}[/highlight]</td>\n<td>{Or}{[format:dc.Date],[format:exp.Date],[format:ex.Date]}</td>";
    6161  static final private String HLIST = "HList";
    6262  static final private String HLIST_DEFAULT_FORMAT = "[link][highlight][ex.Title][/highlight][/link]";
Note: See TracChangeset for help on using the changeset viewer.