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

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

Changed "Search -> Institutions by State" to "Search -> Institutions by State/Region".

  • Property svn:keywords set to Author Date Id Revision
File size: 83.3 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=background">Project Background</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">News Coverage</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/region</a>'
86 searchmenu[1] = '<a href="_gwcgi_?a=q&qre=1">Bibliography 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# BACKGROUND (About -> Project Background)
202# ------------------------------------------------------------------------------------------
203
204package background
205
206_cicpagecontent_ {
207<div class="cicheading">Project Background</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 -> News Coverage)
243# ------------------------------------------------------------------------------------------
244
245package releases
246
247_cicpagecontent_ {
248<div class="cicheading">News Coverage</div>
249
250<p>Biemiller, Lawrence. "From Modest to Magnificent." <i>The Chronicle of Higher Education</i> 52, no. 29 (March 24, 2006): A34-A35.</p>
251
252<p>Rubman, Kerri. "Getty Campus Grants Promote Preservation Planning." <i>Forum News</i> (March/April 2005): 3.</p>
253
254<p><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> <i>Independent</i>, newsletter of the Council of Independent Colleges (Spring 2005): 18-19.</p>
255
256<p>Munitz, Barry. "Place and History Matter on All Campuses." <i>The Chronicle of Higher Education</i> 51, no. 9 (October 22, 2004): B15.</p>
257
258<p><a href="http://www.cic.org/publications/independent/online/summer2004/historic_architecture.html">"CIC Develops Historic Architecture Database."</a> <i>Independent</i>, newsletter of the Council of Independent Colleges (Summer 2004): 11.</p>
259
260<p>Arenson, Karen W. "Regilding a Stanford White Landmark." <i>New York Times</i>, July 30, 2004, C13 (national edition).</p>
261
262<p>Christen, Barbara S. "The Council of Independent Colleges Survey of Historic Architecture and Design: Research Issues in Landscape Studies." <i>Vineyard</i> 5, no. 1 (2004): 8-10.</p>
263
264<p><a href="http://www.cic.org/publications/independent/online/summer2003/historic_arch.html">"Hundreds Respond to CIC Survey On Historic Architecture."</a> <i>Independent</i>, newsletter of the Council of Independent Colleges (Summer 2003): 8.</p>
265}
266
267
268
269# ------------------------------------------------------------------------------------------
270# DOCUMENTS (About -> Application Documents)
271# ------------------------------------------------------------------------------------------
272
273package documents
274
275_cicpagecontent_ {
276<div class="cicheading">Application Documents</div>
277
278<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>
279
280<div class="cictext"><a href="http://www.cic.org/projects_services/grants/getty_letter.asp">Letter of Instruction to Campus Liaison</a></div>
281<div class="cictext"><a href="http://www.cic.org/projects_services/grants/getty_questionnaire.pdf">Questionnaire</a> (PDF)</div>
282<div class="cictext"><a href="http://www.cic.org/projects_services/grants/getty_definitions.pdf">Definitions and Visual Examples</a> (PDF)</div>
283<div class="cictext"><a href="http://www.cic.org/projects_services/grants/getty_guidelines.pdf">Submission Guidelines</a> (PDF)</div>
284}
285
286
287
288# ------------------------------------------------------------------------------------------
289# GLOSSARY (About -> Glossary)
290# ------------------------------------------------------------------------------------------
291
292package glossary
293
294_cicpagecontent_ {
295<div class="cicheading">Glossary</div>
296
297<p class="cicsubheading">Building Styles<br /><span class="cictext">(some based on definitions of the Getty Art and Architecture Thesaurus)</span></p>
298
299<table cellspacing="0" cellpadding="0" width="_pagewidth_">
300 <tr>
301 <td valign="top" width="100%">AMERICAN COLONIAL<br />
302Refers 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.
303 </td>
304 <td valign="top">&nbsp;<img alt="Dartmouth Hall, Dartmouth College (photo courtesy of University of Maryland slide collection)" src="_httpcollection_/images/americancolonial.jpg"/></td>
305 </tr>
306 <tr><td colspan="2">&nbsp;</td></tr>
307 <tr>
308 <td valign="top" width="100%">FEDERAL<br />
309Refers 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.
310 </td>
311 <td valign="top">&nbsp;<img alt="President's House, Williams College (HABS/HAER)" src="_httpcollection_/images/federal.jpg"/></td>
312 </tr>
313 <tr><td colspan="2">&nbsp;</td></tr>
314 <tr>
315 <td valign="top" width="100%">GREEK REVIVAL<br />
316Refers 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.
317 </td>
318 <td valign="top">&nbsp;<img alt="Morrison College, Transylvania University (HABS/HAER)" src="_httpcollection_/images/greekrevival.jpg"/></td>
319 </tr>
320 <tr><td colspan="2">&nbsp;</td></tr>
321 <tr>
322 <td valign="top" width="100%">GEORGIAN REVIVAL<br />
323Refers 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.
324 </td>
325 <td valign="top">&nbsp;<img alt="???" src="_httpcollection_/images/georgianrevival.jpg"/></td>
326 </tr>
327 <tr><td colspan="2">&nbsp;</td></tr>
328 <tr>
329 <td valign="top" width="100%">GOTHIC REVIVAL<br />
330Refers 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.
331 </td>
332 <td valign="top">&nbsp;<img alt="Old Main building, Bethany College (HABS/HAER)" src="_httpcollection_/images/gothicrevival.jpg"/></td>
333 </tr>
334 <tr><td colspan="2">&nbsp;</td></tr>
335 <tr>
336 <td valign="top" width="100%">ITALIANATE<br />
337As 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.
338 </td>
339 <td valign="top">&nbsp;<img alt="Lawrence Observatory, Amherst College" src="_httpcollection_/images/italianate.jpg"/></td>
340 </tr>
341 <tr><td colspan="2">&nbsp;</td></tr>
342 <tr>
343 <td valign="top" width="100%">ROMANESQUE REVIVAL<br />
344Refers 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.
345 </td>
346 <td valign="top">&nbsp;<img alt="Glatfelter Hall, Gettysbury College (HABS/HAER)" src="_httpcollection_/images/romanesquerevival.jpg"/></td>
347 </tr>
348 <tr><td colspan="2">&nbsp;</td></tr>
349 <tr>
350 <td valign="top" width="100%">VICTORIAN STYLES<br />
351Refers 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.
352 </td>
353 <td valign="top">&nbsp;<img alt="Residential Village (Theme House), Agnes Scott College (CHS collection)" src="_httpcollection_/images/victorianstyles.jpg"/></td>
354 </tr>
355 <tr><td colspan="2">&nbsp;</td></tr>
356 <tr>
357 <td valign="top" width="100%">BEAUX-ARTS CLASSICISM<br />
358Refers 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.
359 </td>
360 <td valign="top">&nbsp;<img alt="Cochran Hall, Allegheny College (CHS collection)" src="_httpcollection_/images/beauxartsclassicism.jpg"/></td>
361 </tr>
362 <tr><td colspan="2">&nbsp;</td></tr>
363 <tr>
364 <td valign="top" width="100%">COLONIAL REVIVAL<br />
365Refers 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.
366 </td>
367 <td valign="top">&nbsp;<img alt="Alexandria Hall, Louisiana College (Louisiana State Division of Historic Preservation website)" src="_httpcollection_/images/colonialrevival.jpg"/></td>
368 </tr>
369 <tr><td colspan="2">&nbsp;</td></tr>
370 <tr>
371 <td valign="top" width="100%">MISSION/MISSION REVIVAL<br />
372As 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.
373 </td>
374 <td valign="top">&nbsp;<img alt="Our Lady Queen of Peace Chapel, Lourdes College (CHS collection)" src="_httpcollection_/images/mission.jpg"/></td>
375 </tr>
376 <tr><td colspan="2">&nbsp;</td></tr>
377 <tr>
378 <td valign="top" width="100%">MODERN/PRE- AND POST-WWII<br />
379Refers 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.
380 </td>
381 <td valign="top">&nbsp;<img alt="Annie Pfeiffer Chapel, Florida Southern College (HABS/HAER)" src="_httpcollection_/images/modern.jpg"/></td>
382 </tr>
383 <tr><td colspan="2">&nbsp;</td></tr>
384 <tr>
385 <td valign="top" width="100%">POSTMODERN<br />
386Refers 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.
387 </td>
388 <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>
389 </tr>
390 <tr><td colspan="2">&nbsp;</td></tr>
391 <tr>
392 <td valign="top" width="100%">CONTEMPORARY<br />
393Architecture from 1995 to the present, encompassing a wide range of architectural styles and approaches, often incorporating elements of modernism and postmodernism.
394 </td>
395 <td valign="top">&nbsp;<img alt="???" src="_httpcollection_/images/contemporary.jpg"/></td>
396 </tr>
397 <tr><td colspan="2">&nbsp;</td></tr>
398 <tr>
399 <td valign="top" width="100%">VERNACULAR/REGIONALIST<br />
400Refers 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.
401 </td>
402 <td valign="top">&nbsp;<img alt="Old Castle, Baker University (HABS/HAER)" src="_httpcollection_/images/vernacularregionalist.jpg"/></td>
403 </tr>
404</table>
405
406<p class="cicsubheading">Terms Relating to Campus Plans and Building Groups</p>
407
408<p>Unplanned<br />
409No comprehensive master plan was ever a part of campus building or landscaping activity.</p>
410
411<p>Irregular/Picturesque<br />
412Master 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>
413
414<p>Quadrangle/Beaux-Arts Classicism<br />
415Master 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>
416
417<p>Modern (open plan)<br />
418Master 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>
419}
420
421
422
423# ------------------------------------------------------------------------------------------
424# LINKS (About -> Links for Further Research)
425# ------------------------------------------------------------------------------------------
426
427package links
428
429_cicpagecontent_ {
430<div class="cicheading">Links</div>
431
432<p><b>Supporting Organizations</b></p>
433
434<p>Council of Independent Colleges: <a href="http://www.cic.org">http://www.cic.org</a></p>
435
436<p>Getty Foundation: <a href="http://www.getty.edu">http://www.getty.edu</a></p>
437
438<p><b>Related Websites</b></p>
439
440<p>Society for College and University Planning: <a href="http://www.scup.org">http://www.scup.org</a></p>
441
442<p>National Historic Landmarks: <a href="http://www.cr.nps.gov/nhl/">http://www.cr.nps.gov/nhl/</a></p>
443
444<p>National Register of Historic Places: <a href="http://www.cr.nps.gov/nr/">http://www.cr.nps.gov/nr/</a></p>
445
446<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>
447
448<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>
449
450<p>Chronicle of Higher Education: <a href="http://chronicle.com">http://chronicle.com</a></p>
451
452<p>American Planning Association: <a href="http://www.planning.org">http://www.planning.org</a></p>
453
454<p>National Association of State Universities and Land-Grant Colleges: <a href="http://www.nasulgc.org">http://www.nasulgc.org</a></p>
455}
456
457
458
459# ------------------------------------------------------------------------------------------
460# INSTITUTIONS (Browse -> Institution)
461# ------------------------------------------------------------------------------------------
462
463package institutions
464
465_cicpagecontent_ {
466<div class="cicheading">Institutions</div>
467
468_cicstaticbrowser_
469}
470
471
472
473# ------------------------------------------------------------------------------------------
474# TYPES (Browse -> Type of Place)
475# ------------------------------------------------------------------------------------------
476
477package types
478
479_cicpagecontent_ {
480<div class="cicheading">Type of Place</div>
481
482<p />
483<table width="_pagewidth_">
484 <tr>
485 <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>
486 <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>
487 </tr>
488 <tr>
489 <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>
490 <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>
491 </tr>
492</table>
493}
494
495package typesIndividualbuilding
496_cicpagecontent_ { <div class="cicheading">Buildings</div><br />_cicstaticbrowser_ }
497
498package typesLandscapesite
499_cicpagecontent_ { <div class="cicheading">Landscape Sites</div><br />_cicstaticbrowser_ }
500
501package typesCampusarrangement
502_cicpagecontent_ { <div class="cicheading">Campus Arrangements</div><br />_cicstaticbrowser_ }
503
504package typesBuildinggroup
505_cicpagecontent_ { <div class="cicheading">Building Groups</div><br />_cicstaticbrowser_ }
506
507
508
509# ------------------------------------------------------------------------------------------
510# DESIGNERS (Browse -> Designer)
511# ------------------------------------------------------------------------------------------
512
513package designers
514
515_cicpagecontent_ {<div class="cicheading">Designers</div>_cicstaticbrowser_}
516
517
518
519# ------------------------------------------------------------------------------------------
520# STATES (Browse -> State)
521# ------------------------------------------------------------------------------------------
522
523package states
524
525_cicpagecontent_ {
526<div class="cicheading">States</div>
527
528<p />
529<center><img src="_httpcollection_/images/usa_map-mono.gif" usemap="#states"/></center>
530<map name="states">
531 <!-- <area shape="rect" coords="106,145,132,159" href="#New Mexico"> -->
532</map>
533
534<p />
535<center><b><a href="#Alabama">A</a>&nbsp;B&nbsp;<a href="#California">C</a>&nbsp;<a href="#Delaware">D</a>&nbsp;E&nbsp;<a href="#Florida">F</a>&nbsp;<a href="#Georgia">G</a>&nbsp;<a href="#Hawaii">H</a>&nbsp;<a href="#Idaho">I</a>&nbsp;J&nbsp;<a href="#Kansas">K</a>&nbsp;<a href="#Louisiana">L</a>&nbsp;<a href="#Maine">M</a>&nbsp;<a href="#Nebraska">N</a>&nbsp;<a href="#Ohio">O</a>&nbsp;<a href="#Pennsylvania">P</a>&nbsp;Q&nbsp;<a href="#Rhode Island">R</a>&nbsp;<a href="#South Carolina">S</a>&nbsp;<a href="#Tennessee">T</a>&nbsp;<a href="#Utah">U</a>&nbsp;<a href="#Vermont">V</a>&nbsp;<a href="#Washington">W</a>&nbsp;X&nbsp;Y&nbsp;Z&nbsp;</b></center>
536
537_cicstaticbrowser_
538}
539
540
541
542# ------------------------------------------------------------------------------------------
543# STYLES (Browse -> Building Styles)
544# ------------------------------------------------------------------------------------------
545
546package styles
547
548_cicpagecontent_ {
549<div class="cicheading">Styles</div>
550
551<p />
552<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesAmericancolonial">American Colonial</a></div>
553<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesFederal">Federal</a></div>
554<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesGreekrevival">Greek Revival</a></div>
555<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesItalianate">Italianate</a></div>
556<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesGothicrevival">Gothic Revival</a></div>
557<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesRomanesquerevival">Romanesque Revival</a></div>
558<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesVictorian">Victorian Styles</a></div>
559<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesBeauxArtsclassicism">Beaux-Arts Classicism</a></div>
560<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesColonialrevival">Colonial Revival</a></div>
561<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesMissionMissionrevival">Mission/Mission Revival</a></div>
562<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesModernpreWWII">Modern/pre-World War II</a></div>
563<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesModernpostWWII">Modern/post-World War II</a></div>
564<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesPostmodern">Postmodern</a></div>
565<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesContemporary">Contemporary</a></div>
566<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesRegionalistVernacular">Regionalist Vernacular</a></div>
567<div class="cictexthalf"><a href="_gwcgi_?a=p&p=stylesOther">Other</a></div>
568
569<p>See the <a href="_gwcgi_?a=p&p=glossary">Glossary</a> for full definition of terms.</p>
570}
571
572package stylesAmericancolonial
573_cicpagecontent_ { <div class="cicheading">American Colonial</div><br />_cicstaticbrowser_ }
574
575package stylesFederal
576_cicpagecontent_ { <div class="cicheading">Federal</div><br />_cicstaticbrowser_ }
577
578package stylesGreekrevival
579_cicpagecontent_ { <div class="cicheading">Greek Revival</div><br />_cicstaticbrowser_ }
580
581package stylesItalianate
582_cicpagecontent_ { <div class="cicheading">Italianate</div><br />_cicstaticbrowser_ }
583
584package stylesGothicrevival
585_cicpagecontent_ { <div class="cicheading">Gothic Revival</div><br />_cicstaticbrowser_ }
586
587package stylesRomanesquerevival
588_cicpagecontent_ { <div class="cicheading">Romanesque Revival</div><br />_cicstaticbrowser_ }
589
590package stylesVictorian
591_cicpagecontent_ { <div class="cicheading">Victorian</div><br />_cicstaticbrowser_ }
592
593package stylesBeauxArtsclassicism
594_cicpagecontent_ { <div class="cicheading">Beaux-Arts Classicism</div><br />_cicstaticbrowser_ }
595
596package stylesColonialrevival
597_cicpagecontent_ { <div class="cicheading">Colonial Revival</div><br />_cicstaticbrowser_ }
598
599package stylesMissionMissionrevival
600_cicpagecontent_ { <div class="cicheading">Mission/Mission Revival</div><br />_cicstaticbrowser_ }
601
602package stylesModernpreWWII
603_cicpagecontent_ { <div class="cicheading">Modern/pre-World War II</div><br />_cicstaticbrowser_ }
604
605package stylesModernpostWWII
606_cicpagecontent_ { <div class="cicheading">Modern/post-World War II</div><br />_cicstaticbrowser_ }
607
608package stylesPostmodern
609_cicpagecontent_ { <div class="cicheading">Postmodern</div><br />_cicstaticbrowser_ }
610
611package stylesContemporary
612_cicpagecontent_ { <div class="cicheading">Contemporary</div><br />_cicstaticbrowser_ }
613
614package stylesRegionalistVernacular
615_cicpagecontent_ { <div class="cicheading">Regionalist Vernacular</div><br />_cicstaticbrowser_ }
616
617package stylesOther
618_cicpagecontent_ { <div class="cicheading">Other</div><br />_cicstaticbrowser_ }
619
620
621
622# ------------------------------------------------------------------------------------------
623# DATES (Browse -> Time Period)
624# ------------------------------------------------------------------------------------------
625
626package dates
627
628_cicpagecontent_ {
629<div class="cicheading">Time Period</div>
630
631<p />
632<div class="cictexthalf"><a href="_gwcgi_?a=p&p=datespre1800">pre-1800</a></div>
633<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates18001850">1800-1850</a></div>
634<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates18501900">1850-1900</a></div>
635<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates19001945">1900-1945</a></div>
636<div class="cictexthalf"><a href="_gwcgi_?a=p&p=dates19451995">1945-1995</a></div>
637<div class="cictexthalf"><a href="_gwcgi_?a=p&p=datespost1995">post-1995</a></div>
638}
639
640package datespre1800
641_cicpagecontent_ { <div class="cicheading">pre-1800</div><br />_cicstaticbrowser_ }
642
643package dates18001850
644_cicpagecontent_ { <div class="cicheading">1800-1850</div><br />_cicstaticbrowser_ }
645
646package dates18501900
647_cicpagecontent_ { <div class="cicheading">1850-1900</div><br />_cicstaticbrowser_ }
648
649package dates19001945
650_cicpagecontent_ { <div class="cicheading">1900-1945</div><br />_cicstaticbrowser_ }
651
652package dates19451995
653_cicpagecontent_ { <div class="cicheading">1945-1995</div><br />_cicstaticbrowser_ }
654
655package datespost1995
656_cicpagecontent_ { <div class="cicheading">post-1995</div><br />_cicstaticbrowser_ }
657
658
659
660# ------------------------------------------------------------------------------------------
661# FUNCTIONS (Browse -> Function)
662# ------------------------------------------------------------------------------------------
663
664package functions
665
666_cicpagecontent_ {
667<div class="cicheading">Function</div>
668
669<p />
670<table cellpadding="0" cellspacing="0" width="_pagewidth_">
671<tr>
672<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsacademicdepartmentbuilding">Academic department building</a></div></td>
673<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsinfirmary">Infirmary</a></div></td>
674</tr>
675<tr>
676<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsadministration">Administration</a></div></td>
677<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionslibrary">Library</a></div></td>
678</tr>
679<tr>
680<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsadmissionsoffice">Admissions office</a></div></td>
681<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmasterplancampus">Master plan (campus)</a></div></td>
682</tr>
683<tr>
684<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsalumnicenter">Alumni center</a></div></td>
685<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmasterplanlandscape">Master plan (landscape)</a></div></td>
686</tr>
687<tr>
688<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsarboretum">Arboretum</a></div></td>
689<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmemorialsite">Memorial site</a></div></td>
690</tr>
691<tr>
692<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsarchaeologicalsite">Archaeological site</a></div></td>
693<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsmuseum">Museum</a></div></td>
694</tr>
695<tr>
696<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsauditorium">Auditorium</a></div></td>
697<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsobservatory">Observatory</a></div></td>
698</tr>
699<tr>
700<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsbelltower">Bell tower</a></div></td>
701<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsoldmain">Old main</a></div></td>
702</tr>
703<tr>
704<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionschapel">Chapel</a></div></td>
705<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsoutdoorspace">Outdoor space</a></div></td>
706</tr>
707<tr>
708<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsclassrooms">Classroom(s)</a></div></td>
709<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionspresidentshouse">President's house</a></div></td>
710</tr>
711<tr>
712<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsdebatingsociety">Debating society</a></div></td>
713<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsprivateresidence">Private residence</a></div></td>
714</tr>
715<tr>
716<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsdininghall">Dining hall</a></div></td>
717<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsresidencehall">Residence hall</a></div></td>
718</tr>
719<tr>
720<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsfacilitymanagementbuilding">Facility management building</a></div></td>
721<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsstadium">Stadium</a></div></td>
722</tr>
723<tr>
724<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsfacultyoffices">Faculty offices</a></div></td>
725<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsstudentunion">Student union</a></div></td>
726</tr>
727<tr>
728<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsgardens">Gardens (planned)</a></div></td>
729<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionstheater">Theater</a></div></td>
730</tr>
731<tr>
732<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsgreeklettersociety">Greek letter society</a></div></td>
733<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsother">Other</a></div></td>
734</tr>
735<tr>
736<td width="50%"><div class="cictexthalf"><a href="_gwcgi_?a=p&p=functionsgymnasium">Gymnasium</a></div></td>
737<td width="50%">&nbsp;</td>
738</tr>
739</table>
740}
741
742package functionsacademicdepartmentbuilding
743_cicpagecontent_ { <div class="cicheading">Academic department building</div><br />_cicstaticbrowser_ }
744
745package functionsadministration
746_cicpagecontent_ { <div class="cicheading">Administration</div><br />_cicstaticbrowser_ }
747
748package functionsadmissionsoffice
749_cicpagecontent_ { <div class="cicheading">Admissions office</div><br />_cicstaticbrowser_ }
750
751package functionsalumnicenter
752_cicpagecontent_ { <div class="cicheading">Alumni center</div><br />_cicstaticbrowser_ }
753
754package functionsarboretum
755_cicpagecontent_ { <div class="cicheading">Arboretum</div><br />_cicstaticbrowser_ }
756
757package functionsarchaeologicalsite
758_cicpagecontent_ { <div class="cicheading">Archaeological site</div><br />_cicstaticbrowser_ }
759
760package functionsauditorium
761_cicpagecontent_ { <div class="cicheading">Auditorium</div><br />_cicstaticbrowser_ }
762
763package functionsbelltower
764_cicpagecontent_ { <div class="cicheading">Bell tower</div><br />_cicstaticbrowser_ }
765
766package functionschapel
767_cicpagecontent_ { <div class="cicheading">Chapel</div><br />_cicstaticbrowser_ }
768
769package functionsclassrooms
770_cicpagecontent_ { <div class="cicheading">Classroom(s)</div><br />_cicstaticbrowser_ }
771
772package functionsdebatingsociety
773_cicpagecontent_ { <div class="cicheading">Debating society</div><br />_cicstaticbrowser_ }
774
775package functionsdininghall
776_cicpagecontent_ { <div class="cicheading">Dining hall</div><br />_cicstaticbrowser_ }
777
778package functionsfacilitymanagementbuilding
779_cicpagecontent_ { <div class="cicheading">Facility management building</div><br />_cicstaticbrowser_ }
780
781package functionsfacultyoffices
782_cicpagecontent_ { <div class="cicheading">Faculty offices</div><br />_cicstaticbrowser_ }
783
784package functionsgardens
785_cicpagecontent_ { <div class="cicheading">Gardens (planned)</div><br />_cicstaticbrowser_ }
786
787package functionsgreeklettersociety
788_cicpagecontent_ { <div class="cicheading">Greek letter society</div><br />_cicstaticbrowser_ }
789
790package functionsgymnasium
791_cicpagecontent_ { <div class="cicheading">Gymnasium</div><br />_cicstaticbrowser_ }
792
793package functionsinfirmary
794_cicpagecontent_ { <div class="cicheading">Infirmary</div><br />_cicstaticbrowser_ }
795
796package functionslibrary
797_cicpagecontent_ { <div class="cicheading">Library</div><br />_cicstaticbrowser_ }
798
799package functionsmasterplancampus
800_cicpagecontent_ { <div class="cicheading">Master plan (campus)</div><br />_cicstaticbrowser_ }
801
802package functionsmasterplanlandscape
803_cicpagecontent_ { <div class="cicheading">Master plan (landscape)</div><br />_cicstaticbrowser_ }
804
805package functionsmemorialsite
806_cicpagecontent_ { <div class="cicheading">Memorial site</div><br />_cicstaticbrowser_ }
807
808package functionsmuseum
809_cicpagecontent_ { <div class="cicheading">Museum</div><br />_cicstaticbrowser_ }
810
811package functionsobservatory
812_cicpagecontent_ { <div class="cicheading">Observatory</div><br />_cicstaticbrowser_ }
813
814package functionsoldmain
815_cicpagecontent_ { <div class="cicheading">Old main</div><br />_cicstaticbrowser_ }
816
817package functionsoutdoorspace
818_cicpagecontent_ { <div class="cicheading">Outdoor space</div><br />_cicstaticbrowser_ }
819
820package functionspresidentshouse
821_cicpagecontent_ { <div class="cicheading">President's house</div><br />_cicstaticbrowser_ }
822
823package functionsprivateresidence
824_cicpagecontent_ { <div class="cicheading">Private residence</div><br />_cicstaticbrowser_ }
825
826package functionsresidencehall
827_cicpagecontent_ { <div class="cicheading">Residence hall</div><br />_cicstaticbrowser_ }
828
829package functionsstadium
830_cicpagecontent_ { <div class="cicheading">Stadium</div><br />_cicstaticbrowser_ }
831
832package functionsstudentunion
833_cicpagecontent_ { <div class="cicheading">Student union</div><br />_cicstaticbrowser_ }
834
835package functionstheater
836_cicpagecontent_ { <div class="cicheading">Theater</div><br />_cicstaticbrowser_ }
837
838package functionsother
839_cicpagecontent_ { <div class="cicheading">Other</div><br />_cicstaticbrowser_ }
840
841
842
843# ------------------------------------------------------------------------------------------
844# DOCUMENT
845# ------------------------------------------------------------------------------------------
846
847package document
848
849_navarrows_ {}
850
851_textheader_ {_style:cicheader_}
852
853_cicpagecontent_ {}
854
855
856
857# ------------------------------------------------------------------------------------------
858# QUERY
859# ------------------------------------------------------------------------------------------
860
861package query
862
863_header_ {
864_If_(_cgiargq_,_style:header_,_If_("_cgiargqst_" eq "1",_cicstatesearchheader_,_If_("_cgiargqre_" eq "1",_cicbibliographysearchheader_,_cicadvancedsearchheader_)))
865}
866
867_cicjavascript_ {
868<script language="Javascript">
869
870_cicsimplejavascript_
871_If_("_cgiargqst_" eq "1",_cicstatesearchjavascript_)
872_If_("_cgiargqre_" eq "1",_cicbibliographysearchjavascript_)
873_cicadvancedsearchjavascript_
874
875</script>
876}
877
878_cicpagecontent_ {
879_If_(_cgiargq_,_cicsearchresults_,_If_("_cgiargqst_" eq "1",_If_("_cgiargqrst_" eq "1",_cicstatesearchresults_,_cicstatesearchpage_),_If_("_cgiargqre_" eq "1",_cicbibliographysearchpage_,_cicadvancedsearchpage_)))
880}
881
882_cicsearchresults_ {
883<div class="cicheading">Search Results</div>
884
885<p>_resultline_</p>
886}
887
888# What is displayed on the submit buttons
889_textbeginsearch_ {Search}
890
891
892
893# ------------------------------------------------------------------------------------------
894# QUERY (Quick Search)
895# ------------------------------------------------------------------------------------------
896
897_cicsimplejavascript_ {
898function initializeSimpleSearch()
899\{
900 document.SimpleQueryForm.txq.focus();
901\}
902
903function prepareSimpleSearch()
904\{
905 document.SimpleQueryForm.fqv.value = document.SimpleQueryForm.txq.value;
906\}
907}
908
909_cicsimplequeryform_ {
910<form name=SimpleQueryForm method=get action="_gwcgi_" onSubmit="prepareSimpleSearch();">
911 <input type="hidden" name="a" value="q">
912 <input type="hidden" name="fqc" value="and">
913 <input type="hidden" name="fqf" value="ZZ">
914 <input type="hidden" name="fqv" value="">
915 <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>
916</form>
917}
918
919
920
921# ------------------------------------------------------------------------------------------
922# QUERY (Search -> Institutions by State/Region)
923# ------------------------------------------------------------------------------------------
924
925_cicstatesearchheader_ {
926_style:cicheader_(onLoad="initializeStateSearch();")
927}
928
929_cicstatesearchjavascript_ {
930function initializeStateSearch()
931\{
932 if ("_cgiargqrst_" == "1") \{
933 var stq_results = "";
934 var stq_values = "_cgiargstq_".split(",").sort();
935 var last_stq_value = "";
936 for (var i = 0; i < stq_values.length; i++) \{
937 // Avoid duplicates by checking this value is different from the last one
938 if (stq_values[i] == last_stq_value) \{
939 continue;
940 \}
941 last_stq_value = stq_values[i];
942
943 if (stq_values[i] == "AL") stq_results += '_states:cicstateAL_';
944 if (stq_values[i] == "AK") stq_results += '_states:cicstateAK_';
945 if (stq_values[i] == "AZ") stq_results += '_states:cicstateAZ_';
946 if (stq_values[i] == "AR") stq_results += '_states:cicstateAR_';
947 if (stq_values[i] == "CA") stq_results += '_states:cicstateCA_';
948 if (stq_values[i] == "CO") stq_results += '_states:cicstateCO_';
949 if (stq_values[i] == "CT") stq_results += '_states:cicstateCT_';
950 if (stq_values[i] == "DE") stq_results += '_states:cicstateDE_';
951 if (stq_values[i] == "DC") stq_results += '_states:cicstateDC_';
952 if (stq_values[i] == "FL") stq_results += '_states:cicstateFL_';
953 if (stq_values[i] == "GA") stq_results += '_states:cicstateGA_';
954 if (stq_values[i] == "HI") stq_results += '_states:cicstateHI_';
955 if (stq_values[i] == "ID") stq_results += '_states:cicstateID_';
956 if (stq_values[i] == "IL") stq_results += '_states:cicstateIL_';
957 if (stq_values[i] == "IN") stq_results += '_states:cicstateIN_';
958 if (stq_values[i] == "IA") stq_results += '_states:cicstateIA_';
959 if (stq_values[i] == "KS") stq_results += '_states:cicstateKS_';
960 if (stq_values[i] == "KY") stq_results += '_states:cicstateKY_';
961 if (stq_values[i] == "LA") stq_results += '_states:cicstateLA_';
962 if (stq_values[i] == "ME") stq_results += '_states:cicstateME_';
963 if (stq_values[i] == "MD") stq_results += '_states:cicstateMD_';
964 if (stq_values[i] == "MA") stq_results += '_states:cicstateMA_';
965 if (stq_values[i] == "MI") stq_results += '_states:cicstateMI_';
966 if (stq_values[i] == "MN") stq_results += '_states:cicstateMN_';
967 if (stq_values[i] == "MS") stq_results += '_states:cicstateMS_';
968 if (stq_values[i] == "MO") stq_results += '_states:cicstateMO_';
969 if (stq_values[i] == "MT") stq_results += '_states:cicstateMT_';
970 if (stq_values[i] == "NE") stq_results += '_states:cicstateNE_';
971 if (stq_values[i] == "NV") stq_results += '_states:cicstateNV_';
972 if (stq_values[i] == "NH") stq_results += '_states:cicstateNH_';
973 if (stq_values[i] == "NJ") stq_results += '_states:cicstateNJ_';
974 if (stq_values[i] == "NM") stq_results += '_states:cicstateNM_';
975 if (stq_values[i] == "NY") stq_results += '_states:cicstateNY_';
976 if (stq_values[i] == "NC") stq_results += '_states:cicstateNC_';
977 if (stq_values[i] == "ND") stq_results += '_states:cicstateND_';
978 if (stq_values[i] == "OH") stq_results += '_states:cicstateOH_';
979 if (stq_values[i] == "OK") stq_results += '_states:cicstateOK_';
980 if (stq_values[i] == "OR") stq_results += '_states:cicstateOR_';
981 if (stq_values[i] == "PA") stq_results += '_states:cicstatePA_';
982 if (stq_values[i] == "RI") stq_results += '_states:cicstateRI_';
983 if (stq_values[i] == "SC") stq_results += '_states:cicstateSC_';
984 if (stq_values[i] == "SD") stq_results += '_states:cicstateSD_';
985 if (stq_values[i] == "TN") stq_results += '_states:cicstateTN_';
986 if (stq_values[i] == "TX") stq_results += '_states:cicstateTX_';
987 if (stq_values[i] == "UT") stq_results += '_states:cicstateUT_';
988 if (stq_values[i] == "VT") stq_results += '_states:cicstateVT_';
989 if (stq_values[i] == "VA") stq_results += '_states:cicstateVA_';
990 if (stq_values[i] == "WA") stq_results += '_states:cicstateWA_';
991 if (stq_values[i] == "WV") stq_results += '_states:cicstateWV_';
992 if (stq_values[i] == "WI") stq_results += '_states:cicstateWI_';
993 if (stq_values[i] == "WY") stq_results += '_states:cicstateWY_';
994 \}
995
996 if (stq_results != "") \{
997 stq_results = '<table cellpadding="0" cellspacing="0" width="_pagewidth_">' + stq_results + '</table>';
998 document.getElementById("stq_results").innerHTML = stq_results;
999 \}
1000 else \{
1001 document.getElementById("stq_results").innerHTML = "<p>_textnodocs_</p>";
1002 \}
1003 \}
1004\}
1005
1006function prepareStateSearch()
1007\{
1008 var stq_value = "";
1009 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1010 if (document.StateQueryForm.stc.options[i].selected == true) \{
1011 if (stq_value != "") stq_value += ",";
1012 stq_value += document.StateQueryForm.stc.options[i].value;
1013 \}
1014 \}
1015 document.StateQueryForm.stq.value = stq_value;
1016\}
1017
1018function selectRegion(region)
1019\{
1020 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1021 if (document.StateQueryForm.stc.options[i].text == region) \{
1022 document.StateQueryForm.stc.options[i].selected = true;
1023 break;
1024 \}
1025 \}
1026\}
1027
1028function clearSelection()
1029\{
1030 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1031 document.StateQueryForm.stc.options[i].selected = false;
1032 \}
1033\}
1034}
1035
1036_cicstatesearchpage_ {
1037<span class="cicheading">State Search</span>
1038
1039<p/>
1040<a href="javascript: selectRegion('West')">West</a>&nbsp;&nbsp;&nbsp;
1041<a href="javascript: selectRegion('Mountain')">Mountain</a>&nbsp;&nbsp;&nbsp;
1042<a href="javascript: selectRegion('Southwest')">Southwest</a>&nbsp;&nbsp;&nbsp;
1043<a href="javascript: selectRegion('Midwest')">Midwest</a>&nbsp;&nbsp;&nbsp;
1044<a href="javascript: selectRegion('Southeast')">Southeast</a>&nbsp;&nbsp;&nbsp;
1045<a href="javascript: selectRegion('Northeast')">Northeast</a>
1046
1047<p/>
1048
1049<table cellpadding="0" cellspacing="0" width="100%">
1050 <tr>
1051 <td valign="top">
1052 <img src="_httpcollection_/images/usa_map-color.gif" usemap="#states"/>
1053 <map name="states">
1054 <!-- <area shape="rect" coords="106,145,132,159" href="javascript: selectRegion('New Mexico')"> -->
1055 </map>
1056 </td>
1057 <td align="right" valign="top">
1058 <form name=StateQueryForm method=get action="_gwcgi_" onSubmit="prepareStateSearch();">
1059 <input type="hidden" name="a" value="q">
1060 <input type="hidden" name="qst" value="1">
1061 <input type="hidden" name="qrst" value="1">
1062 <input type="hidden" name="stq" value="">
1063 <select name="stc" size="20" multiple="true" style="width: 125px;">
1064 <option value="CT,DE,DC,ME,MD,MA,NH,NJ,NY,PA,RI,VT">Northeast</option>
1065 <option value="AL,AR,FL,GA,KY,LA,MS,NC,SC,TN,VA,WV">Southeast</option>
1066 <option value="IL,IN,IA,KS,MI,MN,MO,NE,ND,OH,SD,WI">Midwest</option>
1067 <option value="AZ,NM,OK,TX">Southwest</option>
1068 <option value="CO,ID,MT,UT,WY">Mountain</option>
1069 <option value="AK,CA,HI,NV,OR,WA">West</option>
1070 _cicstateoptions_
1071 </select>
1072
1073 <p/>
1074 <input type="submit" value="_textbeginsearch_" onClick="prepareStateSearch();">
1075 </form>
1076 </td>
1077 </tr>
1078</table>
1079}
1080
1081_cicstatesearchresults_ {
1082<div class="cicheading">Search Results</div>
1083
1084<div id="stq_results"></div>
1085}
1086
1087# Shared between the "search institutions by state" and "advanced search" pages
1088_cicstateoptions_ {
1089 <option value="AL">Alabama</option>
1090 <option value="AK">Alaska</option>
1091 <option value="AZ">Arizona</option>
1092 <option value="AR">Arkansas</option>
1093 <option value="CA">California</option>
1094 <option value="CO">Colorado</option>
1095 <option value="CT">Connecticut</option>
1096 <option value="DE">Delaware</option>
1097 <option value="DC">District of Columbia</option>
1098 <option value="FL">Florida</option>
1099 <option value="GA">Georgia</option>
1100 <option value="HI">Hawaii</option>
1101 <option value="ID">Idaho</option>
1102 <option value="IL">Illinois</option>
1103 <option value="IN">Indiana</option>
1104 <option value="IA">Iowa</option>
1105 <option value="KS">Kansas</option>
1106 <option value="KY">Kentucky</option>
1107 <option value="LA">Louisiana</option>
1108 <option value="ME">Maine</option>
1109 <option value="MD">Maryland</option>
1110 <option value="MA">Massachusetts</option>
1111 <option value="MI">Michigan</option>
1112 <option value="MN">Minnesota</option>
1113 <option value="MS">Mississippi</option>
1114 <option value="MO">Missouri</option>
1115 <option value="MT">Montana</option>
1116 <option value="NE">Nebraska</option>
1117 <option value="NV">Nevada</option>
1118 <option value="NH">New Hampshire</option>
1119 <option value="NJ">New Jersey</option>
1120 <option value="NM">New Mexico</option>
1121 <option value="NY">New York</option>
1122 <option value="NC">North Carolina</option>
1123 <option value="ND">North Dakota</option>
1124 <option value="OH">Ohio</option>
1125 <option value="OK">Oklahoma</option>
1126 <option value="OR">Oregon</option>
1127 <option value="PA">Pennsylvania</option>
1128 <option value="RI">Rhode Island</option>
1129 <option value="SC">South Carolina</option>
1130 <option value="SD">South Dakota</option>
1131 <option value="TN">Tennessee</option>
1132 <option value="TX">Texas</option>
1133 <option value="UT">Utah</option>
1134 <option value="VT">Vermont</option>
1135 <option value="VA">Virginia</option>
1136 <option value="WA">Washington</option>
1137 <option value="WV">West Virginia</option>
1138 <option value="WI">Wisconsin</option>
1139 <option value="WY">Wyoming</option>
1140}
1141
1142
1143# ------------------------------------------------------------------------------------------
1144# QUERY (Search -> Bibliography Search)
1145# ------------------------------------------------------------------------------------------
1146
1147_cicbibliographysearchheader_ {
1148_style:cicheader_(onLoad="initializeBibliographySearch();")
1149}
1150
1151_cicbibliographysearchjavascript_ {
1152function initializeBibliographySearch()
1153\{
1154 document.BibliographyQueryForm.fqv.focus();
1155\}
1156
1157function prepareBibliographySearch()
1158\{
1159\}
1160
1161function initalizeAdvancedBibliographySearch()
1162\{
1163\}
1164
1165function prepareAdvancedBibliographySearch()
1166\{
1167 document.AdvancedBibliographyQueryForm.q.value = "";
1168
1169 for (var i = 0; i < document.AdvancedBibliographyQueryForm.abqv.length; i++) \{
1170 var abqv_value = document.AdvancedBibliographyQueryForm.abqv[i].value;
1171 if (abqv_value != "") \{
1172 var combiner = "&";
1173 if (i < (document.AdvancedBibliographyQueryForm.abqv.length - 1) && document.AdvancedBibliographyQueryForm.abqc[i].value == "or") \{
1174 combiner = "|";
1175 \}
1176 if (document.AdvancedBibliographyQueryForm.abqp[i].value == "1") \{
1177 abqv_value = '"' + abqv_value + '"';
1178 \}
1179 addQueryTerm(document.AdvancedBibliographyQueryForm.q, "[" + abqv_value + "]:" + document.AdvancedBibliographyQueryForm.abqi[i].value, combiner);
1180 \}
1181 \}
1182
1183 // Remove the trailing combiner
1184 document.AdvancedBibliographyQueryForm.q.value = removeFromEnd(document.AdvancedBibliographyQueryForm.q.value, " & ");
1185 document.AdvancedBibliographyQueryForm.q.value = removeFromEnd(document.AdvancedBibliographyQueryForm.q.value, " | ");
1186 alert(document.AdvancedBibliographyQueryForm.q.value);
1187\}
1188}
1189
1190_cicabqline_ {
1191 <tr>
1192 <td>
1193 <nobr>
1194 <select name="abqi" onChange="prepareAdvancedBibliographySearch();">
1195 <option value="RE">General keyword</option>
1196 <option value="RR">Author keyword</option>
1197 <option value="RF">Title keyword</option>
1198 </select>
1199
1200 <select name="abqp" onChange="prepareAdvancedBibliographySearch();">
1201 <option value='0'>contains</option>
1202 <option value='1'>is</option>
1203 </select>
1204
1205 <input name='abqv' type='text' style='width: 450px'/>
1206
1207 <select name="abqc" onChange="prepareAdvancedBibliographySearch();">
1208 <option value="and">and</option>
1209 <option value="or">or</option>
1210 </select>
1211 </nobr>
1212 </td>
1213 </tr>
1214}
1215
1216_cicabqlinenocombiner_ {
1217 <tr>
1218 <td>
1219 <nobr>
1220 <select name="abqi" onChange="prepareAdvancedBibliographySearch();">
1221 <option value="RE">General keyword</option>
1222 <option value="RR">Author keyword</option>
1223 <option value="RF">Title keyword</option>
1224 </select>
1225
1226 <select name="abqp" onChange="prepareAdvancedBibliographySearch();">
1227 <option value='0'>contains</option>
1228 <option value='1'>is</option>
1229 </select>
1230
1231 <input name='abqv' type='text' style='width: 450px'/>
1232 </nobr>
1233 </td>
1234 </tr>
1235}
1236
1237_cicbibliographysearchpage_ {
1238<div class="cicheading">Bibliography Search</div>
1239
1240<p/>
1241<table>
1242 <tr>
1243 <td>
1244 <form name=BibliographyQueryForm method=get action="_gwcgi_" onSubmit="prepareBibliographySearch();">
1245 <input type="hidden" name="a" value="q">
1246 <input type="hidden" name="fqc" value="and">
1247
1248 <select name="fqf" onChange="prepareBibliographySearch();">
1249 <option value="RE">General keyword</option>
1250 <option value="RR">Author keyword</option>
1251 <option value="RF">Title keyword</option>
1252 </select>
1253
1254 <input name='fqv' type='text' style='width: 450px'/>
1255
1256 <input type="submit" value="_textbeginsearch_" onClick="prepareBibliographySearch();">
1257 </form>
1258 </td>
1259 </tr>
1260</table>
1261
1262<p/>
1263&nbsp;
1264<p/>
1265<div class="cicsubheading">Advanced Search for References</div>
1266
1267<p/>
1268<form name=AdvancedBibliographyQueryForm method=get action="_gwcgi_" onSubmit="prepareAdvancedBibliographySearch();">
1269 <input type="hidden" name="a" value="q">
1270 <input type="hidden" name="q" value="">
1271 <input type="hidden" name="qt" value="1">
1272 <input type="hidden" name="qf" value="1">
1273 <input type="hidden" name="fqa" value="1">
1274 <input type="hidden" name="m" value="-1">
1275
1276 <table>
1277 _cicabqline_
1278 _cicabqline_
1279 _cicabqlinenocombiner_
1280
1281 <tr>
1282 <td>
1283 <div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareAdvancedBibliographySearch();"></div>
1284 </td>
1285 </tr>
1286 </table>
1287</form>
1288}
1289
1290
1291
1292# ------------------------------------------------------------------------------------------
1293# QUERY (Search -> Advanced Search)
1294# ------------------------------------------------------------------------------------------
1295
1296# Hide the "or enter a query directly" box
1297_advancedformextra_ {}
1298
1299# We have our own Javascript for the form searching
1300_formfunctions_ {}
1301
1302# Hide the "search and display results in ... order" text
1303_textformselect_ {}
1304
1305_cicadvancedsearchheader_ {
1306_style:cicheader_(onLoad="initializeAdvancedSearch();")
1307}
1308
1309_cicadvancedsearchpage_ {
1310<span class="cicheading">Advanced Search</span>
1311
1312<center>_fieldqueryform_</center>
1313}
1314
1315_cicaqvdefault_ {<input id='aqv_1_field' name='aqv' type='text' style='width: 450px'/>}
1316_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>}
1317
1318_cicaqline_ {
1319<tr>
1320 <td colspan="3">
1321 <center>
1322 <nobr>
1323 <select name="aqi" onChange="changedAQI();">
1324 <option value="">Keyword</option>
1325 <option value="PL">Type of place</option>
1326 <option value="IN">Institution</option>
1327 <option value="AR">Designer</option>
1328 </select>
1329 <input type="hidden" name="aqib" value="">
1330
1331 <select name="aqp" onChange="prepareAdvancedSearch();">
1332 <option value='0'>contains</option>
1333 <option value='1'>is</option>
1334 </select>
1335
1336 <span id="aqv_1_">
1337 _cicaqvdefault_(_1_)
1338 </span>
1339
1340 <select name="aqc" onChange="prepareAdvancedSearch();">
1341 <option value="and">and</option>
1342 <option value="or">or</option>
1343 </select>
1344 </nobr>
1345 </center>
1346 </td>
1347</tr>
1348}
1349
1350_advancedforms_ {
1351<input type="hidden" name="a" value="q">
1352<input type="hidden" name="q" value="">
1353<input type="hidden" name="qt" value="1">
1354<input type="hidden" name="qf" value="1">
1355<input type="hidden" name="fqa" value="1">
1356<input type="hidden" name="m" value="-1">
1357
1358_cicaqline_(0)
1359_cicaqline_(1)
1360_cicaqline_(2)
1361
1362<tr>
1363 <td colspan="3">&nbsp;</td>
1364</tr>
1365
1366<tr>
1367 <td valign="top"><center><b>Function:</b></center></td>
1368 <td valign="top"><center><b>Time period:</b></center></td>
1369 <td valign="top"><center><b>Style:</b></center></td>
1370</tr>
1371
1372<tr>
1373 <!-- Function: Functions metadata, index FU -->
1374 <td valign="top">
1375 <select name="fuq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1376 <option value="academic department building">academic department building</option>
1377 <option value="administration">administration</option>
1378 <option value="admissions office">admissions office</option>
1379 <option value="alumni center">alumni center</option>
1380 <option value="arboretum">arboretum</option>
1381 <option value="archaeological site">archaeological site</option>
1382 <option value="auditorium">auditorium</option>
1383 <option value="bell tower">bell tower</option>
1384 <option value="chapel">chapel</option>
1385 <option value="classrooms">classrooms</option>
1386 <option value="debating society">debating society</option>
1387 <option value="dining hall">dining hall</option>
1388 <option value="facility management building">facility management building</option>
1389 <option value="faculty offices">faculty offices</option>
1390 <option value="gardens">gardens (planned)</option>
1391 <option value="Greek letter society">Greek letter society</option>
1392 <option value="gymnasium">gymnasium</option>
1393 <option value="infirmary">infirmary</option>
1394 <option value="library">library</option>
1395 <option value="master plan campus">master plan (campus)</option>
1396 <option value="master plan landscape">master plan (landscape)</option>
1397 <option value="memorial site">memorial site</option>
1398 <option value="museum">museum</option>
1399 <option value="observatory">observatory</option>
1400 <option value="old main">old main</option>
1401 <option value="outdoor space">outdoor space</option>
1402 <option value="president's house">president's house</option>
1403 <option value="private residence">private residence</option>
1404 <option value="residence hall">residence hall</option>
1405 <option value="stadium">stadium</option>
1406 <option value="student union">student union</option>
1407 <option value="theatre">theatre</option>
1408 <option value="other">other</option>
1409 </select>
1410 </td>
1411
1412 <!-- Time period: Time_period metadata, index TM -->
1413 <td valign="top">
1414 <select name="tmq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1415 <option value="pre 1800">pre-1800</option>
1416 <option value="1800 1850">1800-1850</option>
1417 <option value="1850 1900">1850-1900</option>
1418 <option value="1900 1945">1900-1945</option>
1419 <option value="1945 1995">1945-1995</option>
1420 <option value="post 1995">post-1995</option>
1421 </select>
1422 </td>
1423
1424 <!-- Style: Style metadata, index SY -->
1425 <td valign="top">
1426 <select name="syq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1427 <option value="American colonial">American colonial</option>
1428 <option value="Federal">Federal</option>
1429 <option value="Greek revival">Greek revival</option>
1430 <option value="Italianate">Italianate</option>
1431 <option value="Gothic revival">Gothic revival</option>
1432 <option value="Romanesque revival">Romanesque revival</option>
1433 <option value="Victorian">Victorian</option>
1434 <option value="Beaux arts classicism">Beaux-Arts classicism</option>
1435 <option value="Colonial revival">Colonial revival</option>
1436 <option value="Mission Mission revival">Mission/Mission revival</option>
1437 <option value="Modern pre WWII">Modern/pre-World War II</option>
1438 <option value="Modern post WWII">Modern/post-World War II</option>
1439 <option value="Postmodern">Postmodern</option>
1440 <option value="Contemporary">Contemporary</option>
1441 <option value="Regionalist Vernacular">Regionalist/Vernacular</option>
1442 <option value="Other">Other</option>
1443 </select>
1444 </td>
1445</tr>
1446
1447<tr>
1448 <td colspan="3">&nbsp;</td>
1449</tr>
1450
1451<tr>
1452 <td valign="top"><center><b>Materials:</b></center></td>
1453 <td valign="top"><center><b>Designation:</b></center></td>
1454 <td valign="top"><center><b>State:</b></center></td>
1455</tr>
1456
1457<tr>
1458 <!-- Materials: Materials metadata, index MA -->
1459 <td valign="top">
1460 <select name="maq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1461 <option value="aluminium siding">aluminium siding</option>
1462 <option value="ashlar">ashlar</option>
1463 <option value="asphalt">asphalt</option>
1464 <option value="bluestone">bluestone</option>
1465 <option value="brick">brick</option>
1466 <option value="brownstone">brownstone</option>
1467 <option value="cedar">cedar</option>
1468 <option value="cement">cement</option>
1469 <option value="cinderblock">cinderblock</option>
1470 <option value="clapboard">clapboard</option>
1471 <option value="clay block">clay block</option>
1472 <option value="copper">copper</option>
1473 <option value="cypress">cypress</option>
1474 <option value="dolomite">dolomite</option>
1475 <option value="fiberglass">fiberglass</option>
1476 <option value="fieldstone">fieldstone</option>
1477 <option value="flagstone">flagstone</option>
1478 <option value="foam">foam</option>
1479 <option value="gneiss">gneiss</option>
1480 <option value="granite">granite</option>
1481 <option value="gypsum block">gypsum block</option>
1482 <option value="ignimbrite">ignimbrite</option>
1483 <option value="lathe and plaster">lathe and plaster</option>
1484 <option value="limestone">limestone</option>
1485 <option value="logs">logs</option>
1486 <option value="marble">marble</option>
1487 <option value="masonry">masonry</option>
1488 <option value="plaster">plaster</option>
1489 <option value="quartzite">quartzite</option>
1490 <option value="rubber">rubber</option>
1491 <option value="sandstone">sandstone</option>
1492 <option value="schist">schist</option>
1493 <option value="slate">slate</option>
1494 <option value="steel">steel</option>
1495 <option value="stone">stone</option>
1496 <option value="stucco">stucco</option>
1497 <option value="terra cotta">terra cotta</option>
1498 <option value="tile">tile</option>
1499 <option value="wood">wood</option>
1500 </select>
1501 </td>
1502
1503 <!-- Designation: Designation metadata, index DE -->
1504 <td valign="top">
1505 <select name="deq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1506 <option value="National Register">National Register</option>
1507 <option value="National Historic Landmark">National Historic Landmark</option>
1508 <option value="HABS HAER">HABS/HAER</option>
1509 <option value="Local state">Local and state designations</option>
1510 </select>
1511 </td>
1512
1513 <!-- State: State metadata, index ST -->
1514 <td valign="top">
1515 <select name="stq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1516 <option value="Northeast">Northeast</option>
1517 <option value="Southeast">Southeast</option>
1518 <option value="Midwest">Midwest</option>
1519 <option value="Southwest">Southwest</option>
1520 <option value="Mountain">Mountain</option>
1521 <option value="West">West</option>
1522 _cicstateoptions_
1523 </select>
1524 </td>
1525</tr>
1526
1527<tr>
1528 <td colspan="3">
1529 <div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareAdvancedSearch();"></div>
1530 </td>
1531</tr>
1532}
1533
1534_cicadvancedsearchjavascript_ {
1535function initializeAdvancedSearch()
1536\{
1537 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1538 if (document.QueryForm.aqi[i].value == "PL") \{
1539 document.QueryForm.aqp[i].disabled = true;
1540 document.QueryForm.aqp[i].options[1].selected = true;
1541 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
1542 \}
1543 \}
1544
1545 prepareAdvancedSearch();
1546\}
1547
1548function changedAQI()
1549\{
1550 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1551 if (document.QueryForm.aqi[i].value != document.QueryForm.aqib[i].value) \{
1552 if (document.QueryForm.aqi[i].value == "PL") \{
1553 document.QueryForm.aqp[i].disabled = true;
1554 document.QueryForm.aqp[i].options[1].selected = true;
1555 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
1556 \}
1557 else \{
1558 document.QueryForm.aqp[i].disabled = false;
1559 document.getElementById("aqv" + i).innerHTML = "_cicaqvdefault_(" + i + ")";
1560 \}
1561
1562 document.QueryForm.aqib[i].value = document.QueryForm.aqi[i].value;
1563 \}
1564 \}
1565
1566 prepareAdvancedSearch();
1567\}
1568
1569function prepareAdvancedSearch()
1570\{
1571 document.QueryForm.q.value = "";
1572
1573 for (var aqv_i = 0; aqv_i < document.QueryForm.aqv.length; aqv_i++) \{
1574 var aqv_value = document.QueryForm.aqv[aqv_i].value;
1575 if (aqv_value != "") \{
1576 var real_index = /aqv([0-9]+)field/.exec(document.QueryForm.aqv[aqv_i].id)[1];
1577 var combiner = "&";
1578 if (document.QueryForm.aqc[real_index].value == "or") \{
1579 combiner = "|";
1580 \}
1581 if (document.QueryForm.aqp[real_index].value == "1") \{
1582 aqv_value = '"' + aqv_value + '"';
1583 \}
1584 addQueryTerm(document.QueryForm.q, "[" + aqv_value + "]:" + document.QueryForm.aqi[real_index].value, combiner);
1585 \}
1586 \}
1587
1588 document.QueryForm.q.value += "(";
1589 addIndexValue(document.QueryForm.q, document.QueryForm.fuq, "FU", "&");
1590 addIndexValue(document.QueryForm.q, document.QueryForm.tmq, "TM", "&");
1591 addIndexValue(document.QueryForm.q, document.QueryForm.syq, "SY", "&");
1592 addIndexValue(document.QueryForm.q, document.QueryForm.maq, "MA", "&");
1593 addIndexValue(document.QueryForm.q, document.QueryForm.deq, "DE", "&");
1594 addIndexValue(document.QueryForm.q, document.QueryForm.stq, "ST", "&");
1595 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1596 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
1597 document.QueryForm.q.value += ")";
1598
1599 // Remove the trailing combiner
1600 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, "()");
1601 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1602 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
1603 // alert(document.QueryForm.q.value);
1604\}
1605
1606function addQueryTerm(query_field_reference, index_value, combiner)
1607\{
1608 if (index_value != "") \{
1609 query_field_reference.value += "(" + index_value + ") " + combiner + " ";
1610 \}
1611\}
1612
1613function addIndexValue(query_field_reference, select_reference, index_code, combiner)
1614\{
1615 var index_value = "";
1616 for (var i = 0; i < select_reference.options.length; i++) \{
1617 if (select_reference.options[i].selected) \{
1618 index_value += ((index_value != "") ? " " + combiner + " " : "");
1619 index_value += '["' + select_reference.options[i].value + '"]:' + index_code;
1620 \}
1621 \}
1622 addQueryTerm(query_field_reference, index_value, "&");
1623\}
1624
1625function removeFromEnd(source_string, offender)
1626\{
1627 if (source_string.length < offender.length) \{
1628 return source_string;
1629 \}
1630
1631 if (source_string.substring(source_string.length - offender.length, source_string.length) != offender) \{
1632 return source_string;
1633 \}
1634
1635 return source_string.substring(0, source_string.length - offender.length);
1636\}
1637}
1638
1639
1640
1641# ------------------------------------------------------------------------------------------
1642# ANYLINK MENU
1643# ------------------------------------------------------------------------------------------
1644
1645package anylink
1646
1647_anylinkjavascript_ {
1648/***********************************************
1649* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
1650* This notice MUST stay intact for legal use
1651* Visit http://www.dynamicdrive.com/ for full source code
1652***********************************************/
1653
1654/////No further editting needed
1655
1656var ie4=document.all
1657var ns6=document.getElementById&&!document.all
1658
1659if (ie4||ns6)
1660document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')
1661
1662function getposOffset(what, offsettype)\{
1663var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
1664var parentEl=what.offsetParent;
1665while (parentEl!=null)\{
1666totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
1667parentEl=parentEl.offsetParent;
1668\}
1669return totaloffset;
1670\}
1671
1672
1673function showhide(obj, e, visible, hidden, menuwidth)\{
1674if (ie4||ns6)
1675dropmenuobj.style.left=dropmenuobj.style.top=-500
1676if (menuwidth!="")\{
1677dropmenuobj.widthobj=dropmenuobj.style
1678dropmenuobj.widthobj.width=menuwidth
1679\}
1680if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
1681obj.visibility=visible
1682else if (e.type=="click")
1683obj.visibility=hidden
1684\}
1685
1686function iecompattest()\{
1687return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
1688\}
1689
1690function clearbrowseredge(obj, whichedge)\{
1691var edgeoffset=0
1692if (whichedge=="rightedge")\{
1693var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
1694dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
1695if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
1696edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
1697\}
1698else\{
1699var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
1700var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
1701dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
1702if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)\{ //move up?
1703edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
1704if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
1705edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
1706\}
1707\}
1708return edgeoffset
1709\}
1710
1711function populatemenu(what)\{
1712if (ie4||ns6)
1713dropmenuobj.innerHTML=what.join("")
1714\}
1715
1716
1717function dropdownmenu(obj, e, menucontents, menuwidth)\{
1718if (window.event) event.cancelBubble=true
1719else if (e.stopPropagation) e.stopPropagation()
1720clearhidemenu()
1721dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
1722populatemenu(menucontents)
1723
1724if (ie4||ns6)\{
1725showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
1726dropmenuobj.x=getposOffset(obj, "left")
1727dropmenuobj.y=getposOffset(obj, "top")
1728dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
1729dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
1730\}
1731
1732return clickreturnvalue()
1733\}
1734
1735function clickreturnvalue()\{
1736if (ie4||ns6) return false
1737else return true
1738\}
1739
1740function contains_ns6(a, b) \{
1741while (b.parentNode)
1742if ((b = b.parentNode) == a)
1743return true;
1744return false;
1745\}
1746
1747function dynamichide(e)\{
1748if (ie4&&!dropmenuobj.contains(e.toElement))
1749delayhidemenu()
1750else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
1751delayhidemenu()
1752\}
1753
1754function hidemenu(e)\{
1755if (typeof dropmenuobj!="undefined")\{
1756if (ie4||ns6)
1757dropmenuobj.style.visibility="hidden"
1758\}
1759\}
1760
1761function delayhidemenu()\{
1762if (ie4||ns6)
1763delayhide=setTimeout("hidemenu()",disappeardelay)
1764\}
1765
1766function clearhidemenu()\{
1767if (typeof delayhide!="undefined")
1768clearTimeout(delayhide)
1769\}
1770
1771if (hidemenu_onclick=="yes")
1772document.onclick=hidemenu
1773}
Note: See TracBrowser for help on using the repository browser.