comparison templates/solrsearch-term-selection-form.tpl.php~ @ 0:a3750d724105 default tip

initital
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Tue, 02 Jun 2015 09:16:36 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a3750d724105
1 <?php
2 drupal_add_js(drupal_get_path('module', 'solrsearch') .'/solrsearch-mpiwg.js');
3 ?>
4 <h1>Browse all Sources</h1>
5
6 <div class="tool box">
7 <form class="autosubmit" action="../solrsearch-terms-change">
8 <div class="searchbox">
9 <div>
10 <!-- <input class="text" type="text" name="search" placeholder="Search Sources"/>
11 <input class="text" type="hidden" name="mode" value="display"/>
12 <input class="submit" type="submit" value="&gt;"/> -->
13 </div>
14 <div class="extended">
15 <!-- <a class="internal" href="extendedsearch">Extended Search</a>-->
16 </div>
17 </div>
18 <div class="options">
19 <ul class="inline">
20 <li>
21 <input class="radio autosubmit" type="radio" id="byAuthor" <?php if ($field == "author_c"):?> checked="checked"<?php endif;?> name="browseField" value="author_c"/>
22 <label for="byAuthor">browse by author</label>
23 </li>
24 <li>
25 <input class="radio autosubmit" type="radio" id="byTitle" <?php if ($field == "title_s"):?> checked="checked"<?php endif;?> name="browseField" value="title_s"/>
26 <label for="byTitle">browse by title</label>
27 </li>
28 <li>
29 <input class="autosubmit" type="submit" value="Change"/>
30 </li>
31 </ul>
32 </div>
33 <div class="atoz-wrapper">
34 <div class="atoz">
35 <ul class="inline"><?php print solrsearch_alphapager($field);?>
36 <li><a href="search.html?startLetter_title_ascii=1" id="atoz-other">other</a>
37 </li>
38 </ul>
39 <p>Choose a character</p>
40 <input class="inputfield " type="text">
41 <p>Type combination of characters (dummy)</p>
42 </div>
43 </div>
44 </form>
45 </div>