koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-searchresults.tmpl,


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-searchresults.tmpl,1.1,1.2
Date: Thu, 17 Feb 2005 13:22:56 -0800

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1794/koha-tmpl/opac-tmpl/npl/en

Modified Files:
        opac-searchresults.tmpl 
Log Message:
Synching with default template

Index: opac-searchresults.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-searchresults.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-searchresults.tmpl     20 Oct 2004 19:15:07 -0000      1.1
--- opac-searchresults.tmpl     17 Feb 2005 21:22:54 -0000      1.2
***************
*** 50,55 ****
                        <td><input type="checkbox" name="bibid" value="<!-- 
TMPL_VAR NAME="bibid" -->"></td>
                         <td><img src="<!-- TMPL_VAR NAME="themelang" 
-->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR 
NAME="itemtype" -->" title="<!-- TMPL_VAR NAME="itemtype" -->" /></td>
!                               <td>
! <a class="transparent" href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR 
NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --> <!-- 
TMPL_VAR NAME="subtitle" --></a> <!-- TMPL_IF name="publicationyear" --> - <!-- 
TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
                                                <!-- TMPL_IF 
name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF 
-->
                                                <!-- TMPL_IF name="place" --> ; 
<!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
--- 50,55 ----
                        <td><input type="checkbox" name="bibid" value="<!-- 
TMPL_VAR NAME="bibid" -->"></td>
                         <td><img src="<!-- TMPL_VAR NAME="themelang" 
-->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR 
NAME="itemtype" -->" title="<!-- TMPL_VAR NAME="itemtype" -->" /></td>
!                               <td><!-- TMPL_IF name="BiblioDefaultViewmarc" 
--><a href="/cgi-bin/koha/opac-MARCdetail.pl?bib=<!-- TMPL_VAR 
NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --> <!-- 
TMPL_VAR NAME="subtitle" --></a><!-- TMPL_ELSE --><!-- TMPL_IF 
name="BiblioDefaultViewisbd" --><a 
href="/cgi-bin/koha/opac-ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" 
ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" 
--></a><!-- TMPL_ELSE --><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- 
TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --> 
<!-- TMPL_VAR NAME="subtitle" --></a><!-- /TMPL_IF --><!-- /TMPL_IF -->         
                     
!                        <!-- TMPL_IF name="publicationyear" --> - <!-- 
TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
                                                <!-- TMPL_IF 
name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF 
-->
                                                <!-- TMPL_IF name="place" --> ; 
<!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
***************
*** 60,73 ****
                                        <td><a 
href="/cgi-bin/koha/opac-search.pl?marclist=biblio.author&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=<!--
 TMPL_VAR NAME="author" ESCAPE="URL" 
-->&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search"><!-- 
TMPL_VAR NAME="author" --></a></td>
  <td><!-- TMPL_VAR NAME="classification" --></td>
!                               <td>
!                                       <!-- TMPL_VAR name="totitem" -->
!                               </td>
!                               <td><!-- TMPL_VAR name="locationstring" -->
!                               <!--    <!-- TMPL_LOOP name="CN" -->
!                                               <!-- TMPL_VAR 
name="holdingbranch" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR 
name="itemcallnumber" -->)<!-- /TMPL_IF -->
!                                       <!-- /TMPL_LOOP --> -->
!                               </td>
!                       </tr>
!               <!-- /TMPL_LOOP -->
        </table>
  </form>
--- 60,65 ----
                                        <td><a 
href="/cgi-bin/koha/opac-search.pl?marclist=biblio.author&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=<!--
 TMPL_VAR NAME="author" ESCAPE="URL" 
-->&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search"><!-- 
TMPL_VAR NAME="author" --></a></td>
  <td><!-- TMPL_VAR NAME="classification" --></td>
!                               <td><!-- TMPL_VAR name="totitem" -->
!                               </td><td><!-- TMPL_LOOP name="CN" --><!-- 
TMPL_VAR name="holdingbranch" --> <!-- TMPL_VAR name="location" -->   <!-- 
TMPL_IF name="date_due" -->        <i>(On Loan until <!-- TMPL_VAR 
name="date_due" -->)</i><!-- TMPL_ELSE --><!-- TMPL_IF name="itemcallnumber" 
--> (<!-- TMPL_VAR name="itemcallnumber" -->)<!-- /TMPL_IF --><!-- /TMPL_IF 
--><br /><!-- /TMPL_LOOP --></td></tr><!-- /TMPL_LOOP -->
        </table>
  </form>
***************
*** 86,95 ****
                                <!-- /TMPL_IF --></div>
  
! <!-- Display for NPL -->
        <div class="note">
  Not finding what you're looking for?<br />  Make a <a 
href="http://www.athenscounty.lib.oh.us/ipage.html";>
  purchase suggestion</a>
  </div>
! <!-- /Display for NPL -->
  </div> 
  
--- 78,87 ----
                                <!-- /TMPL_IF --></div>
  
! <!-- Display for NPL 
        <div class="note">
  Not finding what you're looking for?<br />  Make a <a 
href="http://www.athenscounty.lib.oh.us/ipage.html";>
  purchase suggestion</a>
  </div>
!  /Display for NPL -->
  </div> 
  
***************
*** 98,105 ****
  <!-- TMPL_ELSE -->
  Sorry, there were no results.
! <!-- Display for NPL -->      <div class="note">
  Not finding what you're looking for?<br />  Make a <a 
href="http://www.athenscounty.lib.oh.us/ipage.html";>
  purchase suggestion</a>
! </div><!-- /Display for NPL -->
  <!-- /TMPL_IF -->
  </div>
--- 90,97 ----
  <!-- TMPL_ELSE -->
  Sorry, there were no results.
! <!-- Display for NPL  <div class="note">
  Not finding what you're looking for?<br />  Make a <a 
href="http://www.athenscounty.lib.oh.us/ipage.html";>
  purchase suggestion</a>
! </div> /Display for NPL -->
  <!-- /TMPL_IF -->
  </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]