diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/solrsearch-term-selection-form.tpl.php~	Tue Jun 02 09:16:36 2015 +0200
@@ -0,0 +1,45 @@
+<?php
+drupal_add_js(drupal_get_path('module', 'solrsearch') .'/solrsearch-mpiwg.js');
+?>
+<h1>Browse all Sources</h1>
+
+      <div class="tool box">
+	<form class="autosubmit" action="../solrsearch-terms-change">
+	  <div class="searchbox">
+	   <div>
+	     <!--   <input class="text" type="text" name="search" placeholder="Search Sources"/>
+	      <input class="text" type="hidden" name="mode" value="display"/>
+	      <input class="submit" type="submit" value="&gt;"/> -->
+	    </div>
+	    <div class="extended">
+	    <!--   <a class="internal" href="extendedsearch">Extended Search</a>-->
+	    </div>
+	  </div>
+	  <div class="options">
+            <ul class="inline">
+              <li>
+                <input class="radio autosubmit" type="radio" id="byAuthor" <?php if ($field == "author_c"):?> checked="checked"<?php endif;?> name="browseField" value="author_c"/>
+                <label for="byAuthor">browse by author</label>
+              </li>
+              <li>
+                <input class="radio autosubmit" type="radio" id="byTitle" <?php if ($field == "title_s"):?> checked="checked"<?php endif;?>  name="browseField" value="title_s"/>
+                <label for="byTitle">browse by title</label>
+              </li>
+              <li>
+                <input class="autosubmit" type="submit" value="Change"/>
+              </li>
+            </ul>
+          </div>
+          <div class="atoz-wrapper">	  
+            <div class="atoz">
+              <ul class="inline"><?php print solrsearch_alphapager($field);?>
+	            <li><a href="search.html?startLetter_title_ascii=1" id="atoz-other">other</a>
+	            </li>
+	          </ul>
+              <p>Choose a character</p>
+              <input class="inputfield " type="text">
+              <p>Type combination of characters (dummy)</p>
+	        </div>
+          </div>
+	</form>
+	</div>