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

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

New "About -> Introduction" page.

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