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

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

Lots of changes towards the new place page design.

  • Property svn:keywords set to Author Date Id Revision
File size: 4.9 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 width=\"234\">&nbsp;</td>
26<td style=\"padding-left: 1em;\"><div class=\"cicheading\">[Current_name]</div></td>
27</tr>
28
29<tr>
30<td colspan=\"2\"><hr></td>
31</tr>
32
33<tr>
34<td valign=\"top\">
35Click on image titles for larger views.<br />
36[PlaceImagesHTML]
37</td>
38
39<td valign=\"top\" style=\"padding-left: 1em;\">
40<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">
41<tr>
42<td valign=\"top\" width=\"50%\">
43<b>Institution Name:</b> <a href=\"_gwcgi_?a=d&amp;d=i[Institution_ID]\">[Institution_name]</a><br />
44<b>Original/Historic Place Name:</b> [Original_or_historic_name]<br />
45<b>Location on Campus:</b> [Location_on_campus]<br />
46<b>Date(s) of Construction:</b>[PlaceConstructionDatesTableHTML]
47<b>Designer:</b> [Architect]<br />
48<b>Type of Place:</b> [PlaceType]<br />
49<b>Style:</b> [sibling(All\'\, \'):Style] <a href=\"_gwcgi_?a=p&amp;p=glossary\">(Glossary)</a><br />
50<b>Significance:</b> [sibling(All\'\, \'):Significance]<br />
51</td>
52
53<td valign=\"top\">
54{If}{[PlaceType] eq \"Individual building\",<b>Materials:</b><br />Foundation: [MaterialFoundation]<br />Walls: [MaterialWalls]<br />Roof: [MaterialRoof]}
55_cicblankline_
56<b>Function:</b><br />[PlaceFunctionsTableHTML]
57</td>
58</tr>
59</table>
60
61_cicblankline_
62<hr>
63<a name=\"narrative\"></a><b>Narrative:</b><br />[PlaceNarrativeHTML]
64
65_cicblankline_
66<hr>
67<a name=\"references\"></a><b>References:</b><br />[PlaceReferencesHTML]
68</td>
69</tr>
70}
71
72{If}{[DocumentType] eq \"Institution\",
73<tr>
74<td width=\"100%\" valign=\"top\">
75<div class=\"cicheading\">[Institution_Name]</div>
76
77<p>[City]&#44; [State] [Zip]<br />
78[County] county<br />
79{If}{[Institution_webpage],<a href=\"[Institution_webpage]\">[Institution_webpage]</a>}</p>
80
81{If}{[InstitutionCampusPlansListHTML],<p><b>Campus plans:</b><br />[InstitutionCampusPlansListHTML]</p>}
82{If}{[InstitutionPlacesListHTML],<p><b>Places:</b><br />[InstitutionPlacesListHTML]</p>}
83</td>
84<td width=\"375\" valign=\"top\">
85<center>[InstitutionBestPlaceImageHTML]</center>
86</td>
87</tr>
88}
89
90{If}{[DocumentType] eq \"Designer\",
91<tr>
92<td width=\"100%\" valign=\"top\">
93<div class=\"cicheading\">[Designer_name]</div>
94_cicblankline_
95[DesignerPlacesListHTML]
96</td>
97</tr>
98}
99
100{If}{[DocumentType] eq \"Image\",
101<tr>
102<td width=\"100%\" valign=\"top\">
103<div class=\"cicheading\">[Title]</div>
104
105<center><p><img alt=\"[Title]\" src=\"[ImagePath]\"/></p></center>
106</td>
107</tr>
108}
109
110</table>
111"
112
113format SearchVList "
114<td valign=\"top\">
115{If}{[DocumentType] eq \"Place\",<a href=\"_gwcgi_?a=d&amp;d=[DocOID]\"><img alt=\"Place\" src=\"_httpimg_/itext.gif\"></a>}
116{If}{[DocumentType] eq \"Institution\",<a href=\"_gwcgi_?a=d&amp;d=[DocOID]\"><img alt=\"Institution\" src=\"_httpimg_/itext.gif\"></a>}
117{If}{[DocumentType] eq \"Designer\",<a href=\"_gwcgi_?a=d&amp;d=[DocOID]\"><img alt=\"Designer\" src=\"_httpimg_/itext.gif\"></a>}
118{If}{[DocumentType] eq \"PlaceReference\",<a href=\"_gwcgi_?a=d&amp;d=p[PlaceID]\"><img alt=\"Place\" src=\"_httpimg_/itext.gif\"></a>}
119</td>
120<td valign=\"top\">
121{If}{[DocumentType] eq \"Place\",<i>Place:</i> <a href=\"_gwcgi_?a=d&amp;d=[DocOID]\">[Current_name]</a>&#44; [Institution_name]}
122{If}{[DocumentType] eq \"Institution\",<i>Institution:</i> <a href=\"_gwcgi_?a=d&amp;d=[DocOID]\">[Institution_Name]</a>}
123{If}{[DocumentType] eq \"Designer\",<i>Designer:</i> <a href=\"_gwcgi_?a=d&amp;d=[DocOID]\">[Designer_name]</a>}
124{If}{[DocumentType] eq \"PlaceReference\",<i>Place Reference:</i> <a href=\"_gwcgi_?a=d&amp;d=p[PlaceID]\">[PlaceName]</a>&#44; [PlaceInstitutionName]<br />[Reference]}
125{If}{[DocumentType] eq \"Reference\",<i>Reference:</i> [Reference]}
126</td>"
127
128# Not used
129format DateList "<td>[link][icon][/link]</td>
130<td>[highlight]{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}[/highlight]</td>
131<td>[ex.Date]</td>"
132
133# Not used
134format HList "[link][highlight][ex.Title][/highlight][/link]"
135
136# Not used
137format VList "<td valign=top>[link][icon][/link]</td>
138<td valign=top>[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
139<td valign=top>[highlight]
140{Or}{[dls.Title],[dc.Title],[ex.Title],Untitled}
141[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
142
143# Not used
144format DocumentButtons "Detach|Highlight"
145
146collectionmeta collectionname [l=en] "CIC Historic Campus Architecture Project"
147collectionmeta .document:text [l=en] "text"
Note: See TracBrowser for help on using the repository browser.