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

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

Added a blank line after the "News coverage" heading.

  • Property svn:keywords set to Author Date Id Revision
File size: 101.9 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_ {100%}
15
16# Turn off highlighting within text
17_starthighlight_ {}
18_endhighlight_ {}
19
20# Convenience macro for a HTML 4 compliant blank line
21_cicblankline_ {<div>&nbsp;</div>}
22
23# Custom navigation bar
24_cicnavigationbar_ {
25<div class="cicprinthide">
26 <ul id="topnav">
27 <li>_cicaboutmenu_</li>
28 <li>_cicbrowsemenu_</li>
29 <li>_cicsearchmenu_</li>
30 <li id="btn_quick">_query:cicsimplequeryform_</li>
31 </ul>
32</div>
33}
34
35_cicaboutmenu_ {<a id="btn_about" href="_gwcgi_?a=p&amp;p=home" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, aboutmenu, '233px')" onMouseout="delayhidemenu()">About</a>}
36
37_cicbrowsemenu_ {<a id="btn_browse" href="_gwcgi_?a=p&amp;p=institutions" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, browsemenu, '233px')" onMouseout="delayhidemenu()">Browse</a>}
38
39_cicsearchmenu_ {<a id="btn_search" href="_gwcgi_?a=q" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, searchmenu, '233px')" onMouseout="delayhidemenu()">Search</a>}
40
41
42
43# ------------------------------------------------------------------------------------------
44# STYLE
45# ------------------------------------------------------------------------------------------
46
47package Style
48
49# Pages have a common style: page banner, then navigation bar, then page content
50_content_ {
51_pagebanner_
52
53_cicnavigationbar_
54
55_cicpagecontent_
56}
57
58_header_ {_cicheader_}
59
60_cicheader_ {
61_cgihead_
62_htmlhead_(_1_)_startspacer_
63}
64
65_cicmenujavascript_ {
66<script type="text/javascript">
67 var menuwidth = '165px' // default menu width
68 var menubgcolor = 'lightyellow' // menu bgcolor
69 var disappeardelay = 250 // menu disappear speed onMouseout (in milliseconds)
70 var hidemenu_onclick = "yes" // hide menu when user clicks within menu?
71
72 // Contents of the "about" menu
73 var aboutmenu = new Array()
74 aboutmenu[0] = '<a href="_gwcgi_?a=p&p=background">Project background<\\/a>'
75 aboutmenu[1] = '<a href="_gwcgi_?a=p&p=copyright">Copyright information<\\/a>'
76 aboutmenu[2] = '<a href="_gwcgi_?a=p&p=documents">Application documents<\\/a>'
77 aboutmenu[3] = '<a href="_gwcgi_?a=p&p=releases">News coverage<\\/a>'
78 aboutmenu[4] = '<a href="_gwcgi_?a=p&p=glossary">Glossary<\\/a>'
79 aboutmenu[5] = '<a href="_gwcgi_?a=p&p=links">Links for further research<\\/a>'
80
81 // Contents of the "browse" menu
82 var browsemenu = new Array()
83 browsemenu[0] = '<a href="_gwcgi_?a=p&p=institutions">Institutions by name<\\/a>'
84 browsemenu[1] = '<a href="_gwcgi_?a=p&p=states">Institutions by state<\\/a>'
85 browsemenu[2] = '<a href="_gwcgi_?a=p&p=types">Places by type<\\/a>'
86 browsemenu[3] = '<a href="_gwcgi_?a=p&p=designers">Places by designer<\\/a>'
87 browsemenu[4] = '<a href="_gwcgi_?a=p&p=styles">Places by building style<\\/a>'
88 browsemenu[5] = '<a href="_gwcgi_?a=p&p=functions">Places by function<\\/a>'
89 browsemenu[6] = '<a href="_gwcgi_?a=p&p=dates">Places by time period<\\/a>'
90
91 // Contents of the "search" menu
92 var searchmenu = new Array()
93 searchmenu[0] = '<a href="_gwcgi_?a=q&qst=1">Institutions by state/region<\\/a>'
94 searchmenu[1] = '<a href="_gwcgi_?a=q&qre=1">Bibliography search<\\/a>'
95 searchmenu[2] = '<a href="_gwcgi_?a=q">Advanced search<\\/a>'
96
97_anylink:anylinkjavascript_
98
99</script>
100}
101
102# May be overridden by individual pages
103_cicpagejavascript_ {}
104
105
106
107# htmlhead uses:
108# _1_ - extra parameters for the body tag
109# _pagetitle_
110# _globalscripts_
111_htmlhead_ {
112<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
113<html_htmlextra_>
114<head>
115<title>_pagetitle_</title>
116<link rel="stylesheet" href="_httpcollection_/macros/style.css" type="text/css"/>
117_cicmenujavascript_
118_query:cicjavascript_
119_cicpagejavascript_
120</head>
121
122<body bgcolor="\#ffffff" text="\#000000" link="\#006666" alink="\#cc9900" vlink="\#006666" _1_>
123<div class="ciccontent">
124}
125
126_htmlfooter_ {
127_cicblankline_
128<hr>
129<center>
130<a href="mailto:[email protected]">Contact us</a> / <a href="_gwcgi_?a=p&amp;p=home">About Site</a> / <a href="http://www.cic.edu">About CIC</a><br />
131&copy; 2006<br />
132Council of Independent Colleges<br />
133Washington, DC<br />
134All rights reserved<br />
135Last update: November 2006<br />
136</center>
137</div>
138
139</body>
140</html>
141}
142
143# We use a very simple pagebanner: just the collection icon, no javalinks etc
144_pagebanner_ {<a href="_gwcgi_?a=p&amp;p=home"><img class="cicmastheadimage" alt="Council of Independent Colleges Historic Campus Architecture Project" src="_httpcollection_/images/masthead.gif"></a>}
145
146_pagetitle_ {The Council of Independent Colleges: Historic Campus Architecture Project}
147
148# No left margin
149_startspacer_ {}
150_endspacer_ {}
151
152
153
154# ------------------------------------------------------------------------------------------
155# HOME
156# ------------------------------------------------------------------------------------------
157
158package home
159
160_cicpagejavascript_ {
161<script type="text/javascript">
162var photos = new Array();
163photos[1] = "Timothy Alden and Alexander Temple, <i>Bentley Hall<\\/i> (1820), Allegheny College (PA)";
164photos[2] = "James Key Wilson (Walter & Wilson), <i>Old Main (view from the southwest)<\\/i> (1858-71 and later), Bethany College (WV)";
165photos[3] = "Marcel Breuer, <i>Abbey Church and Bell Tower<\\/i> (1958-61), Saint John's University (MN)";
166photos[4] = "John Shaver & Co., <i>Eugene E. Clossen Physical Education Center<\\/i> (1967), Graceland University (IA)";
167photos[5] = "<i>East Hall<\\/i> (1909), Oakwood College, Huntsville (AL)";
168photos[6] = "<i>Ralston Hall (view from the northwest)<\\/i> (late 1860s), Notre Dame de Namur University (CA)";
169photos[7] = "O'Meara and Hills & G.E. Quick, <i>Our Lady Queen of Peace Chapel and College Library<\\/i> (1938), College of St. Scholastica (MN)";
170photos[8] = "Fonthill Castle 1852, orig. constr.; 1872 add'n), College of Mount Saint Vincent (NY)";
171photos[9] = "Gordon Kaufman, Edward Huntsman-Trout, and others, <i>Jaqua Quadrangle<\\/i> (1926-73), Scripps College (CA)";
172photos[10] = "T. D. McLaughlin and Oliver Davidson, <i>Musselman Library<\\/i> (1929-30), Bluffton University (OH)";
173photos[11] = "John CarrÚre & Thomas Hastings,<i>Hotel Ponce de Leon and Residence Hall<\\/i> (1885-88), Flagler College (FL)";
174photos[12] = "";
175photos[13] = "Peabody & Stearns, <i>Rosary Hall<\\/i> (1905), Albertus Magnus College (CT)";
176photos[14] = "<i>John Umble Center or the Performing Arts<\\/i> (1976-79), Goshen College (IN)";
177photos[15] = "<i>Old Main (Hauptgebaude)<\\/i> Elmhurst College (IL)";
178photos[16] = "Tallman & Tallman, <i>Dillingham Center<\\/i> (1969), Ithaca College (NY)";
179photos[17] = "Philip Johnson, <i>Chapel of St. Basil<\\/i> 1957, orig. master plan; 1997 chapel completed), University of St. Thomas (TX)";
180photos[18] = "<i>Cast iron gazebo<\\/i> (early 19th century), at center of gardens at Belmont University (TN)";
181photos[19] = "";
182
183window.onload = function() \{
184 // Function called when page loads
185 if (!document.getElementById) return;
186 if (!document.getElementById('cichomephoto')) return;
187
188 var rand = get_random(photos.length);
189 var photo = document.getElementById('cichomephoto');
190 photo.setAttribute('src', '_httpcollection_/images/mainphoto/' + rand + '.jpg');
191 photo.setAttribute('alt', photos[rand]);
192
193 var caption = document.getElementById('cichomephotocaption');
194 caption.innerHTML = photos[rand];
195\}
196
197function get_random(max) \{
198 var randNum = Math.floor(Math.random()*(max-1))+1;
199 return randNum;
200\}
201</script>
202}
203
204_cicpagecontent_ {
205<table cellspacing="0" cellpadding="0">
206 <tr>
207 <td id="cichomephotoarea" valign="top">
208 <img id="cichomephoto" src="_httpcollection_/images/mainphoto/blank.gif" alt="HCAP Photo" /><br />
209 <span id="cichomephotocaption">&nbsp;</span>
210 </td>
211
212 <td id="cichometext" valign="top">
213 <div class="cicheading">Welcome</div>
214
215 <p>Welcome to the CIC Historic Campus Architecture Project (HCAP), the first national architecture and landscape database of independent college and university campuses. This project presents information about significant buildings, landscapes, campus plans, and heritage sites of American higher education and identifies sources for further research. Supported by grants from the Getty Foundation, the CIC HCAP website documents nearly 2,000 places of historical significance on private college and university campuses and includes more than 4,300 images relating to these sites. To date, nearly 370 institutions have participated. On this site, web users can find institutions or places in a particular state or region; seek information about a specific type of architecture, designer, or time period; or gather data for future research.</p>
216
217 <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 CIC HCAP database. <br /><span style="font-size: 0.8em; line-height: 1.6em;">(This file is in PDF format. To view, you will need Adobe Acrobat, available for free from the <a href="http://www.adobe.com/products/acrobat/readermain.html">Adobe website</a>.)</span></p>
218 </td>
219 </tr>
220</table>
221}
222
223
224
225# ------------------------------------------------------------------------------------------
226# BACKGROUND (About -> Project Background)
227# ------------------------------------------------------------------------------------------
228
229package background
230
231_cicpagecontent_ {
232<div class="cicheading">Project Background</div>
233
234<p>In recent years, the study of campus history has received increasing interest in and attention by many sectors of the educational community. Institutions are working to understand more completely their physical environments and how these relate to educational mission, as well as wider historical trends. The CIC HCAP survey data and website have been developed to help various constituencies gain an awareness of and appreciation for campus history and also to learn from the architecture and landscape preservation efforts made by institutions.</p>
235
236<p>Between 2002 and 2006, the CIC HCAP was supported by two generous grants from the Campus Heritage Initiative of the Getty Foundation. From 2002-2004, CIC developed a survey to collect information about places of significant historical interest (in relation to architecture, landscape, American history, and the histories of education, religion, engineering, and culture) identified by representatives of institutions themselves. This survey was distributed among 724 independent, four-year, B.A.-granting institutions with less than 5,000 students. Nearly 50 percent of this original group participated in the project. In 2005, CIC began website development with a second two-year grant from the Getty Foundation.</p>
237
238<p>The CIC HCAP was guided by an advisory committee and developed by the coordinated efforts of a team of people from HCAP, CIC, and several independent professionals with whom HCAP contracted for specific services.</p>
239
240_cicblankline_
241<i>Advisory committee</i>
242
243<p><b>Thomas C. Celli</b>, President, Celli-Flynn Brennan, Architects and Planners (PA)</p>
244
245<p><b>Jeffrey A. Cohen</b>, Senior Lecturer, Bryn Mawr College</p>
246
247<p><b>Russell V. Keune</b>, Former Director of International Relations at the American Institute of Architects</p>
248
249<p><b>Randall Mason</b>, Associate Professor of Architecture, Graduate Program in Historic Preservation, School of Design, University of Pennsylvania</p>
250
251<p><b>Therese O'Malley</b>, Associate Dean of the Center for Advanced Study in the Visual Arts, National Gallery of Art in Washington, DC</p>
252
253<p><b>Damie Stillman</b>, Professor of Art History Emeritus, University of Delaware</p>
254
255<p><b>John Strassburger</b>, President, Ursinus College (PA)</p>
256
257_cicblankline_
258<i>CIC HCAP staff</i>
259
260<p><b>Barbara S. Christen</b>, Project Director<br />
261Project planning and management</p>
262
263<p><u>Part-time personnel:</u></p>
264
265<p><b>Jennifer M. Baggot</b>, Research Associate<br />
266Data input, document scanning, project correspondence, editing</p>
267
268<p><b>Jennifer R. D'Urso</b>, Research Associate<br />
269Data evaluation, database development, project research</p>
270
271<p><b>Lael J. Ensor</b>, Research Associate<br />
272Data editing, bibliographic research</p>
273
274<p><b>Amanda L. Hockensmith</b>, Research Associate<br />
275Data input and editing, design development</p>
276
277<p><b>Jane E. Lesnick</b>, Research Associate<br />
278Data editing, bibliographic research</p>
279
280<p><b>Matthew E. Linder</b>, Research Assistant<br />
281Data input, bibliographic research</p>
282
283<p><b>Timothy J. Mackin</b>, Research Associate<br />
284Data input and editing, data evaluation</p>
285
286<p><b>Christina Myers</b>, Research Associate<br />
287Data editing, bibliographic research</p>
288
289<p><b>Marianne S. Percival</b>, Research Associate<br />
290Data collection, project correspondence, project and bibliographic research</p>
291
292<p><b>Honora Shea</b>, Research Assistant<br />
293Data input, project correspondence</p>
294
295_cicblankline_
296<i>CIC staff</i>
297
298<p><b>Richard H. Ekman</b>, President<br />
299Project management</p>
300
301<p><b>Frederik Ohles</b>, Vice President for Advancement<br />
302Project liaison</p>
303
304<p><b>Laura A. Wilcox</b>, Vice President for Communications<br />
305Public relations, graphic design development</p>
306
307<p><b>August A. Adams</b>, Communications and Web Manager<br />
308Web postings, graphic design evaluation</p>
309
310_cicblankline_
311<i>Consultants</i>
312
313<p><b>Rodolfo Castro</b>, Catalone Design Company<br />
314Graphic and interface design</p>
315
316<p><b>Michael Collinson and Joseph Reggetz</b>, Business Engineering Incorporated<br />
317Hardware and server consultation</p>
318
319<p><b>Michael Dewsnip</b>, New Zealand Digital Library Project, University of Waikato<br />
320Greenstone software customization and development</p>
321
322<p><b>Joyce Essel</b>, Independent consultant<br />
323Database development</p>
324
325<p><b>Brian Harrington</b>, Independent consultant<br />
326Software and hardware consultation</p>
327
328<p><b>Stephen Rutz</b>, Steve Rutz Software<br />
329Database consultation</p>
330
331<p><b>David Seaman</b>, Executive Director, Digital Library Federation<br />
332Management and software consultation</p>
333
334<p><b>Allison Zhang</b>, Independent consultant<br />
335Software consultation</p>
336
337_cicblankline_
338<i>Site Design and Development</i>
339
340<p><b>Catalone Design Company</b> of Bethesda, Maryland, provided graphic and interface design for the website. For more information, see <a href="http://www.catalonedesign.com/">www.catalonedesign.com</a>.</p>
341
342<p><b>Greenstone</b>, a software package developed by the New Zealand Digital Library Project at the University of Waikato, generates web pages dynamically in response to users navigating through the site. This has many advantages, including seamless search integration and the ability to instantly change the look and feel of the site. Search indexes and browsing structures are also precomputed, for quick browsing and searching.</p>
343
344<p>The CIC Historic Campus Architecture Project collection uses two purpose-built plugins to process the project data files. One plugin processes the Microsoft Access database used to store the data from the survey, generating a Greenstone "object" for each of the institutions, places, designers and references. It also generates small (thumbnail), medium, and large versions of each place image, and the site "browse" pages. The second plugin processes the Microsoft Word file containing bibliographic references not associated with particular places in the database.</p>
345
346<p>As well as having highly-customized document importing programs, the CIC HCAP collection has a completely customized design and user interface. This was implemented using Greenstone's formatting and macro languages, with over 120 new or customized macros. For more information about Greenstone, see <a href="http://www.greenstone.org/">www.greenstone.org</a>.</p>
347
348_cicblankline_
349<i>Server Technical Information</i>
350
351<p>The CIC HCAP site runs on a Intel Pentium III server class machine with 512MB of RAM and 140GB of disk space. The site is currently hosted in Hamilton, New Zealand but in the future will be hosted on the CIC's servers in Washington, DC.</p>
352
353_cicblankline_
354<hr>
355<p>The <b>Council of Independent Colleges</b> is an association of more than 560 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>
356
357<p><b>The Getty Foundation</b> provides support to institutions and individuals throughout the world, funding a diverse range of projects that promote the understanding and conservation of the visual arts. The grant-making foundation furthers the work of all Getty Programs. The Foundation also encompasses the Getty Leadership Institute, the leading source of continuing professional development for current and future museum leaders. For more information, see: <a href="http://www.getty.edu">www.getty.edu</a>.</p>
358}
359
360
361
362# ------------------------------------------------------------------------------------------
363# COPYRIGHT (About -> Copyright Information)
364# ------------------------------------------------------------------------------------------
365
366package copyright
367
368_cicpagecontent_ {
369<div class="cicheading">Copyright and Permissions Information for CIC Historic Campus Architecture Project</div>
370
371<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>
372
373<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>
374
375<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>
376
377<hr>
378<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>
379
380<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>
381
382<p>By accessing the Survey, you acknowledge that you have read and accepted these conditions.</p>
383}
384
385
386
387# ------------------------------------------------------------------------------------------
388# RELEASES (About -> News Coverage)
389# ------------------------------------------------------------------------------------------
390
391package releases
392
393_cicpagecontent_ {
394<div class="cicheading">News Coverage</div>
395_cicblankline_
396
397<p class="cicreference">Biemiller, Lawrence. "From Modest to Magnificent." <i>The Chronicle of Higher Education</i> 52, no. 29 (March 24, 2006): A34-A35.</p>
398
399<p class="cicreference">Rubman, Kerri. "Getty Campus Grants Promote Preservation Planning." <i>Forum News</i> (March/April 2005): 3.</p>
400
401<p class="cicreference"><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>
402
403<p class="cicreference">Munitz, Barry. "Place and History Matter on All Campuses." <i>The Chronicle of Higher Education</i> 51, no. 9 (October 22, 2004): B15.</p>
404
405<p class="cicreference"><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>
406
407<p class="cicreference">Arenson, Karen W. "Regilding a Stanford White Landmark." <i>New York Times</i>, July 30, 2004, C13 (national edition).</p>
408
409<p class="cicreference">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>
410
411<p class="cicreference"><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>
412}
413
414
415
416# ------------------------------------------------------------------------------------------
417# DOCUMENTS (About -> Application Documents)
418# ------------------------------------------------------------------------------------------
419
420package documents
421
422_cicpagecontent_ {
423<div class="cicheading">Application Documents</div>
424
425<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>
426
427<a href="http://www.cic.org/projects_services/grants/getty_letter.asp">Letter of Instruction to Campus Liaison</a><br />
428<a href="http://www.cic.org/projects_services/grants/getty_questionnaire.pdf">Questionnaire</a> (PDF)<br />
429<a href="http://www.cic.org/projects_services/grants/getty_definitions.pdf">Definitions and Visual Examples</a> (PDF)<br />
430<a href="http://www.cic.org/projects_services/grants/getty_guidelines.pdf">Submission Guidelines</a> (PDF)<br />
431}
432
433
434
435# ------------------------------------------------------------------------------------------
436# GLOSSARY (About -> Glossary)
437# ------------------------------------------------------------------------------------------
438
439package glossary
440
441_cicpagecontent_ {
442<div class="cicheading">Glossary</div>
443
444<p><span class="cicsubheading">Definitions and Visual Examples</span> (some based on definitions of the Getty Art and Architecture Thesaurus)<br />
445(as noted in Questionnaire, Part II./Section 2. Description/A. Building/1. Architectural classification)</p>
446
447<div class="cicglossaryentry">
448<img class="cicglossaryphoto" alt="Dartmouth Hall, Dartmouth College (photo courtesy of University of Maryland slide collection)" src="_httpcollection_/images/americancolonial.jpg"/>
449AMERICAN COLONIAL<br />
450Refers to the culture and style of architecture created in the region 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, which are usually called French colonial or Spanish colonial.<br />
451<i>Example image: Dartmouth Hall, 1784-1791 (and later), Dartmouth College, Hanover, N.H. (photo courtesy of University of Maryland slide collection)</i>
452</div>
453
454<div class="cicglossaryentry">
455<img class="cicglossaryphoto" alt="President's House, Williams College (HABS/HAER)" src="_httpcollection_/images/federal.jpg"/>
456FEDERAL<br />
457Refers to the architecture that flourished in the new American republic from approximately 1785 to 1820. Inspired by European neo-classicism, especially as practiced in England by Robert Adam, though modified by late colonial tendencies, it also reflects the revival of Roman architectural styles, especially in the design of government buildings. Endorsed by Thomas Jefferson and Benjamin Henry Latrobe, that theme was driven partially by the metaphorical concept of the United States as analogous to the Roman Republic in its political philosophy.<br />
458<i>Example image: President's House, Williams College, Williamstown, Mass. (HABS/HAER)</i>
459</div>
460
461<div class="cicglossaryentry">
462<img class="cicglossaryphoto" alt="Morrison College, Transylvania University (HABS/HAER)" src="_httpcollection_/images/greekrevival.jpg"/>
463GREEK REVIVAL<br />
464Refers to a style of architecture in Europe and the United States begun in the 1750s in Europe, and flourishing there from the 1790s and then in this country from approximately 1815 to the 1850s, which was 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, though there are many examples that emphasize Greek details rather than whole buildings. In the United States, it flourished at the time of the Greek war for independence from Turkey, and many saw the style as a manifestation of democracy.<br />
465<i>Example image: Morrison College, 1830, Transylvania University, Lexington, Ky. (HABS/HAER)</i>
466</div>
467
468<div class="cicglossaryentry">
469<img class="cicglossaryphoto" alt="Ralston Hall, Univ. of Notre Dame de Namur" src="_httpcollection_/images/italianate.jpg"/>
470ITALIANATE<br />
471A mid- to-late-19th-century architectural style, it was inspired by Italian Renaissance buildings, both the high-style urban palazzo and the less formal country villa. 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 public and residential.<br />
472<i>Example image: Ralston Hall, University of Notre Dame de Namur, after 1865, Belmont, Calif. (HABS/HAER)</i>
473</div>
474
475<div class="cicglossaryentry">
476<img class="cicglossaryphoto" alt="Old Main building, Bethany College (HABS/HAER)" src="_httpcollection_/images/gothicrevival.jpg"/>
477GOTHIC REVIVAL<br />
478Refers mainly to a style that flourished first in England and then spread to the European continent but even more strongly to America, beginning in the mid- to late 18th century, triumphing in the mid-19th century, and continuing into the twentieth. The style is characterized by the use of pointed arches, rosettes, pinnacles, tracery, foils, and polychrome effects inspired by Gothic architecture and at times reproduced with the general aim of historical accuracy, though often the spirit was as important as the details. Especially associated with churches, it could also be found in a wide range of building types, including by the late 19th and 20th century examples in campus architecture in what came to be called Collegiate Gothic.<br />
479<i>Example image: "Old Main" Building, 1911-1912, Bethany College, Bethany, W. Va. (HABS/HAER)</i>
480</div>
481
482<div class="cicglossaryentry">
483<img class="cicglossaryphoto" alt="Glatfelter Hall, Gettysbury College (HABS/HAER)" src="_httpcollection_/images/romanesquerevival.jpg"/>
484ROMANESQUE REVIVAL<br />
485Refers to a style in European and American architecture dating from the 1820s to the end of the 19th century that was based on 11th- and 12th-century Romanesque church architecture. It is primarily characterized by the use of semicircular arches, barrel and groin vaults, massive blocks of masonry and, at times, the spare use of Romanesque and/or naturalistic ornament. A specific variety, called Richardsonian Romanesque, was inspired by the architecture of the American H. H. Richardson, and flourished in the last three decades of the 19th century.<br />
486<i>Example image: Glatfelter Hall, 1888-1889, Gettysbury College, Gettysburg, Pa. (HABS/HAER)</i>
487</div>
488
489<div class="cicglossaryentry">
490<img class="cicglossaryphoto" alt="Residential Village (Theme House), Agnes Scott College (CIC-HCAP collection)" src="_httpcollection_/images/victorianstyles.jpg"/>
491VICTORIAN STYLES<br />
492Refers to a wide variety of styles exhibited during the 19th century during Queen Victoria’s reign in Britain (1837-1900) and during the same period in the United States. Often labeled Romantic, these styles, which ranged from Italianate and Gothic revival to vernacular and Queen Anne revival, were expressed in all building types.<br />
493<i>Example image: Residential Village (Theme House), 1895-1896, Agnes Scott College, Decatur, Ga. (CIC-HCAP collection)</i>
494</div>
495
496<div class="cicglossaryentry">
497<img class="cicglossaryphoto" alt="Cochran Hall, Allegheny College (CIC-HCAP collection)" src="_httpcollection_/images/beauxartsclassicism.jpg"/>
498BEAUX-ARTS CLASSICISM<br />
499Refers to the revival of classicism, especially as practiced in Italy and France during the Renaissance and Baroque eras of the 15th to 18th centuries, that flourished in Europe and America in the late 19th and early 20th centuries. Inspired by the approach to architectural design espoused at the Ecole des Beaux-Arts in Paris, this style included the use of classically articulated and often symmetrical massing, a primary axial orientation in plan (often with subsidiary axes), and hierarchically arranged and related internal spaces that offered the opportunity for a directed, processional movement through a building. Its flourishing in America coincided with the emergence of the United States as a world power.<br />
500<i>Example image: Cochran Hall, 1907-1908, Allegheny College, Meadville, Penn. (CIC-HCAP collection)</i>
501</div>
502
503<div class="cicglossaryentry">
504<img class="cicglossaryphoto" alt="Washington Hall, Washington and Lee University" src="_httpcollection_/images/colonialrevival.jpg"/>
505COLONIAL REVIVAL<br />
506Refers to a movement in architecture and interior design prevalent in the late 19th century and well into the 20th that revives the styles of the 17th, 18th, and early 19th centuries in colonial and federal America. The style, though especially seen in domestic architecture, also was found in other building types. Subsumed within this general rubric was not only a revival of 17th century clapboard buildings, but also a Georgian revival, which was inspired by English and American architecture of the 18th century. This latter tends to feature symmetrical façades, often characterized by brick, pitched roofs, windows with sashes, and fanlights. It also often includes white painted trim and decorative moldings and elements.<br />
507<i>Example image: Washington Hall, 1824, Washington and Lee University, Lexington, Va. (HABS)</i>
508</div>
509
510<div class="cicglossaryentry">
511<img class="cicglossaryphoto" alt="Our Lady Queen of Peace Chapel, Lourdes College (CIC-HCAP collection)" src="_httpcollection_/images/mission.jpg"/>
512MISSION/MISSION REVIVAL<br />
513As 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) especially in the southern, western, and southwestern regions of the United States, Mission revival architecture was utilized in all kinds of buildings.<br />
514<i>Example image: Our Lady Queen of Peace Chapel, 1959-1961, Lourdes College, Sylvania, Ohio (CIC-HCAP collection)</i>
515</div>
516
517<div class="cicglossaryentry">
518<img class="cicglossaryphoto" alt="Annie Pfeiffer Chapel, Florida Southern College (HABS/HAER)" src="_httpcollection_/images/modern.jpg"/>
519MODERN/PRE- AND POST-WWII<br />
520Refers to the style of architecture that emerged in Holland, France, and Germany just before but primarily after World War I and spread throughout the world, becoming a leading architectural style until the 1960s/1970s. This style is characterized by a rejection of traditional period styling; an emphasis on volume over mass; the use of lightweight, mass-produced, industrial materials, but also reinforced concrete; frequent rejection of 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.<br />
521<i>Example image: Annie Pfeiffer Chapel, des. 1940, Florida Southern College, Lakeland, Fla. (HABS/HAER)</i>
522</div>
523
524<div class="cicglossaryentry">
525<img class="cicglossaryphoto" alt="Williams College Museum of Art (rear façade), Williams College (Williams College Department of Art slide collection)" src="_httpcollection_/images/postmodern.jpg"/>
526POSTMODERN<br />
527Refers to architecture as early as the mid-1960s but more often from the mid-1970s to the early 1990s, in which buildings often have 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.<br />
528<i>Example image: Williams College Museum of Art (rear façade), addition of ca. 1981, Williamstown, Mass. (Williams College, Dept. of Art, slide collection)</i>
529</div>
530
531<div class="cicglossaryentry">
532<img class="cicglossaryphoto" alt="Admissions and Careers Services Center, Trinity College (CIC-HCAP collection)" src="_httpcollection_/images/contemporary.jpg"/>
533CONTEMPORARY<br />
534Although often used earlier in the twentieth century to refer to modernism, it especially refers to architecture from 1995 to the present, encompassing a wide range of architectural styles and approaches, often incorporating elements of modernism and postmodernism.<br />
535<i>Example image: Admissions and Careers Services Center (detail, exterior), Trinity College, Hartford, Conn. (CIC-HCAP collection)</i>
536</div>
537
538<div class="cicglossaryentry">
539<img class="cicglossaryphoto" alt="Old Castle, Baker University (HABS/HAER)" src="_httpcollection_/images/vernacularregionalist.jpg"/>
540REGIONALIST/VERNACULAR<br />
541Refers to architecture that does not fit easily into the stylistic categories given above that rely primarily on period styling. This kind of architecture instead emphasizes 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, and local limestone buildings in Indiana, are a few examples of this kind of response in campus architecture.<br />
542<i>Example image: Old Castle, 1858, Baker University, Baldwin City, Kans. (HABS/HAER)</i>
543</div>
544
545<p style="clear: both"><span class="cicsubheading">Further Definitions</span><br />
546(as noted in Questionnaire, Part II./Section 2. Description/B. Entire campus and C. Campus plan)</p>
547
548<p><b>Informal or not formally planned:</b><br />
549No comprehensive master plan was a part of campus building or landscaping efforts. Campus has developed without any overarching schema.</p>
550
551<p><b>Irregular/Picturesque:</b><br />
552Master 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 more natural, though actually planned, picturesque effect.</p>
553
554<p><b>Linear:</b><br />
555Master plan of all or part of the campus has a primary axis, on one or both sides of which building and/or landscaping efforts have been concentrated. Circulation on the campus is directed along this primary axis.</p>
556
557<p><b>Quadrangle/Beaux-Arts classicism:</b><br />
558Master 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 often placed in symmetrical arrangements, with a clear hierarchy in size and location established between the focal point(s) of a central building or structure placed at one end or both ends of the plan and subsidiary buildings located around these elements.</p>
559
560<p><b>Modern (open plan):</b><br />
561Though clearly planned, these campuses utilize a master plan that has a more open orientation between buildings, with no obvious reliance on the hierarchical arrangements of the more classically-ordered quadrangle and Beaux-Arts tradition.</p>
562}
563
564
565
566# ------------------------------------------------------------------------------------------
567# LINKS (About -> Links for Further Research)
568# ------------------------------------------------------------------------------------------
569
570package links
571
572_cicpagecontent_ {
573<div class="cicheading">Links</div>
574
575<div class="cicsubheading"><p>Supporting Organizations</p></div>
576
577<p>
578Council of Independent Colleges: <a href="http://www.cic.org">http://www.cic.org</a><br />
579
580Getty Foundation: <a href="http://www.getty.edu">http://www.getty.edu</a>
581</p>
582
583<div class="cicsubheading"><p>Related Websites</p></div>
584
585<p>
586Society for College and University Planning: <a href="http://www.scup.org">http://www.scup.org</a><br />
587
588National Historic Landmarks: <a href="http://www.cr.nps.gov/nhl/">http://www.cr.nps.gov/nhl/</a><br />
589
590National Register of Historic Places: <a href="http://www.cr.nps.gov/nr/">http://www.cr.nps.gov/nr/</a><br />
591
592State Historic Preservation Offices: <a href="http://www.cr.nps.gov/nr/shpolist.htm">http://www.cr.nps.gov/nr/shpolist.htm</a><br />
593
594Historic American Building Survey and Historic American Engineering Record: <a href="http://www.cr.nps.gov/habshaer">http://www.cr.nps.gov/habshaer</a><br />
595
596Chronicle of Higher Education: <a href="http://chronicle.com">http://chronicle.com</a><br />
597
598American Planning Association: <a href="http://www.planning.org">http://www.planning.org</a><br />
599
600National Association of State Universities and Land-Grant Colleges: <a href="http://www.nasulgc.org">http://www.nasulgc.org</a>
601</p>
602}
603
604
605
606# ------------------------------------------------------------------------------------------
607# INSTITUTIONS (Browse -> Institution)
608# ------------------------------------------------------------------------------------------
609
610package institutions
611
612_cicpagecontent_ {
613<div class="cicheading">Institutions</div>
614
615<center>_cicstaticbrowserquicklinks_</center>
616
617_cicstaticbrowser_
618}
619
620
621
622# ------------------------------------------------------------------------------------------
623# TYPES (Browse -> Type of Place)
624# ------------------------------------------------------------------------------------------
625
626package types
627
628_cicpagecontent_ {
629<div class="cicheading">Type of Place</div>
630_cicblankline_
631
632<center>
633<table cellpadding="5">
634 <tr>
635 <td><center><a href="_gwcgi_?a=p&amp;p=typesIndividualbuilding">Buildings</a></center></td>
636 <td><a href="_gwcgi_?a=p&amp;p=typesIndividualbuilding"><img alt="Geneva Hall (detail, entrance), Hobart and William Smith Colleges" src="_httpcollection_/images/building.jpg" title="Geneva Hall (detail, entrance), Hobart and William Smith Colleges"></a></td>
637 <td><a href="_gwcgi_?a=p&amp;p=typesCampusarrangement"><img alt="Campus (aerial view), Clarke College" src="_httpcollection_/images/arrangement.jpg" title="Campus (aerial view), Clarke College"></a></td>
638 <td><center><a href="_gwcgi_?a=p&amp;p=typesCampusarrangement">Campus arrangements</a></center></td>
639 </tr>
640 <tr>
641 <td><center><div style="padding-bottom: 10px"><a href="_gwcgi_?a=p&amp;p=typesLandscapesite">Landscape sites</a></div></center></td>
642 <td><a href="_gwcgi_?a=p&amp;p=typesLandscapesite"><img alt="Italian Gardens and Apollo Fountain (gardens), Georgian Court University" src="_httpcollection_/images/landscapesite.jpg" title="Italian Gardens and Apollo Fountain (gardens), Georgian Court University"></a></td>
643 <td><a href="_gwcgi_?a=p&amp;p=typesBuildinggroup"><img alt="Greylock Quadrangle (ca. 1970), Williams College" src="_httpcollection_/images/buildinggroup.jpg" title="Greylock Quadrangle (ca. 1970), Williams College"></a></td>
644 <td><center><div style="padding-bottom: 10px"><a href="_gwcgi_?a=p&amp;p=typesBuildinggroup">Building groups</a></div></center></td>
645 </tr>
646</table>
647</center>
648}
649
650package typesIndividualbuilding
651_cicpagecontent_ { <div class="cicheading">Buildings</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
652
653package typesLandscapesite
654_cicpagecontent_ { <div class="cicheading">Landscape Sites</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
655
656package typesCampusarrangement
657_cicpagecontent_ { <div class="cicheading">Campus Arrangements</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
658
659package typesBuildinggroup
660_cicpagecontent_ { <div class="cicheading">Building Groups</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
661
662
663
664# ------------------------------------------------------------------------------------------
665# DESIGNERS (Browse -> Designer)
666# ------------------------------------------------------------------------------------------
667
668package designers
669
670_cicpagecontent_ { <div class="cicheading">Designers</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
671
672
673
674# ------------------------------------------------------------------------------------------
675# STATES (Browse -> State)
676# ------------------------------------------------------------------------------------------
677
678package states
679
680_cicpagecontent_ {
681<div class="cicheading">States</div>
682
683<center><img alt="US state map" src="_httpcollection_/images/usa_map-mono.gif" usemap="#states"/></center>
684<map name="states">
685 <area shape="rect" coords="524,286,551,313" href="#Alabama">
686 <area shape="rect" coords="154,379,197,413" href="#Alaska">
687 <area shape="rect" coords="202,248,237,280" href="#Arizona">
688 <area shape="rect" coords="444,257,475,283" href="#Arkansas">
689 <area shape="rect" coords="104,177,140,209" href="#California">
690 <area shape="rect" coords="278,186,324,211" href="#Colorado">
691 <area shape="rect" coords="690,146,712,161" href="#Connecticut">
692 <area shape="rect" coords="677,183,701,196" href="#Delaware">
693 <area shape="rect" coords="680,216,706,234" href="#DistrictofColumbia">
694 <area shape="rect" coords="604,352,628,376" href="#Florida">
695 <area shape="rect" coords="564,280,598,303" href="#Georgia">
696 <area shape="rect" coords=" 69,314, 97,333" href="#Hawaii">
697 <area shape="rect" coords="197,103,228,123" href="#Idaho">
698 <area shape="rect" coords="483,171,509,193" href="#Illinois">
699 <area shape="rect" coords="521,169,545,189" href="#Indiana">
700 <area shape="rect" coords="432,149,462,169" href="#Iowa">
701 <area shape="rect" coords="371,201,404,223" href="#Kansas">
702 <area shape="rect" coords="539,215,565,232" href="#Kentucky">
703 <area shape="rect" coords="449,312,475,333" href="#Louisiana">
704 <area shape="rect" coords="693, 54,719, 75" href="#Maine">
705 <area shape="rect" coords="686,198,712,213" href="#Maryland">
706 <area shape="rect" coords="715,111,743,128" href="#Massachusetts">
707 <area shape="rect" coords="532,122,557,142" href="#Michigan">
708 <area shape="rect" coords="418, 88,449,108" href="#Minnesota">
709 <area shape="rect" coords="485,287,513,308" href="#Mississippi">
710 <area shape="rect" coords="441,202,474,222" href="#Missouri">
711 <area shape="rect" coords="258, 57,291, 80" href="#Montana">
712 <area shape="rect" coords="358,156,390,173" href="#Nebraska">
713 <area shape="rect" coords="153,159,185,179" href="#Nevada">
714 <area shape="rect" coords="706, 95,732,109" href="#NewHampshire">
715 <area shape="rect" coords="680,165,702,180" href="#NewJersey">
716 <area shape="rect" coords="274,258,309,278" href="#NewMexico">
717 <area shape="rect" coords="641,108,665,127" href="#NewYork">
718 <area shape="rect" coords="616,229,643,248" href="#NorthCarolina">
719 <area shape="rect" coords="353, 64,385, 83" href="#NorthDakota">
720 <area shape="rect" coords="557,165,587,181" href="#Ohio">
721 <area shape="rect" coords="383,250,416,269" href="#Oklahoma">
722 <area shape="rect" coords="128, 82,163,105" href="#Oregon">
723 <area shape="rect" coords="614,145,643,165" href="#Pennsylvania">
724 <area shape="rect" coords="703,133,719,146" href="#RhodeIsland">
725 <area shape="rect" coords="600,260,624,279" href="#SouthCarolina">
726 <area shape="rect" coords="353,109,384,128" href="#SouthDakota">
727 <area shape="rect" coords="523,241,549,257" href="#Tennessee">
728 <area shape="rect" coords="360,307,400,337" href="#Texas">
729 <area shape="rect" coords="214,176,247,200" href="#Utah">
730 <area shape="rect" coords="657, 55,680, 72" href="#Vermont">
731 <area shape="rect" coords="616,202,642,217" href="#Virginia">
732 <area shape="rect" coords="144, 35,177, 51" href="#Washington">
733 <area shape="rect" coords="587,191,610,204" href="#WestVirginia">
734 <area shape="rect" coords="471,109,499,128" href="#Wisconsin">
735 <area shape="rect" coords="269,119,305,144" href="#Wyoming">
736</map>
737
738<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="#RhodeIsland">R</a>&nbsp;<a href="#SouthCarolina">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>
739
740_cicstaticbrowser_
741}
742
743
744
745# ------------------------------------------------------------------------------------------
746# STYLES (Browse -> Building Styles)
747# ------------------------------------------------------------------------------------------
748
749package styles
750
751_cicpagecontent_ {
752<div class="cicheading">Styles</div>
753
754<p>
755<a href="_gwcgi_?a=p&amp;p=stylesAmericancolonial">American Colonial</a><br />
756<a href="_gwcgi_?a=p&amp;p=stylesFederal">Federal</a><br />
757<a href="_gwcgi_?a=p&amp;p=stylesGreekrevival">Greek Revival</a><br />
758<a href="_gwcgi_?a=p&amp;p=stylesItalianate">Italianate</a><br />
759<a href="_gwcgi_?a=p&amp;p=stylesGothicrevival">Gothic Revival</a><br />
760<a href="_gwcgi_?a=p&amp;p=stylesRomanesquerevival">Romanesque Revival</a><br />
761<a href="_gwcgi_?a=p&amp;p=stylesVictorian">Victorian Styles</a><br />
762<a href="_gwcgi_?a=p&amp;p=stylesBeauxArtsclassicism">Beaux-Arts Classicism</a><br />
763<a href="_gwcgi_?a=p&amp;p=stylesColonialrevival">Colonial Revival</a><br />
764<a href="_gwcgi_?a=p&amp;p=stylesMissionMissionrevival">Mission/Mission Revival</a><br />
765<a href="_gwcgi_?a=p&amp;p=stylesModernpreWWII">Modern/pre-World War II</a><br />
766<a href="_gwcgi_?a=p&amp;p=stylesModernpostWWII">Modern/post-World War II</a><br />
767<a href="_gwcgi_?a=p&amp;p=stylesPostmodern">Postmodern</a><br />
768<a href="_gwcgi_?a=p&amp;p=stylesContemporary">Contemporary</a><br />
769<a href="_gwcgi_?a=p&amp;p=stylesRegionalistVernacular">Regionalist Vernacular</a><br />
770<a href="_gwcgi_?a=p&amp;p=stylesOther">Other</a><br />
771</p>
772
773<p>See the <a href="_gwcgi_?a=p&amp;p=glossary">Glossary</a> for full definition of terms.</p>
774}
775
776package stylesAmericancolonial
777_cicpagecontent_ { <div class="cicheading">American Colonial</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
778
779package stylesFederal
780_cicpagecontent_ { <div class="cicheading">Federal</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
781
782package stylesGreekrevival
783_cicpagecontent_ { <div class="cicheading">Greek Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
784
785package stylesItalianate
786_cicpagecontent_ { <div class="cicheading">Italianate</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
787
788package stylesGothicrevival
789_cicpagecontent_ { <div class="cicheading">Gothic Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
790
791package stylesRomanesquerevival
792_cicpagecontent_ { <div class="cicheading">Romanesque Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
793
794package stylesVictorian
795_cicpagecontent_ { <div class="cicheading">Victorian</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
796
797package stylesBeauxArtsclassicism
798_cicpagecontent_ { <div class="cicheading">Beaux-Arts Classicism</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
799
800package stylesColonialrevival
801_cicpagecontent_ { <div class="cicheading">Colonial Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
802
803package stylesMissionMissionrevival
804_cicpagecontent_ { <div class="cicheading">Mission/Mission Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
805
806package stylesModernpreWWII
807_cicpagecontent_ { <div class="cicheading">Modern/pre-World War II</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
808
809package stylesModernpostWWII
810_cicpagecontent_ { <div class="cicheading">Modern/post-World War II</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
811
812package stylesPostmodern
813_cicpagecontent_ { <div class="cicheading">Postmodern</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
814
815package stylesContemporary
816_cicpagecontent_ { <div class="cicheading">Contemporary</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
817
818package stylesRegionalistVernacular
819_cicpagecontent_ { <div class="cicheading">Regionalist Vernacular</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
820
821package stylesOther
822_cicpagecontent_ { <div class="cicheading">Other</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
823
824
825
826# ------------------------------------------------------------------------------------------
827# DATES (Browse -> Time Period)
828# ------------------------------------------------------------------------------------------
829
830package dates
831
832_cicpagecontent_ {
833<div class="cicheading">Time Period</div>
834
835<p>
836<a href="_gwcgi_?a=p&amp;p=datespre1800">pre-1800</a><br />
837<a href="_gwcgi_?a=p&amp;p=dates18001850">1800-1850</a><br />
838<a href="_gwcgi_?a=p&amp;p=dates18501900">1850-1900</a><br />
839<a href="_gwcgi_?a=p&amp;p=dates19001945">1900-1945</a><br />
840<a href="_gwcgi_?a=p&amp;p=dates19451995">1945-1995</a><br />
841<a href="_gwcgi_?a=p&amp;p=datespost1995">post-1995</a><br />
842</p>
843}
844
845package datespre1800
846_cicpagecontent_ { <div class="cicheading">pre-1800</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
847
848package dates18001850
849_cicpagecontent_ { <div class="cicheading">1800-1850</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
850
851package dates18501900
852_cicpagecontent_ { <div class="cicheading">1850-1900</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
853
854package dates19001945
855_cicpagecontent_ { <div class="cicheading">1900-1945</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
856
857package dates19451995
858_cicpagecontent_ { <div class="cicheading">1945-1995</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
859
860package datespost1995
861_cicpagecontent_ { <div class="cicheading">post-1995</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
862
863
864
865# ------------------------------------------------------------------------------------------
866# FUNCTIONS (Browse -> Function)
867# ------------------------------------------------------------------------------------------
868
869package functions
870
871_cicpagecontent_ {
872<div class="cicheading">Function</div>
873_cicblankline_
874<table cellpadding="0" cellspacing="0" width="100%">
875<tr>
876<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsacademicdepartmentbuilding">Academic department building</a></td>
877<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsinfirmary">Infirmary</a></td>
878</tr>
879<tr>
880<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsadministration">Administration</a></td>
881<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionslibrary">Library</a></td>
882</tr>
883<tr>
884<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsadmissionsoffice">Admissions office</a></td>
885<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmasterplancampus">Master plan (campus)</a></td>
886</tr>
887<tr>
888<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsalumnicenter">Alumni center</a></td>
889<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmasterplanlandscape">Master plan (landscape)</a></td>
890</tr>
891<tr>
892<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsarboretum">Arboretum</a></td>
893<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmemorialsite">Memorial site</a></td>
894</tr>
895<tr>
896<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsarchaeologicalsite">Archaeological site</a></td>
897<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmuseum">Museum</a></td>
898</tr>
899<tr>
900<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsauditorium">Auditorium</a></td>
901<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsobservatory">Observatory</a></td>
902</tr>
903<tr>
904<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsbelltower">Bell tower</a></td>
905<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsoldmain">Old main</a></td>
906</tr>
907<tr>
908<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionschapel">Chapel</a></td>
909<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsoutdoorspace">Outdoor space</a></td>
910</tr>
911<tr>
912<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsclassrooms">Classroom(s)</a></td>
913<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionspresidentshouse">President's house</a></td>
914</tr>
915<tr>
916<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsdebatingsociety">Debating society</a></td>
917<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsprivateresidence">Private residence</a></td>
918</tr>
919<tr>
920<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsdininghall">Dining hall</a></td>
921<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsresidencehall">Residence hall</a></td>
922</tr>
923<tr>
924<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsfacilitymanagementbuilding">Facility management building</a></td>
925<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsstadium">Stadium</a></td>
926</tr>
927<tr>
928<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsfacultyoffices">Faculty offices</a></td>
929<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsstudentunion">Student union</a></td>
930</tr>
931<tr>
932<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsgardens">Gardens (planned)</a></td>
933<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionstheater">Theater</a></td>
934</tr>
935<tr>
936<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsgreeklettersociety">Greek letter society</a></td>
937<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsother">Other</a></td>
938</tr>
939<tr>
940<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsgymnasium">Gymnasium</a></td>
941<td width="50%">&nbsp;</td>
942</tr>
943</table>
944}
945
946package functionsacademicdepartmentbuilding
947_cicpagecontent_ { <div class="cicheading">Academic department building</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
948
949package functionsadministration
950_cicpagecontent_ { <div class="cicheading">Administration</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
951
952package functionsadmissionsoffice
953_cicpagecontent_ { <div class="cicheading">Admissions office</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
954
955package functionsalumnicenter
956_cicpagecontent_ { <div class="cicheading">Alumni center</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
957
958package functionsarboretum
959_cicpagecontent_ { <div class="cicheading">Arboretum</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
960
961package functionsarchaeologicalsite
962_cicpagecontent_ { <div class="cicheading">Archaeological site</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
963
964package functionsauditorium
965_cicpagecontent_ { <div class="cicheading">Auditorium</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
966
967package functionsbelltower
968_cicpagecontent_ { <div class="cicheading">Bell tower</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
969
970package functionschapel
971_cicpagecontent_ { <div class="cicheading">Chapel</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
972
973package functionsclassrooms
974_cicpagecontent_ { <div class="cicheading">Classroom(s)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
975
976package functionsdebatingsociety
977_cicpagecontent_ { <div class="cicheading">Debating society</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
978
979package functionsdininghall
980_cicpagecontent_ { <div class="cicheading">Dining hall</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
981
982package functionsfacilitymanagementbuilding
983_cicpagecontent_ { <div class="cicheading">Facility management building</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
984
985package functionsfacultyoffices
986_cicpagecontent_ { <div class="cicheading">Faculty offices</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
987
988package functionsgardens
989_cicpagecontent_ { <div class="cicheading">Gardens (planned)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
990
991package functionsgreeklettersociety
992_cicpagecontent_ { <div class="cicheading">Greek letter society</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
993
994package functionsgymnasium
995_cicpagecontent_ { <div class="cicheading">Gymnasium</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
996
997package functionsinfirmary
998_cicpagecontent_ { <div class="cicheading">Infirmary</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
999
1000package functionslibrary
1001_cicpagecontent_ { <div class="cicheading">Library</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1002
1003package functionsmasterplancampus
1004_cicpagecontent_ { <div class="cicheading">Master plan (campus)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1005
1006package functionsmasterplanlandscape
1007_cicpagecontent_ { <div class="cicheading">Master plan (landscape)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1008
1009package functionsmemorialsite
1010_cicpagecontent_ { <div class="cicheading">Memorial site</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1011
1012package functionsmuseum
1013_cicpagecontent_ { <div class="cicheading">Museum</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1014
1015package functionsobservatory
1016_cicpagecontent_ { <div class="cicheading">Observatory</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1017
1018package functionsoldmain
1019_cicpagecontent_ { <div class="cicheading">Old main</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1020
1021package functionsoutdoorspace
1022_cicpagecontent_ { <div class="cicheading">Outdoor space</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1023
1024package functionspresidentshouse
1025_cicpagecontent_ { <div class="cicheading">President's house</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1026
1027package functionsprivateresidence
1028_cicpagecontent_ { <div class="cicheading">Private residence</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1029
1030package functionsresidencehall
1031_cicpagecontent_ { <div class="cicheading">Residence hall</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1032
1033package functionsstadium
1034_cicpagecontent_ { <div class="cicheading">Stadium</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1035
1036package functionsstudentunion
1037_cicpagecontent_ { <div class="cicheading">Student union</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1038
1039package functionstheater
1040_cicpagecontent_ { <div class="cicheading">Theater</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1041
1042package functionsother
1043_cicpagecontent_ { <div class="cicheading">Other</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
1044
1045
1046
1047# ------------------------------------------------------------------------------------------
1048# DOCUMENT
1049# ------------------------------------------------------------------------------------------
1050
1051package document
1052
1053_navarrows_ {}
1054
1055_textheader_ {_style:cicheader_}
1056
1057_cicpagecontent_ {}
1058
1059_footer_ {_style:htmlfooter_}
1060
1061
1062
1063# ------------------------------------------------------------------------------------------
1064# QUERY
1065# ------------------------------------------------------------------------------------------
1066
1067package query
1068
1069_header_ {
1070_If_(_cgiargq_,_style:header_,_If_("_cgiargqst_" eq "1",_cicstatesearchheader_,_If_("_cgiargqre_" eq "1",_cicbibliographysearchheader_,_cicadvancedsearchheader_)))
1071}
1072
1073_cicjavascript_ {
1074<script type="text/javascript">
1075
1076_cicsimplejavascript_
1077_If_("_cgiargqst_" eq "1",_cicstatesearchjavascript_)
1078_If_("_cgiargqre_" eq "1",_cicbibliographysearchjavascript_)
1079_cicadvancedsearchjavascript_
1080
1081</script>
1082}
1083
1084_cicpagecontent_ {
1085_If_(_cgiargq_,_cicsearchresults_,_If_("_cgiargqst_" eq "1",_If_("_cgiargqrst_" eq "1",_cicstatesearchresults_,_cicstatesearchpage_),_If_("_cgiargqre_" eq "1",_cicbibliographysearchpage_,_cicadvancedsearchpage_)))
1086}
1087
1088_cicsearchresults_ {
1089<div class="cicheading">Search Results</div>
1090
1091<p>_resultline_</p>
1092}
1093
1094# What is displayed on the submit buttons
1095_textbeginsearch_ {Search}
1096
1097
1098
1099# ------------------------------------------------------------------------------------------
1100# QUERY (Quick Search)
1101# ------------------------------------------------------------------------------------------
1102
1103_cicsimplejavascript_ {
1104function initializeSimpleSearch()
1105\{
1106 document.SimpleQueryForm.txq.focus();
1107\}
1108
1109function onSimpleSearchFocus()
1110\{
1111 var txq_element = document.getElementById('search_query');
1112 if (txq_element.value == txq_element.defaultValue) \{
1113 txq_element.value = '';
1114 txq_element.className = 'inputfocus';
1115 \}
1116\}
1117
1118function onSimpleSearchBlur()
1119\{
1120 var txq_element = document.getElementById('search_query');
1121 if (txq_element.value == '') \{
1122 txq_element.value = txq_element.defaultValue;
1123 txq_element.className = 'inputblur';
1124 \}
1125\}
1126
1127function prepareSimpleSearch()
1128\{
1129 var txq_value = document.SimpleQueryForm.txq.value;
1130 document.SimpleQueryForm.fqv.value = txq_value.replace(",", "");
1131\}
1132}
1133
1134
1135_cicsimplequeryform_ {
1136<form name="SimpleQueryForm" method="get" action="_gwcgi_" onSubmit="prepareSimpleSearch();">
1137 <input type="hidden" name="a" value="q" />
1138 <input type="hidden" name="fqc" value="and" />
1139 <input type="hidden" name="fqf" value="ZZ" />
1140 <input type="hidden" name="fqv" value="" />
1141 <input type="text" name="txq" id="search_query" value="QUICK SEARCH" class="inputblur" onfocus="javascript: onSimpleSearchFocus();" onblur="javascript: onSimpleSearchBlur();" />
1142 <input type="hidden" name="m" value="-1" />
1143 <input type="submit" name="submit" id="search_submit" value="GO" />
1144</form>
1145}
1146
1147
1148
1149# ------------------------------------------------------------------------------------------
1150# QUERY (Search -> Institutions by State/Region)
1151# ------------------------------------------------------------------------------------------
1152
1153_cicstatesearchheader_ {
1154_style:cicheader_(onLoad="initializeStateSearch();")
1155}
1156
1157_cicstatesearchjavascript_ {
1158function initializeStateSearch()
1159\{
1160 if ("_cgiargqrst_" == "1") \{
1161 var stq_results = "";
1162 var stq_values = "_cgiargstq_".split(",").sort();
1163 var last_stq_value = "";
1164 for (var i = 0; i < stq_values.length; i++) \{
1165 // Avoid duplicates by checking this value is different from the last one
1166 if (stq_values[i] == last_stq_value) \{
1167 continue;
1168 \}
1169 last_stq_value = stq_values[i];
1170
1171 if (stq_values[i] == "AL") stq_results += '_states:cicstateALjs_';
1172 if (stq_values[i] == "AK") stq_results += '_states:cicstateAKjs_';
1173 if (stq_values[i] == "AZ") stq_results += '_states:cicstateAZjs_';
1174 if (stq_values[i] == "AR") stq_results += '_states:cicstateARjs_';
1175 if (stq_values[i] == "CA") stq_results += '_states:cicstateCAjs_';
1176 if (stq_values[i] == "CO") stq_results += '_states:cicstateCOjs_';
1177 if (stq_values[i] == "CT") stq_results += '_states:cicstateCTjs_';
1178 if (stq_values[i] == "DE") stq_results += '_states:cicstateDEjs_';
1179 if (stq_values[i] == "DC") stq_results += '_states:cicstateDCjs_';
1180 if (stq_values[i] == "FL") stq_results += '_states:cicstateFLjs_';
1181 if (stq_values[i] == "GA") stq_results += '_states:cicstateGAjs_';
1182 if (stq_values[i] == "HI") stq_results += '_states:cicstateHIjs_';
1183 if (stq_values[i] == "ID") stq_results += '_states:cicstateIDjs_';
1184 if (stq_values[i] == "IL") stq_results += '_states:cicstateILjs_';
1185 if (stq_values[i] == "IN") stq_results += '_states:cicstateINjs_';
1186 if (stq_values[i] == "IA") stq_results += '_states:cicstateIAjs_';
1187 if (stq_values[i] == "KS") stq_results += '_states:cicstateKSjs_';
1188 if (stq_values[i] == "KY") stq_results += '_states:cicstateKYjs_';
1189 if (stq_values[i] == "LA") stq_results += '_states:cicstateLAjs_';
1190 if (stq_values[i] == "ME") stq_results += '_states:cicstateMEjs_';
1191 if (stq_values[i] == "MD") stq_results += '_states:cicstateMDjs_';
1192 if (stq_values[i] == "MA") stq_results += '_states:cicstateMAjs_';
1193 if (stq_values[i] == "MI") stq_results += '_states:cicstateMIjs_';
1194 if (stq_values[i] == "MN") stq_results += '_states:cicstateMNjs_';
1195 if (stq_values[i] == "MS") stq_results += '_states:cicstateMSjs_';
1196 if (stq_values[i] == "MO") stq_results += '_states:cicstateMOjs_';
1197 if (stq_values[i] == "MT") stq_results += '_states:cicstateMTjs_';
1198 if (stq_values[i] == "NE") stq_results += '_states:cicstateNEjs_';
1199 if (stq_values[i] == "NV") stq_results += '_states:cicstateNVjs_';
1200 if (stq_values[i] == "NH") stq_results += '_states:cicstateNHjs_';
1201 if (stq_values[i] == "NJ") stq_results += '_states:cicstateNJjs_';
1202 if (stq_values[i] == "NM") stq_results += '_states:cicstateNMjs_';
1203 if (stq_values[i] == "NY") stq_results += '_states:cicstateNYjs_';
1204 if (stq_values[i] == "NC") stq_results += '_states:cicstateNCjs_';
1205 if (stq_values[i] == "ND") stq_results += '_states:cicstateNDjs_';
1206 if (stq_values[i] == "OH") stq_results += '_states:cicstateOHjs_';
1207 if (stq_values[i] == "OK") stq_results += '_states:cicstateOKjs_';
1208 if (stq_values[i] == "OR") stq_results += '_states:cicstateORjs_';
1209 if (stq_values[i] == "PA") stq_results += '_states:cicstatePAjs_';
1210 if (stq_values[i] == "RI") stq_results += '_states:cicstateRIjs_';
1211 if (stq_values[i] == "SC") stq_results += '_states:cicstateSCjs_';
1212 if (stq_values[i] == "SD") stq_results += '_states:cicstateSDjs_';
1213 if (stq_values[i] == "TN") stq_results += '_states:cicstateTNjs_';
1214 if (stq_values[i] == "TX") stq_results += '_states:cicstateTXjs_';
1215 if (stq_values[i] == "UT") stq_results += '_states:cicstateUTjs_';
1216 if (stq_values[i] == "VT") stq_results += '_states:cicstateVTjs_';
1217 if (stq_values[i] == "VA") stq_results += '_states:cicstateVAjs_';
1218 if (stq_values[i] == "WA") stq_results += '_states:cicstateWAjs_';
1219 if (stq_values[i] == "WV") stq_results += '_states:cicstateWVjs_';
1220 if (stq_values[i] == "WI") stq_results += '_states:cicstateWIjs_';
1221 if (stq_values[i] == "WY") stq_results += '_states:cicstateWYjs_';
1222 \}
1223
1224 if (stq_results != "") \{
1225 stq_results = '<table cellpadding="0" cellspacing="0" width="100%">' + stq_results + '<\\/table>';
1226 document.getElementById("stq_results").innerHTML = stq_results;
1227 \}
1228 else \{
1229 document.getElementById("stq_results").innerHTML = "<p>_textnodocs_<\\/p>";
1230 \}
1231 \}
1232\}
1233
1234function prepareStateSearch()
1235\{
1236 var stq_value = "";
1237 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1238 if (document.StateQueryForm.stc.options[i].selected == true) \{
1239 if (stq_value != "") stq_value += ",";
1240 stq_value += document.StateQueryForm.stc.options[i].value;
1241 \}
1242 \}
1243 document.StateQueryForm.stq.value = stq_value;
1244\}
1245
1246function selectRegion(region)
1247\{
1248 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1249 if (document.StateQueryForm.stc.options[i].text == region) \{
1250 document.StateQueryForm.stc.options[i].selected = true;
1251 break;
1252 \}
1253 \}
1254\}
1255
1256function clearSelection()
1257\{
1258 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1259 document.StateQueryForm.stc.options[i].selected = false;
1260 \}
1261\}
1262}
1263
1264_cicstatesearchpage_ {
1265<span class="cicheading">State Search</span>
1266
1267<table cellpadding="0" cellspacing="0" width="100%">
1268 <tr>
1269 <td valign="top">
1270 <img alt="US state map" src="_httpcollection_/images/usa_map-color.gif" usemap="#states"/>
1271 <map name="states">
1272 <area shape="rect" coords="524,286,551,313" href="javascript:selectRegion('Alabama')">
1273 <area shape="rect" coords="154,379,197,413" href="javascript:selectRegion('Alaska')">
1274 <area shape="rect" coords="202,248,237,280" href="javascript:selectRegion('Arizona')">
1275 <area shape="rect" coords="444,257,475,283" href="javascript:selectRegion('Arkansas')">
1276 <area shape="rect" coords="104,177,140,209" href="javascript:selectRegion('California')">
1277 <area shape="rect" coords="278,186,324,211" href="javascript:selectRegion('Colorado')">
1278 <area shape="rect" coords="690,146,712,161" href="javascript:selectRegion('Connecticut')">
1279 <area shape="rect" coords="677,183,701,196" href="javascript:selectRegion('Delaware')">
1280 <area shape="rect" coords="680,216,706,234" href="javascript:selectRegion('District%20of%20Columbia')">
1281 <area shape="rect" coords="604,352,628,376" href="javascript:selectRegion('Florida')">
1282 <area shape="rect" coords="564,280,598,303" href="javascript:selectRegion('Georgia')">
1283 <area shape="rect" coords=" 69,314, 97,333" href="javascript:selectRegion('Hawaii')">
1284 <area shape="rect" coords="197,103,228,123" href="javascript:selectRegion('Idaho')">
1285 <area shape="rect" coords="483,171,509,193" href="javascript:selectRegion('Illinois')">
1286 <area shape="rect" coords="521,169,545,189" href="javascript:selectRegion('Indiana')">
1287 <area shape="rect" coords="432,149,462,169" href="javascript:selectRegion('Iowa')">
1288 <area shape="rect" coords="371,201,404,223" href="javascript:selectRegion('Kansas')">
1289 <area shape="rect" coords="539,215,565,232" href="javascript:selectRegion('Kentucky')">
1290 <area shape="rect" coords="449,312,475,333" href="javascript:selectRegion('Louisiana')">
1291 <area shape="rect" coords="693, 54,719, 75" href="javascript:selectRegion('Maine')">
1292 <area shape="rect" coords="686,198,712,213" href="javascript:selectRegion('Maryland')">
1293 <area shape="rect" coords="715,111,743,128" href="javascript:selectRegion('Massachusetts')">
1294 <area shape="rect" coords="532,122,557,142" href="javascript:selectRegion('Michigan')">
1295 <area shape="rect" coords="418, 88,449,108" href="javascript:selectRegion('Minnesota')">
1296 <area shape="rect" coords="485,287,513,308" href="javascript:selectRegion('Mississippi')">
1297 <area shape="rect" coords="441,202,474,222" href="javascript:selectRegion('Missouri')">
1298 <area shape="rect" coords="258, 57,291, 80" href="javascript:selectRegion('Montana')">
1299 <area shape="rect" coords="358,156,390,173" href="javascript:selectRegion('Nebraska')">
1300 <area shape="rect" coords="153,159,185,179" href="javascript:selectRegion('Nevada')">
1301 <area shape="rect" coords="706, 95,732,109" href="javascript:selectRegion('New%20Hampshire')">
1302 <area shape="rect" coords="680,165,702,180" href="javascript:selectRegion('New%20Jersey')">
1303 <area shape="rect" coords="274,258,309,278" href="javascript:selectRegion('New%20Mexico')">
1304 <area shape="rect" coords="641,108,665,127" href="javascript:selectRegion('New%20York')">
1305 <area shape="rect" coords="616,229,643,248" href="javascript:selectRegion('North%20Carolina')">
1306 <area shape="rect" coords="353, 64,385, 83" href="javascript:selectRegion('North%20Dakota')">
1307 <area shape="rect" coords="557,165,587,181" href="javascript:selectRegion('Ohio')">
1308 <area shape="rect" coords="383,250,416,269" href="javascript:selectRegion('Oklahoma')">
1309 <area shape="rect" coords="128, 82,163,105" href="javascript:selectRegion('Oregon')">
1310 <area shape="rect" coords="614,145,643,165" href="javascript:selectRegion('Pennsylvania')">
1311 <area shape="rect" coords="703,133,719,146" href="javascript:selectRegion('Rhode%20Island')">
1312 <area shape="rect" coords="600,260,624,279" href="javascript:selectRegion('South%20Carolina')">
1313 <area shape="rect" coords="353,109,384,128" href="javascript:selectRegion('South%20Dakota')">
1314 <area shape="rect" coords="523,241,549,257" href="javascript:selectRegion('Tennessee')">
1315 <area shape="rect" coords="360,307,400,337" href="javascript:selectRegion('Texas')">
1316 <area shape="rect" coords="214,176,247,200" href="javascript:selectRegion('Utah')">
1317 <area shape="rect" coords="657, 55,680, 72" href="javascript:selectRegion('Vermont')">
1318 <area shape="rect" coords="616,202,642,217" href="javascript:selectRegion('Virginia')">
1319 <area shape="rect" coords="144, 35,177, 51" href="javascript:selectRegion('Washington')">
1320 <area shape="rect" coords="587,191,610,204" href="javascript:selectRegion('West%20Virginia')">
1321 <area shape="rect" coords="471,109,499,128" href="javascript:selectRegion('Wisconsin')">
1322 <area shape="rect" coords="269,119,305,144" href="javascript:selectRegion('Wyoming')">
1323
1324 <area shape="rect" coords=" 9,513,130,540" href="javascript:selectRegion('West')">
1325 <area shape="rect" coords="133,513,254,540" href="javascript:selectRegion('Mountain')">
1326 <area shape="rect" coords="258,513,378,540" href="javascript:selectRegion('Southwest')">
1327 <area shape="rect" coords="382,513,502,540" href="javascript:selectRegion('Midwest')">
1328 <area shape="rect" coords="506,513,626,540" href="javascript:selectRegion('Southeast')">
1329 <area shape="rect" coords="629,513,750,540" href="javascript:selectRegion('Northeast')">
1330 </map>
1331 </td>
1332 <td align="right" valign="top" style="padding-top: 30px;">
1333 <form name=StateQueryForm method=get action="_gwcgi_" onSubmit="prepareStateSearch();">
1334 <input type="hidden" name="a" value="q">
1335 <input type="hidden" name="qst" value="1">
1336 <input type="hidden" name="qrst" value="1">
1337 <input type="hidden" name="stq" value="">
1338 <select name="stc" multiple="true" style="width: 150px; height: 325px;">
1339 <option value="CT,DE,DC,ME,MD,MA,NH,NJ,NY,PA,RI,VT">Northeast</option>
1340 <option value="AL,AR,FL,GA,KY,LA,MS,NC,SC,TN,VA,WV">Southeast</option>
1341 <option value="IL,IN,IA,KS,MI,MN,MO,NE,ND,OH,SD,WI">Midwest</option>
1342 <option value="AZ,NM,OK,TX">Southwest</option>
1343 <option value="CO,ID,MT,UT,WY">Mountain</option>
1344 <option value="AK,CA,HI,NV,OR,WA" style="margin-bottom: 10px;">West</option>
1345 _cicstateoptions_
1346 </select>
1347
1348 <p><input type="submit" value="_textbeginsearch_" onClick="prepareStateSearch();"></p>
1349 </form>
1350 </td>
1351 </tr>
1352</table>
1353}
1354
1355_cicstatesearchresults_ {
1356<div class="cicheading">Search Results</div>
1357
1358<div id="stq_results"></div>
1359}
1360
1361# Shared between the "search institutions by state" and "advanced search" pages
1362_cicstateoptions_ {
1363 <option value="AL">Alabama</option>
1364 <option value="AK">Alaska</option>
1365 <option value="AZ">Arizona</option>
1366 <option value="AR">Arkansas</option>
1367 <option value="CA">California</option>
1368 <option value="CO">Colorado</option>
1369 <option value="CT">Connecticut</option>
1370 <option value="DE">Delaware</option>
1371 <option value="DC">District of Columbia</option>
1372 <option value="FL">Florida</option>
1373 <option value="GA">Georgia</option>
1374 <option value="HI">Hawaii</option>
1375 <option value="ID">Idaho</option>
1376 <option value="IL">Illinois</option>
1377 <option value="IN">Indiana</option>
1378 <option value="IA">Iowa</option>
1379 <option value="KS">Kansas</option>
1380 <option value="KY">Kentucky</option>
1381 <option value="LA">Louisiana</option>
1382 <option value="ME">Maine</option>
1383 <option value="MD">Maryland</option>
1384 <option value="MA">Massachusetts</option>
1385 <option value="MI">Michigan</option>
1386 <option value="MN">Minnesota</option>
1387 <option value="MS">Mississippi</option>
1388 <option value="MO">Missouri</option>
1389 <option value="MT">Montana</option>
1390 <option value="NE">Nebraska</option>
1391 <option value="NV">Nevada</option>
1392 <option value="NH">New Hampshire</option>
1393 <option value="NJ">New Jersey</option>
1394 <option value="NM">New Mexico</option>
1395 <option value="NY">New York</option>
1396 <option value="NC">North Carolina</option>
1397 <option value="ND">North Dakota</option>
1398 <option value="OH">Ohio</option>
1399 <option value="OK">Oklahoma</option>
1400 <option value="OR">Oregon</option>
1401 <option value="PA">Pennsylvania</option>
1402 <option value="RI">Rhode Island</option>
1403 <option value="SC">South Carolina</option>
1404 <option value="SD">South Dakota</option>
1405 <option value="TN">Tennessee</option>
1406 <option value="TX">Texas</option>
1407 <option value="UT">Utah</option>
1408 <option value="VT">Vermont</option>
1409 <option value="VA">Virginia</option>
1410 <option value="WA">Washington</option>
1411 <option value="WV">West Virginia</option>
1412 <option value="WI">Wisconsin</option>
1413 <option value="WY">Wyoming</option>
1414}
1415
1416
1417# ------------------------------------------------------------------------------------------
1418# QUERY (Search -> Bibliography Search)
1419# ------------------------------------------------------------------------------------------
1420
1421_cicbibliographysearchheader_ {
1422_style:cicheader_(onLoad="initializeBibliographySearch();")
1423}
1424
1425_cicbibliographysearchjavascript_ {
1426function initializeBibliographySearch()
1427\{
1428 document.BibliographyQueryForm.req.focus();
1429\}
1430
1431function prepareBibliographySearch()
1432\{
1433 var req_value = document.BibliographyQueryForm.req.value;
1434 document.BibliographyQueryForm.fqv.value = req_value.replace(",", "");
1435\}
1436
1437function initalizeAdvancedBibliographySearch()
1438\{
1439\}
1440
1441function prepareAdvancedBibliographySearch()
1442\{
1443 document.AdvancedBibliographyQueryForm.q.value = "";
1444
1445 for (var i = 0; i < document.AdvancedBibliographyQueryForm.abqv.length; i++) \{
1446 var abqv_value = document.AdvancedBibliographyQueryForm.abqv[i].value;
1447 if (abqv_value != "") \{
1448 var combiner = "&";
1449 if (i < (document.AdvancedBibliographyQueryForm.abqv.length - 1) && document.AdvancedBibliographyQueryForm.abqc[i].value == "or") \{
1450 combiner = "|";
1451 \}
1452 if (document.AdvancedBibliographyQueryForm.abqp[i].value == "1") \{
1453 abqv_value = '"' + abqv_value + '"';
1454 \}
1455 addQueryTerm(document.AdvancedBibliographyQueryForm.q, "[" + abqv_value + "]:" + document.AdvancedBibliographyQueryForm.abqi[i].value, combiner);
1456 \}
1457 \}
1458
1459 // Remove the trailing combiner
1460 document.AdvancedBibliographyQueryForm.q.value = removeFromEnd(document.AdvancedBibliographyQueryForm.q.value, " & ");
1461 document.AdvancedBibliographyQueryForm.q.value = removeFromEnd(document.AdvancedBibliographyQueryForm.q.value, " | ");
1462\}
1463}
1464
1465_cicabqline_ {
1466 <tr>
1467 <td style="white-space: nowrap;">
1468 <select name="abqi" onChange="prepareAdvancedBibliographySearch();">
1469 <option value="RE">General keyword</option>
1470 <option value="RR">Author keyword</option>
1471 <option value="RF">Title keyword</option>
1472 </select>
1473
1474 <select name="abqp" onChange="prepareAdvancedBibliographySearch();">
1475 <option value='0'>contains</option>
1476 <option value='1'>is</option>
1477 </select>
1478
1479 <input name='abqv' type='text' style='width: 450px'/>
1480
1481 <select name="abqc" onChange="prepareAdvancedBibliographySearch();">
1482 <option value="and">and</option>
1483 <option value="or">or</option>
1484 </select>
1485 </td>
1486 </tr>
1487}
1488
1489_cicabqlinenocombiner_ {
1490 <tr>
1491 <td style="white-space: nowrap;">
1492 <select name="abqi" onChange="prepareAdvancedBibliographySearch();">
1493 <option value="RE">General keyword</option>
1494 <option value="RR">Author keyword</option>
1495 <option value="RF">Title keyword</option>
1496 </select>
1497
1498 <select name="abqp" onChange="prepareAdvancedBibliographySearch();">
1499 <option value='0'>contains</option>
1500 <option value='1'>is</option>
1501 </select>
1502
1503 <input name='abqv' type='text' style='width: 450px'/>
1504 </td>
1505 </tr>
1506}
1507
1508_cicbibliographysearchpage_ {
1509<div class="cicheading">Bibliography Search</div>
1510_cicblankline_
1511<table>
1512 <tr>
1513 <td>
1514 <form name=BibliographyQueryForm method=get action="_gwcgi_" onSubmit="prepareBibliographySearch();">
1515 <input type="hidden" name="a" value="q" />
1516 <input type="hidden" name="fqc" value="and" />
1517
1518 <select name="fqf" onChange="prepareBibliographySearch();">
1519 <option value="RE">General keyword</option>
1520 <option value="RR">Author keyword</option>
1521 <option value="RF">Title keyword</option>
1522 </select>
1523
1524 <input type="hidden" name="fqv" value="" />
1525 <input name='req' type='text' style='width: 450px'/>
1526
1527 <input type="hidden" name="m" value="-1" />
1528 <input type="submit" value="_textbeginsearch_" onClick="prepareBibliographySearch();">
1529 </form>
1530 </td>
1531 </tr>
1532</table>
1533
1534<p>&nbsp;</p>
1535
1536<div class="cicsubheading">Advanced Search for References</div>
1537_cicblankline_
1538<form name="AdvancedBibliographyQueryForm" method="get" action="_gwcgi_" onSubmit="prepareAdvancedBibliographySearch();">
1539 <input type="hidden" name="a" value="q">
1540 <input type="hidden" name="q" value="">
1541 <input type="hidden" name="qt" value="1">
1542 <input type="hidden" name="qf" value="1">
1543 <input type="hidden" name="fqa" value="1">
1544 <input type="hidden" name="m" value="-1">
1545
1546 <table>
1547 _cicabqline_
1548 _cicabqline_
1549 _cicabqlinenocombiner_
1550
1551 <tr>
1552 <td>
1553 <div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareAdvancedBibliographySearch();"></div>
1554 </td>
1555 </tr>
1556 </table>
1557</form>
1558}
1559
1560
1561
1562# ------------------------------------------------------------------------------------------
1563# QUERY (Search -> Advanced Search)
1564# ------------------------------------------------------------------------------------------
1565
1566# Hide the "or enter a query directly" box
1567_advancedformextra_ {}
1568
1569# We have our own Javascript for the form searching
1570_formfunctions_ {}
1571
1572# Hide the "search and display results in ... order" text
1573_textformselect_ {}
1574
1575_cicadvancedsearchheader_ {
1576_style:cicheader_(onLoad="initializeAdvancedSearch();")
1577}
1578
1579_cicadvancedsearchpage_ {
1580<div class="cicheading">Advanced Search</div>
1581
1582<noscript>
1583<p><b>_textnojsformwarning_</b></p>
1584</noscript>
1585
1586_cicblankline_
1587<center>
1588 <form name="QueryForm" method="get" action="_gwcgi_">
1589 _advancedforms_
1590 </form>
1591</center>
1592}
1593
1594_cicaqvdefault_ {<input id='aqv_1_field' name='aqv' type='text' style='width: 450px'/>}
1595_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>}
1596
1597_cicaqline_ {
1598<tr>
1599 <td colspan="3" style="white-space: nowrap;">
1600 <center>
1601 <select name="aqi" onChange="changedAQI();">
1602 <option value="">Keyword</option>
1603 <option value="PL">Type of place</option>
1604 <option value="IN">Institution</option>
1605 <option value="AR">Designer</option>
1606 </select>
1607 <input type="hidden" name="aqib" value="">
1608
1609 <select name="aqp" onChange="prepareAdvancedSearch();">
1610 <option value='0'>contains</option>
1611 <option value='1'>is</option>
1612 </select>
1613
1614 <span id="aqv_1_">
1615 _cicaqvdefault_(_1_)
1616 </span>
1617
1618 <select name="aqc" onChange="prepareAdvancedSearch();">
1619 <option value="and">and</option>
1620 <option value="or">or</option>
1621 </select>
1622 </center>
1623 </td>
1624</tr>
1625}
1626
1627_advancedforms_ {
1628<input type="hidden" name="a" value="q">
1629<input type="hidden" name="q" value="">
1630<input type="hidden" name="qt" value="1">
1631<input type="hidden" name="qf" value="1">
1632<input type="hidden" name="fqa" value="1">
1633<input type="hidden" name="m" value="-1">
1634
1635<table>
1636_cicaqline_(0)
1637_cicaqline_(1)
1638_cicaqline_(2)
1639
1640<tr>
1641 <td colspan="3">&nbsp;</td>
1642</tr>
1643
1644<tr>
1645 <td valign="top"><center><b>Function:</b></center></td>
1646 <td valign="top"><center><b>Time period:</b></center></td>
1647 <td valign="top"><center><b>Style:</b></center></td>
1648</tr>
1649
1650<tr>
1651 <!-- Function: Functions metadata, index FU -->
1652 <td valign="top">
1653 <select name="fuq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1654 <option value="academic department building">academic department building</option>
1655 <option value="administration">administration</option>
1656 <option value="admissions office">admissions office</option>
1657 <option value="alumni center">alumni center</option>
1658 <option value="arboretum">arboretum</option>
1659 <option value="archaeological site">archaeological site</option>
1660 <option value="auditorium">auditorium</option>
1661 <option value="bell tower">bell tower</option>
1662 <option value="chapel">chapel</option>
1663 <option value="classrooms">classrooms</option>
1664 <option value="debating society">debating society</option>
1665 <option value="dining hall">dining hall</option>
1666 <option value="facility management building">facility management building</option>
1667 <option value="faculty offices">faculty offices</option>
1668 <option value="gardens">gardens (planned)</option>
1669 <option value="Greek letter society">Greek letter society</option>
1670 <option value="gymnasium">gymnasium</option>
1671 <option value="infirmary">infirmary</option>
1672 <option value="library">library</option>
1673 <option value="master plan campus">master plan (campus)</option>
1674 <option value="master plan landscape">master plan (landscape)</option>
1675 <option value="memorial site">memorial site</option>
1676 <option value="museum">museum</option>
1677 <option value="observatory">observatory</option>
1678 <option value="old main">old main</option>
1679 <option value="outdoor space">outdoor space</option>
1680 <option value="president's house">president's house</option>
1681 <option value="private residence">private residence</option>
1682 <option value="residence hall">residence hall</option>
1683 <option value="stadium">stadium</option>
1684 <option value="student union">student union</option>
1685 <option value="theatre">theatre</option>
1686 <option value="other">other</option>
1687 </select>
1688 </td>
1689
1690 <!-- Time period: Time_period metadata, index TM -->
1691 <td valign="top">
1692 <select name="tmq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1693 <option value="pre 1800">pre-1800</option>
1694 <option value="1800 1850">1800-1850</option>
1695 <option value="1850 1900">1850-1900</option>
1696 <option value="1900 1945">1900-1945</option>
1697 <option value="1945 1995">1945-1995</option>
1698 <option value="post 1995">post-1995</option>
1699 </select>
1700 </td>
1701
1702 <!-- Style: Style metadata, index SY -->
1703 <td valign="top">
1704 <select name="syq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1705 <option value="American colonial">American colonial</option>
1706 <option value="Federal">Federal</option>
1707 <option value="Greek revival">Greek revival</option>
1708 <option value="Italianate">Italianate</option>
1709 <option value="Gothic revival">Gothic revival</option>
1710 <option value="Romanesque revival">Romanesque revival</option>
1711 <option value="Victorian">Victorian</option>
1712 <option value="Beaux arts classicism">Beaux-Arts classicism</option>
1713 <option value="Colonial revival">Colonial revival</option>
1714 <option value="Mission Mission revival">Mission/Mission revival</option>
1715 <option value="Modern pre WWII">Modern/pre-World War II</option>
1716 <option value="Modern post WWII">Modern/post-World War II</option>
1717 <option value="Postmodern">Postmodern</option>
1718 <option value="Contemporary">Contemporary</option>
1719 <option value="Regionalist Vernacular">Regionalist/Vernacular</option>
1720 <option value="Other">Other</option>
1721 </select>
1722 </td>
1723</tr>
1724
1725<tr>
1726 <td colspan="3">&nbsp;</td>
1727</tr>
1728
1729<tr>
1730 <td valign="top"><center><b>Materials:</b></center></td>
1731 <td valign="top"><center><b>Designation:</b></center></td>
1732 <td valign="top"><center><b>State:</b></center></td>
1733</tr>
1734
1735<tr>
1736 <!-- Materials: Materials metadata, index MA -->
1737 <td valign="top">
1738 <select name="maq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1739 <option value="aluminium siding">aluminium siding</option>
1740 <option value="ashlar">ashlar</option>
1741 <option value="asphalt">asphalt</option>
1742 <option value="bluestone">bluestone</option>
1743 <option value="brick">brick</option>
1744 <option value="brownstone">brownstone</option>
1745 <option value="cedar">cedar</option>
1746 <option value="cement">cement</option>
1747 <option value="cinderblock">cinderblock</option>
1748 <option value="clapboard">clapboard</option>
1749 <option value="clay block">clay block</option>
1750 <option value="copper">copper</option>
1751 <option value="cypress">cypress</option>
1752 <option value="dolomite">dolomite</option>
1753 <option value="fiberglass">fiberglass</option>
1754 <option value="fieldstone">fieldstone</option>
1755 <option value="flagstone">flagstone</option>
1756 <option value="foam">foam</option>
1757 <option value="gneiss">gneiss</option>
1758 <option value="granite">granite</option>
1759 <option value="gypsum block">gypsum block</option>
1760 <option value="ignimbrite">ignimbrite</option>
1761 <option value="lathe and plaster">lathe and plaster</option>
1762 <option value="limestone">limestone</option>
1763 <option value="logs">logs</option>
1764 <option value="marble">marble</option>
1765 <option value="masonry">masonry</option>
1766 <option value="plaster">plaster</option>
1767 <option value="quartzite">quartzite</option>
1768 <option value="rubber">rubber</option>
1769 <option value="sandstone">sandstone</option>
1770 <option value="schist">schist</option>
1771 <option value="slate">slate</option>
1772 <option value="steel">steel</option>
1773 <option value="stone">stone</option>
1774 <option value="stucco">stucco</option>
1775 <option value="terra cotta">terra cotta</option>
1776 <option value="tile">tile</option>
1777 <option value="wood">wood</option>
1778 </select>
1779 </td>
1780
1781 <!-- Designation: Designation metadata, index DE -->
1782 <td valign="top">
1783 <select name="deq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1784 <option value="National Register">National Register</option>
1785 <option value="National Historic Landmark">National Historic Landmark</option>
1786 <option value="HABS HAER">HABS/HAER</option>
1787 <option value="Local state">Local and state designations</option>
1788 </select>
1789 </td>
1790
1791 <!-- State: State metadata, index ST -->
1792 <td valign="top">
1793 <select name="stq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1794 <option value="Northeast">Northeast</option>
1795 <option value="Southeast">Southeast</option>
1796 <option value="Midwest">Midwest</option>
1797 <option value="Southwest">Southwest</option>
1798 <option value="Mountain">Mountain</option>
1799 <option value="West" style="margin-bottom: 10px">West</option>
1800 _cicstateoptions_
1801 </select>
1802 </td>
1803</tr>
1804
1805<tr>
1806 <td colspan="3">
1807 <div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareAdvancedSearch();"></div>
1808 </td>
1809</tr>
1810
1811</table>
1812}
1813
1814_cicadvancedsearchjavascript_ {
1815function initializeAdvancedSearch()
1816\{
1817 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1818 if (document.QueryForm.aqi[i].value == "PL") \{
1819 document.QueryForm.aqp[i].disabled = true;
1820 document.QueryForm.aqp[i].options[1].selected = true;
1821 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
1822 \}
1823 \}
1824
1825 prepareAdvancedSearch();
1826\}
1827
1828function changedAQI()
1829\{
1830 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1831 if (document.QueryForm.aqi[i].value != document.QueryForm.aqib[i].value) \{
1832 if (document.QueryForm.aqi[i].value == "PL") \{
1833 document.QueryForm.aqp[i].disabled = true;
1834 document.QueryForm.aqp[i].options[1].selected = true;
1835 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
1836 \}
1837 else \{
1838 document.QueryForm.aqp[i].disabled = false;
1839 document.getElementById("aqv" + i).innerHTML = "_cicaqvdefault_(" + i + ")";
1840 \}
1841
1842 document.QueryForm.aqib[i].value = document.QueryForm.aqi[i].value;
1843 \}
1844 \}
1845
1846 prepareAdvancedSearch();
1847\}
1848
1849function prepareAdvancedSearch()
1850\{
1851 document.QueryForm.q.value = "";
1852
1853 for (var aqv_i = 0; aqv_i < document.QueryForm.aqv.length; aqv_i++) \{
1854 var aqv_value = document.QueryForm.aqv[aqv_i].value;
1855 if (aqv_value != "") \{
1856 var real_index = /aqv([0-9]+)field/.exec(document.QueryForm.aqv[aqv_i].id)[1];
1857 var combiner = "&";
1858 if (document.QueryForm.aqc[real_index].value == "or") \{
1859 combiner = "|";
1860 \}
1861 if (document.QueryForm.aqp[real_index].value == "1") \{
1862 aqv_value = '"' + aqv_value + '"';
1863 \}
1864 addQueryTerm(document.QueryForm.q, "[" + aqv_value + "]:" + document.QueryForm.aqi[real_index].value, combiner);
1865 \}
1866 \}
1867
1868 document.QueryForm.q.value += "(";
1869 addIndexValue(document.QueryForm.q, document.QueryForm.fuq, "FU", "&");
1870 addIndexValue(document.QueryForm.q, document.QueryForm.tmq, "TM", "&");
1871 addIndexValue(document.QueryForm.q, document.QueryForm.syq, "SY", "&");
1872 addIndexValue(document.QueryForm.q, document.QueryForm.maq, "MA", "&");
1873 addIndexValue(document.QueryForm.q, document.QueryForm.deq, "DE", "&");
1874 addIndexValue(document.QueryForm.q, document.QueryForm.stq, "ST", "&");
1875 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1876 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
1877 document.QueryForm.q.value += ")";
1878
1879 // Remove the trailing combiner
1880 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, "()");
1881 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1882 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
1883 // alert(document.QueryForm.q.value);
1884\}
1885
1886function addQueryTerm(query_field_reference, index_value, combiner)
1887\{
1888 if (index_value != "") \{
1889 query_field_reference.value += "(" + index_value + ") " + combiner + " ";
1890 \}
1891\}
1892
1893function addIndexValue(query_field_reference, select_reference, index_code, combiner)
1894\{
1895 var index_value = "";
1896 for (var i = 0; i < select_reference.options.length; i++) \{
1897 if (select_reference.options[i].selected) \{
1898 index_value += ((index_value != "") ? " " + combiner + " " : "");
1899 index_value += '["' + select_reference.options[i].value + '"]:' + index_code;
1900 \}
1901 \}
1902 addQueryTerm(query_field_reference, index_value, "&");
1903\}
1904
1905function removeFromEnd(source_string, offender)
1906\{
1907 if (source_string.length < offender.length) \{
1908 return source_string;
1909 \}
1910
1911 if (source_string.substring(source_string.length - offender.length, source_string.length) != offender) \{
1912 return source_string;
1913 \}
1914
1915 return source_string.substring(0, source_string.length - offender.length);
1916\}
1917}
1918
1919_pagefooterextra_ {
1920_cicblankline_
1921<table cellspacing="0" cellpadding="0" width="100%">
1922<tr>
1923<td align="left">_If_(_prevfirst_,<a href="_gwcgi_?e=_compressedoptions_&amp;a=q&amp;r=_prevfirst_">_textmatches__prevfirst_ - _prevlast_</a>)</td>
1924<td align="right">_If_(_nextfirst_,<a href="_gwcgi_?e=_compressedoptions_&amp;a=q&amp;r=_nextfirst_">_textmatches__nextfirst_ - _nextlast_</a>)</td>
1925</tr>
1926</table>
1927}
1928
1929
1930
1931# ------------------------------------------------------------------------------------------
1932# ANYLINK MENU
1933# ------------------------------------------------------------------------------------------
1934
1935package anylink
1936
1937_anylinkjavascript_ {
1938/***********************************************
1939* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
1940* This notice MUST stay intact for legal use
1941* Visit http://www.dynamicdrive.com/ for full source code
1942***********************************************/
1943
1944/////No further editting needed
1945
1946var ie4=document.all
1947var ns6=document.getElementById&&!document.all
1948
1949if (ie4||ns6) \{
1950document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"><\\/div>')
1951/* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
1952document.write('<iframe id="dropmenuiframe" style="display:none; position: absolute; background-color: white; left: 0px; top: 0px" src="javascript:false" frameBorder="0" scrolling="no"><\\/iframe>')
1953\}
1954
1955function getposOffset(what, offsettype)\{
1956var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
1957var parentEl=what.offsetParent;
1958while (parentEl!=null)\{
1959totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
1960parentEl=parentEl.offsetParent;
1961\}
1962return totaloffset;
1963\}
1964
1965
1966function showhide(obj, e, visible, hidden, menuwidth)\{
1967if (ie4||ns6)
1968dropmenuobj.style.left = "-500px";
1969dropmenuobj.style.top = "-500px";
1970if (menuwidth!="")\{
1971dropmenuobj.widthobj=dropmenuobj.style
1972dropmenuobj.widthobj.width=menuwidth
1973\}
1974if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
1975obj.visibility=visible
1976else if (e.type=="click")
1977obj.visibility=hidden
1978\}
1979
1980function iecompattest()\{
1981return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
1982\}
1983
1984function clearbrowseredge(obj, whichedge)\{
1985var edgeoffset=0
1986if (whichedge=="rightedge")\{
1987var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
1988dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
1989if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
1990edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
1991\}
1992else\{
1993var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
1994var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
1995dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
1996if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)\{ //move up?
1997edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
1998if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
1999edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
2000\}
2001\}
2002return edgeoffset
2003\}
2004
2005function populatemenu(what)\{
2006if (ie4||ns6)
2007dropmenuobj.innerHTML=what.join("")
2008\}
2009
2010
2011function dropdownmenu(obj, e, menucontents, menuwidth)\{
2012if (window.event) event.cancelBubble=true
2013else if (e.stopPropagation) e.stopPropagation()
2014clearhidemenu()
2015dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
2016populatemenu(menucontents)
2017
2018if (ie4||ns6)\{
2019 showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
2020 dropmenuobj.x=getposOffset(obj, "left")
2021 dropmenuobj.y=getposOffset(obj, "top")
2022 dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
2023 dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
2024 /* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
2025 iframeobj = document.getElementById("dropmenuiframe");
2026 iframeobj.style.left = dropmenuobj.style.left;
2027 iframeobj.style.top = dropmenuobj.style.top;
2028 iframeobj.style.width = dropmenuobj.style.width;
2029 iframeobj.style.zIndex = 99;
2030 if (ie4) \{
2031 iframeobj.style.height = dropmenuobj.offsetHeight;
2032 iframeobj.style.display = "block";
2033 \}
2034\}
2035
2036return clickreturnvalue()
2037\}
2038
2039function clickreturnvalue()\{
2040if (ie4||ns6) return false
2041else return true
2042\}
2043
2044function contains_ns6(a, b) \{
2045while (b.parentNode)
2046if ((b = b.parentNode) == a)
2047return true;
2048return false;
2049\}
2050
2051function dynamichide(e)\{
2052if (ie4&&!dropmenuobj.contains(e.toElement))
2053delayhidemenu()
2054else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
2055delayhidemenu()
2056\}
2057
2058function hidemenu(e)\{
2059if (typeof dropmenuobj!="undefined")\{
2060if (ie4||ns6)
2061dropmenuobj.style.visibility="hidden"
2062/* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
2063iframeobj.style.display = "none"
2064\}
2065\}
2066
2067function delayhidemenu()\{
2068if (ie4||ns6)
2069delayhide=setTimeout("hidemenu()",disappeardelay)
2070\}
2071
2072function clearhidemenu()\{
2073if (typeof delayhide!="undefined")
2074clearTimeout(delayhide)
2075\}
2076
2077if (hidemenu_onclick=="yes")
2078document.onclick=hidemenu
2079}
Note: See TracBrowser for help on using the repository browser.