Changeset 12957


Ignore:
Timestamp:
2006-09-29T17:10:05+12:00 (18 years ago)
Author:
mdewsnip
Message:

Updated search format statement to account for the new place reference objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/etc/collect.cfg

    r12945 r12957  
    101101format SearchVList "
    102102<td valign=\"top\">
    103 {If}{[DocumentType] ne \"Reference\",<a href=\"_gwcgi_?a=d&amp;d=[DocOID]\"><img alt=\"Document\" src=\"_httpimg_/itext.gif\"></a>}
     103{If}{[DocumentType] eq \"Place\",<a href=\"_gwcgi_?a=d&amp;d=[DocOID]\"><img alt=\"Place\" src=\"_httpimg_/itext.gif\"></a>}
     104{If}{[DocumentType] eq \"Institution\",<a href=\"_gwcgi_?a=d&amp;d=[DocOID]\"><img alt=\"Institution\" src=\"_httpimg_/itext.gif\"></a>}
     105{If}{[DocumentType] eq \"Designer\",<a href=\"_gwcgi_?a=d&amp;d=[DocOID]\"><img alt=\"Designer\" src=\"_httpimg_/itext.gif\"></a>}
     106{If}{[DocumentType] eq \"PlaceReference\",<a href=\"_gwcgi_?a=d&amp;d=p[PlaceID]\"><img alt=\"Place\" src=\"_httpimg_/itext.gif\"></a>}
    104107</td>
    105108<td valign=\"top\">
     
    107110{If}{[DocumentType] eq \"Institution\",<i>Institution:</i> <a href=\"_gwcgi_?a=d&amp;d=[DocOID]\">[Institution_Name]</a>}
    108111{If}{[DocumentType] eq \"Designer\",<i>Designer:</i> <a href=\"_gwcgi_?a=d&amp;d=[DocOID]\">[Designer_name]</a>}
     112{If}{[DocumentType] eq \"PlaceReference\",<i>Place Reference:</i> [Reference]}
    109113{If}{[DocumentType] eq \"Reference\",<i>Reference:</i> [Reference]}
    110114</td>"
Note: See TracChangeset for help on using the changeset viewer.