Changeset 12079


Ignore:
Timestamp:
2006-07-07T11:33:16+12:00 (18 years ago)
Author:
mdewsnip
Message:

More new stuff on the "search institutions by state" page.

File:
1 edited

Legend:

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

    r12069 r12079  
    860860}
    861861
     862# What is displayed on the submit buttons
     863_textbeginsearch_ {Search}
     864
    862865
    863866
     
    869872<span class="cicheading">State Search</span>
    870873
    871 <center>
    872   <select name="stq" size="10" multiple="true" style="width: 125px;">
    873     _cicstateoptions_
    874   </select>
    875 </center>
     874<div style="float:right">
     875  <form name=StateQueryForm method=get action="_gwcgi_" onSubmit="preparestatesearch();">
     876    <select name="stq" size="25" multiple="true" style="width: 125px;">
     877      _cicstateoptions_
     878    </select>
     879
     880    <p/>
     881    <center><input type="submit" value="_textbeginsearch_" onClick="preparestatesearch();></center>
     882  </form>
     883</div>
    876884}
    877885
     
    971979_pagescriptextra_ {}
    972980
    973 # What is displayed on the "advanced search" submit button
    974 _textbeginsearch_ {Search}
    975 
    976981# Hide the "search and display results in ... order" text
    977982_textformselect_ {}
     
    12551260\}
    12561261
     1262function preparestatesearch()
     1263\{
     1264\}
     1265
    12571266function initializeadvancedsearch()
    12581267\{
Note: See TracChangeset for help on using the changeset viewer.