Fixed full display
[pazpar2-moved-to-github.git] / www / demo / page_segments.phpi
index 2b3da07..98863cd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-/* $Id: page_segments.phpi,v 1.4 2007-01-05 10:05:19 sondberg Exp $
+/* $Id: page_segments.phpi,v 1.12 2007-01-16 15:02:35 quinn Exp $
  * ---------------------------------------------------
  * Page segments 
  */
@@ -21,7 +21,7 @@ function insert_header () {
     <div class="container">
       <div class="topbar">
         <a href=".">
-          <img id="logo" src="gfx/logo.gif" width="155" height="36"
+          <img id="logo" src="gfx/logo3.png" width="155" height="36"
                alt="Keystone Retriever" />
         </a>
         <div class="topmenu">
@@ -40,25 +40,27 @@ function insert_header () {
             <input type="hidden" name="action_type" id="action_type"
                    value="search"/>
           </form>
+         <p>
+          <class class="sort" id="sortselect"></class>
         </div>
       </div>
       <div class="main">
-        <div class="leftbar" id="termlist">
+        <div class="leftbar" id="termlists">
           <b>Limit search results</b><br />
           Narrow your search by using the keywords below:<br />
           <br />
-          <a id="facet_subject_title" href="#" class="selected">Subject</a>
-          <div id="facet_subject_terms"></div>
+          <a id="facet_subject" class="unselected"
+             onclick="toggle_facet(this)">Subject</a>
+          <span id="facet_subject_terms" class="facet"
+               style="display: block;"></span>
+          
           <br />
-          <a id="facet_author_title" href="#" class="selected">Author</a>
-          <div id="facet_author_terms"></div>
-          <br />
-          <a id="facet_institution_title" href="#"
-             class="selected">Institution</a>
-          <div id="facet_institution_terms"></div>
-          <br />
-          <a id="facet_date_title" href="#" class="selected">Date</a>
-          <div id="facet_date_terms"></div>
+
+          <a id="facet_author" class="unselected"
+             onclick="toggle_facet(this)">Author</a>
+          <span id="facet_author_terms" class="facet"
+               style="display: block;"></span>
+          
         </div>
         <div class="content" id="body">
 END_OF_HEADER;