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

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

Now uses the new PlaceConstructionDatesTableHTML metadata instead of Construction_date.

  • Property svn:keywords set to Author Date Id Revision
File size: 4.5 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<table cellpadding=\"0\" cellspacing=\"0\" width=\"_pagewidth_\">
22{If}{[DocumentType] eq \"Place\",
23<tr>
24<td valign=\"top\">
25<div style=\"float: right; padding-left: 10px; width: 375px\">
26<p class=\"cictext\">Click on image titles for larger views.</p>
27[PlaceImagesHTML]
28</div>
29<div class=\"cicheading\">[Current_name]</div>
30
31<div class=\"cictexthalf\">&nbsp;</div>
32<div class=\"cictexthalf\"><b>Institution Name:</b> <a href=\"_gwcgi_?a=d&d=i[Institution_ID]\">[Institution_name]</a></div>
33<div class=\"cictexthalf\"><b>Original/Historic Place Name:</b> [Original_or_historic_name]</div>
34<div class=\"cictexthalf\"><b>Location on Campus:</b> [Location_on_campus]</div>
35<div class=\"cictexthalf\"><b>Date(s) of Construction:</b></div>[PlaceConstructionDatesTableHTML]
36<div class=\"cictexthalf\"><b>Designer:</b> [Architect]</div>
37<div class=\"cictexthalf\"><b>Type of Place:</b> [PlaceType]</div>
38<div class=\"cictexthalf\"><b>Style:</b> [sibling(All\'\, \'):Style] <a href=\"_gwcgi_?a=p&p=glossary\">(Glossary)</a></div>
39<div class=\"cictexthalf\"><b>Significance:</b> [sibling(All\'\, \'):Significance]</div>
40<div class=\"cictexthalf\"><b>Narrative:</b> <a href=\"#narrative\">see below</a></div>
41<div class=\"cictexthalf\"><b>References:</b> <a href=\"#references\">see below</a></div>
42
43{If}{[PlaceType] eq \"Individual building\",<p /><div class=\"cictexthalf\"><b>Materials:</b></div>Foundation: [MaterialFoundation]<br />Walls: [MaterialWalls]<br />Roof: [MaterialRoof]}
44
45<p /><div class=\"cictexthalf\"><b>Function:</b></div>[PlaceFunctionsTableHTML]
46</td>
47</tr>
48<tr>
49<td colspan=\"2\" width=\"_pagewidth_\">
50<br /><a name=\"narrative\"></a><p class=\"cictext\"><b>Narrative:</b><br />[Narrative]</p>
51</td>
52</tr>
53<tr>
54<td colspan=\"2\" width=\"_pagewidth_\">
55<br /><a name=\"references\"></a><p class=\"cictext\"><b>References:</b><br />[PlaceReferences]</p>
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],<div class=\"cictexthalf\"><b>Campus plans:</b></div>[InstitutionCampusPlansListHTML]<p />}
70{If}{[InstitutionPlacesListHTML],<div class=\"cictexthalf\"><b>Places:</b></div>[InstitutionPlacesListHTML]}
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
83<p />
84[DesignerPlacesListHTML]
85</td>
86</tr>
87}
88
89{If}{[DocumentType] eq \"Image\",
90<tr>
91<td width=\"100%\" valign=\"top\">
92<div class=\"cicheading\">[Title]</div>
93
94<p />
95<center><img src=\"[ImagePath]\"/></center>
96</td>
97</tr>
98}
99
100</table>
101"
102
103format SearchVList "
104<td valign=\"top\">
105{If}{[DocumentType] ne \"Reference\",[link][icon][/link]}
106</td>
107<td valign=\"top\">
108{If}{[DocumentType] eq \"Place\",<i>Place:</i> [link][Current_name][/link]&#44; [Institution_name]}
109{If}{[DocumentType] eq \"Institution\",<i>Institution:</i> [link][Institution_Name][/link]}
110{If}{[DocumentType] eq \"Designer\",<i>Designer:</i> [link][Designer_name][/link]}
111{If}{[DocumentType] eq \"Reference\",<i>Reference:</i> [Reference]}
112</td>"
113
114format DateList "<td>[link][icon][/link]</td>
115<td>[highlight]{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}[/highlight]</td>
116<td>[ex.Date]</td>"
117
118format HList "[link][highlight][ex.Title][/highlight][/link]"
119
120format VList "<td valign=top>[link][icon][/link]</td>
121<td valign=top>[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
122<td valign=top>[highlight]
123{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}
124[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
125
126format DocumentButtons "Detach|Highlight"
127
128collectionmeta collectionname [l=en] "CIC Historic Campus Architecture Project"
129collectionmeta .document:text [l=en] "text"
Note: See TracBrowser for help on using the repository browser.