Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 1 | <header> |
Nils Diewald | eb25f5f | 2015-05-08 00:44:42 +0000 | [diff] [blame] | 2 | <%= link_to 'index', class => 'logo', begin %><h1><span><%= title() // loc('korap_desc') %></span></h1><% end %> |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 3 | <div class="button top"> |
Akron | c82b1bc | 2018-11-18 18:06:14 +0100 | [diff] [blame] | 4 | %= content_block 'headerButtonGroup' |
Nils Diewald | 1940214 | 2015-04-30 15:44:52 +0000 | [diff] [blame] | 5 | </div> |
Akron | c1457bf | 2015-06-11 19:24:00 +0200 | [diff] [blame] | 6 | <form autocomplete="off" action="<%= url_for 'index' %>" id="searchform"> |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 7 | <div id="searchbar"> |
Akron | 36c020f | 2018-03-19 16:25:26 +0100 | [diff] [blame] | 8 | %= search_field 'q', id => 'q-field', autofocus => 'autofocus', placeholder => loc('searchplaceholder'), spellcheck => 'false', autocomplete => 'off', autocorrect => 'off', autocapitalize => 'off' |
hebasta | 5df796f | 2019-05-21 15:27:12 +0200 | [diff] [blame] | 9 | <button type="submit" id="qsubmit" title="<%= loc 'go' %>"><span><%= loc 'go' %></span></button> |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 10 | </div> |
Akron | c1457bf | 2015-06-11 19:24:00 +0200 | [diff] [blame] | 11 | |
Akron | cd42a14 | 2019-07-12 18:55:37 +0200 | [diff] [blame^] | 12 | <!-- Search in the following virtual corpus --> |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 13 | <div id="vc-view"></div> |
Akron | c1457bf | 2015-06-11 19:24:00 +0200 | [diff] [blame] | 14 | <%= loc 'in' %> |
Akron | 179c8ac | 2015-06-30 19:30:50 +0200 | [diff] [blame] | 15 | %# TODO: Create 'align' parameter |
Akron | cd42a14 | 2019-07-12 18:55:37 +0200 | [diff] [blame^] | 16 | %= text_field 'cq', id => 'cq' |
Akron | 9cc3eaf | 2015-06-10 22:15:52 +0200 | [diff] [blame] | 17 | |
Nils Diewald | fccfbcb | 2015-04-29 20:48:19 +0000 | [diff] [blame] | 18 | <%= loc 'with' %> |
| 19 | <span class="select"> |
Akron | ef351fa | 2017-11-22 19:44:50 +0100 | [diff] [blame] | 20 | %= select_field 'ql', [[loc('QL_poliqarp') => 'poliqarp'], [loc('QL_cosmas2') => 'cosmas2'], [loc('QL_annis') => 'annis'], [loc('QL_cql') => 'cql'], [loc('QL_fcsql') => 'fcsql']], id => 'ql-field' |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 21 | </span> |
| 22 | <div class="button right"> |
| 23 | % param(cutoff => 1) unless param 'q'; |
| 24 | %= check_box cutoff => 1, id => 'q-cutoff-field', class => 'checkbox' |
Akron | e9e5e83 | 2019-04-02 14:56:23 +0200 | [diff] [blame] | 25 | <label for="q-cutoff-field" title="<%= loc('glimpse_desc') %>"><span id="glimpse"></span><%= loc('glimpse') %></label> |
Akron | 6a535d4 | 2015-08-26 20:16:58 +0200 | [diff] [blame] | 26 | <%= link_to 'doc_start', title => loc('tutorial'), class => "tutorial", id => "view-tutorial", tabindex => '-1', begin %><span><%= loc 'tutorial' %></span><% end %> |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 27 | </div> |
Akron | 1120a58 | 2017-10-17 12:29:16 +0200 | [diff] [blame] | 28 | <div class="clear"></div> |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 29 | </form> |
| 30 | </header> |