Ignore:
Timestamp:
2010-10-12T13:34:36+13:00 (14 years ago)
Author:
kjdon
Message:

changed a couple of format statements so that dls Title is used, as we change it in one of the examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/manifest-demo-e/etc/collect.cfg

    r23054 r23113  
    3131format SearchVList "<td valign=top>[link][icon][/link]</td><td>{If}{[parent(All\': \'):Title],[parent(All\': \'):Title]:}[link][Title][/link]</td>"
    3232
    33 format VList "<td valign=top>[link][icon][/link]</td><td valign=top>[highlight]{Or}{[Title],Untitled}[/highlight]{If}{[Date],<br><small><i>_textdate_[Date]</i></small>}{If}{[NumPages],<br><small><i>_textnumpages_[NumPages]</i></small>}{If}{[Source],<br><small><i>_textsource_[dmsafe:Source]</i></small>}</td>"
     33format VList "<td valign=top>[link][icon][/link]</td><td valign=top>[highlight]{Or}{[dls.Title],[Title],Untitled}[/highlight]{If}{[Date],<br><small><i>_textdate_[Date]</i></small>}{If}{[NumPages],<br><small><i>_textnumpages_[NumPages]</i></small>}{If}{[Source],<br><small><i>_textsource_[dmsafe:Source]</i></small>}</td>"
    3434
    3535format DocumentText "<h3>[Title]</h3>\\n\\n<p>[Text]"
     
    4040format HList "[link][highlight][Title][/highlight][/link]"
    4141
    42 format DocumentHeading "{Or}{[parent(Top):Title],[Title],untitled}<br>"
     42format DocumentHeading "{Or}{[parent(Top):dls.Title],[parent(Top):Title],[Title],untitled}<br>"
    4343
    4444format SearchTypes "plain,form"
Note: See TracChangeset for help on using the changeset viewer.