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

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

Added the footer.

  • Property svn:keywords set to Author Date Id Revision
File size: 97.8 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<ul id="topnav">
26 <li>_cicaboutmenu_</li>
27 <li>_cicbrowsemenu_</li>
28 <li>_cicsearchmenu_</li>
29 <li id="btn_quick">_query:cicsimplequeryform_</li>
30</ul>
31}
32
33_cicaboutmenu_ {<a id="btn_about" href="_gwcgi_?a=p&amp;p=about" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, aboutmenu, '233px')" onMouseout="delayhidemenu()">About</a>}
34
35_cicbrowsemenu_ {<a id="btn_browse" href="_gwcgi_?a=p&amp;p=institutions" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, browsemenu, '233px')" onMouseout="delayhidemenu()">Browse</a>}
36
37_cicsearchmenu_ {<a id="btn_search" href="_gwcgi_?a=q" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, searchmenu, '233px')" onMouseout="delayhidemenu()">Search</a>}
38
39
40
41# ------------------------------------------------------------------------------------------
42# STYLE
43# ------------------------------------------------------------------------------------------
44
45package Style
46
47# Pages have a common style: page banner, then navigation bar, then page content
48_content_ {
49_pagebanner_
50
51_cicnavigationbar_
52
53_cicpagecontent_
54}
55
56_header_ {_cicheader_}
57
58_cicheader_ {
59_cgihead_
60_htmlhead_(_1_)_startspacer_
61}
62
63_cicmenujavascript_ {
64<script type="text/javascript">
65 var menuwidth = '165px' // default menu width
66 var menubgcolor = 'lightyellow' // menu bgcolor
67 var disappeardelay = 250 // menu disappear speed onMouseout (in milliseconds)
68 var hidemenu_onclick = "yes" // hide menu when user clicks within menu?
69
70 // Contents of the "about" menu
71 var aboutmenu = new Array()
72 aboutmenu[0] = '<a href="_gwcgi_?a=p&p=about">Introduction<\\/a>'
73 aboutmenu[1] = '<a href="_gwcgi_?a=p&p=background">Project Background<\\/a>'
74 aboutmenu[2] = '<a href="_gwcgi_?a=p&p=copyright">Copyright Information<\\/a>'
75 aboutmenu[3] = '<a href="_gwcgi_?a=p&p=documents">Application Documents<\\/a>'
76 aboutmenu[4] = '<a href="_gwcgi_?a=p&p=releases">News Coverage<\\/a>'
77 aboutmenu[5] = '<a href="_gwcgi_?a=p&p=glossary">Glossary<\\/a>'
78 aboutmenu[6] = '<a href="_gwcgi_?a=p&p=links">Links for Further Research<\\/a>'
79
80 // Contents of the "browse" menu
81 var browsemenu = new Array()
82 browsemenu[0] = '<a href="_gwcgi_?a=p&p=institutions">Institutions by name<\\/a>'
83 browsemenu[1] = '<a href="_gwcgi_?a=p&p=states">Institutions by state<\\/a>'
84 browsemenu[2] = '<a href="_gwcgi_?a=p&p=types">Places by type<\\/a>'
85 browsemenu[3] = '<a href="_gwcgi_?a=p&p=designers">Places by designer<\\/a>'
86 browsemenu[4] = '<a href="_gwcgi_?a=p&p=styles">Places by building style<\\/a>'
87 browsemenu[5] = '<a href="_gwcgi_?a=p&p=functions">Places by function<\\/a>'
88 browsemenu[6] = '<a href="_gwcgi_?a=p&p=dates">Places by time period<\\/a>'
89
90 // Contents of the "search" menu
91 var searchmenu = new Array()
92 searchmenu[0] = '<a href="_gwcgi_?a=q&qst=1">Institutions by state/region<\\/a>'
93 searchmenu[1] = '<a href="_gwcgi_?a=q&qre=1">Bibliography search<\\/a>'
94 searchmenu[2] = '<a href="_gwcgi_?a=q">Advanced search<\\/a>'
95
96_anylink:anylinkjavascript_
97
98</script>
99}
100
101# May be overridden by individual pages
102_cicpagejavascript_ {}
103
104
105
106# htmlhead uses:
107# _1_ - extra parameters for the body tag
108# _pagetitle_
109# _globalscripts_
110_htmlhead_ {
111<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
112<html_htmlextra_>
113<head>
114<title>_pagetitle_</title>
115<link rel="stylesheet" href="_httpcollection_/macros/style.css" type="text/css"/>
116_cicmenujavascript_
117_query:cicjavascript_
118_cicpagejavascript_
119</head>
120
121<body bgcolor="\#ffffff" text="\#000000" link="\#006666" alink="\#cc9900" vlink="\#006666" _1_>
122<div id="interface">
123}
124
125_htmlfooter_ {
126</div>
127
128_cicblankline_
129<hr>
130<center>
131<a href="mailto:[email protected]">Contact us</a> / <a href="_gwcgi_?a=p&amp;p=about">About Site</a> / <a href="http://www.cic.edu">About CIC</a><br />
132&copy; 2006<br />
133Council of Independent Colleges<br />
134Washington, DC<br />
135All rights reserved<br />
136Last update: November 2006<br />
137</center>
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 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, em>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">
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">
213 <img src="_httpcollection_/images/home_headline.gif" alt="Buildings, campus plans, open spaces, and heritage sites." />
214 <p>Welcome to the Council of Independent Colleges Historic Campus Architecture Project - the first national architecture and landscape resource about independent college campuses.</p>
215 <p>To begin your search please enter your request in the quick search field above and press go. You can also use the advanced search feature or browse by region, state, or place name to start.</p>
216 </td>
217 </tr>
218</table>
219}
220
221
222
223# ------------------------------------------------------------------------------------------
224# ABOUT
225# ------------------------------------------------------------------------------------------
226
227package about
228
229_cicpagecontent_ {
230<div class="cicheading">Welcome to the Historic Campus Architecture Project</div>
231
232<div id="cicaboutphotoarea">
233 <a href="_gwcgi_?a=d&amp;d=p1932"><img alt="ADP Fountain (detail), Wesleyan College" src="_httpcollection_/images/about1.jpg"></a><br />
234 <a href="_gwcgi_?a=d&amp;d=p915"><img alt="Ball Hall (detail of belfry), Keuka College" src="_httpcollection_/images/about2.jpg"></a><br />
235 <a href="_gwcgi_?a=d&amp;d=p992"><img alt="Cooper Hall, Limestone College" src="_httpcollection_/images/about3.jpg"></a><br />
236</div>
237
238<p>In 2002, CIC was awarded a two-year grant from the Getty Grant Program for the "Survey of Historic Architecture and Design on the Independent College and University Campus." This project aims to identify resources for further research about significant buildings, campus plans, open spaces, and heritage sites of American higher education.</p>
239
240<p>Initial activities for this project were completed in fall 2003, and included preparing an inventory, from approximately 725 active and potential CIC members, of places of significant historic interest, in relation to distinctive developments in architecture, landscape, American history, and the history of education, religion, engineering, and culture. In total, more than 1,900 places of historical significance on private college and university campuses were identified, and 4,000 images relating to sites of architectural, landscape, and planning interest and significance were collected. The survey was completed by 363 institutions, representing a return of more than 50 percent of the original list of schools that were invited to participate.</p>
241
242<p>In 2005, The Council of Independent Colleges (CIC) announced that the Getty Foundation, the philanthropic arm of the J. Paul Getty Trust, awarded a grant of $280,000 to CIC in support of the <i>CIC Survey of Historic Architecture and Design on the Independent College and University Campus</i>. The new grant brings the Getty’s support of this project to a total of $431,000.</p>
243
244<p>"We are delighted to offer this database as the first national architecture and landscape resource about independent college campuses," said CIC President Richard Ekman. "America’s private colleges and universities include most of the oldest institutions of higher education in America and their evolving physical campuses tell us a lot about American education. Documenting the historic buildings on college campuses provides a new window into understanding the distinctive educational mission of a college, the values of its founders, and the ways in which the physical campus embodies and supports the educational program."</p>
245
246<hr>
247<p>The <b>Council of Independent Colleges</b> is an association of more than 540 independent, liberal arts colleges and universities and higher education affiliates and organizations that work together to strengthen college and university leadership, sustain high-quality education, and enhance private higher education’s contributions to society. To fulfill this mission, CIC provides its members with skills, tools, and knowledge that address aspects of leadership, financial management and performance, academic quality, and institutional visibility. The Council is headquartered at One Dupont Circle in Washington, DC.</p>
248
249<p>The <b>J. Paul Getty Trust</b> is an international cultural and philanthropic organization devoted to the visual arts that includes the J. Paul Getty Museum, the Getty Research Institute, the Getty Conservation Institute, and the Getty Foundation. The J. Paul Getty Trust and its programs are based at the Getty Center in Los Angeles. Additional information is available on the Getty website at <a href="http://www.getty.edu">www.getty.edu</a>.</p>
250
251<p><b>List of Participating Institutions</b>: <a href="http://www.cic.org/projects_services/grants/getty_participants.pdf">Click here</a> to view the list of institutions and sites that are included in the historic architecture database. (This file is in PDF format. In order to view, the minimum software requirement is version 4.0. Adobe Acrobat, available for free from the <a href="http://www.adobe.com/products/acrobat/readermain.html">Adobe Web site</a>.)</p>
252}
253
254
255
256# ------------------------------------------------------------------------------------------
257# BACKGROUND (About -> Project Background)
258# ------------------------------------------------------------------------------------------
259
260package background
261
262_cicpagecontent_ {
263<div class="cicheading">Project Background</div>
264
265<p>An advisory committee guiding the project includes <b>Randall Mason</b>, associate professor of architecture in the graduate program in historic preservation at the School of Design, University of Pennsylvania; <b>Therese O’Malley</b>, associate dean of the Center for Advanced Study in the Visual Arts at the National Gallery of Art in Washington, DC; <b>Damie Stillman</b>, professor of art history emeritus at the University of Delaware and editor-in-chief, <i>Buildings of the United States</i> series; <b>John Strassburger</b>, president of Ursinus College (PA); <b>Thomas C. Celli</b>, president of Celli-Flynn Brennan Turkall, Architects and Planners (PA); and <b>Russell V. Keune</b>, former director of international relations at the American Institute of Architects.</p>
266
267<p><a href="mailto:[email protected]">Dr. Barbara S. Christen</a>, former Research Associate at the Center for Advanced Study in the Visual Arts of the National Gallery of Art and an architectural historian, is directing the project as Senior Advisor to CIC.</p>
268}
269
270
271
272# ------------------------------------------------------------------------------------------
273# COPYRIGHT (About -> Copyright Information)
274# ------------------------------------------------------------------------------------------
275
276package copyright
277
278_cicpagecontent_ {
279<div class="cicheading">Copyright and Permissions Information for CIC Historic Campus Architecture Project</div>
280
281<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>
282
283<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>
284
285<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>
286
287<hr>
288<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>
289
290<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>
291
292<p>By accessing the Survey, you acknowledge that you have read and accepted these conditions.</p>
293}
294
295
296
297# ------------------------------------------------------------------------------------------
298# RELEASES (About -> News Coverage)
299# ------------------------------------------------------------------------------------------
300
301package releases
302
303_cicpagecontent_ {
304<div class="cicheading">News Coverage</div>
305
306<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>
307
308<p class="cicreference">Rubman, Kerri. "Getty Campus Grants Promote Preservation Planning." <i>Forum News</i> (March/April 2005): 3.</p>
309
310<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>
311
312<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>
313
314<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>
315
316<p class="cicreference">Arenson, Karen W. "Regilding a Stanford White Landmark." <i>New York Times</i>, July 30, 2004, C13 (national edition).</p>
317
318<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>
319
320<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>
321}
322
323
324
325# ------------------------------------------------------------------------------------------
326# DOCUMENTS (About -> Application Documents)
327# ------------------------------------------------------------------------------------------
328
329package documents
330
331_cicpagecontent_ {
332<div class="cicheading">Application Documents</div>
333
334<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>
335
336<a href="http://www.cic.org/projects_services/grants/getty_letter.asp">Letter of Instruction to Campus Liaison</a><br />
337<a href="http://www.cic.org/projects_services/grants/getty_questionnaire.pdf">Questionnaire</a> (PDF)<br />
338<a href="http://www.cic.org/projects_services/grants/getty_definitions.pdf">Definitions and Visual Examples</a> (PDF)<br />
339<a href="http://www.cic.org/projects_services/grants/getty_guidelines.pdf">Submission Guidelines</a> (PDF)<br />
340}
341
342
343
344# ------------------------------------------------------------------------------------------
345# GLOSSARY (About -> Glossary)
346# ------------------------------------------------------------------------------------------
347
348package glossary
349
350_cicpagecontent_ {
351<div class="cicheading">Glossary</div>
352
353<p><span class="cicsubheading">Definitions and Visual Examples</span> (some based on definitions of the Getty Art and Architecture Thesaurus)<br />
354(as noted in Questionnaire, Part II./Section 2. Description/A. Building/1. Architectural classification)</p>
355
356<div class="cicglossaryentry">
357<img class="cicglossaryphoto" alt="Dartmouth Hall, Dartmouth College (photo courtesy of University of Maryland slide collection)" src="_httpcollection_/images/americancolonial.jpg"/>
358AMERICAN COLONIAL<br />
359Refers 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 />
360<i>Example image: Dartmouth Hall, 1784-1791 (and later), Dartmouth College, Hanover, N.H. (photo courtesy of University of Maryland slide collection)</i>
361</div>
362
363<div class="cicglossaryentry">
364<img class="cicglossaryphoto" alt="President's House, Williams College (HABS/HAER)" src="_httpcollection_/images/federal.jpg"/>
365FEDERAL<br />
366Refers 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 />
367<i>Example image: President's House, Williams College, Williamstown, Mass. (HABS/HAER)</i>
368</div>
369
370<div class="cicglossaryentry">
371<img class="cicglossaryphoto" alt="Morrison College, Transylvania University (HABS/HAER)" src="_httpcollection_/images/greekrevival.jpg"/>
372GREEK REVIVAL<br />
373Refers 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 />
374<i>Example image: Morrison College, 1830, Transylvania University, Lexington, Ky. (HABS/HAER)</i>
375</div>
376
377<div class="cicglossaryentry">
378<img class="cicglossaryphoto" alt="Ralston Hall, Univ. of Notre Dame de Namur" src="_httpcollection_/images/italianate.jpg"/>
379ITALIANATE<br />
380A 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 />
381<i>Example image: Ralston Hall, University of Notre Dame de Namur, after 1865, Belmont, Calif. (HABS/HAER)</i>
382</div>
383
384<div class="cicglossaryentry">
385<img class="cicglossaryphoto" alt="Old Main building, Bethany College (HABS/HAER)" src="_httpcollection_/images/gothicrevival.jpg"/>
386GOTHIC REVIVAL<br />
387Refers 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 />
388<i>Example image: "Old Main" Building, 1911-1912, Bethany College, Bethany, W. Va. (HABS/HAER)</i>
389</div>
390
391<div class="cicglossaryentry">
392<img class="cicglossaryphoto" alt="Glatfelter Hall, Gettysbury College (HABS/HAER)" src="_httpcollection_/images/romanesquerevival.jpg"/>
393ROMANESQUE REVIVAL<br />
394Refers 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 />
395<i>Example image: Glatfelter Hall, 1888-1889, Gettysbury College, Gettysburg, Pa. (HABS/HAER)</i>
396</div>
397
398<div class="cicglossaryentry">
399<img class="cicglossaryphoto" alt="Residential Village (Theme House), Agnes Scott College (CIC-HCAP collection)" src="_httpcollection_/images/victorianstyles.jpg"/>
400VICTORIAN STYLES<br />
401Refers 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 />
402<i>Example image: Residential Village (Theme House), 1895-1896, Agnes Scott College, Decatur, Ga. (CIC-HCAP collection)</i>
403</div>
404
405<div class="cicglossaryentry">
406<img class="cicglossaryphoto" alt="Cochran Hall, Allegheny College (CIC-HCAP collection)" src="_httpcollection_/images/beauxartsclassicism.jpg"/>
407BEAUX-ARTS CLASSICISM<br />
408Refers 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 />
409<i>Example image: Cochran Hall, 1907-1908, Allegheny College, Meadville, Penn. (CIC-HCAP collection)</i>
410</div>
411
412<div class="cicglossaryentry">
413<img class="cicglossaryphoto" alt="Washington Hall, Washington and Lee University" src="_httpcollection_/images/colonialrevival.jpg"/>
414COLONIAL REVIVAL<br />
415Refers 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 />
416<i>Example image: Washington Hall, 1824, Washington and Lee University, Lexington, Va. (HABS)</i>
417</div>
418
419<div class="cicglossaryentry">
420<img class="cicglossaryphoto" alt="Our Lady Queen of Peace Chapel, Lourdes College (CIC-HCAP collection)" src="_httpcollection_/images/mission.jpg"/>
421MISSION/MISSION REVIVAL<br />
422As 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 />
423<i>Example image: Our Lady Queen of Peace Chapel, 1959-1961, Lourdes College, Sylvania, Ohio (CIC-HCAP collection)</i>
424</div>
425
426<div class="cicglossaryentry">
427<img class="cicglossaryphoto" alt="Annie Pfeiffer Chapel, Florida Southern College (HABS/HAER)" src="_httpcollection_/images/modern.jpg"/>
428MODERN/PRE- AND POST-WWII<br />
429Refers 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 />
430<i>Example image: Annie Pfeiffer Chapel, des. 1940, Florida Southern College, Lakeland, Fla. (HABS/HAER)</i>
431</div>
432
433<div class="cicglossaryentry">
434<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"/>
435POSTMODERN<br />
436Refers 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 />
437<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>
438</div>
439
440<div class="cicglossaryentry">
441<img class="cicglossaryphoto" alt="Admissions and Careers Services Center, Trinity College (CIC-HCAP collection)" src="_httpcollection_/images/contemporary.jpg"/>
442CONTEMPORARY<br />
443Although 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 />
444<i>Example image: Admissions and Careers Services Center (detail, exterior), Trinity College, Hartford, Conn. (CIC-HCAP collection)</i>
445</div>
446
447<div class="cicglossaryentry">
448<img class="cicglossaryphoto" alt="Old Castle, Baker University (HABS/HAER)" src="_httpcollection_/images/vernacularregionalist.jpg"/>
449REGIONALIST/VERNACULAR<br />
450Refers 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 />
451<i>Example image: Old Castle, 1858, Baker University, Baldwin City, Kans. (HABS/HAER)</i>
452</div>
453
454<p style="clear: both"><span class="cicsubheading">Further Definitions</span><br />
455(as noted in Questionnaire, Part II./Section 2. Description/B. Entire campus and C. Campus plan)</p>
456
457<p><b>Informal or not formally planned:</b><br />
458No comprehensive master plan was a part of campus building or landscaping efforts. Campus has developed without any overarching schema.</p>
459
460<p><b>Irregular/Picturesque:</b><br />
461Master 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>
462
463<p><b>Linear:</b><br />
464Master 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>
465
466<p><b>Quadrangle/Beaux-Arts classicism:</b><br />
467Master 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>
468
469<p><b>Modern (open plan):</b><br />
470Though 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>
471}
472
473
474
475# ------------------------------------------------------------------------------------------
476# LINKS (About -> Links for Further Research)
477# ------------------------------------------------------------------------------------------
478
479package links
480
481_cicpagecontent_ {
482<div class="cicheading">Links</div>
483
484<div class="cicsubheading"><p>Supporting Organizations</p></div>
485
486<p>
487Council of Independent Colleges: <a href="http://www.cic.org">http://www.cic.org</a><br />
488
489Getty Foundation: <a href="http://www.getty.edu">http://www.getty.edu</a>
490</p>
491
492<div class="cicsubheading"><p>Related Websites</p></div>
493
494<p>
495Society for College and University Planning: <a href="http://www.scup.org">http://www.scup.org</a><br />
496
497National Historic Landmarks: <a href="http://www.cr.nps.gov/nhl/">http://www.cr.nps.gov/nhl/</a><br />
498
499National Register of Historic Places: <a href="http://www.cr.nps.gov/nr/">http://www.cr.nps.gov/nr/</a><br />
500
501State Historic Preservation Offices: <a href="http://www.cr.nps.gov/nr/shpolist.htm">http://www.cr.nps.gov/nr/shpolist.htm</a><br />
502
503Historic American Building Survey and Historic American Engineering Record: <a href="http://www.cr.nps.gov/habshaer">http://www.cr.nps.gov/habshaer</a><br />
504
505Chronicle of Higher Education: <a href="http://chronicle.com">http://chronicle.com</a><br />
506
507American Planning Association: <a href="http://www.planning.org">http://www.planning.org</a><br />
508
509National Association of State Universities and Land-Grant Colleges: <a href="http://www.nasulgc.org">http://www.nasulgc.org</a>
510</p>
511}
512
513
514
515# ------------------------------------------------------------------------------------------
516# INSTITUTIONS (Browse -> Institution)
517# ------------------------------------------------------------------------------------------
518
519package institutions
520
521_cicpagecontent_ {
522<div class="cicheading">Institutions</div>
523
524<center>_cicstaticbrowserquicklinks_</center>
525
526_cicstaticbrowser_
527}
528
529
530
531# ------------------------------------------------------------------------------------------
532# TYPES (Browse -> Type of Place)
533# ------------------------------------------------------------------------------------------
534
535package types
536
537_cicpagecontent_ {
538<div class="cicheading">Type of Place</div>
539_cicblankline_
540<table width="100%">
541 <tr>
542 <td width="50%"><center><a href="_gwcgi_?a=p&amp;p=typesIndividualbuilding"><img alt="Cooper Hall, Limestone College" src="_httpcollection_/images/building.jpg"/><br />Buildings</a></center></td>
543 <td width="50%"><center><a href="_gwcgi_?a=p&amp;p=typesCampusarrangement"><img alt="Campus Plan, Bryan College" src="_httpcollection_/images/arrangement.jpg"/><br />Campus arrangements</a></center></td>
544 </tr>
545 <tr>
546 <td width="50%"><center><a href="_gwcgi_?a=p&amp;p=typesLandscapesite"><img alt="Tableau in the Mary Dell (ca. 1912)" src="_httpcollection_/images/landscapesite.jpg"/><br />Landscape sites</a></center></td>
547 <td width="50%"><center><a href="_gwcgi_?a=p&amp;p=typesBuildinggroup"><img alt="Hotel Ponce de Leon, Flagler College" src="_httpcollection_/images/buildinggroup.jpg"/><br />Building groups</a></center></td>
548 </tr>
549</table>
550}
551
552package typesIndividualbuilding
553_cicpagecontent_ { <div class="cicheading">Buildings</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
554
555package typesLandscapesite
556_cicpagecontent_ { <div class="cicheading">Landscape Sites</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
557
558package typesCampusarrangement
559_cicpagecontent_ { <div class="cicheading">Campus Arrangements</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
560
561package typesBuildinggroup
562_cicpagecontent_ { <div class="cicheading">Building Groups</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
563
564
565
566# ------------------------------------------------------------------------------------------
567# DESIGNERS (Browse -> Designer)
568# ------------------------------------------------------------------------------------------
569
570package designers
571
572_cicpagecontent_ { <div class="cicheading">Designers</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
573
574
575
576# ------------------------------------------------------------------------------------------
577# STATES (Browse -> State)
578# ------------------------------------------------------------------------------------------
579
580package states
581
582_cicpagecontent_ {
583<div class="cicheading">States</div>
584
585<center><img alt="US state map" src="_httpcollection_/images/usa_map-mono.gif" usemap="#states"/></center>
586<map name="states">
587 <area shape="rect" coords="524,286,551,313" href="#Alabama">
588 <area shape="rect" coords="154,379,197,413" href="#Alaska">
589 <area shape="rect" coords="202,248,237,280" href="#Arizona">
590 <area shape="rect" coords="444,257,475,283" href="#Arkansas">
591 <area shape="rect" coords="104,177,140,209" href="#California">
592 <area shape="rect" coords="278,186,324,211" href="#Colorado">
593 <area shape="rect" coords="690,146,712,161" href="#Connecticut">
594 <area shape="rect" coords="677,183,701,196" href="#Delaware">
595 <area shape="rect" coords="680,216,706,234" href="#DistrictofColumbia">
596 <area shape="rect" coords="604,352,628,376" href="#Florida">
597 <area shape="rect" coords="564,280,598,303" href="#Georgia">
598 <area shape="rect" coords=" 69,314, 97,333" href="#Hawaii">
599 <area shape="rect" coords="197,103,228,123" href="#Idaho">
600 <area shape="rect" coords="483,171,509,193" href="#Illinois">
601 <area shape="rect" coords="521,169,545,189" href="#Indiana">
602 <area shape="rect" coords="432,149,462,169" href="#Iowa">
603 <area shape="rect" coords="371,201,404,223" href="#Kansas">
604 <area shape="rect" coords="539,215,565,232" href="#Kentucky">
605 <area shape="rect" coords="449,312,475,333" href="#Louisiana">
606 <area shape="rect" coords="693, 54,719, 75" href="#Maine">
607 <area shape="rect" coords="686,198,712,213" href="#Maryland">
608 <area shape="rect" coords="715,111,743,128" href="#Massachusetts">
609 <area shape="rect" coords="532,122,557,142" href="#Michigan">
610 <area shape="rect" coords="418, 88,449,108" href="#Minnesota">
611 <area shape="rect" coords="485,287,513,308" href="#Mississippi">
612 <area shape="rect" coords="441,202,474,222" href="#Missouri">
613 <area shape="rect" coords="258, 57,291, 80" href="#Montana">
614 <area shape="rect" coords="358,156,390,173" href="#Nebraska">
615 <area shape="rect" coords="153,159,185,179" href="#Nevada">
616 <area shape="rect" coords="706, 95,732,109" href="#NewHampshire">
617 <area shape="rect" coords="680,165,702,180" href="#NewJersey">
618 <area shape="rect" coords="274,258,309,278" href="#NewMexico">
619 <area shape="rect" coords="641,108,665,127" href="#NewYork">
620 <area shape="rect" coords="616,229,643,248" href="#NorthCarolina">
621 <area shape="rect" coords="353, 64,385, 83" href="#NorthDakota">
622 <area shape="rect" coords="557,165,587,181" href="#Ohio">
623 <area shape="rect" coords="383,250,416,269" href="#Oklahoma">
624 <area shape="rect" coords="128, 82,163,105" href="#Oregon">
625 <area shape="rect" coords="614,145,643,165" href="#Pennsylvania">
626 <area shape="rect" coords="703,133,719,146" href="#RhodeIsland">
627 <area shape="rect" coords="600,260,624,279" href="#SouthCarolina">
628 <area shape="rect" coords="353,109,384,128" href="#SouthDakota">
629 <area shape="rect" coords="523,241,549,257" href="#Tennessee">
630 <area shape="rect" coords="360,307,400,337" href="#Texas">
631 <area shape="rect" coords="214,176,247,200" href="#Utah">
632 <area shape="rect" coords="657, 55,680, 72" href="#Vermont">
633 <area shape="rect" coords="616,202,642,217" href="#Virginia">
634 <area shape="rect" coords="144, 35,177, 51" href="#Washington">
635 <area shape="rect" coords="587,191,610,204" href="#WestVirginia">
636 <area shape="rect" coords="471,109,499,128" href="#Wisconsin">
637 <area shape="rect" coords="269,119,305,144" href="#Wyoming">
638</map>
639
640<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>
641
642_cicstaticbrowser_
643}
644
645
646
647# ------------------------------------------------------------------------------------------
648# STYLES (Browse -> Building Styles)
649# ------------------------------------------------------------------------------------------
650
651package styles
652
653_cicpagecontent_ {
654<div class="cicheading">Styles</div>
655
656<p>
657<a href="_gwcgi_?a=p&amp;p=stylesAmericancolonial">American Colonial</a><br />
658<a href="_gwcgi_?a=p&amp;p=stylesFederal">Federal</a><br />
659<a href="_gwcgi_?a=p&amp;p=stylesGreekrevival">Greek Revival</a><br />
660<a href="_gwcgi_?a=p&amp;p=stylesItalianate">Italianate</a><br />
661<a href="_gwcgi_?a=p&amp;p=stylesGothicrevival">Gothic Revival</a><br />
662<a href="_gwcgi_?a=p&amp;p=stylesRomanesquerevival">Romanesque Revival</a><br />
663<a href="_gwcgi_?a=p&amp;p=stylesVictorian">Victorian Styles</a><br />
664<a href="_gwcgi_?a=p&amp;p=stylesBeauxArtsclassicism">Beaux-Arts Classicism</a><br />
665<a href="_gwcgi_?a=p&amp;p=stylesColonialrevival">Colonial Revival</a><br />
666<a href="_gwcgi_?a=p&amp;p=stylesMissionMissionrevival">Mission/Mission Revival</a><br />
667<a href="_gwcgi_?a=p&amp;p=stylesModernpreWWII">Modern/pre-World War II</a><br />
668<a href="_gwcgi_?a=p&amp;p=stylesModernpostWWII">Modern/post-World War II</a><br />
669<a href="_gwcgi_?a=p&amp;p=stylesPostmodern">Postmodern</a><br />
670<a href="_gwcgi_?a=p&amp;p=stylesContemporary">Contemporary</a><br />
671<a href="_gwcgi_?a=p&amp;p=stylesRegionalistVernacular">Regionalist Vernacular</a><br />
672<a href="_gwcgi_?a=p&amp;p=stylesOther">Other</a><br />
673</p>
674
675<p>See the <a href="_gwcgi_?a=p&amp;p=glossary">Glossary</a> for full definition of terms.</p>
676}
677
678package stylesAmericancolonial
679_cicpagecontent_ { <div class="cicheading">American Colonial</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
680
681package stylesFederal
682_cicpagecontent_ { <div class="cicheading">Federal</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
683
684package stylesGreekrevival
685_cicpagecontent_ { <div class="cicheading">Greek Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
686
687package stylesItalianate
688_cicpagecontent_ { <div class="cicheading">Italianate</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
689
690package stylesGothicrevival
691_cicpagecontent_ { <div class="cicheading">Gothic Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
692
693package stylesRomanesquerevival
694_cicpagecontent_ { <div class="cicheading">Romanesque Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
695
696package stylesVictorian
697_cicpagecontent_ { <div class="cicheading">Victorian</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
698
699package stylesBeauxArtsclassicism
700_cicpagecontent_ { <div class="cicheading">Beaux-Arts Classicism</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
701
702package stylesColonialrevival
703_cicpagecontent_ { <div class="cicheading">Colonial Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
704
705package stylesMissionMissionrevival
706_cicpagecontent_ { <div class="cicheading">Mission/Mission Revival</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
707
708package stylesModernpreWWII
709_cicpagecontent_ { <div class="cicheading">Modern/pre-World War II</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
710
711package stylesModernpostWWII
712_cicpagecontent_ { <div class="cicheading">Modern/post-World War II</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
713
714package stylesPostmodern
715_cicpagecontent_ { <div class="cicheading">Postmodern</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
716
717package stylesContemporary
718_cicpagecontent_ { <div class="cicheading">Contemporary</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
719
720package stylesRegionalistVernacular
721_cicpagecontent_ { <div class="cicheading">Regionalist Vernacular</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
722
723package stylesOther
724_cicpagecontent_ { <div class="cicheading">Other</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
725
726
727
728# ------------------------------------------------------------------------------------------
729# DATES (Browse -> Time Period)
730# ------------------------------------------------------------------------------------------
731
732package dates
733
734_cicpagecontent_ {
735<div class="cicheading">Time Period</div>
736
737<p>
738<a href="_gwcgi_?a=p&amp;p=datespre1800">pre-1800</a><br />
739<a href="_gwcgi_?a=p&amp;p=dates18001850">1800-1850</a><br />
740<a href="_gwcgi_?a=p&amp;p=dates18501900">1850-1900</a><br />
741<a href="_gwcgi_?a=p&amp;p=dates19001945">1900-1945</a><br />
742<a href="_gwcgi_?a=p&amp;p=dates19451995">1945-1995</a><br />
743<a href="_gwcgi_?a=p&amp;p=datespost1995">post-1995</a><br />
744</p>
745}
746
747package datespre1800
748_cicpagecontent_ { <div class="cicheading">pre-1800</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
749
750package dates18001850
751_cicpagecontent_ { <div class="cicheading">1800-1850</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
752
753package dates18501900
754_cicpagecontent_ { <div class="cicheading">1850-1900</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
755
756package dates19001945
757_cicpagecontent_ { <div class="cicheading">1900-1945</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
758
759package dates19451995
760_cicpagecontent_ { <div class="cicheading">1945-1995</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
761
762package datespost1995
763_cicpagecontent_ { <div class="cicheading">post-1995</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
764
765
766
767# ------------------------------------------------------------------------------------------
768# FUNCTIONS (Browse -> Function)
769# ------------------------------------------------------------------------------------------
770
771package functions
772
773_cicpagecontent_ {
774<div class="cicheading">Function</div>
775_cicblankline_
776<table cellpadding="0" cellspacing="0" width="100%">
777<tr>
778<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsacademicdepartmentbuilding">Academic department building</a></td>
779<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsinfirmary">Infirmary</a></td>
780</tr>
781<tr>
782<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsadministration">Administration</a></td>
783<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionslibrary">Library</a></td>
784</tr>
785<tr>
786<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsadmissionsoffice">Admissions office</a></td>
787<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmasterplancampus">Master plan (campus)</a></td>
788</tr>
789<tr>
790<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsalumnicenter">Alumni center</a></td>
791<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmasterplanlandscape">Master plan (landscape)</a></td>
792</tr>
793<tr>
794<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsarboretum">Arboretum</a></td>
795<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmemorialsite">Memorial site</a></td>
796</tr>
797<tr>
798<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsarchaeologicalsite">Archaeological site</a></td>
799<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsmuseum">Museum</a></td>
800</tr>
801<tr>
802<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsauditorium">Auditorium</a></td>
803<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsobservatory">Observatory</a></td>
804</tr>
805<tr>
806<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsbelltower">Bell tower</a></td>
807<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsoldmain">Old main</a></td>
808</tr>
809<tr>
810<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionschapel">Chapel</a></td>
811<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsoutdoorspace">Outdoor space</a></td>
812</tr>
813<tr>
814<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsclassrooms">Classroom(s)</a></td>
815<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionspresidentshouse">President's house</a></td>
816</tr>
817<tr>
818<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsdebatingsociety">Debating society</a></td>
819<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsprivateresidence">Private residence</a></td>
820</tr>
821<tr>
822<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsdininghall">Dining hall</a></td>
823<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsresidencehall">Residence hall</a></td>
824</tr>
825<tr>
826<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsfacilitymanagementbuilding">Facility management building</a></td>
827<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsstadium">Stadium</a></td>
828</tr>
829<tr>
830<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsfacultyoffices">Faculty offices</a></td>
831<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsstudentunion">Student union</a></td>
832</tr>
833<tr>
834<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsgardens">Gardens (planned)</a></td>
835<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionstheater">Theater</a></td>
836</tr>
837<tr>
838<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsgreeklettersociety">Greek letter society</a></td>
839<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsother">Other</a></td>
840</tr>
841<tr>
842<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsgymnasium">Gymnasium</a></td>
843<td width="50%">&nbsp;</td>
844</tr>
845</table>
846}
847
848package functionsacademicdepartmentbuilding
849_cicpagecontent_ { <div class="cicheading">Academic department building</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
850
851package functionsadministration
852_cicpagecontent_ { <div class="cicheading">Administration</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
853
854package functionsadmissionsoffice
855_cicpagecontent_ { <div class="cicheading">Admissions office</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
856
857package functionsalumnicenter
858_cicpagecontent_ { <div class="cicheading">Alumni center</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
859
860package functionsarboretum
861_cicpagecontent_ { <div class="cicheading">Arboretum</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
862
863package functionsarchaeologicalsite
864_cicpagecontent_ { <div class="cicheading">Archaeological site</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
865
866package functionsauditorium
867_cicpagecontent_ { <div class="cicheading">Auditorium</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
868
869package functionsbelltower
870_cicpagecontent_ { <div class="cicheading">Bell tower</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
871
872package functionschapel
873_cicpagecontent_ { <div class="cicheading">Chapel</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
874
875package functionsclassrooms
876_cicpagecontent_ { <div class="cicheading">Classroom(s)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
877
878package functionsdebatingsociety
879_cicpagecontent_ { <div class="cicheading">Debating society</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
880
881package functionsdininghall
882_cicpagecontent_ { <div class="cicheading">Dining hall</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
883
884package functionsfacilitymanagementbuilding
885_cicpagecontent_ { <div class="cicheading">Facility management building</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
886
887package functionsfacultyoffices
888_cicpagecontent_ { <div class="cicheading">Faculty offices</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
889
890package functionsgardens
891_cicpagecontent_ { <div class="cicheading">Gardens (planned)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
892
893package functionsgreeklettersociety
894_cicpagecontent_ { <div class="cicheading">Greek letter society</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
895
896package functionsgymnasium
897_cicpagecontent_ { <div class="cicheading">Gymnasium</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
898
899package functionsinfirmary
900_cicpagecontent_ { <div class="cicheading">Infirmary</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
901
902package functionslibrary
903_cicpagecontent_ { <div class="cicheading">Library</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
904
905package functionsmasterplancampus
906_cicpagecontent_ { <div class="cicheading">Master plan (campus)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
907
908package functionsmasterplanlandscape
909_cicpagecontent_ { <div class="cicheading">Master plan (landscape)</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
910
911package functionsmemorialsite
912_cicpagecontent_ { <div class="cicheading">Memorial site</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
913
914package functionsmuseum
915_cicpagecontent_ { <div class="cicheading">Museum</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
916
917package functionsobservatory
918_cicpagecontent_ { <div class="cicheading">Observatory</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
919
920package functionsoldmain
921_cicpagecontent_ { <div class="cicheading">Old main</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
922
923package functionsoutdoorspace
924_cicpagecontent_ { <div class="cicheading">Outdoor space</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
925
926package functionspresidentshouse
927_cicpagecontent_ { <div class="cicheading">President's house</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
928
929package functionsprivateresidence
930_cicpagecontent_ { <div class="cicheading">Private residence</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
931
932package functionsresidencehall
933_cicpagecontent_ { <div class="cicheading">Residence hall</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
934
935package functionsstadium
936_cicpagecontent_ { <div class="cicheading">Stadium</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
937
938package functionsstudentunion
939_cicpagecontent_ { <div class="cicheading">Student union</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
940
941package functionstheater
942_cicpagecontent_ { <div class="cicheading">Theater</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
943
944package functionsother
945_cicpagecontent_ { <div class="cicheading">Other</div><center>_cicstaticbrowserquicklinks_</center>_cicstaticbrowser_ }
946
947
948
949# ------------------------------------------------------------------------------------------
950# DOCUMENT
951# ------------------------------------------------------------------------------------------
952
953package document
954
955_navarrows_ {}
956
957_textheader_ {_style:cicheader_}
958
959_cicpagecontent_ {}
960
961_footer_ {_style:htmlfooter_}
962
963
964
965# ------------------------------------------------------------------------------------------
966# QUERY
967# ------------------------------------------------------------------------------------------
968
969package query
970
971_header_ {
972_If_(_cgiargq_,_style:header_,_If_("_cgiargqst_" eq "1",_cicstatesearchheader_,_If_("_cgiargqre_" eq "1",_cicbibliographysearchheader_,_cicadvancedsearchheader_)))
973}
974
975_cicjavascript_ {
976<script type="text/javascript">
977
978_cicsimplejavascript_
979_If_("_cgiargqst_" eq "1",_cicstatesearchjavascript_)
980_If_("_cgiargqre_" eq "1",_cicbibliographysearchjavascript_)
981_cicadvancedsearchjavascript_
982
983</script>
984}
985
986_cicpagecontent_ {
987_If_(_cgiargq_,_cicsearchresults_,_If_("_cgiargqst_" eq "1",_If_("_cgiargqrst_" eq "1",_cicstatesearchresults_,_cicstatesearchpage_),_If_("_cgiargqre_" eq "1",_cicbibliographysearchpage_,_cicadvancedsearchpage_)))
988}
989
990_cicsearchresults_ {
991<div class="cicheading">Search Results</div>
992
993<p>_resultline_</p>
994}
995
996# What is displayed on the submit buttons
997_textbeginsearch_ {Search}
998
999
1000
1001# ------------------------------------------------------------------------------------------
1002# QUERY (Quick Search)
1003# ------------------------------------------------------------------------------------------
1004
1005_cicsimplejavascript_ {
1006function initializeSimpleSearch()
1007\{
1008 document.SimpleQueryForm.txq.focus();
1009\}
1010
1011function onSimpleSearchFocus()
1012\{
1013 var txq_element = document.getElementById('search_query');
1014 if (txq_element.value == txq_element.defaultValue) \{
1015 txq_element.value = '';
1016 txq_element.className = 'inputfocus';
1017 \}
1018\}
1019
1020function onSimpleSearchBlur()
1021\{
1022 var txq_element = document.getElementById('search_query');
1023 if (txq_element.value == '') \{
1024 txq_element.value = txq_element.defaultValue;
1025 txq_element.className = 'inputblur';
1026 \}
1027\}
1028
1029function prepareSimpleSearch()
1030\{
1031 document.SimpleQueryForm.fqv.value = document.SimpleQueryForm.txq.value;
1032\}
1033}
1034
1035
1036_cicsimplequeryform_ {
1037<form name="SimpleQueryForm" method="get" action="_gwcgi_" onSubmit="prepareSimpleSearch();">
1038 <input type="hidden" name="a" value="q" />
1039 <input type="hidden" name="fqc" value="and" />
1040 <input type="hidden" name="fqf" value="ZZ" />
1041 <input type="hidden" name="fqv" value="" />
1042 <input type="text" name="txq" id="search_query" value="QUICK SEARCH" class="inputblur" onfocus="javascript: onSimpleSearchFocus();" onblur="javascript: onSimpleSearchBlur();" />
1043 <input type="submit" name="submit" id="search_submit" value="GO" />
1044</form>
1045}
1046
1047
1048
1049# ------------------------------------------------------------------------------------------
1050# QUERY (Search -> Institutions by State/Region)
1051# ------------------------------------------------------------------------------------------
1052
1053_cicstatesearchheader_ {
1054_style:cicheader_(onLoad="initializeStateSearch();")
1055}
1056
1057_cicstatesearchjavascript_ {
1058function initializeStateSearch()
1059\{
1060 if ("_cgiargqrst_" == "1") \{
1061 var stq_results = "";
1062 var stq_values = "_cgiargstq_".split(",").sort();
1063 var last_stq_value = "";
1064 for (var i = 0; i < stq_values.length; i++) \{
1065 // Avoid duplicates by checking this value is different from the last one
1066 if (stq_values[i] == last_stq_value) \{
1067 continue;
1068 \}
1069 last_stq_value = stq_values[i];
1070
1071 if (stq_values[i] == "AL") stq_results += '_states:cicstateALjs_';
1072 if (stq_values[i] == "AK") stq_results += '_states:cicstateAKjs_';
1073 if (stq_values[i] == "AZ") stq_results += '_states:cicstateAZjs_';
1074 if (stq_values[i] == "AR") stq_results += '_states:cicstateARjs_';
1075 if (stq_values[i] == "CA") stq_results += '_states:cicstateCAjs_';
1076 if (stq_values[i] == "CO") stq_results += '_states:cicstateCOjs_';
1077 if (stq_values[i] == "CT") stq_results += '_states:cicstateCTjs_';
1078 if (stq_values[i] == "DE") stq_results += '_states:cicstateDEjs_';
1079 if (stq_values[i] == "DC") stq_results += '_states:cicstateDCjs_';
1080 if (stq_values[i] == "FL") stq_results += '_states:cicstateFLjs_';
1081 if (stq_values[i] == "GA") stq_results += '_states:cicstateGAjs_';
1082 if (stq_values[i] == "HI") stq_results += '_states:cicstateHIjs_';
1083 if (stq_values[i] == "ID") stq_results += '_states:cicstateIDjs_';
1084 if (stq_values[i] == "IL") stq_results += '_states:cicstateILjs_';
1085 if (stq_values[i] == "IN") stq_results += '_states:cicstateINjs_';
1086 if (stq_values[i] == "IA") stq_results += '_states:cicstateIAjs_';
1087 if (stq_values[i] == "KS") stq_results += '_states:cicstateKSjs_';
1088 if (stq_values[i] == "KY") stq_results += '_states:cicstateKYjs_';
1089 if (stq_values[i] == "LA") stq_results += '_states:cicstateLAjs_';
1090 if (stq_values[i] == "ME") stq_results += '_states:cicstateMEjs_';
1091 if (stq_values[i] == "MD") stq_results += '_states:cicstateMDjs_';
1092 if (stq_values[i] == "MA") stq_results += '_states:cicstateMAjs_';
1093 if (stq_values[i] == "MI") stq_results += '_states:cicstateMIjs_';
1094 if (stq_values[i] == "MN") stq_results += '_states:cicstateMNjs_';
1095 if (stq_values[i] == "MS") stq_results += '_states:cicstateMSjs_';
1096 if (stq_values[i] == "MO") stq_results += '_states:cicstateMOjs_';
1097 if (stq_values[i] == "MT") stq_results += '_states:cicstateMTjs_';
1098 if (stq_values[i] == "NE") stq_results += '_states:cicstateNEjs_';
1099 if (stq_values[i] == "NV") stq_results += '_states:cicstateNVjs_';
1100 if (stq_values[i] == "NH") stq_results += '_states:cicstateNHjs_';
1101 if (stq_values[i] == "NJ") stq_results += '_states:cicstateNJjs_';
1102 if (stq_values[i] == "NM") stq_results += '_states:cicstateNMjs_';
1103 if (stq_values[i] == "NY") stq_results += '_states:cicstateNYjs_';
1104 if (stq_values[i] == "NC") stq_results += '_states:cicstateNCjs_';
1105 if (stq_values[i] == "ND") stq_results += '_states:cicstateNDjs_';
1106 if (stq_values[i] == "OH") stq_results += '_states:cicstateOHjs_';
1107 if (stq_values[i] == "OK") stq_results += '_states:cicstateOKjs_';
1108 if (stq_values[i] == "OR") stq_results += '_states:cicstateORjs_';
1109 if (stq_values[i] == "PA") stq_results += '_states:cicstatePAjs_';
1110 if (stq_values[i] == "RI") stq_results += '_states:cicstateRIjs_';
1111 if (stq_values[i] == "SC") stq_results += '_states:cicstateSCjs_';
1112 if (stq_values[i] == "SD") stq_results += '_states:cicstateSDjs_';
1113 if (stq_values[i] == "TN") stq_results += '_states:cicstateTNjs_';
1114 if (stq_values[i] == "TX") stq_results += '_states:cicstateTXjs_';
1115 if (stq_values[i] == "UT") stq_results += '_states:cicstateUTjs_';
1116 if (stq_values[i] == "VT") stq_results += '_states:cicstateVTjs_';
1117 if (stq_values[i] == "VA") stq_results += '_states:cicstateVAjs_';
1118 if (stq_values[i] == "WA") stq_results += '_states:cicstateWAjs_';
1119 if (stq_values[i] == "WV") stq_results += '_states:cicstateWVjs_';
1120 if (stq_values[i] == "WI") stq_results += '_states:cicstateWIjs_';
1121 if (stq_values[i] == "WY") stq_results += '_states:cicstateWYjs_';
1122 \}
1123
1124 if (stq_results != "") \{
1125 stq_results = '<table cellpadding="0" cellspacing="0" width="100%">' + stq_results + '<\\/table>';
1126 document.getElementById("stq_results").innerHTML = stq_results;
1127 \}
1128 else \{
1129 document.getElementById("stq_results").innerHTML = "<p>_textnodocs_<\\/p>";
1130 \}
1131 \}
1132\}
1133
1134function prepareStateSearch()
1135\{
1136 var stq_value = "";
1137 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1138 if (document.StateQueryForm.stc.options[i].selected == true) \{
1139 if (stq_value != "") stq_value += ",";
1140 stq_value += document.StateQueryForm.stc.options[i].value;
1141 \}
1142 \}
1143 document.StateQueryForm.stq.value = stq_value;
1144\}
1145
1146function selectRegion(region)
1147\{
1148 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1149 if (document.StateQueryForm.stc.options[i].text == region) \{
1150 document.StateQueryForm.stc.options[i].selected = true;
1151 break;
1152 \}
1153 \}
1154\}
1155
1156function clearSelection()
1157\{
1158 for (var i = 0; i < document.StateQueryForm.stc.options.length; i++) \{
1159 document.StateQueryForm.stc.options[i].selected = false;
1160 \}
1161\}
1162}
1163
1164_cicstatesearchpage_ {
1165<span class="cicheading">State Search</span>
1166
1167<table cellpadding="0" cellspacing="0" width="100%">
1168 <tr>
1169 <td valign="top">
1170 <img alt="US state map" src="_httpcollection_/images/usa_map-color.gif" usemap="#states"/>
1171 <map name="states">
1172 <area shape="rect" coords="524,286,551,313" href="javascript:selectRegion('Alabama')">
1173 <area shape="rect" coords="154,379,197,413" href="javascript:selectRegion('Alaska')">
1174 <area shape="rect" coords="202,248,237,280" href="javascript:selectRegion('Arizona')">
1175 <area shape="rect" coords="444,257,475,283" href="javascript:selectRegion('Arkansas')">
1176 <area shape="rect" coords="104,177,140,209" href="javascript:selectRegion('California')">
1177 <area shape="rect" coords="278,186,324,211" href="javascript:selectRegion('Colorado')">
1178 <area shape="rect" coords="690,146,712,161" href="javascript:selectRegion('Connecticut')">
1179 <area shape="rect" coords="677,183,701,196" href="javascript:selectRegion('Delaware')">
1180 <area shape="rect" coords="680,216,706,234" href="javascript:selectRegion('District%20of%20Columbia')">
1181 <area shape="rect" coords="604,352,628,376" href="javascript:selectRegion('Florida')">
1182 <area shape="rect" coords="564,280,598,303" href="javascript:selectRegion('Georgia')">
1183 <area shape="rect" coords=" 69,314, 97,333" href="javascript:selectRegion('Hawaii')">
1184 <area shape="rect" coords="197,103,228,123" href="javascript:selectRegion('Idaho')">
1185 <area shape="rect" coords="483,171,509,193" href="javascript:selectRegion('Illinois')">
1186 <area shape="rect" coords="521,169,545,189" href="javascript:selectRegion('Indiana')">
1187 <area shape="rect" coords="432,149,462,169" href="javascript:selectRegion('Iowa')">
1188 <area shape="rect" coords="371,201,404,223" href="javascript:selectRegion('Kansas')">
1189 <area shape="rect" coords="539,215,565,232" href="javascript:selectRegion('Kentucky')">
1190 <area shape="rect" coords="449,312,475,333" href="javascript:selectRegion('Louisiana')">
1191 <area shape="rect" coords="693, 54,719, 75" href="javascript:selectRegion('Maine')">
1192 <area shape="rect" coords="686,198,712,213" href="javascript:selectRegion('Maryland')">
1193 <area shape="rect" coords="715,111,743,128" href="javascript:selectRegion('Massachusetts')">
1194 <area shape="rect" coords="532,122,557,142" href="javascript:selectRegion('Michigan')">
1195 <area shape="rect" coords="418, 88,449,108" href="javascript:selectRegion('Minnesota')">
1196 <area shape="rect" coords="485,287,513,308" href="javascript:selectRegion('Mississippi')">
1197 <area shape="rect" coords="441,202,474,222" href="javascript:selectRegion('Missouri')">
1198 <area shape="rect" coords="258, 57,291, 80" href="javascript:selectRegion('Montana')">
1199 <area shape="rect" coords="358,156,390,173" href="javascript:selectRegion('Nebraska')">
1200 <area shape="rect" coords="153,159,185,179" href="javascript:selectRegion('Nevada')">
1201 <area shape="rect" coords="706, 95,732,109" href="javascript:selectRegion('New%20Hampshire')">
1202 <area shape="rect" coords="680,165,702,180" href="javascript:selectRegion('New%20Jersey')">
1203 <area shape="rect" coords="274,258,309,278" href="javascript:selectRegion('New%20Mexico')">
1204 <area shape="rect" coords="641,108,665,127" href="javascript:selectRegion('New%20York')">
1205 <area shape="rect" coords="616,229,643,248" href="javascript:selectRegion('North%20Carolina')">
1206 <area shape="rect" coords="353, 64,385, 83" href="javascript:selectRegion('North%20Dakota')">
1207 <area shape="rect" coords="557,165,587,181" href="javascript:selectRegion('Ohio')">
1208 <area shape="rect" coords="383,250,416,269" href="javascript:selectRegion('Oklahoma')">
1209 <area shape="rect" coords="128, 82,163,105" href="javascript:selectRegion('Oregon')">
1210 <area shape="rect" coords="614,145,643,165" href="javascript:selectRegion('Pennsylvania')">
1211 <area shape="rect" coords="703,133,719,146" href="javascript:selectRegion('Rhode%20Island')">
1212 <area shape="rect" coords="600,260,624,279" href="javascript:selectRegion('South%20Carolina')">
1213 <area shape="rect" coords="353,109,384,128" href="javascript:selectRegion('South%20Dakota')">
1214 <area shape="rect" coords="523,241,549,257" href="javascript:selectRegion('Tennessee')">
1215 <area shape="rect" coords="360,307,400,337" href="javascript:selectRegion('Texas')">
1216 <area shape="rect" coords="214,176,247,200" href="javascript:selectRegion('Utah')">
1217 <area shape="rect" coords="657, 55,680, 72" href="javascript:selectRegion('Vermont')">
1218 <area shape="rect" coords="616,202,642,217" href="javascript:selectRegion('Virginia')">
1219 <area shape="rect" coords="144, 35,177, 51" href="javascript:selectRegion('Washington')">
1220 <area shape="rect" coords="587,191,610,204" href="javascript:selectRegion('West%20Virginia')">
1221 <area shape="rect" coords="471,109,499,128" href="javascript:selectRegion('Wisconsin')">
1222 <area shape="rect" coords="269,119,305,144" href="javascript:selectRegion('Wyoming')">
1223
1224 <area shape="rect" coords=" 9,513,130,540" href="javascript:selectRegion('West')">
1225 <area shape="rect" coords="133,513,254,540" href="javascript:selectRegion('Mountain')">
1226 <area shape="rect" coords="258,513,378,540" href="javascript:selectRegion('Southwest')">
1227 <area shape="rect" coords="382,513,502,540" href="javascript:selectRegion('Midwest')">
1228 <area shape="rect" coords="506,513,626,540" href="javascript:selectRegion('Southeast')">
1229 <area shape="rect" coords="629,513,750,540" href="javascript:selectRegion('Northeast')">
1230 </map>
1231 </td>
1232 <td align="right" valign="top" style="padding-top: 30px;">
1233 <form name=StateQueryForm method=get action="_gwcgi_" onSubmit="prepareStateSearch();">
1234 <input type="hidden" name="a" value="q">
1235 <input type="hidden" name="qst" value="1">
1236 <input type="hidden" name="qrst" value="1">
1237 <input type="hidden" name="stq" value="">
1238 <select name="stc" multiple="true" style="width: 150px; height: 325px;">
1239 <option value="CT,DE,DC,ME,MD,MA,NH,NJ,NY,PA,RI,VT">Northeast</option>
1240 <option value="AL,AR,FL,GA,KY,LA,MS,NC,SC,TN,VA,WV">Southeast</option>
1241 <option value="IL,IN,IA,KS,MI,MN,MO,NE,ND,OH,SD,WI">Midwest</option>
1242 <option value="AZ,NM,OK,TX">Southwest</option>
1243 <option value="CO,ID,MT,UT,WY">Mountain</option>
1244 <option value="AK,CA,HI,NV,OR,WA" style="margin-bottom: 10px;">West</option>
1245 _cicstateoptions_
1246 </select>
1247
1248 <p><input type="submit" value="_textbeginsearch_" onClick="prepareStateSearch();"></p>
1249 </form>
1250 </td>
1251 </tr>
1252</table>
1253}
1254
1255_cicstatesearchresults_ {
1256<div class="cicheading">Search Results</div>
1257
1258<div id="stq_results"></div>
1259}
1260
1261# Shared between the "search institutions by state" and "advanced search" pages
1262_cicstateoptions_ {
1263 <option value="AL">Alabama</option>
1264 <option value="AK">Alaska</option>
1265 <option value="AZ">Arizona</option>
1266 <option value="AR">Arkansas</option>
1267 <option value="CA">California</option>
1268 <option value="CO">Colorado</option>
1269 <option value="CT">Connecticut</option>
1270 <option value="DE">Delaware</option>
1271 <option value="DC">District of Columbia</option>
1272 <option value="FL">Florida</option>
1273 <option value="GA">Georgia</option>
1274 <option value="HI">Hawaii</option>
1275 <option value="ID">Idaho</option>
1276 <option value="IL">Illinois</option>
1277 <option value="IN">Indiana</option>
1278 <option value="IA">Iowa</option>
1279 <option value="KS">Kansas</option>
1280 <option value="KY">Kentucky</option>
1281 <option value="LA">Louisiana</option>
1282 <option value="ME">Maine</option>
1283 <option value="MD">Maryland</option>
1284 <option value="MA">Massachusetts</option>
1285 <option value="MI">Michigan</option>
1286 <option value="MN">Minnesota</option>
1287 <option value="MS">Mississippi</option>
1288 <option value="MO">Missouri</option>
1289 <option value="MT">Montana</option>
1290 <option value="NE">Nebraska</option>
1291 <option value="NV">Nevada</option>
1292 <option value="NH">New Hampshire</option>
1293 <option value="NJ">New Jersey</option>
1294 <option value="NM">New Mexico</option>
1295 <option value="NY">New York</option>
1296 <option value="NC">North Carolina</option>
1297 <option value="ND">North Dakota</option>
1298 <option value="OH">Ohio</option>
1299 <option value="OK">Oklahoma</option>
1300 <option value="OR">Oregon</option>
1301 <option value="PA">Pennsylvania</option>
1302 <option value="RI">Rhode Island</option>
1303 <option value="SC">South Carolina</option>
1304 <option value="SD">South Dakota</option>
1305 <option value="TN">Tennessee</option>
1306 <option value="TX">Texas</option>
1307 <option value="UT">Utah</option>
1308 <option value="VT">Vermont</option>
1309 <option value="VA">Virginia</option>
1310 <option value="WA">Washington</option>
1311 <option value="WV">West Virginia</option>
1312 <option value="WI">Wisconsin</option>
1313 <option value="WY">Wyoming</option>
1314}
1315
1316
1317# ------------------------------------------------------------------------------------------
1318# QUERY (Search -> Bibliography Search)
1319# ------------------------------------------------------------------------------------------
1320
1321_cicbibliographysearchheader_ {
1322_style:cicheader_(onLoad="initializeBibliographySearch();")
1323}
1324
1325_cicbibliographysearchjavascript_ {
1326function initializeBibliographySearch()
1327\{
1328 document.BibliographyQueryForm.fqv.focus();
1329\}
1330
1331function prepareBibliographySearch()
1332\{
1333\}
1334
1335function initalizeAdvancedBibliographySearch()
1336\{
1337\}
1338
1339function prepareAdvancedBibliographySearch()
1340\{
1341 document.AdvancedBibliographyQueryForm.q.value = "";
1342
1343 for (var i = 0; i < document.AdvancedBibliographyQueryForm.abqv.length; i++) \{
1344 var abqv_value = document.AdvancedBibliographyQueryForm.abqv[i].value;
1345 if (abqv_value != "") \{
1346 var combiner = "&";
1347 if (i < (document.AdvancedBibliographyQueryForm.abqv.length - 1) && document.AdvancedBibliographyQueryForm.abqc[i].value == "or") \{
1348 combiner = "|";
1349 \}
1350 if (document.AdvancedBibliographyQueryForm.abqp[i].value == "1") \{
1351 abqv_value = '"' + abqv_value + '"';
1352 \}
1353 addQueryTerm(document.AdvancedBibliographyQueryForm.q, "[" + abqv_value + "]:" + document.AdvancedBibliographyQueryForm.abqi[i].value, combiner);
1354 \}
1355 \}
1356
1357 // Remove the trailing combiner
1358 document.AdvancedBibliographyQueryForm.q.value = removeFromEnd(document.AdvancedBibliographyQueryForm.q.value, " & ");
1359 document.AdvancedBibliographyQueryForm.q.value = removeFromEnd(document.AdvancedBibliographyQueryForm.q.value, " | ");
1360 alert(document.AdvancedBibliographyQueryForm.q.value);
1361\}
1362}
1363
1364_cicabqline_ {
1365 <tr>
1366 <td style="white-space: nowrap;">
1367 <select name="abqi" onChange="prepareAdvancedBibliographySearch();">
1368 <option value="RE">General keyword</option>
1369 <option value="RR">Author keyword</option>
1370 <option value="RF">Title keyword</option>
1371 </select>
1372
1373 <select name="abqp" onChange="prepareAdvancedBibliographySearch();">
1374 <option value='0'>contains</option>
1375 <option value='1'>is</option>
1376 </select>
1377
1378 <input name='abqv' type='text' style='width: 450px'/>
1379
1380 <select name="abqc" onChange="prepareAdvancedBibliographySearch();">
1381 <option value="and">and</option>
1382 <option value="or">or</option>
1383 </select>
1384 </td>
1385 </tr>
1386}
1387
1388_cicabqlinenocombiner_ {
1389 <tr>
1390 <td style="white-space: nowrap;">
1391 <select name="abqi" onChange="prepareAdvancedBibliographySearch();">
1392 <option value="RE">General keyword</option>
1393 <option value="RR">Author keyword</option>
1394 <option value="RF">Title keyword</option>
1395 </select>
1396
1397 <select name="abqp" onChange="prepareAdvancedBibliographySearch();">
1398 <option value='0'>contains</option>
1399 <option value='1'>is</option>
1400 </select>
1401
1402 <input name='abqv' type='text' style='width: 450px'/>
1403 </td>
1404 </tr>
1405}
1406
1407_cicbibliographysearchpage_ {
1408<div class="cicheading">Bibliography Search</div>
1409_cicblankline_
1410<table>
1411 <tr>
1412 <td>
1413 <form name=BibliographyQueryForm method=get action="_gwcgi_" onSubmit="prepareBibliographySearch();">
1414 <input type="hidden" name="a" value="q">
1415 <input type="hidden" name="fqc" value="and">
1416
1417 <select name="fqf" onChange="prepareBibliographySearch();">
1418 <option value="RE">General keyword</option>
1419 <option value="RR">Author keyword</option>
1420 <option value="RF">Title keyword</option>
1421 </select>
1422
1423 <input name='fqv' type='text' style='width: 450px'/>
1424
1425 <input type="submit" value="_textbeginsearch_" onClick="prepareBibliographySearch();">
1426 </form>
1427 </td>
1428 </tr>
1429</table>
1430
1431<p>&nbsp;</p>
1432
1433<div class="cicsubheading">Advanced Search for References</div>
1434_cicblankline_
1435<form name="AdvancedBibliographyQueryForm" method="get" action="_gwcgi_" onSubmit="prepareAdvancedBibliographySearch();">
1436 <input type="hidden" name="a" value="q">
1437 <input type="hidden" name="q" value="">
1438 <input type="hidden" name="qt" value="1">
1439 <input type="hidden" name="qf" value="1">
1440 <input type="hidden" name="fqa" value="1">
1441 <input type="hidden" name="m" value="-1">
1442
1443 <table>
1444 _cicabqline_
1445 _cicabqline_
1446 _cicabqlinenocombiner_
1447
1448 <tr>
1449 <td>
1450 <div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareAdvancedBibliographySearch();"></div>
1451 </td>
1452 </tr>
1453 </table>
1454</form>
1455}
1456
1457
1458
1459# ------------------------------------------------------------------------------------------
1460# QUERY (Search -> Advanced Search)
1461# ------------------------------------------------------------------------------------------
1462
1463# Hide the "or enter a query directly" box
1464_advancedformextra_ {}
1465
1466# We have our own Javascript for the form searching
1467_formfunctions_ {}
1468
1469# Hide the "search and display results in ... order" text
1470_textformselect_ {}
1471
1472_cicadvancedsearchheader_ {
1473_style:cicheader_(onLoad="initializeAdvancedSearch();")
1474}
1475
1476_cicadvancedsearchpage_ {
1477<div class="cicheading">Advanced Search</div>
1478
1479<noscript>
1480<p><b>_textnojsformwarning_</b></p>
1481</noscript>
1482
1483_cicblankline_
1484<center>
1485 <form name="QueryForm" method="get" action="_gwcgi_">
1486 _advancedforms_
1487 </form>
1488</center>
1489}
1490
1491_cicaqvdefault_ {<input id='aqv_1_field' name='aqv' type='text' style='width: 450px'/>}
1492_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>}
1493
1494_cicaqline_ {
1495<tr>
1496 <td colspan="3" style="white-space: nowrap;">
1497 <center>
1498 <select name="aqi" onChange="changedAQI();">
1499 <option value="">Keyword</option>
1500 <option value="PL">Type of place</option>
1501 <option value="IN">Institution</option>
1502 <option value="AR">Designer</option>
1503 </select>
1504 <input type="hidden" name="aqib" value="">
1505
1506 <select name="aqp" onChange="prepareAdvancedSearch();">
1507 <option value='0'>contains</option>
1508 <option value='1'>is</option>
1509 </select>
1510
1511 <span id="aqv_1_">
1512 _cicaqvdefault_(_1_)
1513 </span>
1514
1515 <select name="aqc" onChange="prepareAdvancedSearch();">
1516 <option value="and">and</option>
1517 <option value="or">or</option>
1518 </select>
1519 </center>
1520 </td>
1521</tr>
1522}
1523
1524_advancedforms_ {
1525<input type="hidden" name="a" value="q">
1526<input type="hidden" name="q" value="">
1527<input type="hidden" name="qt" value="1">
1528<input type="hidden" name="qf" value="1">
1529<input type="hidden" name="fqa" value="1">
1530<input type="hidden" name="m" value="-1">
1531
1532<table>
1533_cicaqline_(0)
1534_cicaqline_(1)
1535_cicaqline_(2)
1536
1537<tr>
1538 <td colspan="3">&nbsp;</td>
1539</tr>
1540
1541<tr>
1542 <td valign="top"><center><b>Function:</b></center></td>
1543 <td valign="top"><center><b>Time period:</b></center></td>
1544 <td valign="top"><center><b>Style:</b></center></td>
1545</tr>
1546
1547<tr>
1548 <!-- Function: Functions metadata, index FU -->
1549 <td valign="top">
1550 <select name="fuq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1551 <option value="academic department building">academic department building</option>
1552 <option value="administration">administration</option>
1553 <option value="admissions office">admissions office</option>
1554 <option value="alumni center">alumni center</option>
1555 <option value="arboretum">arboretum</option>
1556 <option value="archaeological site">archaeological site</option>
1557 <option value="auditorium">auditorium</option>
1558 <option value="bell tower">bell tower</option>
1559 <option value="chapel">chapel</option>
1560 <option value="classrooms">classrooms</option>
1561 <option value="debating society">debating society</option>
1562 <option value="dining hall">dining hall</option>
1563 <option value="facility management building">facility management building</option>
1564 <option value="faculty offices">faculty offices</option>
1565 <option value="gardens">gardens (planned)</option>
1566 <option value="Greek letter society">Greek letter society</option>
1567 <option value="gymnasium">gymnasium</option>
1568 <option value="infirmary">infirmary</option>
1569 <option value="library">library</option>
1570 <option value="master plan campus">master plan (campus)</option>
1571 <option value="master plan landscape">master plan (landscape)</option>
1572 <option value="memorial site">memorial site</option>
1573 <option value="museum">museum</option>
1574 <option value="observatory">observatory</option>
1575 <option value="old main">old main</option>
1576 <option value="outdoor space">outdoor space</option>
1577 <option value="president's house">president's house</option>
1578 <option value="private residence">private residence</option>
1579 <option value="residence hall">residence hall</option>
1580 <option value="stadium">stadium</option>
1581 <option value="student union">student union</option>
1582 <option value="theatre">theatre</option>
1583 <option value="other">other</option>
1584 </select>
1585 </td>
1586
1587 <!-- Time period: Time_period metadata, index TM -->
1588 <td valign="top">
1589 <select name="tmq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1590 <option value="pre 1800">pre-1800</option>
1591 <option value="1800 1850">1800-1850</option>
1592 <option value="1850 1900">1850-1900</option>
1593 <option value="1900 1945">1900-1945</option>
1594 <option value="1945 1995">1945-1995</option>
1595 <option value="post 1995">post-1995</option>
1596 </select>
1597 </td>
1598
1599 <!-- Style: Style metadata, index SY -->
1600 <td valign="top">
1601 <select name="syq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1602 <option value="American colonial">American colonial</option>
1603 <option value="Federal">Federal</option>
1604 <option value="Greek revival">Greek revival</option>
1605 <option value="Italianate">Italianate</option>
1606 <option value="Gothic revival">Gothic revival</option>
1607 <option value="Romanesque revival">Romanesque revival</option>
1608 <option value="Victorian">Victorian</option>
1609 <option value="Beaux arts classicism">Beaux-Arts classicism</option>
1610 <option value="Colonial revival">Colonial revival</option>
1611 <option value="Mission Mission revival">Mission/Mission revival</option>
1612 <option value="Modern pre WWII">Modern/pre-World War II</option>
1613 <option value="Modern post WWII">Modern/post-World War II</option>
1614 <option value="Postmodern">Postmodern</option>
1615 <option value="Contemporary">Contemporary</option>
1616 <option value="Regionalist Vernacular">Regionalist/Vernacular</option>
1617 <option value="Other">Other</option>
1618 </select>
1619 </td>
1620</tr>
1621
1622<tr>
1623 <td colspan="3">&nbsp;</td>
1624</tr>
1625
1626<tr>
1627 <td valign="top"><center><b>Materials:</b></center></td>
1628 <td valign="top"><center><b>Designation:</b></center></td>
1629 <td valign="top"><center><b>State:</b></center></td>
1630</tr>
1631
1632<tr>
1633 <!-- Materials: Materials metadata, index MA -->
1634 <td valign="top">
1635 <select name="maq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1636 <option value="aluminium siding">aluminium siding</option>
1637 <option value="ashlar">ashlar</option>
1638 <option value="asphalt">asphalt</option>
1639 <option value="bluestone">bluestone</option>
1640 <option value="brick">brick</option>
1641 <option value="brownstone">brownstone</option>
1642 <option value="cedar">cedar</option>
1643 <option value="cement">cement</option>
1644 <option value="cinderblock">cinderblock</option>
1645 <option value="clapboard">clapboard</option>
1646 <option value="clay block">clay block</option>
1647 <option value="copper">copper</option>
1648 <option value="cypress">cypress</option>
1649 <option value="dolomite">dolomite</option>
1650 <option value="fiberglass">fiberglass</option>
1651 <option value="fieldstone">fieldstone</option>
1652 <option value="flagstone">flagstone</option>
1653 <option value="foam">foam</option>
1654 <option value="gneiss">gneiss</option>
1655 <option value="granite">granite</option>
1656 <option value="gypsum block">gypsum block</option>
1657 <option value="ignimbrite">ignimbrite</option>
1658 <option value="lathe and plaster">lathe and plaster</option>
1659 <option value="limestone">limestone</option>
1660 <option value="logs">logs</option>
1661 <option value="marble">marble</option>
1662 <option value="masonry">masonry</option>
1663 <option value="plaster">plaster</option>
1664 <option value="quartzite">quartzite</option>
1665 <option value="rubber">rubber</option>
1666 <option value="sandstone">sandstone</option>
1667 <option value="schist">schist</option>
1668 <option value="slate">slate</option>
1669 <option value="steel">steel</option>
1670 <option value="stone">stone</option>
1671 <option value="stucco">stucco</option>
1672 <option value="terra cotta">terra cotta</option>
1673 <option value="tile">tile</option>
1674 <option value="wood">wood</option>
1675 </select>
1676 </td>
1677
1678 <!-- Designation: Designation metadata, index DE -->
1679 <td valign="top">
1680 <select name="deq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1681 <option value="National Register">National Register</option>
1682 <option value="National Historic Landmark">National Historic Landmark</option>
1683 <option value="HABS HAER">HABS/HAER</option>
1684 <option value="Local state">Local and state designations</option>
1685 </select>
1686 </td>
1687
1688 <!-- State: State metadata, index ST -->
1689 <td valign="top">
1690 <select name="stq" onChange="prepareAdvancedSearch();" size="10" multiple="true" style="width: 225px;">
1691 <option value="Northeast">Northeast</option>
1692 <option value="Southeast">Southeast</option>
1693 <option value="Midwest">Midwest</option>
1694 <option value="Southwest">Southwest</option>
1695 <option value="Mountain">Mountain</option>
1696 <option value="West" style="margin-bottom: 10px">West</option>
1697 _cicstateoptions_
1698 </select>
1699 </td>
1700</tr>
1701
1702<tr>
1703 <td colspan="3">
1704 <div style="float:right"><input type="submit" value="_textbeginsearch_" onClick="prepareAdvancedSearch();"></div>
1705 </td>
1706</tr>
1707
1708</table>
1709}
1710
1711_cicadvancedsearchjavascript_ {
1712function initializeAdvancedSearch()
1713\{
1714 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1715 if (document.QueryForm.aqi[i].value == "PL") \{
1716 document.QueryForm.aqp[i].disabled = true;
1717 document.QueryForm.aqp[i].options[1].selected = true;
1718 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
1719 \}
1720 \}
1721
1722 prepareAdvancedSearch();
1723\}
1724
1725function changedAQI()
1726\{
1727 for (var i = 0; i < document.QueryForm.aqi.length; i++) \{
1728 if (document.QueryForm.aqi[i].value != document.QueryForm.aqib[i].value) \{
1729 if (document.QueryForm.aqi[i].value == "PL") \{
1730 document.QueryForm.aqp[i].disabled = true;
1731 document.QueryForm.aqp[i].options[1].selected = true;
1732 document.getElementById("aqv" + i).innerHTML = "_cicaqvtypeofplace_(" + i + ")";
1733 \}
1734 else \{
1735 document.QueryForm.aqp[i].disabled = false;
1736 document.getElementById("aqv" + i).innerHTML = "_cicaqvdefault_(" + i + ")";
1737 \}
1738
1739 document.QueryForm.aqib[i].value = document.QueryForm.aqi[i].value;
1740 \}
1741 \}
1742
1743 prepareAdvancedSearch();
1744\}
1745
1746function prepareAdvancedSearch()
1747\{
1748 document.QueryForm.q.value = "";
1749
1750 for (var aqv_i = 0; aqv_i < document.QueryForm.aqv.length; aqv_i++) \{
1751 var aqv_value = document.QueryForm.aqv[aqv_i].value;
1752 if (aqv_value != "") \{
1753 var real_index = /aqv([0-9]+)field/.exec(document.QueryForm.aqv[aqv_i].id)[1];
1754 var combiner = "&";
1755 if (document.QueryForm.aqc[real_index].value == "or") \{
1756 combiner = "|";
1757 \}
1758 if (document.QueryForm.aqp[real_index].value == "1") \{
1759 aqv_value = '"' + aqv_value + '"';
1760 \}
1761 addQueryTerm(document.QueryForm.q, "[" + aqv_value + "]:" + document.QueryForm.aqi[real_index].value, combiner);
1762 \}
1763 \}
1764
1765 document.QueryForm.q.value += "(";
1766 addIndexValue(document.QueryForm.q, document.QueryForm.fuq, "FU", "&");
1767 addIndexValue(document.QueryForm.q, document.QueryForm.tmq, "TM", "&");
1768 addIndexValue(document.QueryForm.q, document.QueryForm.syq, "SY", "&");
1769 addIndexValue(document.QueryForm.q, document.QueryForm.maq, "MA", "&");
1770 addIndexValue(document.QueryForm.q, document.QueryForm.deq, "DE", "&");
1771 addIndexValue(document.QueryForm.q, document.QueryForm.stq, "ST", "&");
1772 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1773 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
1774 document.QueryForm.q.value += ")";
1775
1776 // Remove the trailing combiner
1777 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, "()");
1778 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " & ");
1779 document.QueryForm.q.value = removeFromEnd(document.QueryForm.q.value, " | ");
1780 // alert(document.QueryForm.q.value);
1781\}
1782
1783function addQueryTerm(query_field_reference, index_value, combiner)
1784\{
1785 if (index_value != "") \{
1786 query_field_reference.value += "(" + index_value + ") " + combiner + " ";
1787 \}
1788\}
1789
1790function addIndexValue(query_field_reference, select_reference, index_code, combiner)
1791\{
1792 var index_value = "";
1793 for (var i = 0; i < select_reference.options.length; i++) \{
1794 if (select_reference.options[i].selected) \{
1795 index_value += ((index_value != "") ? " " + combiner + " " : "");
1796 index_value += '["' + select_reference.options[i].value + '"]:' + index_code;
1797 \}
1798 \}
1799 addQueryTerm(query_field_reference, index_value, "&");
1800\}
1801
1802function removeFromEnd(source_string, offender)
1803\{
1804 if (source_string.length < offender.length) \{
1805 return source_string;
1806 \}
1807
1808 if (source_string.substring(source_string.length - offender.length, source_string.length) != offender) \{
1809 return source_string;
1810 \}
1811
1812 return source_string.substring(0, source_string.length - offender.length);
1813\}
1814}
1815
1816_pagefooterextra_ {
1817_cicblankline_
1818<table cellspacing="0" cellpadding="0" width="100%">
1819<tr>
1820<td align="left">_If_(_prevfirst_,<a href="_gwcgi_?e=_compressedoptions_&amp;a=q&amp;r=_prevfirst_">_textmatches__prevfirst_ - _prevlast_</a>)</td>
1821<td align="right">_If_(_nextfirst_,<a href="_gwcgi_?e=_compressedoptions_&amp;a=q&amp;r=_nextfirst_">_textmatches__nextfirst_ - _nextlast_</a>)</td>
1822</tr>
1823</table>
1824}
1825
1826
1827
1828# ------------------------------------------------------------------------------------------
1829# ANYLINK MENU
1830# ------------------------------------------------------------------------------------------
1831
1832package anylink
1833
1834_anylinkjavascript_ {
1835/***********************************************
1836* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
1837* This notice MUST stay intact for legal use
1838* Visit http://www.dynamicdrive.com/ for full source code
1839***********************************************/
1840
1841/////No further editting needed
1842
1843var ie4=document.all
1844var ns6=document.getElementById&&!document.all
1845
1846if (ie4||ns6) \{
1847document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"><\\/div>')
1848/* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
1849document.write('<iframe id="dropmenuiframe" style="display:none; position: absolute; background-color: white; left: 0px; top: 0px" src="javascript:false" frameBorder="0" scrolling="no"><\\/iframe>')
1850\}
1851
1852function getposOffset(what, offsettype)\{
1853var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
1854var parentEl=what.offsetParent;
1855while (parentEl!=null)\{
1856totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
1857parentEl=parentEl.offsetParent;
1858\}
1859return totaloffset;
1860\}
1861
1862
1863function showhide(obj, e, visible, hidden, menuwidth)\{
1864if (ie4||ns6)
1865dropmenuobj.style.left = "-500px";
1866dropmenuobj.style.top = "-500px";
1867if (menuwidth!="")\{
1868dropmenuobj.widthobj=dropmenuobj.style
1869dropmenuobj.widthobj.width=menuwidth
1870\}
1871if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
1872obj.visibility=visible
1873else if (e.type=="click")
1874obj.visibility=hidden
1875\}
1876
1877function iecompattest()\{
1878return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
1879\}
1880
1881function clearbrowseredge(obj, whichedge)\{
1882var edgeoffset=0
1883if (whichedge=="rightedge")\{
1884var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
1885dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
1886if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
1887edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
1888\}
1889else\{
1890var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
1891var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
1892dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
1893if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)\{ //move up?
1894edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
1895if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
1896edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
1897\}
1898\}
1899return edgeoffset
1900\}
1901
1902function populatemenu(what)\{
1903if (ie4||ns6)
1904dropmenuobj.innerHTML=what.join("")
1905\}
1906
1907
1908function dropdownmenu(obj, e, menucontents, menuwidth)\{
1909if (window.event) event.cancelBubble=true
1910else if (e.stopPropagation) e.stopPropagation()
1911clearhidemenu()
1912dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
1913populatemenu(menucontents)
1914
1915if (ie4||ns6)\{
1916 showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
1917 dropmenuobj.x=getposOffset(obj, "left")
1918 dropmenuobj.y=getposOffset(obj, "top")
1919 dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
1920 dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
1921 /* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
1922 iframeobj = document.getElementById("dropmenuiframe");
1923 iframeobj.style.left = dropmenuobj.style.left;
1924 iframeobj.style.top = dropmenuobj.style.top;
1925 iframeobj.style.width = dropmenuobj.style.width;
1926 iframeobj.style.zIndex = 99;
1927 if (ie4) \{
1928 iframeobj.style.height = dropmenuobj.offsetHeight;
1929 iframeobj.style.display = "block";
1930 \}
1931\}
1932
1933return clickreturnvalue()
1934\}
1935
1936function clickreturnvalue()\{
1937if (ie4||ns6) return false
1938else return true
1939\}
1940
1941function contains_ns6(a, b) \{
1942while (b.parentNode)
1943if ((b = b.parentNode) == a)
1944return true;
1945return false;
1946\}
1947
1948function dynamichide(e)\{
1949if (ie4&&!dropmenuobj.contains(e.toElement))
1950delayhidemenu()
1951else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
1952delayhidemenu()
1953\}
1954
1955function hidemenu(e)\{
1956if (typeof dropmenuobj!="undefined")\{
1957if (ie4||ns6)
1958dropmenuobj.style.visibility="hidden"
1959/* Change to fix IE problem with select boxes, as described at http://dotnetjunkies.com/WebLog/jking/archive/category/139.aspx */
1960iframeobj.style.display = "none"
1961\}
1962\}
1963
1964function delayhidemenu()\{
1965if (ie4||ns6)
1966delayhide=setTimeout("hidemenu()",disappeardelay)
1967\}
1968
1969function clearhidemenu()\{
1970if (typeof delayhide!="undefined")
1971clearTimeout(delayhide)
1972\}
1973
1974if (hidemenu_onclick=="yes")
1975document.onclick=hidemenu
1976}
Note: See TracBrowser for help on using the repository browser.