Author: michiel
Date: 2010-03-30 18:15:55 +0200 (Tue, 30 Mar 2010)
New Revision: 41686

Modified:
   
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/pathsearch.jspx
   
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/style.css
Log:
a bit of styling

Modified: 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/pathsearch.jspx
===================================================================
--- 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/pathsearch.jspx
       2010-03-30 16:15:12 UTC (rev 41685)
+++ 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/pathsearch.jspx
       2010-03-30 16:15:55 UTC (rev 41686)
@@ -1,5 +1,6 @@
 <?xml version="1.0" ?>
 <mm-sre:html
+    styleClass="pathsearch"
     xmlns:mm-sre="urn:jsptagdir:/WEB-INF/tags/mm/searchrelateexample"
     xmlns:mm-srt="urn:jsptagdir:/WEB-INF/tags/mm/searchrelate"
     xmlns:mm-sr="http://www.mmbase.org/tags/mm/searchrelate";
@@ -20,7 +21,7 @@
   <mm-sr:pathsearch path="mags,posrel,news" />
 
   <p>Straight forward two step searcher, not indicated role, finding people</p>
-  <mm-sr:pathsearch path="news,people" />
+  <mm-sr:pathsearch path="news,people" pagesize="100" />
 
   <p>Straight forward three step searcher to find people</p>
   <mm-sr:pathsearch path="mags,news,people" />

Modified: 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/style.css
===================================================================
--- 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/style.css 
    2010-03-30 16:15:12 UTC (rev 41685)
+++ 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/style.css 
    2010-03-30 16:15:55 UTC (rev 41686)
@@ -13,6 +13,12 @@
 }
 
 
+body.pathsearch .searchresult.implicit {
+  display: block;
+}
+body.pathsearch form.searchform {
+  display: none;
+}
 
 body.search .searchresult.implicit {
   display: block;
@@ -193,6 +199,20 @@
   cursor: pointer;
 }
 
+table.mmsr_pathsearch {
+  width: 100%;
+}
+table.mmsr_pathsearch th.last {
+  text-decoration: underline;
+  text-transform: uppercase;
+}
+
 table.mmsr_pathsearch td {
   vertical-align: top;
+}
+table.mmsr_pathsearch.steps_3 th {
+  width: 33%;
+}
+table.mmsr_pathsearch.steps_2 th {
+  width: 50%;
 }
\ No newline at end of file

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to