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

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

Now builds indexes on "Materials" and "Designation" metadata (for the new advanced search page).

  • 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 References
8levels document section
9
10plugin GAPlug
11plugin CICPlug -cache_directory C:\\mdewsnip\\CIC\\Cache -images_directory C:\\mdewsnip\\CIC\\Images
12plugin ArcPlug
13plugin RecPlug -use_metadata_files
14
15format AllowExtendedOptions true
16
17format DocumentHeading ""
18
19format DocumentText "
20<table cellpadding=\"0\" cellspacing=\"0\" width=\"_pagewidth_\">
21{If}{[DocumentType] eq \"Place\",
22<tr>
23<td valign=\"top\">
24<div style=\"float: right; padding-left: 10px; width: 375px\">
25<p class=\"cictext\">Click on image titles for larger views.</p>
26[PlaceImagesHTML]
27</div>
28<div class=\"cicheading\">[Current_name]</div>
29
30<div class=\"cictexthalf\">&nbsp;</div>
31<div class=\"cictexthalf\"><b>Institution Name:</b> <a href=\"_gwcgi_?a=d&d=i[Institution_ID]\">[Institution_name]</a></div>
32<div class=\"cictexthalf\"><b>Original/Historic Place Name:</b> [Original_or_historic_name]</div>
33<div class=\"cictexthalf\"><b>Location on Campus:</b> [Location_on_campus]</div>
34<div class=\"cictexthalf\"><b>Date(s) of Construction:</b> [Construction_date]</div>
35<div class=\"cictexthalf\"><b>Designer:</b> [Architect]</div>
36<div class=\"cictexthalf\"><b>Type of Place:</b> [PlaceType]</div>
37<div class=\"cictexthalf\"><b>Style:</b> [sibling(All\'\, \'):Style] <a href=\"_gwcgi_?a=p&p=glossary\">(Glossary)</a></div>
38<div class=\"cictexthalf\"><b>Significance:</b> [sibling(All\'\, \'):Significance]</div>
39<div class=\"cictexthalf\"><b>Narrative:</b> <a href=\"#narrative\">see below</a></div>
40<div class=\"cictexthalf\"><b>References:</b> <a href=\"#references\">see below</a></div>
41
42{If}{[PlaceType] eq \"Individual building\",<p /><div class=\"cictexthalf\"><b>Materials:</b></div>Foundation: [MaterialFoundation]<br />Walls: [MaterialWalls]<br />Roof: [MaterialRoof]}
43
44<p /><div class=\"cictexthalf\"><b>Function:</b></div>[PlaceFunctionsTableHTML]
45</td>
46</tr>
47<tr>
48<td colspan=\"2\" width=\"_pagewidth_\">
49<br /><a name=\"narrative\"></a><p class=\"cictext\"><b>Narrative:</b><br />[Narrative]</p>
50</td>
51</tr>
52<tr>
53<td colspan=\"2\" width=\"_pagewidth_\">
54<br /><a name=\"references\"></a><p class=\"cictext\"><b>References:</b><br />[References]</p>
55</td>
56</tr>
57}
58
59{If}{[DocumentType] eq \"Institution\",
60<tr>
61<td width=\"100%\" valign=\"top\">
62<div class=\"cicheading\">[Institution_Name]</div>
63
64<p>[City]&#44; [State] [Zip]<br />
65[County] county<br />
66{If}{[Institution_webpage],<a href=\"[Institution_webpage]\">[Institution_webpage]</a>}</p>
67
68{If}{[InstitutionCampusPlansListHTML],<div class=\"cictexthalf\"><b>Campus plans:</b></div>[InstitutionCampusPlansListHTML]<p />}
69{If}{[InstitutionPlacesListHTML],<div class=\"cictexthalf\"><b>Places:</b></div>[InstitutionPlacesListHTML]}
70</td>
71<td width=\"375\" valign=\"top\">
72<center>[InstitutionBestPlaceImageHTML]</center>
73</td>
74</tr>
75}
76
77{If}{[DocumentType] eq \"Designer\",
78<tr>
79<td width=\"100%\" valign=\"top\">
80<div class=\"cicheading\">[Designer_name]</div>
81
82<p />
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<p />
94<center><img src=\"[ImagePath]\"/></center>
95</td>
96</tr>
97}
98
99</table>
100"
101
102format SearchVList "
103<td valign=\"top\">
104[link][icon][/link]
105</td>
106<td valign=\"top\">
107{If}{[DocumentType] eq \"Place\",<i>Place:</i> [link][Current_name][/link]&#44; [Institution_name]}
108{If}{[DocumentType] eq \"Institution\",<i>Institution:</i> [link][Institution_Name][/link]}
109{If}{[DocumentType] eq \"Designer\",<i>Designer:</i> [link][Designer_name][/link]}
110</td>"
111
112format DateList "<td>[link][icon][/link]</td>
113<td>[highlight]{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}[/highlight]</td>
114<td>[ex.Date]</td>"
115
116format HList "[link][highlight][ex.Title][/highlight][/link]"
117
118format VList "<td valign=top>[link][icon][/link]</td>
119<td valign=top>[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
120<td valign=top>[highlight]
121{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}
122[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
123
124format DocumentButtons "Detach|Highlight"
125
126collectionmeta collectionname [l=en] "CIC Historic Campus Architecture Project"
127collectionmeta .document:text [l=en] "text"
Note: See TracBrowser for help on using the repository browser.