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

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

Fixed up some ugly line endings.

  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 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 References
8levels document
9
10plugin GAPlug
11plugin CICPlug -cache_directory C:\\mdewsnip\\CIC\\Cache -images_directory C:\\mdewsnip\\CIC\\Images -michael_mode
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 class=\"cicheading\">[Current_name]</div>
25
26<div class=\"cictexthalf\">&nbsp;</div>
27<div class=\"cictexthalf\"><b>Institution Name:</b> [Institution_name]</div>
28<div class=\"cictexthalf\"><b>Original/Historic Place Name:</b> [Original_or_historic_name]</div>
29<div class=\"cictexthalf\"><b>Location on Campus:</b> [Location_on_campus]</div>
30<div class=\"cictexthalf\"><b>Date(s) of Construction:</b> [Construction_date]</div>
31<div class=\"cictexthalf\"><b>Type of Place:</b> [PlaceType]</div>
32<div class=\"cictexthalf\"><b>Style:</b> [sibling(All\'\, \'):Style] <a href=\"_gwcgi_?a=p&p=glossary\">(Glossary)</a></div>
33<div class=\"cictexthalf\"><b>Significance:</b> [sibling(All\'\, \'):Significance]</div>
34<div class=\"cictexthalf\"><b>Narrative:</b> <a href=\"#narrative\">see below</a></div>
35<div class=\"cictexthalf\"><b>References:</b> <a href=\"#references\">see below</a></div>
36</td>
37<td width=\"375\" valign=\"top\">
38<p class=\"cictext\">Click on image titles for larger views.</p>
39
40[PlaceImagesHTML]
41</td>
42</tr>
43<tr>
44<td colspan=\"2\" width=\"_pagewidth_\">
45{If}{[PlaceType] eq \"Individual building\",<br /><div class=\"cictexthalf\"><b>Materials:</b></div>Foundation: [MaterialFoundation]<br />Walls: [MaterialWalls]<br />Roof: [MaterialRoof]}
46</td>
47</tr>
48<tr>
49<td colspan=\"2\" width=\"_pagewidth_\">
50<br /><div class=\"cictexthalf\"><b>Function:</b></div>[PlaceFunctionsTableHTML]
51</td>
52</tr>
53<tr>
54<td colspan=\"2\" width=\"_pagewidth_\">
55<br /><a name=\"narrative\"></a><p class=\"cictext\"><b>Narrative:</b><br />[Narrative]</p>
56</td>
57</tr>
58<tr>
59<td colspan=\"2\" width=\"_pagewidth_\">
60<br /><a name=\"references\"></a><p class=\"cictext\"><b>References:</b><br />[References]</p>
61</td>
62</tr>
63}
64
65{If}{[DocumentType] eq \"Institution\",
66<tr>
67<td width=\"100%\" valign=\"top\">
68<div class=\"cicheading\">[Institution_Name]</div>
69
70<p>[City]&#44; [State] [Zip]<br />
71[County] county<br />
72{If}{[Institution_webpage],<a href=\"[Institution_webpage]\">[Institution_webpage]</a>}</p>
73
74{If}{[InstitutionCampusPlansListHTML],<div class=\"cictexthalf\"><b>Campus plans:</b></div>[InstitutionCampusPlansListHTML]<p />}
75{If}{[InstitutionPlacesListHTML],<div class=\"cictexthalf\"><b>Places:</b></div>[InstitutionPlacesListHTML]}
76</td>
77<td width=\"375\" valign=\"top\">
78<center>[InstitutionBestPlaceImageHTML]</center>
79</td>
80</tr>
81}
82
83{If}{[DocumentType] eq \"Designer\",
84<tr>
85<td width=\"100%\" valign=\"top\">
86<div class=\"cicheading\">[Designer_name]</div>
87
88<p />
89[DesignerPlacesImageHTML]
90</td>
91</tr>
92}
93</table>
94"
95
96format SearchVList "
97<td valign=\"top\">
98[link][icon][/link]
99</td>
100<td valign=\"top\">
101{If}{[DocumentType] eq \"Place\",<i>Place:</i> [link][Current_name][/link]&#44; [Institution_name]}
102{If}{[DocumentType] eq \"Institution\",<i>Institution:</i> [link][Institution_Name][/link]}
103{If}{[DocumentType] eq \"Designer\",<i>Designer:</i> [link][Designer_name][/link]}
104</td>"
105
106format DateList "<td>[link][icon][/link]</td>
107<td>[highlight]{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}[/highlight]</td>
108<td>[ex.Date]</td>"
109
110format HList "[link][highlight][ex.Title][/highlight][/link]"
111
112format VList "<td valign=top>[link][icon][/link]</td>
113<td valign=top>[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
114<td valign=top>[highlight]
115{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}
116[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
117
118format DocumentButtons "Detach|Highlight"
119
120collectionmeta collectionname [l=en] "CIC Historic Campus Architecture Project"
121collectionmeta .document:text [l=en] "text"
Note: See TracBrowser for help on using the repository browser.