Ignore:
Timestamp:
2017-03-20T19:56:14+13:00 (7 years ago)
Author:
davidb
Message:

Main changes: Fix for page/seqnum; group by id; show-hide other languages; sweedish pos language added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/wcsa/extracted-features-solr/trunk/web-portal/index.html

    r31385 r31524  
    1313        <link href="HTRC_Mashup--Home_files/font-awesome.css" rel="stylesheet">
    1414        <link href="HTRC_Mashup--Home_files/tomorrow.css" rel="stylesheet">
    15 
     15    <link href="HTRC_Mashup--Home_files/jquery-ui-lightness-1.12.1/jquery-ui.min.css" rel="stylesheet">
     16   
    1617        <link href="index.css" rel="stylesheet">
    1718   
    1819        <script src="HTRC_Mashup--Home_files/highlight.js"></script>
    1920        <script src="HTRC_Mashup--Home_files/jquery.js"></script>
     21    <script src="HTRC_Mashup--Home_files/jquery-ui-lightness-1.12.1/jquery-ui.min.js"></script>
    2022        <script src="HTRC_Mashup--Home_files/stupidtable.js"></script>
    2123        <script src="HTRC_Mashup--Home_files/bootstrap.js"></script>
     
    162164            <div class="col-md-12">
    163165
    164           <h2>Paged-based Extracted Feature Search (Prototype)</h2>
    165           <form action="htrc-full-ef/select" id="search-form">
     166          <h2>Unigram Paged-based Extracted Feature Search (Prototype)</h2>
     167          <form action="htrc-full-ef20/select" id="search-form">
    166168        <input type="hidden" id="indent" name="indent" value="on"/>
    167169        <input type="hidden" id="wt" name="wt" value="json"/>
    168170        <input type="hidden" id="start" name="start" value="0"/>
    169171        <input type="hidden" id="rows" name="rows" value="20"/>
    170         <input type="text"   id="q" name="q" style="width: 600px;"/>
    171         <input type="submit" id="search-submit" />
    172 
     172        <input type="text"   class="search-in-progress" id="q" name="q" style="width: 600px;"/>
     173        <input type="submit" class="search-in-progress" id="search-submit" />
     174        <br><input type="checkbox" id="group-results-by-id" name="group-results-by-vol" value="on">Group by Volume
     175       
    173176        <div id="pos-fieldsets">
    174177        </div>
     
    268271        </div>
    269272
    270         <fieldset>
     273        <fieldset class="show-hide-lang">
    271274          <legend style="margin-bottom: 5px; padding-top: 15px;">
    272275            Other Languages (without modelled parts-of-speech)
     
    295298    <li><a href="admin.html">HTRC-EF Solr Admin UI (log in)</a></li>
    296299    <li><a href="luke_lang_mappings.html">Dynamically Generated Language Map (Part-of-Speech, and Other)</a></li>
     300    <!--
    297301    <li><a href="/solr/htrc-full-ef_shard6_replica1/admin/luke">Luke XML on shard</a></li>
     302-->
     303    <li><a href="/solr/htrc-full-ef20_shard6_replica1/admin/luke">Luke XML on shard</a></li>
    298304      </ul>
    299305    </div>
Note: See TracChangeset for help on using the changeset viewer.