Changeset 11502


Ignore:
Timestamp:
2006-03-27T17:30:15+12:00 (18 years ago)
Author:
kjdon
Message:

chnaged the default format statements for VList and DocumentText to match changes in receptionist

File:
1 edited

Legend:

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

    r11464 r11502  
    6060    static final private String HLIST_DEFAULT_FORMAT = "[link][highlight][ex.Title][/highlight][/link]";
    6161    static final private String VLIST = "VList";
    62     static final private String VLIST_DEFAULT_FORMAT = "<td valign=top>[link][icon][/link]</td>\n<td valign=top>[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>\n<td valign=top>[highlight]\n{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}\n[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>";
     62    static final private String VLIST_DEFAULT_FORMAT = "<td valign=\"top\">[link][icon][/link]</td>\n<td valign=\"top\">[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>\n<td valign=\"top\">[highlight]\n{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}\n[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>";
    6363    //    static final private String INVISIBLE = "Invisible";
    6464    //static final private String INVISIBLE_DEFAULT_FORMAT = "";
     
    6868
    6969    static final private String DOCUMENTTEXT = "DocumentText";
    70     static final private String DOCUMENTTEXT_DEFAULT_FORMAT = "<center><table width=_pagewidth_><tr><td>[Text]</td></tr></table></center>";
     70    static final private String DOCUMENTTEXT_DEFAULT_FORMAT = "[Text]";
    7171
    7272    static final private String DOCUMENTBUTTONS = "DocumentButtons";
Note: See TracChangeset for help on using the changeset viewer.