Changeset 12218 for trunk/cic-hcap


Ignore:
Timestamp:
2006-07-13T15:54:38+12:00 (18 years ago)
Author:
mdewsnip
Message:

Tidied up the look of the new bibliography search page.

File:
1 edited

Legend:

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

    r12217 r12218  
    11511151
    11521152_cicabqline_ {
    1153 <tr>
    1154   <td>
    1155     <center>
     1153  <tr>
     1154    <td>
    11561155      <nobr>
    1157         <select name="abqi" onChange="changedABQI();">
     1156        <select name="abqi" onChange="prepareBibliographySearch();">
    11581157      <option value="RE">General keyword</option>
    11591158      <option value="RR">Author keyword</option>
     
    11731172    </select>
    11741173      </nobr>
    1175     </center>
    1176   </td>
    1177 </tr>
     1174    </td>
     1175  </tr>
    11781176}
    11791177
     
    11831181<p/>
    11841182<table>
    1185   <form name=BibliographyQueryForm method=get action="_gwcgi_" onSubmit="prepareBibliographySearch();">
    1186     <input type="hidden" name="a" value="q">
    1187     <input type="hidden" name="fqc" value="and">
    1188     <input type="hidden" name="fqf" value="RE">
    1189     <input type="hidden" name="fqv" value="">
    1190     <nobr><span class="cicqueryfieldtext">Search: </span><input type="text" name="txq" value="" size="40" style="border: solid 1px #005400;"></nobr>
    1191   </form>
    1192 
    1193   <p/>
    1194   &nbsp;
    1195   <p/>
    1196   <div class="cicsubheading">Advanced Search for References</div>
    1197 
    1198   <p/>
    1199   <center>
    1200     <form name=AdvancedBibliographyQueryForm method=get action="_gwcgi_" onSubmit="prepareAdvancedBibliographySearch();">
     1183  <tr>
     1184    <td>
     1185    <form name=BibliographyQueryForm method=get action="_gwcgi_" onSubmit="prepareBibliographySearch();">
    12011186      <input type="hidden" name="a" value="q">
    1202       _cicabqline_
    1203       _cicabqline_
    1204       _cicabqline_
     1187
     1188      <select name="bqi" onChange="prepareBibliographySearch();">
     1189        <option value="RE">General keyword</option>
     1190        <option value="RR">Author keyword</option>
     1191        <option value="RF">Title keyword</option>
     1192      </select>
     1193
     1194      <input name='bqv' type='text' style='width: 450px'/>
    12051195    </form>
     1196    </td>
     1197  </tr>
     1198</table>
     1199
     1200<p/>
     1201&nbsp;
     1202<p/>
     1203<div class="cicsubheading">Advanced Search for References</div>
     1204
     1205<p/>
     1206<form name=AdvancedBibliographyQueryForm method=get action="_gwcgi_" onSubmit="prepareAdvancedBibliographySearch();">
     1207  <input type="hidden" name="a" value="q">
     1208
     1209  <table>
     1210    _cicabqline_
     1211    _cicabqline_
     1212    _cicabqline_
    12061213
    12071214    <tr>
     
    12101217      </td>
    12111218    </tr>
    1212   </center>
    1213 </table>
     1219  </table>
     1220</form>
    12141221}
    12151222
Note: See TracChangeset for help on using the changeset viewer.