Fixed syntax error in CSS
[pazpar2-moved-to-github.git] / www / demo / page_segments.phpi
index cfc5487..b553e01 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-/* $Id: page_segments.phpi,v 1.7 2007-01-05 13:53:33 sondberg Exp $
+/* $Id: page_segments.phpi,v 1.10 2007-01-15 04:34:29 quinn Exp $
  * ---------------------------------------------------
  * Page segments 
  */
@@ -40,6 +40,8 @@ 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">
@@ -47,17 +49,17 @@ function insert_header () {
           <b>Limit search results</b><br />
           Narrow your search by using the keywords below:<br />
           <br />
-          <a id="facet_subject" href="#" class="selected"
+          <a id="facet_subject" class="unselected"
              onclick="toggle_facet(this)">Subject</a>
           <span id="facet_subject_terms" class="facet"
-               style="display: none;">None</span>
+               style="display: block;"></span>
           
           <br />
 
-          <a id="facet_author" href="#" class="selected"
+          <a id="facet_author" class="unselected"
              onclick="toggle_facet(this)">Author</a>
           <span id="facet_author_terms" class="facet"
-               style="display: none;">None</span>
+               style="display: block;"></span>
           
         </div>
         <div class="content" id="body">