source: trunk/cic-hcap/etc/collect.cfg@ 12945

Last change on this file since 12945 was 12945, checked in by mdewsnip, 18 years ago

More HTML 4 compliance fixes.

  • Property svn:keywords set to Author Date Id Revision
File size: 4.3 KB
Line 
1creator [email protected]
2maintainer [email protected]
3public true
4
5buildtype mgpp
6searchtype plain form
7indexes text Institution_name State PlaceType Architect Functions Time_period Style Materials Designation Reference ReferenceTitle ReferenceAuthor
8levels document section
9
10plugin GAPlug
11plugin CICPlug -cache_directory C:\\mdewsnip\\CIC\\Cache -images_directory C:\\mdewsnip\\CIC\\Images
12plugin CICWordPlug
13plugin ArcPlug
14plugin RecPlug -use_metadata_files
15
16format AllowExtendedOptions true
17
18format DocumentHeading ""
19
20format DocumentText "
21&nbsp;</p>
22<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"margin-top: -3em;\">
23{If}{[DocumentType] eq \"Place\",
24<tr>
25<td valign=\"top\">
26<div style=\"float: right; padding-left: 10px; width: 375px\">
27<p>Click on image titles for larger views.</p>
28[PlaceImagesHTML]
29</div>
30<div class=\"cicheading\">[Current_name]</div>
31_cicblankline_
32<b>Institution Name:</b> <a href=\"_gwcgi_?a=d&amp;d=i[Institution_ID]\">[Institution_name]</a><br />
33<b>Original/Historic Place Name:</b> [Original_or_historic_name]<br />
34<b>Location on Campus:</b> [Location_on_campus]<br />
35<b>Date(s) of Construction:</b>[PlaceConstructionDatesTableHTML]
36<b>Designer:</b> [Architect]<br />
37<b>Type of Place:</b> [PlaceType]<br />
38<b>Style:</b> [sibling(All\'\, \'):Style] <a href=\"_gwcgi_?a=p&amp;p=glossary\">(Glossary)</a><br />
39<b>Significance:</b> [sibling(All\'\, \'):Significance]<br />
40<b>Narrative:</b> <a href=\"#narrative\">see below</a><br />
41<b>References:</b> <a href=\"#references\">see below</a><br />
42
43{If}{[PlaceType] eq \"Individual building\",<div class=\"cicsubsubheading\">Materials:</div>Foundation: [MaterialFoundation]<br />Walls: [MaterialWalls]<br />Roof: [MaterialRoof]}
44
45<div class=\"cicsubsubheading\">Function:</div>[PlaceFunctionsTableHTML]
46</td>
47</tr>
48<tr>
49<td colspan=\"2\" width=\"100%\">
50<a name=\"narrative\"></a><div class=\"cicsubsubheading\">Narrative:</div>[PlaceNarrativeHTML]
51</td>
52</tr>
53<tr>
54<td colspan=\"2\" width=\"100%\">
55<a name=\"references\"></a><div class=\"cicsubsubheading\">References:</div>[PlaceReferencesHTML]
56</td>
57</tr>
58}
59
60{If}{[DocumentType] eq \"Institution\",
61<tr>
62<td width=\"100%\" valign=\"top\">
63<div class=\"cicheading\">[Institution_Name]</div>
64
65<p>[City]&#44; [State] [Zip]<br />
66[County] county<br />
67{If}{[Institution_webpage],<a href=\"[Institution_webpage]\">[Institution_webpage]</a>}</p>
68
69{If}{[InstitutionCampusPlansListHTML],<p><b>Campus plans:</b><br />[InstitutionCampusPlansListHTML]</p>}
70{If}{[InstitutionPlacesListHTML],<p><b>Places:</b><br />[InstitutionPlacesListHTML]</p>}
71</td>
72<td width=\"375\" valign=\"top\">
73<center>[InstitutionBestPlaceImageHTML]</center>
74</td>
75</tr>
76}
77
78{If}{[DocumentType] eq \"Designer\",
79<tr>
80<td width=\"100%\" valign=\"top\">
81<div class=\"cicheading\">[Designer_name]</div>
82_cicblankline_
83[DesignerPlacesListHTML]
84</td>
85</tr>
86}
87
88{If}{[DocumentType] eq \"Image\",
89<tr>
90<td width=\"100%\" valign=\"top\">
91<div class=\"cicheading\">[Title]</div>
92
93<center><p><img alt=\"[Title]\" src=\"[ImagePath]\"/></p></center>
94</td>
95</tr>
96}
97
98</table>
99"
100
101format SearchVList "
102<td valign=\"top\">
103{If}{[DocumentType] ne \"Reference\",<a href=\"_gwcgi_?a=d&amp;d=[DocOID]\"><img alt=\"Document\" src=\"_httpimg_/itext.gif\"></a>}
104</td>
105<td valign=\"top\">
106{If}{[DocumentType] eq \"Place\",<i>Place:</i> <a href=\"_gwcgi_?a=d&amp;d=[DocOID]\">[Current_name]</a>&#44; [Institution_name]}
107{If}{[DocumentType] eq \"Institution\",<i>Institution:</i> <a href=\"_gwcgi_?a=d&amp;d=[DocOID]\">[Institution_Name]</a>}
108{If}{[DocumentType] eq \"Designer\",<i>Designer:</i> <a href=\"_gwcgi_?a=d&amp;d=[DocOID]\">[Designer_name]</a>}
109{If}{[DocumentType] eq \"Reference\",<i>Reference:</i> [Reference]}
110</td>"
111
112# Not used
113format DateList "<td>[link][icon][/link]</td>
114<td>[highlight]{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}[/highlight]</td>
115<td>[ex.Date]</td>"
116
117# Not used
118format HList "[link][highlight][ex.Title][/highlight][/link]"
119
120# Not used
121format VList "<td valign=top>[link][icon][/link]</td>
122<td valign=top>[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
123<td valign=top>[highlight]
124{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}
125[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
126
127# Not used
128format DocumentButtons "Detach|Highlight"
129
130collectionmeta collectionname [l=en] "CIC Historic Campus Architecture Project"
131collectionmeta .document:text [l=en] "text"
Note: See TracBrowser for help on using the repository browser.