Changeset 13136 for trunk/cic-hcap


Ignore:
Timestamp:
2006-10-20T09:30:09+13:00 (18 years ago)
Author:
mdewsnip
Message:

Moved the text from the old "About -> Introduction" page onto the home page, and made "About -> Introduction" link to the home page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/macros/extra.dm

    r13104 r13136  
    3131}
    3232
    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>}
     33_cicaboutmenu_ {<a id="btn_about" href="_gwcgi_?a=p&amp;p=home" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, aboutmenu, '233px')" onMouseout="delayhidemenu()">About</a>}
    3434
    3535_cicbrowsemenu_ {<a id="btn_browse" href="_gwcgi_?a=p&amp;p=institutions" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, browsemenu, '233px')" onMouseout="delayhidemenu()">Browse</a>}
     
    7070   // Contents of the "about" menu
    7171   var aboutmenu = new Array()
    72    aboutmenu[0] = '<a href="_gwcgi_?a=p&p=about">Introduction<\\/a>'
     72   aboutmenu[0] = '<a href="_gwcgi_?a=p&p=home">Introduction<\\/a>'
    7373   aboutmenu[1] = '<a href="_gwcgi_?a=p&p=background">Project Background<\\/a>'
    7474   aboutmenu[2] = '<a href="_gwcgi_?a=p&p=copyright">Copyright Information<\\/a>'
     
    127127<hr>
    128128<center>
    129 <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 />
     129<a href="mailto:[email protected]">Contact us</a> / <a href="_gwcgi_?a=p&amp;p=home">About Site</a> / <a href="http://www.cic.edu">About CIC</a><br />
    130130&copy; 2006<br />
    131131Council of Independent Colleges<br />
     
    204204<table cellspacing="0" cellpadding="0">
    205205  <tr>
    206     <td id="cichomephotoarea">
     206    <td id="cichomephotoarea" valign="top">
    207207      <img id="cichomephoto" src="_httpcollection_/images/mainphoto/blank.gif" alt="HCAP Photo" /><br />
    208208      <span id="cichomephotocaption">&nbsp;</span>
    209209    </td>
    210210
    211     <td id="cichometext">
    212       <img src="_httpcollection_/images/home_headline.gif" alt="Buildings, campus plans, open spaces, and heritage sites." />
    213       <p>Welcome to the Council of Independent Colleges Historic Campus Architecture Project - the first national architecture and landscape resource about independent college campuses.</p>
    214       <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>
     211    <td id="cichometext" valign="top">
     212      <div class="cicheading">Welcome</div>
     213
     214      <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>
     215
     216      <p><b>List of Participating Institutions</b>: <a href="http://www.cic.org/projects_services/grants/getty_participants.pdf">Click here</a> to view the list of institutions and sites that are included in the CIC HCAP database. <br /><span style="font-size: 0.8em; line-height: 1.6em;">(This file is in PDF format. To view, you will need Adobe Acrobat, available for free from the <a href="http://www.adobe.com/products/acrobat/readermain.html">Adobe website</a>.)</span></p>
    215217    </td>
    216218  </tr>
    217219</table>
    218 }
    219 
    220 
    221 
    222 # ------------------------------------------------------------------------------------------
    223 #   ABOUT
    224 # ------------------------------------------------------------------------------------------
    225 
    226 package about
    227 
    228 _cicpagecontent_ {
    229 <div class="cicheading">Welcome</div>
    230 
    231 <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>
    232 
    233 <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>
    234220}
    235221
Note: See TracChangeset for help on using the changeset viewer.