Present facets in the right style.
authorAnders S. Mortensen <sondberg@indexdata.dk>
Fri, 5 Jan 2007 13:45:35 +0000 (13:45 +0000)
committerAnders S. Mortensen <sondberg@indexdata.dk>
Fri, 5 Jan 2007 13:45:35 +0000 (13:45 +0000)
www/demo/search.js
www/demo/settings.phpi

index dd06abd..633b10b 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: search.js,v 1.3 2007-01-05 13:33:47 sondberg Exp $
+/* $Id: search.js,v 1.4 2007-01-05 13:45:35 sondberg Exp $
  * ---------------------------------------------------
  * Javascript container
  */
@@ -258,7 +258,7 @@ function show_termlist()
     }
     else
     {
-       body.innerHTML = "<b>Limit results:</b><br>";
+       body.innerHTML = '';
        
         for (i = 0; i < hits.length; i++)
        {
@@ -267,8 +267,8 @@ function show_termlist()
                body.innerHTML += '<a href="#" onclick="refine_query(this)">' +
                                   namen[0].childNodes[0].nodeValue +
                                   '</a>';
-           body.innerHTML += '<br>';
        }
+
        if (clients > 0)
            termtimer = setTimeout(check_termlist, 1000);
     }
index c40101a..5bc3c6f 100644 (file)
@@ -1,12 +1,13 @@
 <?php
 
-/* $Id: settings.phpi,v 1.2 2007-01-05 09:46:30 sondberg Exp $
+/* $Id: settings.phpi,v 1.3 2007-01-05 13:45:35 sondberg Exp $
  * -------------------------------------------------
  * Global settings for the Keystone Retriever
  */
 
 
-$show_status = 1;
+// Display a status bar in the user interface:
+$show_status = 0;
 
 
 ?>