[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl [dev_week]
From: |
Owen Leonard |
Subject: |
[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl [dev_week] |
Date: |
Fri, 13 Oct 2006 14:08:22 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Owen Leonard <oleonard> 06/10/13 14:08:22
Modified files:
koha-tmpl/opac-tmpl/npl/en: opac-detail.tmpl
Log message:
Update status display so that existence of one status doesn't prevent
the display of another. Formatting still needs a little work.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.19.2.14&r2=1.1.2.19.2.15
Patches:
Index: opac-detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v
retrieving revision 1.1.2.19.2.14
retrieving revision 1.1.2.19.2.15
diff -u -b -r1.1.2.19.2.14 -r1.1.2.19.2.15
--- opac-detail.tmpl 7 Oct 2006 18:48:37 -0000 1.1.2.19.2.14
+++ opac-detail.tmpl 13 Oct 2006 14:08:22 -0000 1.1.2.19.2.15
@@ -17,7 +17,7 @@
</div>
<div class="further">
<h4>Search for this title in:</h4>
-<ul><!-- Display for NPL // <li><a
href="http://search3.webfeat.org/cgi-bin/webfeat.dll?Command=Search&BypassSessData=yes&noserial=1&Databases=wf_sirsdiscover,wf_elibrary2_e,wf_ebonline,wf_healthsourceconsumer,wf_masterfileprem,wf_newspapersource&wf_cat=0&Client_ID=oplin&wf_all_years=yes&wf_field1=wf_keyword&wf_term1=<!--
TMPL_VAR NAME="title" -->&rurl=http%3A//www.oplin.org/&wut_code=OH0156">Local
Databases (OPLIN)</a></li> //Display for NPL -->
+<ul><li><a
href="http://search3.webfeat.org/cgi-bin/webfeat.dll?Command=Search&BypassSessData=yes&noserial=1&Databases=wf_sirsdiscover,wf_elibrary2_e,wf_ebonline,wf_healthsourceconsumer,wf_masterfileprem,wf_newspapersource&wf_cat=0&Client_ID=oplin&wf_all_years=yes&wf_field1=wf_keyword&wf_term1=<!--
TMPL_VAR NAME="title" -->&rurl=http%3A//www.oplin.org/&wut_code=OH0156">Local
Databases (OPLIN)</a></li>
<li><a href="http://worldcat.org/search?q=<!-- TMPL_VAR NAME="title"
ESCAPE="url" -->">Other Libraries (WorldCat)</a></li>
<li><a href="http://www.scholar.google.com/scholar?q=<!-- TMPL_VAR
NAME="title" ESCAPE="url" -->">Other Databases (Google
Scholar)</a></li></ul></div>
</div>
@@ -103,20 +103,12 @@
(<!-- TMPL_VAR
NAME="itemcallnumber" -->)
<!-- /TMPL_IF -->
</td>
- <td>
- <!-- TMPL_IF name="itemlost" -->
- Item Lost
- <!-- TMPL_ELSE -->
- <!-- TMPL_IF
name="notforloantext" -->
- <!-- TMPL_VAR
name="notforloantext" -->
- <!-- TMPL_ELSE -->
- <!-- TMPL_IF
name="datedue"-->
- On Loan
- <!-- TMPL_ELSE -->
- <!-- TMPL_IF
NAME="wthdrawn" -->Item Cancelled<!-- TMPL_ELSE -->Available<!-- /TMPL_IF -->
- <!-- /TMPL_IF -->
- <!-- /TMPL_IF -->
- <!-- /TMPL_IF -->
+<td>
+ <!-- TMPL_IF name="datedue" -->Checked Out<!-- /TMPL_IF-->
+ <!-- TMPL_IF name="notforloantext" --><!-- TMPL_VAR
name="notforloantext" --><!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="itemlost"-->Item Lost<!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="wthdrawn" -->Item Cancelled<!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="binding" -->Damaged<!-- /TMPL_IF -->
</td>
<td><!-- TMPL_VAR NAME="datedue" --></td>
<td><!-- TMPL_VAR NAME="datelastseen" --></td></tr>