Ignore:
Timestamp:
2001-09-24T17:15:15+12:00 (23 years ago)
Author:
sjboddie
Message:

Had a go at enriching the default document structure.

Added [srclink][srcicon]srclink to default formatstrings.
Added "Source" metadata (set to the filename of the original document)

which is also included in default formatstrings and from which an
AZList is created.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/vlistbrowserclass.cpp

    r1610 r2751  
    4545
    4646text_t vlistbrowserclass::get_default_formatstring () {
    47   return "<td>[link][icon][/link]</td><td>[highlight]{Or}{[Title],Untitled}[/highlight]</td>";
     47  return "<td valign=top>[link][icon][/link]</td>"
     48    "{If}{[srclink],<td valign=top>[srclink][srcicon][/srclink]</td>}"
     49    "<td>[highlight]{Or}{[Title],Untitled}[/highlight]"
     50    "{If}{[Source],<br><i>([Source])</i>}</td>";
    4851}
    4952
Note: See TracChangeset for help on using the changeset viewer.