source: trunk/cic-hcap/macros/extra.dm@ 12137

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

Prevented states from being shown more than once in the "search institutions by state" results page.

  • Property svn:keywords set to Author Date Id Revision
File size: 81.7 KB
Line 
1# ------------------------------------------------------------------------------------------
2# GLOBAL
3# ------------------------------------------------------------------------------------------
4
5package Global
6
7# Remove the Greenstone bar down the left-hand side
8_httpiconchalk_ {}
9
10# Don't display any of the Greenstone horizontal bars
11_iconblankbar_ {}
12
13# Wider than usual pages
14_pagewidth_ {765}
15
16# Turn off highlighting within text
17_starthighlight_ {}
18_endhighlight_ {}
19
20# Custom navigation bar
21_cicnavigationbar_ {
22_query:cicsimplequeryform_
23<nobr>_cicaboutmenu_ _cicnavbarseparator_ _cicbrowsemenu_ _cicnavbarseparator_ _cicsearchmenu_</nobr><p>
24}
25
26_cicnavbarseparator_ {<span class="cicnavbarlink" style="margin: 6px; 6px; 0px; 0px;">|</span>}
27
28_cicaboutmenu_ {<a class="cicnavbarlink" href="_gwcgi_?a=p&p=about" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, aboutmenu, '200px')" onMouseout="delayhidemenu()">About</a>}
29
30_cicbrowsemenu_ {<a class="cicnavbarlink" href="_gwcgi_?a=p&p=institutions" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, browsemenu, '200px')" onMouseout="delayhidemenu()">Browse</a>}
31
32_cicsearchmenu_ {<a class="cicnavbarlink" href="_gwcgi_?a=q" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, searchmenu, '200px')" onMouseout="delayhidemenu()">Search</a>}
33
34
35
36# ------------------------------------------------------------------------------------------
37# STYLE
38# ------------------------------------------------------------------------------------------
39
40package Style
41
42# Pages have a common style: navigation bar, left column with search box, right column with page content
43_content_ {
44_cicnavigationbar_
45
46_cicpagecontent_
47}
48
49_header_ {_cicheader_(onLoad="initializesimplesearch();")}
50
51_cicheader_ {
52_cgihead_
53_htmlhead_(background="" _1_)_startspacer__pagebanner_
54}
55
56_cicmenujavascript_ {
57<script language="JavaScript">
58 var menuwidth = '165px' // default menu width
59 var menubgcolor = 'lightyellow' // menu bgcolor
60 var disappeardelay = 250 // menu disappear speed onMouseout (in milliseconds)
61 var hidemenu_onclick = "yes" // hide menu when user clicks within menu?
62
63 // Contents of the "about" menu
64 var aboutmenu = new Array()
65 aboutmenu[0] = '<a href="_gwcgi_?a=p&p=about">Introduction</a>'
66 aboutmenu[1] = '<a href="_gwcgi_?a=p&p=committee">Advisory Committee</a>'
67 aboutmenu[2] = '<a href="_gwcgi_?a=p&p=copyright">Copyright Information</a>'
68 aboutmenu[3] = '<a href="_gwcgi_?a=p&p=documents">Application Documents</a>'
69 aboutmenu[4] = '<a href="_gwcgi_?a=p&p=releases">Press Releases</a>'
70 aboutmenu[5] = '<a href="_gwcgi_?a=p&p=glossary">Glossary</a>'
71 aboutmenu[6] = '<a href="_gwcgi_?a=p&p=links">Links for Further Research</a>'
72
73 // Contents of the "browse" menu
74 var browsemenu = new Array()
75 browsemenu[0] = '<a href="_gwcgi_?a=p&p=institutions">Institutions by name</a>'
76 browsemenu[1] = '<a href="_gwcgi_?a=p&p=states">Institutions by state</a>'
77 browsemenu[2] = '<a href="_gwcgi_?a=p&p=types">Places by type</a>'
78 browsemenu[3] = '<a href="_gwcgi_?a=p&p=designers">Places by designer</a>'
79 browsemenu[4] = '<a href="_gwcgi_?a=p&p=styles">Places by building style</a>'
80 browsemenu[5] = '<a href="_gwcgi_?a=p&p=functions">Places by function</a>'
81 browsemenu[6] = '<a href="_gwcgi_?a=p&p=dates">Places by time period</a>'
82
83 // Contents of the "search" menu
84 var searchmenu = new Array()
85 searchmenu[0] = '<a href="_gwcgi_?a=q&qst=1">Institutions by state</a>'
86 searchmenu[1] = '<a href="_gwcgi_?a=q&qre=1">Bibliographic search</a>'
87 searchmenu[2] = '<a href="_gwcgi_?a=q">Advanced search</a>'
88
89_anylink:anylinkjavascript_
90
91</script>
92}
93
94
95
96# htmlhead uses:
97# _1_ - extra parameters for the body tag
98# _pagetitle_
99# _globalscripts_
100_htmlhead_ {
101<html_htmlextra_>
102<head>
103<title>_pagetitle_</title>
104<link rel="stylesheet" href="_httpcollection_/macros/style.css" type="text/css"/>
105_cicmenujavascript_
106_query:cicjavascript_
107</head>
108
109<body bgcolor="\#ffffff" text="\#000000" link="\#006666"
110 alink="\#cc9900" vlink="\#006666" _1_>
111}
112
113# We use a very simple pagebanner: just the collection icon, no javalinks etc
114_pagebanner_ {<span style="font-size: 24px; float: right; padding-top: 10px;">Historic Campus Architecture Project</span><a href="_gwcgi_?a=p&p=home"><img src="_httpcollection_/images/logo.jpg"></a>}
115
116_pagetitle_ {The Council of Independent Colleges: Historic Campus Architecture Project}
117
118# No left margin
119_spacerwidth_ {0}
120
121
122
123# ------------------------------------------------------------------------------------------
124# HOME
125# ------------------------------------------------------------------------------------------
126
127package home
128
129_header_ {
130_cgihead_
131_htmlhead_(background="" _1_)_startspacer_
132}
133
134_content_ {
135<table cellpadding="0" cellspacing="0">
136 <tr>
137 <td valign="top"><img src="_httpcollection_/images/home1.jpg" alt="Gate, Salem College" title="Gate, Salem College"/></td>
138 <td valign="top"><img src="_httpcollection_/images/home2.jpg" alt="Campus plan, BYU-Hawaii" title="Campus plan, BYU-Hawaii"/></td>
139 <td valign="top"><img src="_httpcollection_/images/home3.jpg" alt="Tableau in the May Dell (ca. 1912), Salem College" title="Tableau in the May Dell (ca. 1912), Salem College"/></td>
140 <td valign="top"><img src="_httpcollection_/images/home4.jpg" alt="Maura Hall (Maura Lawn Rose Garden), College of New Rochelle" title="Maura Hall (Maura Lawn Rose Garden), College of New Rochelle"/></td>
141 </tr>
142 <tr>
143 <td valign="top"><img src="_httpcollection_/images/home5.jpg" alt="Shafer Hall, Wellesley College" title="Shafer Hall, Wellesley College"/></td>
144 <td colspan="2" rowspan="2"><center><img src="_httpcollection_/images/logo.jpg"/><br />&nbsp;<br /><span style="font-size: 40px;">Historic Campus<br />Architecture Project</span><br />&nbsp;<br /><nobr>_cicaboutmenu_ _cicnavbarseparator_ _cicbrowsemenu_ _cicnavbarseparator_ _cicsearchmenu_</nobr></center></td>
145 <td valign="top"><img src="_httpcollection_/images/home6.jpg" alt="Physical education building (west entrance), Calvin College" title="Physical education building (west entrance), Calvin College"/></td>
146 </tr>
147 <tr>
148 <td valign="top"><img src="_httpcollection_/images/home7.jpg" alt="Hotel Ponce de Leon, Flagler College" title="Hotel Ponce de Leon, Flagler College"/></td>
149 <td valign="top"><img src="_httpcollection_/images/home8.jpg" alt="Julia Maria Fairchild Hall (ca. 1890), Berea College" title="Julia Maria Fairchild Hall (ca. 1890), Berea College"/></td>
150 </tr>
151 <tr>
152 <td valign="top"><img src="_httpcollection_/images/home9.jpg" alt="William Goodell Frost Building (ca. 1910), Berea College" title="William Goodell Frost Building (ca. 1910), Berea College"/></td>
153 <td valign="top"><img src="_httpcollection_/images/home10.jpg" alt="Leland Castle (entrance), College of New Rochelle" title="Leland Castle (entrance), College of New Rochelle"/></td>
154 <td valign="top"><img src="_httpcollection_/images/home11.jpg" alt="Eumenean Hall (exterior), Davidson College" title="Eumenean Hall (exterior), Davidson College"/></td>
155 <td valign="top"><img src="_httpcollection_/images/home12.jpg" alt="Norton Chapel (interior view), Keuka College" title="Norton Chapel (interior view), Keuka College"/></td>
156 </tr>
157</table>
158}
159
160
161
162# ------------------------------------------------------------------------------------------
163# ABOUT
164# ------------------------------------------------------------------------------------------
165
166package about
167
168_cicpagecontent_ {
169<table cellspacing="0" cellpadding="0" width="_pagewidth_">
170<tr><td width="100%">
171<div class="cicheading">Welcome to the Historic Campus Architecture Project</div>
172
173<div style="float: right;">
174 <a href="_gwcgi_?a=d&d=p1932"><img alt="ADP Fountain (detail), Wesleyan College" src="_httpcollection_/images/about1.jpg"></a><br />
175 <a href="_gwcgi_?a=d&d=p915"><img alt="Ball Hall (detail of belfry), Keuka College" src="_httpcollection_/images/about2.jpg"></a><br />
176 <a href="_gwcgi_?a=d&d=p992"><img alt="Cooper Hall, Limestone College" src="_httpcollection_/images/about3.jpg"></a><br />
177</div>
178
179<p>In 2002, CIC was awarded a two-year grant from the Getty Grant Program for the "Survey of Historic Architecture and Design on the Independent College and University Campus." This project aims to identify resources for further research about significant buildings, campus plans, open spaces, and heritage sites of American higher education.</p>
180
181<p>Initial activities for this project were completed in fall 2003, and included preparing an inventory, from approximately 725 active and potential CIC members, of places of significant historic interest, in relation to distinctive developments in architecture, landscape, American history, and the history of education, religion, engineering, and culture. In total, more than 1,900 places of historical significance on private college and university campuses were identified, and 4,000 images relating to sites of architectural, landscape, and planning interest and significance were collected. The survey was completed by 363 institutions, representing a return of more than 50 percent of the original list of schools that were invited to participate.</p>
182
183<p>In 2005, The Council of Independent Colleges (CIC) announced that the Getty Foundation, the philanthropic arm of the J. Paul Getty Trust, awarded a grant of $280,000 to CIC in support of the <i>CIC Survey of Historic Architecture and Design on the Independent College and University Campus</i>. The new grant brings the Getty’s support of this project to a total of $431,000.</p>
184
185<p>"We are delighted to offer this database as the first national architecture and landscape resource about independent college campuses," said CIC President Richard Ekman. "America’s private colleges and universities include most of the oldest institutions of higher education in America and their evolving physical campuses tell us a lot about American education. Documenting the historic buildings on college campuses provides a new window into understanding the distinctive educational mission of a college, the values of its founders, and the ways in which the physical campus embodies and supports the educational program."</p>
186
187<hr>
188<p>The <b>Council of Independent Colleges</b> is an association of more than 540 independent, liberal arts colleges and universities and higher education affiliates and organizations that work together to strengthen college and university leadership, sustain high-quality education, and enhance private higher education’s contributions to society. To fulfill this mission, CIC provides its members with skills, tools, and knowledge that address aspects of leadership, financial management and performance, academic quality, and institutional visibility. The Council is headquartered at One Dupont Circle in Washington, DC.</p>
189
190<p>The <b>J. Paul Getty Trust</b> is an international cultural and philanthropic organization devoted to the visual arts that includes the J. Paul Getty Museum, the Getty Research Institute, the Getty Conservation Institute, and the Getty Foundation. The J. Paul Getty Trust and its programs are based at the Getty Center in Los Angeles. Additional information is available on the Getty website at <a href="http://www.getty.edu">www.getty.edu</a>.</p>
191
192<p><b>List of Participating Institutions</b>: <a href="http://www.cic.org/projects_services/grants/getty_participants.pdf">Click here</a> to view the list of institutions and sites that are included in the historic architecture database. (This file is in PDF format. In order to view, the minimum software requirement is version 4.0. Adobe Acrobat, available for free from the <a href="http://www.adobe.com/products/acrobat/readermain.html">Adobe Web site</a>.)</p>
193
194</td></tr>
195</table>
196}
197
198
199
200# ------------------------------------------------------------------------------------------
201# COMMITTEE (About -> Advisory Committee)
202# ------------------------------------------------------------------------------------------
203
204package committee
205
206_cicpagecontent_ {
207<div class="cicheading">Advisory Committee</div>
208
209<p>An advisory committee guiding the project includes <b>Randall Mason</b>, associate professor of architecture in the graduate program in historic preservation at the School of Design, University of Pennsylvania; <b>Therese O’Malley</b>, associate dean of the Center for Advanced Study in the Visual Arts at the National Gallery of Art in Washington, DC; <b>Damie Stillman</b>, professor of art history emeritus at the University of Delaware and editor-in-chief, <i>Buildings of the United States</i> series; <b>John Strassburger</b>, president of Ursinus College (PA); <b>Thomas C. Celli</b>, president of Celli-Flynn Brennan Turkall, Architects and Planners (PA); and <b>Russell V. Keune</b>, former director of international relations at the American Institute of Architects.</p>
210
211<p><a href="mailto:[email protected]">Dr. Barbara S. Christen</a>, former Research Associate at the Center for Advanced Study in the Visual Arts of the National Gallery of Art and an architectural historian, is directing the project as Senior Advisor to CIC.</p>
212}
213
214
215
216# ------------------------------------------------------------------------------------------
217# COPYRIGHT (About -> Copyright Information)
218# ------------------------------------------------------------------------------------------
219
220package copyright
221
222_cicpagecontent_ {
223<div class="cicheading">Copyright and Permissions Information for CIC Historic Campus Architecture Project</div>
224
225<p>We ask you to adhere to the terms under which these materials are made available. The CIC Historic Campus Architecture Project as a whole, its texts, and its images are protected under the copyright laws of the United States and the Universal Copyright Convention. The copyright to the CIC Survey is held by the Council of Independent Colleges. The copyright to the images is held by the institutions and individuals who have generously contributed them.</p>
226
227<p>Publication (print or electronic) or commercial use of any of the copyrighted materials without direct authorization from the copyright holders is prohibited. The copying of materials is permitted only under the fair-use provisions of copyright law. To obtain the right to reuse an image, in most cases, permission must be obtained from the owning institution.</p>
228
229<p>The Library of Congress provides useful information on copyright at <a href="http://lcweb.loc.gov/copyright">http://lcweb.loc.gov/copyright</a> as well as an explanation of the fair-use doctrine at <a href="http://fairuse.stanford.edu">http://fairuse.stanford.edu</a>.</p>
230
231<hr>
232<p><i>Web Links</i>: It is not necessary to request permission in order to link to the CIC Survey from your website; however, we prefer that links be targeted to the introductory page of the CIC Survey (http://www.cicsurvey.org), and that any links to individual items be accompanied by a link to the introduction page.</p>
233
234<p><i>Citations</i>: To identify the CIC Survey as the source of information that you are using in a paper, article, or book, we ask that you include the complete title of the CIC Survey, its URL, and the date you accessed it, along with other relevant documentation. Here is an example: "Narrative History of Agnes Scott Hall, at Agnes Scott College," <i>Council of Independent Colleges Historic Campus Architecture Project</i>. 13 November 2005 &lt;http://www.cicsurvey.org&gt;.</p>
235
236<p>By accessing the Survey, you acknowledge that you have read and accepted these conditions.</p>
237}
238
239
240
241# ------------------------------------------------------------------------------------------
242# RELEASES (About -> Press Releases)
243# ------------------------------------------------------------------------------------------
244
245package releases
246
247_cicpagecontent_ {
248<div class="cicheading">Press Releases</div>
249
250<p><b>2005 Press Release:</b> <a href="http://www.cic.org/publications/pressreleases/getty_2005.asp">CIC Receives Second Getty Grant for Historic Architecture and Design Project</a></p>
251
252<p><b>Spring 2005 Independent newsletter article:</b> <a href="http://www.cic.org/publications/independent/online/spring2005/getty_grant.htm">CIC Receives Second Getty Grant for Historic Campus Architecture and Design Project</a></p>
253
254<p><b>Summer 2004 Independent newsletter article:</b> <a href="http://www.cic.org/publications/independent/online/summer2004/historic_architecture.html">CIC Develops Historic Architecture Database</a></p>
255
256<p><b>Summer 2003 Independent newsletter article:</b> <a href="http://www.cic.org/publications/independent/online/summer2003/historic_arch.html">Hundreds Respond to CIC Survey on Historic Architecture</a></p>
257}
258
259
260
261# ------------------------------------------------------------------------------------------
262# DOCUMENTS (About -> Application Documents)
263# ------------------------------------------------------------------------------------------
264
265package documents
266
267_cicpagecontent_ {
268<div class="cicheading">Application Documents</div>
269
270<p>To view the application documents from phase one, click on the links below. (In order to view the PDF files, the minimum software requirement is version 4.0 Adobe Acrobat, available for free from the <a href="http://www.adobe.com/products/acrobat/readermain.html">Adobe web site</a>.)</p>
271
272<div class="cictext"><a href="http://www.cic.org/projects_services/grants/getty_letter.asp">Letter of Instruction to Campus Liaison</a></div>
273<div class="cictext"><a href="http://www.cic.org/projects_services/grants/getty_questionnaire.pdf">Questionnaire</a> (PDF)</div>
274<div class="cictext"><a href="http://www.cic.org/projects_services/grants/getty_definitions.pdf">Definitions and Visual Examples</a> (PDF)</div>
275<div class="cictext"><a href="http://www.cic.org/projects_services/grants/getty_guidelines.pdf">Submission Guidelines</a> (PDF)</div>
276}
277
278
279
280# ------------------------------------------------------------------------------------------
281# GLOSSARY (About -> Glossary)
282# ------------------------------------------------------------------------------------------
283
284package glossary
285
286_cicpagecontent_ {
287<div class="cicheading">Glossary</div>
288
289<p class="cicsubheading">Building Styles<br /><span class="cictext">(some based on definitions of the Getty Art and Architecture Thesaurus)</span></p>
290
291<table cellspacing="0" cellpadding="0" width="_pagewidth_">
292 <tr>
293 <td valign="top" width="100%">AMERICAN COLONIAL<br />
294Refers to the culture and style of architecture created in the area of the current United States during the period when it was colonized by Europeans, primarily during the 17th and 18th centuries. The term generally refers specifically to the culture and styles of the British colonies on the East Coast of the United States, generally not including the French or Spanish colonies.
295 </td>
296 <td valign="top">&nbsp;<img alt="Dartmouth Hall, Dartmouth College (photo courtesy of University of Maryland slide collection)" src="_httpcollection_/images/americancolonial.jpg"/></td>
297 </tr>
298 <tr><td colspan="2">&nbsp;</td></tr>
299 <tr>
300 <td valign="top" width="100%">FEDERAL<br />
301Refers to the architectural movement in America that flourished from around 1785 to 1820 based on the revival of Roman architectural styles in the design of government buildings. The movement, endorsed by Thomas Jefferson and Benjamin Henry Latrobe, was driven partially by the metaphorical concept of the United States as analogous to the Roman Republic in its grandeur and political philosophy but also by the influence of such British neoclassical architects as Robert Adams.
302 </td>
303 <td valign="top">&nbsp;<img alt="President's House, Williams College (HABS/HAER)" src="_httpcollection_/images/federal.jpg"/></td>
304 </tr>
305 <tr><td colspan="2">&nbsp;</td></tr>
306 <tr>
307 <td valign="top" width="100%">GREEK REVIVAL<br />
308Refers to the style of architecture in Europe and the United States from the 1750s (in Europe) to circa 1850, characterized by the use of classical Greek forms and ornament. Inspired by 18th-century archaeological discoveries, it attempted to follow closely original models. Greek revival buildings often look like temples, with a series of large stone or wood columns marking part or all of the structure. They can also be symmetrical, with wings flanking either side of the central temple-like mass.
309 </td>
310 <td valign="top">&nbsp;<img alt="Morrison College, Transylvania University (HABS/HAER)" src="_httpcollection_/images/greekrevival.jpg"/></td>
311 </tr>
312 <tr><td colspan="2">&nbsp;</td></tr>
313 <tr>
314 <td valign="top" width="100%">GEORGIAN REVIVAL<br />
315Refers to the late 19th and early 20th century English style of architecture that revived the architectural forms and decorative motifs of the Georgian period from 1714 to 1830, and sometimes well into the 19th and early 20th century. Georgian revival architecture, like its model, features symmetrical brick facades, pitched roofs, sashes, and fanlights. It also often includes white painted trim and decorative moldings and elements.
316 </td>
317 <td valign="top">&nbsp;<img alt="???" src="_httpcollection_/images/georgianrevival.jpg"/></td>
318 </tr>
319 <tr><td colspan="2">&nbsp;</td></tr>
320 <tr>
321 <td valign="top" width="100%">GOTHIC REVIVAL<br />
322Refers mainly to the style in English and American architecture from the mid- to late 18th century through the late 19th century. The style is characterized by the use of pointed arches, rosettes, pinnacles, tracery, foils, and polychrome effects inspired by Gothic architecture and often reproduced with the general aim of historical accuracy.
323 </td>
324 <td valign="top">&nbsp;<img alt="Old Main building, Bethany College (HABS/HAER)" src="_httpcollection_/images/gothicrevival.jpg"/></td>
325 </tr>
326 <tr><td colspan="2">&nbsp;</td></tr>
327 <tr>
328 <td valign="top" width="100%">ITALIANATE<br />
329As a mid- to late 19th century architectural style, it was inspired by Italian Renaissance architects, but in a somewhat loose manner. Often residential and often featuring a low-pitched hipped roof topped by a belvedere, or rooftop pavilions intended as lookouts or for the enjoyment of a view, it can also refer to more formal buildings ranging from commercial to residential.
330 </td>
331 <td valign="top">&nbsp;<img alt="Lawrence Observatory, Amherst College" src="_httpcollection_/images/italianate.jpg"/></td>
332 </tr>
333 <tr><td colspan="2">&nbsp;</td></tr>
334 <tr>
335 <td valign="top" width="100%">ROMANESQUE REVIVAL<br />
336Refers to the style in European and American architecture dating from the 1820s to the end of the 19th century. Based on the style of the 11th- and 12th-century Romanesque church architecture, it is characterized by the use of massive blocks of masonry, semicircular arches, barrel and groin vaults, and, at times, the spare use of naturalistic ornament.
337 </td>
338 <td valign="top">&nbsp;<img alt="Glatfelter Hall, Gettysbury College (HABS/HAER)" src="_httpcollection_/images/romanesquerevival.jpg"/></td>
339 </tr>
340 <tr><td colspan="2">&nbsp;</td></tr>
341 <tr>
342 <td valign="top" width="100%">VICTORIAN STYLES<br />
343Refers to a wide variety of styles exhibited during the 19th century during Queen Victoria’s reign (1837-1900) that reflected great social, intellectual, and technological changes in Britain, the United States, and elsewhere. These style often provided alternatives to classicism such as the neo-Gothic revival and the Romantic, as well as eclecticism, and vernacular and Queen Anne revivals, and were expressed in all building types.
344 </td>
345 <td valign="top">&nbsp;<img alt="Residential Village (Theme House), Agnes Scott College (CHS collection)" src="_httpcollection_/images/victorianstyles.jpg"/></td>
346 </tr>
347 <tr><td colspan="2">&nbsp;</td></tr>
348 <tr>
349 <td valign="top" width="100%">BEAUX-ARTS CLASSICISM<br />
350Refers to a largely classical response between approximately 1890 and 1920 in America and elsewhere in which the traditions of the Ecole des Beaux-Arts were championed. Begun as the Royal Academy of Fine Arts in 1671, and reorganized during the French Revolution to become the School of Fine Arts in Paris, the Ecole was the largest and most influential school of architecture in the 19th century. Its ideas of design included the use of classically articulated and often symmetrical massing, the use in plan of a primary axial orientation (often with subsidiary axes), and hierarchically arranged and related internal spaces that offered the opportunity for a directed, processional movement through a building.
351 </td>
352 <td valign="top">&nbsp;<img alt="Cochran Hall, Allegheny College (CHS collection)" src="_httpcollection_/images/beauxartsclassicism.jpg"/></td>
353 </tr>
354 <tr><td colspan="2">&nbsp;</td></tr>
355 <tr>
356 <td valign="top" width="100%">COLONIAL REVIVAL<br />
357Refers to the movement in architecture and interior design prevalent in the late 19th and early 20th centuries in countries formerly colonized by Great Britain. The style, mostly seen in domestic architecture and also in other building types, and promoted as a picturesque 'national' style, is a direct resurrection of building styles of the early colonial periods and of the related Georgian revival. The latter term refers to late 19th and early 20th century architecture that revived the architectural forms and decorative motifs of the Georgian period from 1714 to 1830. Georgian revival architecture, like its model, tends to feature symmetrical brick facades, pitched roofs, sashes, and fanlights. It also often includes white painted trim and decorative moldings and elements.
358 </td>
359 <td valign="top">&nbsp;<img alt="Alexandria Hall, Louisiana College (Louisiana State Division of Historic Preservation website)" src="_httpcollection_/images/colonialrevival.jpg"/></td>
360 </tr>
361 <tr><td colspan="2">&nbsp;</td></tr>
362 <tr>
363 <td valign="top" width="100%">MISSION/MISSION REVIVAL<br />
364As a subtype of Spanish Colonial revival architectural style, this style is characterized by simplicity of form and ornamentation. Particularly between approximately 1900 and 1915 (although also later) in mostly the south, western, and southwestern regions on the United States, Mission revival architecture was utilized in public buildings of various kinds, as well as domestic and commercial building types.
365 </td>
366 <td valign="top">&nbsp;<img alt="Our Lady Queen of Peace Chapel, Lourdes College (CHS collection)" src="_httpcollection_/images/mission.jpg"/></td>
367 </tr>
368 <tr><td colspan="2">&nbsp;</td></tr>
369 <tr>
370 <td valign="top" width="100%">MODERN/PRE- AND POST-WWII<br />
371Refers to the style of architecture that emerged in Holland, France, and Germany after World War I and spread throughout the world, becoming the dominant architectural style until the 1960s/1970s. This style is characterized by an emphasis on volume over mass; the use of lightweight, mass-produced, industrial materials; rejection of all ornament and color; repetitive modular forms; and the use of flat surfaces, typically alternating with areas of glass. Some later examples may also be particularly sculptural in massing.
372 </td>
373 <td valign="top">&nbsp;<img alt="Annie Pfeiffer Chapel, Florida Southern College (HABS/HAER)" src="_httpcollection_/images/modern.jpg"/></td>
374 </tr>
375 <tr><td colspan="2">&nbsp;</td></tr>
376 <tr>
377 <td valign="top" width="100%">POSTMODERN<br />
378Refers to architecture as early as the mid-1960s but more often from the mid-1970s to the early 1990s, in which a buildings’ form often has a renewed interest in the color and patterns of materials, and, in many cases, the use of stylistic quotations from many different periods combined to a contradictory effect of varying scale, proportions, and scenographic effect.
379 </td>
380 <td valign="top">&nbsp;<img alt="Williams College Museum of Art (rear facade), Williams College (Williams College Department of Art slide collection)" src="_httpcollection_/images/postmodern.jpg"/></td>
381 </tr>
382 <tr><td colspan="2">&nbsp;</td></tr>
383 <tr>
384 <td valign="top" width="100%">CONTEMPORARY<br />
385Architecture from 1995 to the present, encompassing a wide range of architectural styles and approaches, often incorporating elements of modernism and postmodernism.
386 </td>
387 <td valign="top">&nbsp;<img alt="???" src="_httpcollection_/images/contemporary.jpg"/></td>
388 </tr>
389 <tr><td colspan="2">&nbsp;</td></tr>
390 <tr>
391 <td valign="top" width="100%">VERNACULAR/REGIONALIST<br />
392Refers to architecture that does not fit easily into the stylistic categories given above that rely greatly on the building traditions and materials of a particular region. These buildings may have been constructed during any period in American architecture. Fieldstone buildings in Pennsylvania or the Midwest, adobe or stucco mission-type buildings with tile roofs in the West or Southwest, local limestone buildings in Indiana, are a few examples of this kind of response in campus architecture.
393 </td>
394 <td valign="top">&nbsp;<img alt="Old Castle, Baker University (HABS/HAER)" src="_httpcollection_/images/vernacularregionalist.jpg"/></td>
395 </tr>
396</table>
397
398<p class="cicsubheading">Terms Relating to Campus Plans and Building Groups</p>
399
400<p>Unplanned<br />
401No comprehensive master plan was ever a part of campus building or landscaping activity.</p>
402
403<p>Irregular/Picturesque<br />
404Master plan of part or all of the campus has curving roads and pathways that provide circulation amidst non-hierarchically placed buildings. Vegetation, either natural or planned, often is clustered in irregular, unsymmetrical groupings, so as to create a picturesque effect.</p>
405
406<p>Quadrangle/Beaux-Arts Classicism<br />
407Master plan of part or all of the campus has a primary axis that serves as an important means of circulation and orientation for buildings. Structures are placed often in symmetrical arrangements, with a clear hierarchy in size and location established between a focal point of a central building or a structure placed at one end of the plan and subsidiary buildings located around it.</p>
408
409<p>Modern (open plan)<br />
410Master plan has a more open orientation between buildings, with no obvious reliance on the hierarchical arrangements of the more traditional quadrangle and Beaux-Arts approaches.</p>
411}
412
413
414
415# ------------------------------------------------------------------------------------------
416# LINKS (About -> Links for Further Research)
417# ------------------------------------------------------------------------------------------
418
419package links
420
421_cicpagecontent_ {
422<div class="cicheading">Links</div>
423
424<p><b>Supporting Organizations</b></p>
425
426<p>Council of Independent Colleges: <a href="http://www.cic.org">http://www.cic.org</a></p>
427
428<p>Getty Foundation: <a href="http://www.getty.edu">http://www.getty.edu</a></p>
429
430<p><b>Related Websites</b></p>
431
432<p>Society for College and University Planning: <a href="http://www.scup.org">http://www.scup.org</a></p>
433
434<p>National Historic Landmarks: <a href="http://www.cr.nps.gov/nhl/">http://www.cr.nps.gov/nhl/</a></p>
435
436<p>National Register of Historic Places: <a href="http://www.cr.nps.gov/nr/">http://www.cr.nps.gov/nr/</a></p>
437
438<p>State Historic Preservation Offices: <a href="http://www.cr.nps.gov/nr/shpolist.htm">http://www.cr.nps.gov/nr/shpolist.htm</a></p>
439
440<p>Historic American Building Survey and Historic American Engineering Record: <a href="http://www.cr.nps.gov/habshaer">http://www.cr.nps.gov/habshaer</a></p>
441
442<p>Chronicle of Higher Education: <a href="http://chronicle.com">http://chronicle.com</a></p>
443
444<p>American Planning Association: <a href="http://www.planning.org">http://www.planning.org</a></p>
445
446<p>National Association of State Universities and Land-Grant Colleges: <a href="http://www.nasulgc.org">http://www.nasulgc.org</a></p>
447}
448
449
450
451# ------------------------------------------------------------------------------------------
452# INSTITUTIONS (Browse -> Institution)
453# ------------------------------------------------------------------------------------------
454
455package institutions
456
457_cicpagecontent_ {
458<div class="cicheading">Institutions</div>
459
460_cicstaticbrowser_
461}
462
463
464
465# ------------------------------------------------------------------------------------------
466# TYPES (Browse -> Type of Place)
467# ------------------------------------------------------------------------------------------
468
469package types
470
471_cicpagecontent_ {
472<div class="cicheading">Type of Place</div>
473
474<p />
475<table width="_pagewidth_">
476 <tr>
477 <td width="50%"><center><a href="_gwcgi_?a=p&p=typesIndividualbuilding"><img alt="Cooper Hall, Limestone College" src="_httpcollection_/images/building.jpg"/><br />Buildings</a></center></td>
478 <td width="50%"><center><a href="_gwcgi_?a=p&p=typesBuildinggroup"><img alt="Hotel Ponce de Leon, Flagler College" src="_httpcollection_/images/buildinggroup.jpg"/><br />Building Groups</a></center></td>
479 </tr>
480 <tr>
481 <td width="50%"><center><a href="_gwcgi_?a=p&p=typesLandscapesite"><img alt="Tableau in the Mary Dell (ca. 1912)" src="_httpcollection_/images/landscapesite.jpg"/><br />Landscape Sites</a></center></td>
482 <td width="50%"><center><a href="_gwcgi_?a=p&p=typesCampusarrangement"><img alt="Campus Plan, Bryan College" src="_httpcollection_/images/arrangement.jpg"/><br />Campus Arrangements</center></td>
483 </tr>
484</table>
485}
486
487package typesIndividualbuilding
488_cicpagecontent_ { <div class="cicheading">Buildings</div><br />_cicstaticbrowser_ }
489
490package typesLandscapesite
491_cicpagecontent_ { <div class="cicheading">Landscape Sites</div><br />_cicstaticbrowser_ }
492
493package typesCampusarrangement
494_cicpagecontent_ { <div class="cicheading">Campus Arrangements</div><br />_cicstaticbrowser_ }
495
496package typesBuildinggroup
497_cicpagecontent_ { <div class="cicheading">Building Groups</div><br />_cicstaticbrowser_ }
498
499
500
501# ------------------------------------------------------------------------------------------
502# DESIGNERS (Browse -> Designer)
503# ------------------------------------------------------------------------------------------
504
505package designers
506
507_cicpagecontent_ {<div class="cicheading">Designers</div>_cicstaticbrowser_}
508
509
510
511# ------------------------------------------------------------------------------------------
512# STATES (Browse -> State)
513# ------------------------------------------------------------------------------------------
514
515package states
516
517_cicpagecontent_ {<div class="cicheading">States</div>_cicstaticbrowser_}
518
519
520
521# ------------------------------------------------------------------------------------------
522# STYLES (Browse -> Building Styles)
523# ------------------------------------------------------------------------------------------
524
525package styles
526
527_cicpagecontent_ {
528<div class="cicheading">Styles</div>
529
530<p />
531<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesAmericancolonial">American Colonial</a></div>
532<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesFederal">Federal</a></div>
533<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesGreekrevival">Greek Revival</a></div>
534<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesItalianate">Italianate</a></div>
535<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesGothicrevival">Gothic Revival</a></div>
536<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesRomanesquerevival">Romanesque Revival</a></div>
537<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesVictorian">Victorian Styles</a></div>
538<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesBeauxArtsclassicism">Beaux-arts Classicism</a></div>
539<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesColonialrevival">Colonial Revival</a></div>
540<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesMissionMissionrevival">Mission/Mission Revival</a></div>
541<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesModernpreWWII">Modern/pre-World War II</a></div>
542<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesModernpostWWII">Modern/post-World War II</a></div>
543<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesPostmodern">Postmodern</a></div>
544<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesContemporary">Contemporary</a></div>
545<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesRegionalistVernacular">Regionalist Vernacular</a></div>
546<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesOther">Other</a></div>
547
548<p>See the <a href="_gwcgi_?a=p&p=glossary">Glossary</a> for full definition of terms.</p>
549}
550
551package stylesAmericancolonial
552_cicpagecontent_ { <div class="cicheading">American Colonial</div><br />_cicstaticbrowser_ }
553
554package stylesFederal
555_cicpagecontent_ { <div class="cicheading">Federal</div><br />_cicstaticbrowser_ }
556
557package stylesGreekrevival
558_cicpagecontent_ { <div class="cicheading">Greek Revival</div><br />_cicstaticbrowser_ }
559
560package stylesItalianate
561_cicpagecontent_ { <div class="cicheading">Italianate</div><br />_cicstaticbrowser_ }
562
563package stylesGothicrevival
564_cicpagecontent_ { <div class="cicheading">Gothic Revival</div><br />_cicstaticbrowser_ }
565
566package stylesRomanesquerevival
567_cicpagecontent_ { <div class="cicheading">Romanesque Revival</div><br />_cicstaticbrowser_ }
568
569package stylesVictorian
570_cicpagecontent_ { <div class="cicheading">Victorian</div><br />_cicstaticbrowser_ }
571
572package stylesBeauxArtsclassicism
573_cicpagecontent_ { <div class="cicheading">Beaux-arts Classicism</div><br />_cicstaticbrowser_ }
574
575package stylesColonialrevival
576_cicpagecontent_ { <div class="cicheading">Colonial Revival</div><br />_cicstaticbrowser_ }
577
578package stylesMissionMissionrevival
579_cicpagecontent_ { <div class="cicheading">Mission/Mission Revival</div><br />_cicstaticbrowser_ }
580
581package stylesModernpreWWII
582_cicpagecontent_ { <div class="cicheading">Modern/pre-World War II</div><br />_cicstaticbrowser_ }
583
584package stylesModernpostWWII
585_cicpagecontent_ { <div class="cicheading">Modern/post-World War II</div><br />_cicstaticbrowser_ }
586
587package stylesPostmodern
588_cicpagecontent_ { <div class="cicheading">Postmodern</div><br />_cicstaticbrowser_ }
589
590package stylesContemporary
591_cicpagecontent_ { <div class="cicheading">Contemporary</div><br />_cicstaticbrowser_ }
592
593package stylesRegionalistVernacular
594_cicpagecontent_ { <div class="cicheading">Regionalist Vernacular</div><br />_cicstaticbrowser_ }
595
596package stylesOther
597_cicpagecontent_ { <div class="cicheading">Other</div><br />_cicstaticbrowser_ }
598
599
600
601# ------------------------------------------------------------------------------------------
602# DATES (Browse -> Time Period)
603# ------------------------------------------------------------------------------------------
604
605package dates
606
607_cicpagecontent_ {
608<div class="cicheading">Time Period</div>
609
610<p />
611<div class="cictexthalf"><a href="_gwcgi_?a=p&p=datespre1800">pre-1800</a></div>
612<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates18001850">1800-1850</a></div>
613<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates18501900">1850-1900</a></div>
614<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates19001945">1900-1945</a></div>
615<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates19451995">1945-1995</a></div>
616<div class="cictexthalf"><a href="_gwcgi_?a=p&p=datespost1995">post-1995</a></div>
617}
618
619package datespre1800
620_cicpagecontent_ { <div class="cicheading">pre-1800</div><br />_cicstaticbrowser_ }
621
622package dates18001850
623_cicpagecontent_ { <div class="cicheading">1800-1850</div><br />_cicstaticbrowser_ }
624
625package dates18501900
626_cicpagecontent_ { <div class="cicheading">1850-1900</div><br />_cicstaticbrowser_ }
627
628package dates19001945
629_cicpagecontent_ { <div class="cicheading">1900-1945</div><br />_cicstaticbrowser_ }
630
631package dates19451995
632_cicpagecontent_ { <div class="cicheading">1945-1995</div><br />_cicstaticbrowser_ }
633
634package datespost1995
635_cicpagecontent_ { <div class="cicheading">post-1995</div><br />_cicstaticbrowser_ }
636
637
638
639# ------------------------------------------------------------------------------------------
640# FUNCTIONS (Browse -> Function)
641# ------------------------------------------------------------------------------------------
642
643package functions
644
645_cicpagecontent_ {
646<div class="cicheading">Function</div>
647
648<p />
649<table cellpadding="0" cellspacing="0" width="_pagewidth_">
650<tr>
651<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsacademicdepartmentbuilding">Academic department building</a></div></td>
652<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsinfirmary">Infirmary</a></div></td>
653</tr>
654<tr>
655<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsadministration">Administration</a></div></td>
656<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionslibrary">Library</a></div></td>
657</tr>
658<tr>
659<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsadmissionsoffice">Admissions office</a></div></td>
660<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmasterplancampus">Master plan (campus)</a></div></td>
661</tr>
662<tr>
663<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsalumnicenter">Alumni center</a></div></td>
664<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmasterplanlandscape">Master plan (landscape)</a></div></td>
665</tr>
666<tr>
667<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsarboretum">Arboretum</a></div></td>
668<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmemorialsite">Memorial site</a></div></td>
669</tr>
670<tr>
671<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsarchaeologicalsite">Archaeological site</a></div></td>
672<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmuseum">Museum</a></div></td>
673</tr>
674<tr>
675<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsauditorium">Auditorium</a></div></td>
676<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsobservatory">Observatory</a></div></td>
677</tr>
678<tr>
679<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsbelltower">Bell tower</a></div></td>
680<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsoldmain">Old main</a></div></td>
681</tr>
682<tr>
683<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionschapel">Chapel</a></div></td>
684<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsoutdoorspace">Outdoor space</a></div></td>
685</tr>
686<tr>
687<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsclassrooms">Classroom(s)</a></div></td>
688<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionspresidentshouse">President's house</a></div></td>
689</tr>
690<tr>
691<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsdebatingsociety">Debating society</a></div></td>
692<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsprivateresidence">Private residence</a></div></td>
693</tr>
694<tr>
695<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsdininghall">Dining hall</a></div></td>
696<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsresidencehall">Residence hall</a></div></td>
697</tr>
698<tr>
699<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsfacilitymanagementbuilding">Facility management building</a></div></td>
700<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsstadium">Stadium</a></div></td>
701</tr>
702<tr>
703<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsfacultyoffices">Faculty offices</a></div></td>
704<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsstudentunion">Student union</a></div></td>
705</tr>
706<tr>
707<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsgardens">Gardens (planned)</a></div></td>
708<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionstheater">Theater</a></div></td>
709</tr>
710<tr>
711<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsgreeklettersociety">Greek letter society</a></div></td>
712<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsother">Other</a></div></td>
713</tr>
714<tr>
715<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsgymnasium">Gymnasium</a></div></td>
716<td width="50%">&nbsp;</td>
717</tr>
718</table>
719}
720
721package functionsacademicdepartmentbuilding
722_cicpagecontent_ { <div class="cicheading">Academic department building</div><br />_cicstaticbrowser_ }
723
724package functionsadministration
725_cicpagecontent_ { <div class="cicheading">Administration</div><br />_cicstaticbrowser_ }
726
727package functionsadmissionsoffice
728_cicpagecontent_ { <div class="cicheading">Admissions office</div><br />_cicstaticbrowser_ }
729
730package functionsalumnicenter
731_cicpagecontent_ { <div class="cicheading">Alumni center</div><br />_cicstaticbrowser_ }
732
733package functionsarboretum
734_cicpagecontent_ { <div class="cicheading">Arboretum</div><br />_cicstaticbrowser_ }
735
736package functionsarchaeologicalsite
737_cicpagecontent_ { <div class="cicheading">Archaeological site</div><br />_cicstaticbrowser_ }
738
739package functionsauditorium
740_cicpagecontent_ { <div class="cicheading">Auditorium</div><br />_cicstaticbrowser_ }
741
742package functionsbelltower
743_cicpagecontent_ { <div class="cicheading">Bell tower</div><br />_cicstaticbrowser_ }
744
745package functionschapel
746_cicpagecontent_ { <div class="cicheading">Chapel</div><br />_cicstaticbrowser_ }
747
748package functionsclassrooms
749_cicpagecontent_ { <div class="cicheading">Classroom(s)</div><br />_cicstaticbrowser_ }
750
751package functionsdebatingsociety
752_cicpagecontent_ { <div class="cicheading">Debating society</div><br />_cicstaticbrowser_ }
753
754package functionsdininghall
755_cicpagecontent_ { <div class="cicheading">Dining hall</div><br />_cicstaticbrowser_ }
756
757package functionsfacilitymanagementbuilding
758_cicpagecontent_ { <div class="cicheading">Facility management building</div><br />_cicstaticbrowser_ }
759
760package functionsfacultyoffices
761_cicpagecontent_ { <div class="cicheading">Faculty offices</div><br />_cicstaticbrowser_ }
762
763package functionsgardens
764_cicpagecontent_ { <div class="cicheading">Gardens (planned)</div><br />_cicstaticbrowser_ }
765
766package functionsgreeklettersociety
767_cicpagecontent_ { <div class="cicheading">Greek letter society</div><br />_cicstaticbrowser_ }
768
769package functionsgymnasium
770_cicpagecontent_ { <div class="cicheading">Gymnasium</div><br />_cicstaticbrowser_ }
771
772package functionsinfirmary
773_cicpagecontent_ { <div class="cicheading">Infirmary</div><br />_cicstaticbrowser_ }
774
775package functionslibrary
776_cicpagecontent_ { <div class="cicheading">Library</div><br />_cicstaticbrowser_ }
777
778package functionsmasterplancampus
779_cicpagecontent_ { <div class="cicheading">Master plan (campus)</div><br />_cicstaticbrowser_ }
780
781package functionsmasterplanlandscape
782_cicpagecontent_ { <div class="cicheading">Master plan (landscape)</div><br />_cicstaticbrowser_ }
783
784package functionsmemorialsite
785_cicpagecontent_ { <div class="cicheading">Memorial site</div><br />_cicstaticbrowser_ }
786
787package functionsmuseum
788_cicpagecontent_ { <div class="cicheading">Museum</div><br />_cicstaticbrowser_ }
789
790package functionsobservatory
791_cicpagecontent_ { <div class="cicheading">Observatory</div><br />_cicstaticbrowser_ }
792
793package functionsoldmain
794_cicpagecontent_ { <div class="cicheading">Old main</div><br />_cicstaticbrowser_ }
795
796package functionsoutdoorspace
797_cicpagecontent_ { <div class="cicheading">Outdoor space</div><br />_cicstaticbrowser_ }
798
799package functionspresidentshouse
800_cicpagecontent_ { <div class="cicheading">President's house</div><br />_cicstaticbrowser_ }
801
802package functionsprivateresidence
803_cicpagecontent_ { <div class="cicheading">Private residence</div><br />_cicstaticbrowser_ }
804
805package functionsresidencehall
806_cicpagecontent_ { <div class="cicheading">Residence hall</div><br />_cicstaticbrowser_ }
807
808package functionsstadium
809_cicpagecontent_ { <div class="cicheading">Stadium</div><br />_cicstaticbrowser_ }
810
811package functionsstudentunion
812_cicpagecontent_ { <div class="cicheading">Student union</div><br />_cicstaticbrowser_ }
813
814package functionstheater
815_cicpagecontent_ { <div class="cicheading">Theater</div><br />_cicstaticbrowser_ }
816
817package functionsother
818_cicpagecontent_ { <div class="cicheading">Other</div><br />_cicstaticbrowser_ }
819
820
821
822# ------------------------------------------------------------------------------------------
823# DOCUMENT
824# ------------------------------------------------------------------------------------------
825
826package document
827
828_navarrows_ {}
829
830_textheader_ {_style:cicheader_}
831
832_cicpagecontent_ {}
833
834
835
836# ------------------------------------------------------------------------------------------
837# QUERY
838# ------------------------------------------------------------------------------------------
839
840package query
841
842_header_ {
843_If_(_cgiargq_,_style:header_,_If_("_cgiargqst_" eq "1",_cicstatesearchheader_,_If_("_cgiargqre_" eq "1",_cicbibliographicsearchheader_,_cicadvancedsearchheader_)))
844}
845
846_cicjavascript_ {
847<script language="Javascript">
848
849_cicsimplejavascript_
850_If_("_cgiargqst_" eq "1",_cicstatesearchjavascript_)
851_If_("_cgiargqre_" eq "1",_cicbibliographicsearchjavascript_)
852_cicadvancedsearchjavascript_
853
854</script>
855}
856
857_cicpagecontent_ {
858_If_(_cgiargq_,_cicsearchresults_,_If_("_cgiargqst_" eq "1",_If_("_cgiargqrst_" eq "1",_cicstatesearchresults_,_cicstatesearchpage_),_If_("_cgiargqre_" eq "1",_cicbibliographicsearchpage_,_cicadvancedsearchpage_)))
859}
860
861_cicsearchresults_ {
862<div class="cicheading">Search Results</div>
863
864<p>_resultline_</p>
865}
866
867# What is displayed on the submit buttons
868_textbeginsearch_ {Search}
869
870
871
872# ------------------------------------------------------------------------------------------
873# QUERY (Quick Search)
874# ------------------------------------------------------------------------------------------
875
876_cicsimplejavascript_ {
877function initializesimplesearch()
878\{
879 document.SimpleQueryForm.txq.focus();
880\}
881
882function preparesimplesearch()
883\{
884 document.SimpleQueryForm.fqv.value = document.SimpleQueryForm.txq.value;
885\}
886}
887
888_cicsimplequeryform_ {
889<form name=SimpleQueryForm method=get action="_gwcgi_" onSubmit="preparesimplesearch();">
890 <input type="hidden" name="a" value="q">
891 <input type="hidden" name="fqc" value="and">
892 <input type="hidden" name="fqf" value="ZZ">
893 <input type="hidden" name="fqv" value="">
894 <div style="float: right;"><nobr><span style="font-size: 8pt;">QUICK SEARCH: </span><input type="text" name="txq" value="" size="10" style="border: solid 1px #005400;"></nobr></div>
895</form>
896}
897
898
899
900# ------------------------------------------------------------------------------------------
901# QUERY (Search -> Institutions by State)
902# ------------------------------------------------------------------------------------------
903
904_cicstatesearchheader_ {
905_style:cicheader_(onLoad="initializeStateSearch();")
906}
907
908_cicstatesearchjavascript_ {
909function initializeStateSearch()
910\{
911 if ("_cgiargqrst_" == "1") \{
912 var stq_results = "";
913 var stq_values = "_cgiargstq_".split(",").sort();
914 var last_stq_value = "";
915 for (var i = 0; i < stq_values.length; i++) \{
916 // Avoid duplicates by checking this value is different from the last one
917 if (stq_values[i] == last_stq_value) \{
918 continue;
919 \}
920 last_stq_value = stq_values[i];
921
922 if (stq_values[i] == "AL") stq_results += '_states:cicstateAL_';
923 if (stq_values[i] == "AK") stq_results += '_states:cicstateAK_';
924 if (stq_values[i] == "AZ") stq_results += '_states:cicstateAZ_';
925 if (stq_values[i] == "AR") stq_results += '_states:cicstateAR_';
926 if (stq_values[i] == "CA") stq_results += '_states:cicstateCA_';
927 if (stq_values[i] == "CO") stq_results += '_states:cicstateCO_';
928 if (stq_values[i] == "CT") stq_results += '_states:cicstateCT_';
929 if (stq_values[i] == "DE") stq_results += '_states:cicstateDE_';
930 if (stq_values[i] == "FL") stq_results += '_states:cicstateFL_';
931 if (stq_values[i] == "GA") stq_results += '_states:cicstateGA_';
932 if (stq_values[i] == "HI") stq_results += '_states:cicstateHI_';
933 if (stq_values[i] == "ID") stq_results += '_states:cicstateID_';
934 if (stq_values[i] == "IL") stq_results += '_states:cicstateIL_';
935 if (stq_values[i] == "IN") stq_results += '_states:cicstateIN_';
936 if (stq_values[i] == "IA") stq_results += '_states:cicstateIA_';
937 if (stq_values[i] == "KS") stq_results += '_states:cicstateKS_';
938 if (stq_values[i] == "KY") stq_results += '_states:cicstateKY_';
939 if (stq_values[i] == "LA") stq_results += '_states:cicstateLA_';
940 if (stq_values[i] == "ME") stq_results += '_states:cicstateME_';
941 if (stq_values[i] == "MD") stq_results += '_states:cicstateMD_';
942 if (stq_values[i] == "MA") stq_results += '_states:cicstateMA_';
943 if (stq_values[i] == "MI") stq_results += '_states:cicstateMI_';
944 if (stq_values[i] == "MN") stq_results += '_states:cicstateMN_';
945 if (stq_values[i] == "MS") stq_results += '_states:cicstateMS_';
946 if (stq_values[i] == "MO") stq_results += '_states:cicstateMO_';
947 if (stq_values[i] == "MT") stq_results += '_states:cicstateMT_';
948 if (stq_values[i] == "NE") stq_results += '_states:cicstateNE_';
949 if (stq_values[i] == "NV") stq_results += '_states:cicstateNV_';
950 if (stq_values[i] == "NH") stq_results += '_states:cicstateNH_';
951 if (stq_values[i] == "NJ") stq_results += '_states:cicstateNJ_';
952 if (stq_values[i] == "NM") stq_results += '_states:cicstateNM_';
953 if (stq_values[i] == "NY") stq_results += '_states:cicstateNY_';
954 if (stq_values[i] == "NC") stq_results += '_states:cicstateNC_';
955 if (stq_values[i] == "ND") stq_results += '_states:cicstateND_';
956 if (stq_values[i] == "OH") stq_results += '_states:cicstateOH_';
957 if (stq_values[i] == "OK") stq_results += '_states:cicstateOK_';
958 if (stq_values[i] == "OR") stq_results += '_states:cicstateOR_';
959 if (stq_values[i] == "PA") stq_results += '_states:cicstatePA_';
960 if (stq_values[i] == "RI") stq_results += '_states:cicstateRI_';
961 if (stq_values[i] == "SC") stq_results += '_states:cicstateSC_';
962 if (stq_values[i] == "SD") stq_results += '_states:cicstateSD_';
963 if (stq_values[i] == "TN") stq_results += '_states:cicstateTN_';
964 if (stq_values[i] == "TX") stq_results += '_states:cicstateTX_';
965 if (stq_values[i] == "UT") stq_results += '_states:cicstateUT_';
966 if (stq_values[i] == "VT") stq_results += '_states:cicstateVT_';
967 if (stq_values[i] == "VA") stq_results += '_states:cicstateVA_';
968 if (stq_values[i] == "WA") stq_results += '_states:cicstateWA_';
969 if (stq_values[i] == "WV") stq_results += '_states:cicstateWV_';
970 if (stq_values[i] == "WI") stq_results += '_states:cicstateWI_';
971 if (stq_values[i] == "WY") stq_results += '_states:cicstateWY_';
972 \}
973
974 document.getElementById("stq_results").innerHTML = stq_results;
975 \}
976\}
977
978function prepareStateSearch()
979\{
980 var stq_value = "";
981 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
982 if (document.StateQueryForm.stc.options[i].selected == true) \{
983 if (stq_value != "") stq_value += ",";
984 stq_value += document.StateQueryForm.stc.options[i].value;
985 \}
986 \}
987 document.StateQueryForm.stq.value = stq_value;
988\}
989
990function selectRegion(region)
991\{
992 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
993 if (document.StateQueryForm.stc.options[i].text == region) \{
994 document.StateQueryForm.stc.options[i].selected = true;
995 break;
996 \}
997 \}
998\}
999
1000function clearSelection()
1001\{
1002 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1003 document.StateQueryForm.stc.options[i].selected = false;
1004 \}
1005\}
1006}
1007
1008_cicstatesearchpage_ {
1009<span class="cicheading">State Search</span>
1010
1011<p/>
1012<a href="javascript: selectRegion('West')">West</a>&nbsp;&nbsp;&nbsp;
1013<a href="javascript: selectRegion('Mountain')">Mountain</a>&nbsp;&nbsp;&nbsp;
1014<a href="javascript: selectRegion('Southwest')">Southwest</a>&nbsp;&nbsp;&nbsp;
1015<a href="javascript: selectRegion('Midwest')">Midwest</a>&nbsp;&nbsp;&nbsp;
1016<a href="javascript: selectRegion('Southeast')">Southeast</a>&nbsp;&nbsp;&nbsp;
1017<a href="javascript: selectRegion('Northeast')">Northeast</a>
1018
1019<p/>
1020
1021<table cellpadding="0" cellspacing="0" width="100%">
1022 <tr>
1023 <td valign="top">
1024 <img src="_httpcollection_/images/us-state-map.gif" usemap="#states"/>
1025 <map name="states">
1026 <area shape="rect" coords="106,145,132,159" href="javascript: selectRegion('New Mexico')">
1027 </map>
1028 </td>
1029 <td align="right" valign="top">
1030 <form name=StateQueryForm method=get action="_gwcgi_" onSubmit="prepareStateSearch();">
1031 <input type="hidden" name="a" value="q">
1032 <input type="hidden" name="qst" value="1">
1033 <input type="hidden" name="qrst" value="1">
1034 <input type="hidden" name="stq" value="">
1035 <select name="stc" size="25" multiple="true" style="width: 125px;">
1036 <option value="CT,DE,ME,MD,MA,NH,NJ,NY,PA,RI,VT">Northeast</option>
1037 <option value="AL,AR,FL,GA,KY,LA,MS,NC,SC,TN,VA,WV">Southeast</option>
1038 <option value="IL,IN,IA,KS,MI,MN,MO,NE,ND,OH,SD,WI">Midwest</option>
1039 <option value="AZ,NM,OK,TX">Southwest</option>
1040 <option value="CO,ID,MT,UT,WY">Mountain</option>
1041 <option value="AK,CA,HI,NV,OR,WA">West</option>
1042 _cicstateoptions_
1043 </select>
1044
1045 <p/>
1046 <input type="submit" value="_textbeginsearch_" onClick="prepareStateSearch();">
1047 </form>
1048 </td>
1049 </tr>
1050</table>
1051}
1052
1053_cicstatesearchresults_ {
1054<div class="cicheading">Search Results</div>
1055
1056<table cellpadding="0" cellspacing="0" id="stq_results" width="_pagewidth_">
1057</table>
1058}
1059
1060# Shared between the "search institutions by state" and "advanced search" pages
1061_cicstateoptions_ {
1062 <option value="AL">Alabama</option>
1063 <option value="AK">Alaska</option>
1064 <option value="AZ">Arizona</option>
1065 <option value="AR">Arkansas</option>
1066 <option value="CA">California</option>
1067 <option value="CO">Colorado</option>
1068 <option value="CT">Connecticut</option>
1069 <option value="DE">Delaware</option>
1070 <option value="FL">Florida</option>
1071 <option value="GA">Georgia</option>
1072 <option value="HI">Hawaii</option>
1073 <option value="ID">Idaho</option>
1074 <option value="IL">Illinois</option>
1075 <option value="IN">Indiana</option>
1076 <option value="IA">Iowa</option>
1077 <option value="KS">Kansas</option>
1078 <option value="KY">Kentucky</option>
1079 <option value="LA">Louisiana</option>
1080 <option value="ME">Maine</option>
1081 <option value="MD">Maryland</option>
1082 <option value="MA">Massachusetts</option>
1083 <option value="MI">Michigan</option>
1084 <option value="MN">Minnesota</option>
1085 <option value="MS">Mississippi</option>
1086 <option value="MO">Missouri</option>
1087 <option value="MT">Montana</option>
1088 <option value="NE">Nebraska</option>
1089 <option value="NV">Nevada</option>
1090 <option value="NH">New Hampshire</option>
1091 <option value="NJ">New Jersey</option>
1092 <option value="NM">New Mexico</option>
1093 <option value="NY">New York</option>
1094 <option value="NC">North Carolina</option>
1095 <option value="ND">North Dakota</option>
1096 <option value="OH">Ohio</option>
1097 <option value="OK">Oklahoma</option>
1098 <option value="OR">Oregon</option>
1099 <option value="PA">Pennsylvania</option>
1100 <option value="RI">Rhode Island</option>
1101 <option value="SC">South Carolina</option>
1102 <option value="SD">South Dakota</option>
1103 <option value="TN">Tennessee</option>
1104 <option value="TX">Texas</option>
1105 <option value="UT">Utah</option>
1106 <option value="VT">Vermont</option>
1107 <option value="VA">Virginia</option>
1108 <option value="WA">Washington</option>
1109 <option value="WV">West Virginia</option>
1110 <option value="WI">Wisconsin</option>
1111 <option value="WY">Wyoming</option>
1112}
1113
1114
1115# ------------------------------------------------------------------------------------------
1116# QUERY (Search -> Bibliographic Search)
1117# ------------------------------------------------------------------------------------------
1118
1119_cicbibliographicsearchheader_ {
1120_style:cicheader_(onLoad="initializereferencessearch();")
1121}
1122
1123_cicbibliographicsearchjavascript_ {
1124function initializereferencessearch()
1125\{
1126 document.ReferencesQueryForm.txq.focus();
1127\}
1128
1129function preparereferencessearch()
1130\{
1131 document.ReferencesQueryForm.fqv.value = document.ReferencesQueryForm.txq.value;
1132\}
1133}
1134
1135_cicbibliographicsearchpage_ {
1136<span class="cicheading">Bibliographic Search</span>
1137
1138<center>
1139 <form name=ReferencesQueryForm method=get action="_gwcgi_" onSubmit="preparereferencessearch();">
1140 <input type="hidden" name="a" value="q">
1141 <input type="hidden" name="fqc" value="and">
1142 <input type="hidden" name="fqf" value="RE">
1143 <input type="hidden" name="fqv" value="">
1144 <nobr><span class="cicqueryfieldtext">Search place references by title/author/keywords: </span><input type="text" name="txq" value="" size="40" style="border: solid 1px #005400;"></nobr>
1145 </form>
1146</center>
1147}
1148
1149
1150
1151# ------------------------------------------------------------------------------------------
1152# QUERY (Search -> Advanced Search)
1153# ------------------------------------------------------------------------------------------
1154
1155# Hide the "or enter a query directly" box
1156_advancedformextra_ {}
1157
1158# We have our own Javascript for the form searching
1159_formfunctions_ {}
1160
1161# Hide the "search and display results in ... order" text
1162_textformselect_ {}
1163
1164_cicadvancedsearchheader_ {
1165_style:cicheader_(onLoad="initializeadvancedsearch();")
1166}
1167
1168_cicadvancedsearchpage_ {
1169<span class="cicheading">Advanced Search</span>
1170
1171<center>_fieldqueryform_</center>
1172}
1173
1174_cicaqvdefault_ {<input id='aqv_1_field' name='aqv' type='text' style='width: 450px'/>}
1175_cicaqvtypeofplace_ {<select id='aqv_1_field' name='aqv' style='width: 450px'><option value='Individual building'>Individual building</option><option value='Landscape site'>Landscape site</option><option value='Campus arrangement'>Campus arrangement</option><option value='Building group'>Building group</option></select>}
1176
1177_cicaqline_ {
1178<tr>
1179 <td colspan="3">
1180 <center>
1181 <nobr>
1182 <select name="aqi" onChange="changedAQI();">
1183 <option value="">Keyword</option>
1184 <option value="PL">Type of place</option>
1185 <option value="IN">Institution</option>
1186 <option value="AR">Designer</option>
1187 </select>
1188 <input type="hidden" name="aqib" value="">
1189
1190 <select name='aqp'>
1191 <option value='0'>contains</option>
1192 <option value='1'>is</option>
1193 </select>
1194
1195 <span id="aqv_1_">
1196 _cicaqvdefault_(_1_)
1197 </span>
1198
1199 <select name="aqc">
1200 <option value="and">and</option>
1201 <option value="or">or</option>
1202 </select>
1203 </nobr>
1204 </center>
1205 </td>
1206</tr>
1207}
1208
1209_advancedforms_ {
1210<input type="hidden" name="a" value="q">
1211<input type="hidden" name="q" value="">
1212<input type="hidden" name="qt" value="1">
1213<input type="hidden" name="qf" value="1">
1214<input type="hidden" name="fqa" value="1">
1215<input type="hidden" name="m" value="-1">
1216
1217_cicaqline_(0)
1218_cicaqline_(1)
1219_cicaqline_(2)
1220
1221<tr>
1222 <td colspan="3">&nbsp;</td>
1223</tr>
1224
1225<tr>
1226 <td valign="top"><center><b>Function:</b></center></td>
1227 <td valign="top"><center><b>Time period:</b></center></td>
1228 <td valign="top"><center><b>Style:</b></center></td>
1229</tr>
1230
1231<tr>
1232 <!-- Function: Functions metadata, index FU -->
1233 <td valign="top">
1234 <select name="fuq" onChange="prepareadvancedsearch();" size="10" multiple="true" style="width: 225px;">
1235 <option value="academic department building">academic department building</option>
1236 <option value="administration">administration</option>
1237 <option value="admissions office">admissions office</option>
1238 <option value="alumni center">alumni center</option>
1239 <option value="arboretum">arboretum</option>
1240 <option value="archaeological site">archaeological site</option>
1241 <option value="auditorium">auditorium</option>
1242 <option value="bell tower">bell tower</option>
1243 <option value="chapel">chapel</option>
1244 <option value="classrooms">classrooms</option>
1245 <option value="debating society">debating society</option>
1246 <option value="dining hall">dining hall</option>
1247 <option value="facility management building">facility management building</option>
1248 <option value="faculty offices">faculty offices</option>
1249 <option value="gardens">gardens (planned)</option>
1250 <option value="Greek letter society">Greek letter society</option>
1251 <option value="gymnasium">gymnasium</option>
1252 <option value="infirmary">infirmary</option>
1253 <option value="library">library</option>
1254 <option value="master plan campus">master plan (campus)</option>
1255 <option value="master plan landscape">master plan (landscape)</option>
1256 <option value="memorial site">memorial site</option>
1257 <option value="museum">museum</option>
1258 <option value="observatory">observatory</option>
1259 <option value="old main">old main</option>
1260 <option value="outdoor space">outdoor space</option>
1261 <option value="presidents house">president's house</option>
1262 <option value="private residence">private residence</option>
1263 <option value="residence hall">residence hall</option>
1264 <option value="stadium">stadium</option>
1265 <option value="student union">student union</option>
1266 <option value="theatre">theatre</option>
1267 <option value="other">other</option>
1268 </select>
1269 </td>
1270
1271 <!-- Time period: Time_period metadata, index TM -->
1272 <td valign="top">
1273 <select name="tmq" onChange="prepareadvancedsearch();" size="10" multiple="true" style="width: 225px;">
1274 <option value="pre 1800">pre-1800</option>
1275 <option value="1800 1850">1800-1850</option>
1276 <option value="1850 1900">1850-1900</option>
1277 <option value="1900 1945">1900-1945</option>
1278 <option value="1945 1995">1945-1995</option>
1279 <option value="post 1995">post-1995</option>
1280 </select>
1281 </td>
1282
1283 <!-- Style: Style metadata, index SY -->
1284 <td valign="top">
1285 <select name="syq" onChange="prepareadvancedsearch();" size="10" multiple="true" style="width: 225px;">
1286 <option value="American colonial">American colonial</option>
1287 <option value="Federal">Federal</option>
1288 <option value="Greek revival">Greek revival</option>
1289 <option value="Italianate">Italianate</option>
1290 <option value="Gothic revival">Gothic revival</option>
1291 <option value="Romanesque revival">Romanesque revival</option>
1292 <option value="Victorian">Victorian</option>
1293 <option value="Beaux arts classicism">Beaux-arts classicism</option>
1294 <option value="Colonial revival">Colonial revival</option>
1295 <option value="Mission Mission revival">Mission/Mission revival</option>
1296 <option value="Modern pre World War II">Modern/pre-World War II</option>
1297 <option value="Modern post World War II">Modern/post-World War II</option>
1298 <option value="Postmodern">Postmodern</option>
1299 <option value="Contemporary">Contemporary</option>
1300 <option value="Regionalist Vernacular">Regionalist/Vernacular</option>
1301 <option value="Other">Other</option>
1302 </select>
1303 </td>
1304</tr>
1305
1306<tr>
1307 <td colspan="3">&nbsp;</td>
1308</tr>
1309
1310<tr>
1311 <td valign="top"><center><b>Materials:</b></center></td>
1312 <td valign="top"><center><b>Designation:</b></center></td>
1313 <td valign="top"><center><b>State:</b></center></td>
1314</tr>
1315
1316<tr>
1317 <!-- Materials: Materials metadata, index MA -->
1318 <td valign="top">
1319 <select name="maq" onChange="prepareadvancedsearch();" size="10" multiple="true" style="width: 225px;">
1320 <option value="aluminium siding">aluminium siding</option>
1321 <option value="ashlar">ashlar</option>
1322 <option value="asphalt">asphalt</option>
1323 <option value="bluestone">bluestone</option>
1324 <option value="brick">brick</option>
1325 <option value="brownstone">brownstone</option>
1326 <option value="cedar">cedar</option>
1327 <option value="cement">cement</option>
1328 <option value="cinderblock">cinderblock</option>
1329 <option value="clapboard">clapboard</option>
1330 <option value="clay block">clay block</option>
1331 <option value="copper">copper</option>
1332 <option value="cypress">cypress</option>
1333 <option value="dolomite">dolomite</option>
1334 <option value="fiberglass">fiberglass</option>
1335 <option value="fieldstone">fieldstone</option>
1336 <option value="flagstone">flagstone</option>
1337 <option value="foam">foam</option>
1338 <option value="gneiss">gneiss</option>
1339 <option value="granite">granite</option>
1340 <option value="gypsum block">gypsum block</option>
1341 <option value="ignimbrite">ignimbrite</option>
1342 <option value="lathe and plaster">lathe and plaster</option>
1343 <option value="limestone">limestone</option>
1344 <option value="logs">logs</option>
1345 <option value="marble">marble</option>
1346 <option value="masonry">masonry</option>
1347 <option value="plaster">plaster</option>
1348 <option value="quartzite">quartzite</option>
1349 <option value="rubber">rubber</option>
1350 <option value="sandstone">sandstone</option>
1351 <option value="schist">schist</option>
1352 <option value="slate">slate</option>
1353 <option value="steel">steel</option>
1354 <option value="stone">stone</option>
1355 <option value="stucco">stucco</option>
1356 <option value="terra cotta">terra cotta</option>
1357 <option value="tile">tile</option>
1358 <option value="wood">wood</option>
1359 </select>
1360 </td>
1361
1362 <!-- Designation: Designation metadata, index DE -->
1363 <td valign="top">
1364 <select name="deq" onChange="prepareadvancedsearch();" size="10" multiple="true" style="width: 225px;">
1365 <option value="National Register">National Register</option>
1366 <option value="National Historic Landmark">National Historic Landmark</option>
1367 <option value="HABS HAER">HABS/HAER</option>
1368 <option value="Local state">Local and state designations</option>
1369 </select>
1370 </td>
1371
1372 <!-- State: State metadata, index ST -->
1373 <td valign="top">
1374 <select name="stq" onChange="prepareadvancedsearch();" size="10" multiple="true" style="width: 225px;">
1375 <option value="Northeast">Northeast</option>
1376 <option value="Southeast">Southeast</option>
1377 <option value="Midwest">Midwest</option>
1378 <option value="Southwest">Southwest</option>
1379 <option value="Mountain">Mountain</option>
1380 <option value="West">West</option>
1381 _cicstateoptions_
1382 </select>
1383 </td>
1384</tr>
1385
1386<tr>
1387 <td colspan="3">
1388 <div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareadvancedsearch();"></div>
1389 </td>
1390</tr>
1391}
1392
1393_advancedformsold_ {
1394<input type="hidden" name="a" value="q">
1395<input type="hidden" name="fqc" value="and,and,and,and,and,and,and">
1396<input type="hidden" name="fqf" value="TX,IN,ST,PL,AR,FU,TM">
1397<input type="hidden" name="fqv" value="">
1398
1399<tr><td><nobr><div class="cicqueryfieldtext">Any field</div></nobr></td>
1400<td>&nbsp;<input type="text" name="txq" value="" size="60" onChange="prepareadvancedsearch();"></td></tr>
1401
1402<tr><td><nobr><div class="cicqueryfieldtext">Institution</div></nobr></td>
1403<td>&nbsp;<input type="text" name="inq" value="" size="60" onChange="prepareadvancedsearch();"></td></tr>
1404
1405<tr><td><nobr><div class="cicqueryfieldtext">State</div></nobr></td>
1406<td>&nbsp;<input type="text" name="stq" value="" size="60" onChange="prepareadvancedsearch();"></td></tr>
1407
1408<tr><td><nobr><div class="cicqueryfieldtext">Type of place</div></nobr></td>
1409<td>&nbsp;<select name="plq" onChange="prepareadvancedsearch();">
1410 <option value="">Any</option>
1411 <option value="Individual building">Individual building</option>
1412 <option value="Building group">Building group</option>
1413 <option value="Landscape site">Landscape site</option>
1414 <option value="Campus arrangement">Campus arrangement</option>
1415</td></tr>
1416
1417<tr><td><nobr><div class="cicqueryfieldtext">Designer</div></nobr></td>
1418<td>&nbsp;<input type="text" name="arq" value="" size="60" onChange="prepareadvancedsearch();"></td></tr>
1419
1420<tr><td><nobr><div class="cicqueryfieldtext">Function</div></nobr></td>
1421<td>&nbsp;<input type="text" name="fuq" value="" size="60" onChange="prepareadvancedsearch();"></td></tr>
1422
1423<tr><td><nobr><div class="cicqueryfieldtext">Time period</div></nobr></td>
1424<td>&nbsp;<select name="tmq" onChange="prepareadvancedsearch();">
1425 <option value="">Any</option>
1426 <option value="pre-1800">pre-1800</option>
1427 <option value="1800-1850">1800-1850</option>
1428 <option value="1850-1900">1850-1900</option>
1429 <option value="1900-1945">1900-1945</option>
1430 <option value="1945-1995">1945-1995</option>
1431 <option value="post-1995">post-1995</option>
1432</td></tr>
1433
1434<tr><td></td><td>
1435<div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareadvancedsearch();"></div>
1436</td></tr>
1437}
1438
1439_cicadvancedsearchjavascript_ {
1440function initializeadvancedsearch()
1441\{
1442 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1443 if (document.QueryForm.aqi[i].value == "PL") \{
1444 document.QueryForm.aqp[i].disabled = true;
1445 document.QueryForm.aqp[i].options[1].selected = true;
1446 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
1447 \}
1448 \}
1449
1450 prepareadvancedsearch();
1451\}
1452
1453function changedAQI()
1454\{
1455 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1456 if (document.QueryForm.aqi[i].value != document.QueryForm.aqib[i].value) \{
1457 if (document.QueryForm.aqi[i].value == "PL") \{
1458 document.QueryForm.aqp[i].disabled = true;
1459 document.QueryForm.aqp[i].options[1].selected = true;
1460 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
1461 \}
1462 else \{
1463 document.QueryForm.aqp[i].disabled = false;
1464 document.getElementById("aqv" + i).innerHTML = "_cicaqvdefault_(" + i + ")";
1465 \}
1466
1467 document.QueryForm.aqib[i].value = document.QueryForm.aqi[i].value;
1468 \}
1469 \}
1470
1471 prepareadvancedsearch();
1472\}
1473
1474function prepareadvancedsearch()
1475\{
1476 document.QueryForm.q.value = "";
1477
1478 for (var i = 0; i < document.QueryForm.aqv.length; i++) \{
1479 if (document.QueryForm.aqv[i].value != "") \{
1480 var real_index = /aqv([0-9]+)field/.exec(document.QueryForm.aqv[i].id)[1];
1481 var combiner = "&";
1482 if (document.QueryForm.aqc[real_index].value == "or") \{
1483 combiner = "|";
1484 \}
1485 addQueryTerm(document.QueryForm.q, "[" + document.QueryForm.aqv[i].value + "]:" + document.QueryForm.aqi[real_index].value, combiner);
1486 \}
1487 \}
1488
1489 document.QueryForm.q.value += "(";
1490 addIndexValue(document.QueryForm.q, document.QueryForm.fuq, "FU", "&");
1491 addIndexValue(document.QueryForm.q, document.QueryForm.tmq, "TM", "&");
1492 addIndexValue(document.QueryForm.q, document.QueryForm.syq, "SY", "&");
1493 addIndexValue(document.QueryForm.q, document.QueryForm.maq, "MA", "&");
1494 addIndexValue(document.QueryForm.q, document.QueryForm.deq, "DE", "&");
1495 addIndexValue(document.QueryForm.q, document.QueryForm.stq, "ST", "&");
1496 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1497 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
1498 document.QueryForm.q.value += ")";
1499
1500 // Remove the trailing combiner
1501 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, "()");
1502 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1503 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
1504 // alert(document.QueryForm.q.value);
1505\}
1506
1507function addQueryTerm(query_field_reference, index_value, combiner)
1508\{
1509 if (index_value != "") \{
1510 query_field_reference.value += "(" + index_value + ") " + combiner + " ";
1511 \}
1512\}
1513
1514function addIndexValue(query_field_reference, select_reference, index_code, combiner)
1515\{
1516 var index_value = "";
1517 for (var i = 0; i < select_reference.options.length; i++) \{
1518 if (select_reference.options[i].selected) \{
1519 index_value += ((index_value != "") ? " " + combiner + " " : "");
1520 index_value += '["' + select_reference.options[i].value + '"]:' + index_code;
1521 \}
1522 \}
1523 addQueryTerm(query_field_reference, index_value, "&");
1524\}
1525
1526function removeFromEnd(source_string, offender)
1527\{
1528 if (source_string.length < offender.length) \{
1529 return source_string;
1530 \}
1531
1532 if (source_string.substring(source_string.length - offender.length, source_string.length) != offender) \{
1533 return source_string;
1534 \}
1535
1536 return source_string.substring(0, source_string.length - offender.length);
1537\}
1538}
1539
1540_cicjavascriptold_ {
1541<script language="Javascript">
1542
1543function initializesimplesearch() \{
1544 document.SimpleQueryForm.txq.focus();
1545\}
1546
1547function initializeadvancedsearch() \{
1548 fqv = "_cgiargfqv_".split(",");
1549 document.QueryForm.txq.value = ((fqv.length > 0) ? fqv[0] : "");
1550 document.QueryForm.inq.value = ((fqv.length > 1) ? fqv[1] : "");
1551 document.QueryForm.stq.value = ((fqv.length > 2) ? fqv[2] : "");
1552 document.QueryForm.arq.value = ((fqv.length > 4) ? fqv[4] : "");
1553 document.QueryForm.fuq.value = ((fqv.length > 5) ? fqv[5] : "");
1554 document.QueryForm.txq.focus();
1555\}
1556
1557function initializereferencessearch() \{
1558 document.ReferencesQueryForm.txq.focus();
1559\}
1560
1561function preparesimplesearch() \{
1562 document.SimpleQueryForm.fqv.value = document.SimpleQueryForm.txq.value;
1563\}
1564
1565function prepareadvancedsearch() \{
1566 document.QueryForm.fqv.value = document.QueryForm.txq.value + ",";
1567 document.QueryForm.fqv.value += document.QueryForm.inq.value + ",";
1568 document.QueryForm.fqv.value += document.QueryForm.stq.value + ",";
1569 document.QueryForm.fqv.value += document.QueryForm.plq.value + ",";
1570 document.QueryForm.fqv.value += document.QueryForm.arq.value + ",";
1571 document.QueryForm.fqv.value += document.QueryForm.fuq.value + ",";
1572 document.QueryForm.fqv.value += document.QueryForm.tmq.value;
1573\}
1574
1575function preparereferencessearch() \{
1576 document.ReferencesQueryForm.fqv.value = document.ReferencesQueryForm.txq.value;
1577\}
1578
1579</script>
1580}
1581
1582
1583
1584# ------------------------------------------------------------------------------------------
1585# ANYLINK MENU
1586# ------------------------------------------------------------------------------------------
1587
1588package anylink
1589
1590_anylinkjavascript_ {
1591/***********************************************
1592* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
1593* This notice MUST stay intact for legal use
1594* Visit http://www.dynamicdrive.com/ for full source code
1595***********************************************/
1596
1597/////No further editting needed
1598
1599var ie4=document.all
1600var ns6=document.getElementById&&!document.all
1601
1602if (ie4||ns6)
1603document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')
1604
1605function getposOffset(what, offsettype)\{
1606var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
1607var parentEl=what.offsetParent;
1608while (parentEl!=null)\{
1609totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
1610parentEl=parentEl.offsetParent;
1611\}
1612return totaloffset;
1613\}
1614
1615
1616function showhide(obj, e, visible, hidden, menuwidth)\{
1617if (ie4||ns6)
1618dropmenuobj.style.left=dropmenuobj.style.top=-500
1619if (menuwidth!="")\{
1620dropmenuobj.widthobj=dropmenuobj.style
1621dropmenuobj.widthobj.width=menuwidth
1622\}
1623if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
1624obj.visibility=visible
1625else if (e.type=="click")
1626obj.visibility=hidden
1627\}
1628
1629function iecompattest()\{
1630return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
1631\}
1632
1633function clearbrowseredge(obj, whichedge)\{
1634var edgeoffset=0
1635if (whichedge=="rightedge")\{
1636var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
1637dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
1638if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
1639edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
1640\}
1641else\{
1642var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
1643var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
1644dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
1645if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)\{ //move up?
1646edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
1647if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
1648edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
1649\}
1650\}
1651return edgeoffset
1652\}
1653
1654function populatemenu(what)\{
1655if (ie4||ns6)
1656dropmenuobj.innerHTML=what.join("")
1657\}
1658
1659
1660function dropdownmenu(obj, e, menucontents, menuwidth)\{
1661if (window.event) event.cancelBubble=true
1662else if (e.stopPropagation) e.stopPropagation()
1663clearhidemenu()
1664dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
1665populatemenu(menucontents)
1666
1667if (ie4||ns6)\{
1668showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
1669dropmenuobj.x=getposOffset(obj, "left")
1670dropmenuobj.y=getposOffset(obj, "top")
1671dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
1672dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
1673\}
1674
1675return clickreturnvalue()
1676\}
1677
1678function clickreturnvalue()\{
1679if (ie4||ns6) return false
1680else return true
1681\}
1682
1683function contains_ns6(a, b) \{
1684while (b.parentNode)
1685if ((b = b.parentNode) == a)
1686return true;
1687return false;
1688\}
1689
1690function dynamichide(e)\{
1691if (ie4&&!dropmenuobj.contains(e.toElement))
1692delayhidemenu()
1693else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
1694delayhidemenu()
1695\}
1696
1697function hidemenu(e)\{
1698if (typeof dropmenuobj!="undefined")\{
1699if (ie4||ns6)
1700dropmenuobj.style.visibility="hidden"
1701\}
1702\}
1703
1704function delayhidemenu()\{
1705if (ie4||ns6)
1706delayhide=setTimeout("hidemenu()",disappeardelay)
1707\}
1708
1709function clearhidemenu()\{
1710if (typeof delayhide!="undefined")
1711clearTimeout(delayhide)
1712\}
1713
1714if (hidemenu_onclick=="yes")
1715document.onclick=hidemenu
1716}
Note: See TracBrowser for help on using the repository browser.