Changeset 11980


Ignore:
Timestamp:
2006-06-29T15:07:34+12:00 (18 years ago)
Author:
mdewsnip
Message:

Added "private residence" searching option, and fixed up the Designation search.

File:
1 edited

Legend:

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

    r11979 r11980  
    966966      <option value="outdoor space">outdoor space</option>
    967967      <option value="presidents house">president's house</option>
     968      <option value="private residence">private residence</option>
    968969      <option value="residence hall">residence hall</option>
    969970      <option value="stadium">stadium</option>
     
    10651066  </td>
    10661067
    1067   <!-- Designation: Designation metadata, index ? -->
     1068  <!-- Designation: Designation metadata, index DE -->
    10681069  <td valign="top">
    1069     <select name="dsq" onChange="prepareadvancedsearch();" size="10" multiple="true" style="width: 225px;">
     1070    <select name="deq" onChange="prepareadvancedsearch();" size="10" multiple="true" style="width: 225px;">
    10701071      <option value="National Register">National Register</option>
    10711072      <option value="National Historic Landmark">National Historic Landmark</option>
     
    12171218   addIndexValue(document.QueryForm.q, document.QueryForm.syq, "SY");
    12181219   addIndexValue(document.QueryForm.q, document.QueryForm.maq, "MA");
     1220   addIndexValue(document.QueryForm.q, document.QueryForm.deq, "DE");
    12191221   addIndexValue(document.QueryForm.q, document.QueryForm.stq, "ST");
    12201222
Note: See TracChangeset for help on using the changeset viewer.