[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/catalogue... [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Tue Dec 19 19:46:06 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	06/12/19 18:46:06

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en/catalogue: results.tmpl 

Log message:
	

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/catalogue/results.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: results.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/catalogue/Attic/results.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- results.tmpl	19 Dec 2006 18:21:28 -0000	1.1.2.1
+++ results.tmpl	19 Dec 2006 18:46:06 -0000	1.1.2.2
@@ -51,6 +51,30 @@
 <!-- TMPL_VAR NAME="query_error" -->
 <!-- /TMPL_IF -->
 
+<div id="breadcrumbs">
+  <!-- TMPL_IF NAME="searchdesc" -->
+    <p>
+    <!-- TMPL_IF name="total" -->
+      <strong>&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</strong>returned <!-- TMPL_VAR NAME="total" --> results.
+
+      <!-- TMPL_IF NAME="available" -->
+        Showing only <strong>available</strong> items. <a href="/search?q=<!-- TMPL_VAR NAME="searchdesc" -->">Show all items</a>
+      <!-- TMPL_ELSE -->
+        Limit to <a href="/search?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;limit=available">currently available items.</a>
+      <!-- /TMPL_IF -->
+
+      <!-- TMPL_IF NAME="related" -->
+        (related searches: <!-- TMPL_LOOP NAME="related" --><!-- TMPL_VAR NAME="related_search" --><!-- /TMPL_LOOP -->).
+      <!-- /TMPL_IF -->
+    <!-- TMPL_ELSE -->
+      <strong>&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</strong>
+      <!-- TMPL_VAR NAME="search_error" -->
+    <!-- /TMPL_IF -->
+    </p>
+  <!-- /TMPL_IF -->
+</div>
+
+
 <!-- Search Results Table -->
 <!-- TMPL_IF NAME="total" -->
 <!-- TMPL_IF NAME="scan" -->





More information about the Koha-cvs mailing list