[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-addbookbybiblionumber.tmpl,NONE,1.1.2.1 opac-detailprint.tmpl,NONE,1.1.2.1 opac-serial-issues.tmpl,NONE,1.1.2.1 opac-ISBDdetail.tmpl,1.1,1.1.2.1 opac-detail.tmpl,1.1,1.1.2.1 opac-search.tmpl,1.1,1.1.2.1 opac-searchresults.tmpl,1.1,1.1.2.1 opac-user.tmpl,1.1.2.1,1.1.2.2

Owen Leonard oleonard at users.sourceforge.net
Tue Jan 25 22:29:18 CET 2005


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

Modified Files:
      Tag: rel_2_2
	opac-ISBDdetail.tmpl opac-detail.tmpl opac-search.tmpl 
	opac-searchresults.tmpl opac-user.tmpl 
Added Files:
      Tag: rel_2_2
	opac-addbookbybiblionumber.tmpl opac-detailprint.tmpl 
	opac-serial-issues.tmpl 
Log Message:
Many updates, corrections, etc. to bring in line with default (css) template

--- NEW FILE ---
<!-- TMPL_INCLUDE Name="popup-top.inc" -->
<div id="mainbloc">
<h1>Add book to bookshelf</h1> 
<p><label>Title</label><!-- TMPL_VAR NAME="title" --></p>
<p><label>Author</label><!-- TMPL_VAR NAME="author" --></p>
<h2>Select bookshelf</h2>
<form>
	<p><label>Add to virtual shelf</label><!-- TMPL_VAR NAME="CGIbookshelves" --></p>
</form>
<form>
<h2>or add to a new bookshelf</h2>
	<p><input type="text" name="newbookshelf" maxlength=40 size=40>
	<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
		<select name="category">
			<option value="1">Private</option>
			<option value="2">Public</option>
			<option value="3">Free</option>
		</select>
	</p>
	<input type="submit" value="Add to virtual shelf" class="button catalogue">
</form>
<!-- TMPL_INCLUDE Name="popup-bottom.inc" -->

--- NEW FILE ---
<html>
<body onLoad="window.print();self.close();">
<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
	<table cellspacing="0" cellpadding="1" border="1" width=500>
	<tr valign="top">
		<td bgcolor="#cccc99" background="/images/background-mem.gif">
			<b>BIBLIO RECORD <!-- TMPL_VAR NAME="biblionumber" --></b>
		</td>
	</tr>
	<tr valign="top">
		<td>
			<!-- TMPL_VAR NAME="author" --><br>
			<b><!-- TMPL_VAR NAME="title" --></b><!-- TMPL_VAR NAME="subtitle" --><br>
			<!-- TMPL_VAR NAME="additional" --><br>
			<!-- TMPL_IF NAME="publishercode" --><b>Published by :</b><!-- TMPL_VAR NAME="publishercode" --><!-- /TMPL_IF -->
			<!-- TMPL_IF NAME="publicationyear" --><b>in </b><!-- TMPL_VAR NAME="publicationyear" --><!-- /TMPL_IF -->
			<!-- TMPL_IF NAME="pages" -->, <!-- /TMPL_IF --><!-- TMPL_VAR NAME="pages" -->
			<!-- TMPL_IF NAME="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR NAME="size" --><br>
			<!-- TMPL_IF NAME="collection" --><b>Collection:</b> <!-- TMPL_VAR NAME="seriestitle" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF NAME="subject" --><b>Subject:</b> <!-- TMPL_VAR NAME="subject" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF NAME="copyrightdate" --><b>Year :</b> <!-- TMPL_VAR NAME="copyrightdate" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF NAME="notes" --><b>Notes:</b> <!-- TMPL_VAR NAME="notes" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF NAME="unititle" --><b>Unititle:</b> <!-- TMPL_VAR NAME="unititle" --><!-- /TMPL_IF --> <br>
			<!-- TMPL_IF NAME="dewey" --><b>Dewey:</b> <a href="/cgi-bin/koha/opac-searchresults.pl?type=opac&amp;dewey=<!-- TMPL_VAR NAME="dewey" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="dewey" --></a><!-- /TMPL_IF --><br>
			<!-- TMPL_IF NAME="classification" --><b>Classification:</b> <!-- TMPL_VAR NAME="classification" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF NAME="lccn" --><b>LCCN:</b> <!-- TMPL_VAR NAME="lccn" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF NAME="url" --><b>URL:</b> <a href="<!-- TMPL_VAR NAME="url" -->"><!-- TMPL_VAR NAME="url" --></a><!-- /TMPL_IF --><br>
			<b>ISBN:</b><!-- TMPL_VAR NAME="ISBN" --><br>
			</font>
		</td>
	</tr>
	</table>
<!-- /TMPL_LOOP -->

<table border="0" cellspacing="0" cellpadding="2">
	<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
		<tr>
			<td><!-- TMPL_VAR NAME="description" --></td>
			<td><!-- TMPL_VAR NAME="branchname" -->, <!-- TMPL_VAR NAME="itemcallnumber" --></td>
			<td><!-- TMPL_VAR NAME="barcode" --></td>
			<td><!-- TMPL_VAR NAME="volumeddesc" --></td>
		</tr>
	<!-- /TMPL_LOOP -->
</table>
<script language="javascript" type="text/javascript">
function docprint() {
	window.print();
	window.close();
}
</script>
</body>
</html>
--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="opac-top.inc" -->
<!--------------------------MAIN BODY OF PAGE-------------------------->
<div id="mainbloc">
<h1 class="catalogue">Issues for a subscription</h1>
<a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">Back to biblio</a>
<form method="post" name="f">
<!-- TMPL_LOOP name="subscription_LOOP" -->
<div id="bloc60">
	<h2 class="catalogue">Subscription information for <!-- TMPL_VAR name="bibliotitle" --></h2>
		<p>It began on <b><!-- TMPL_VAR name="startdate" --></b> and is issued every
		<b>
		<!--TMPL_IF name="periodicity1" -->
				day
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity2" -->
				week
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity3" -->
				2 weeks
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity4" -->
				3 weeks
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity5" -->
				month
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity6" -->
				2 months
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity7" -->
				3 months
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity8" -->
				quarter
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity9" -->
				2 quarters
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity10" -->
				year
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity11" -->
				2 years
		<!-- /TMPL_IF -->
		</b>
		on
		<b>
		<!--TMPL_IF name="arrival1" -->
			Monday
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival2" -->
				Tuesday
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival3" -->
				Wednesday
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival4" -->
				Thursday
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival5" -->
				Friday
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival6" -->
				Saturday
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival7" -->
				Sunday
		<!-- /TMPL_IF -->
		</b>
		for <b>
			<!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> issues<!-- /TMPL_IF -->
			<!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> weeks<!-- /TMPL_IF -->
			<!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> months<!-- /TMPL_IF -->
			</b>
		since <b><!-- TMPl_VAR name="startdate" --></b>
		</p>
		<p><!-- TMPL_VAR name="notes" --></p>
	<!-- TMPL_IF name="opacnotes" -->
		<h2 class="catalogue">Issues summary</h2>
		<p>
			<!-- TMPL_VAR name="opacnote" -->
		</p>
	<!-- /TMPL_IF -->
</div>
<!-- /TMPL_LOOP -->
</div>

<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->

Index: opac-ISBDdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-ISBDdetail.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** opac-ISBDdetail.tmpl	20 Oct 2004 19:15:06 -0000	1.1
--- opac-ISBDdetail.tmpl	25 Jan 2005 21:28:57 -0000	1.1.2.1
***************
*** 3,26 ****
  <!--TMPL_INCLUDE NAME="masthead.inc" -->
  <!--TMPL_INCLUDE NAME="navigation.inc" -->
! <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/marc-editor.css">
! <div id="bibliomenu">
! 	<a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">
! 		Normal
! 	</a>
! 	<a href="opac-MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button">
! 		MARC
! 	</a>
! 	<a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->')" class="button catalogue">
! 		Print
! 	</a>
  	<!-- TMPL_UNLESS NAME="norequests" -->
! 		<a class="button" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">
! 			Request
! 		</a>
! 	<!-- /TMPL_UNLESS -->
! </div>
  
! <div id="mainbloc">
! 	<p>ISBD : <!-- TMPL_VAR name="ISBD" --></p>
  </div>
  </body>
--- 3,28 ----
  <!--TMPL_INCLUDE NAME="masthead.inc" -->
  <!--TMPL_INCLUDE NAME="navigation.inc" -->
! 
! <div id="main">
! 	<div class="details"><h3>ISBD</h3>
! 	<p><!-- TMPL_VAR name="ISBD" --></p>
! 	
  	<!-- TMPL_UNLESS NAME="norequests" -->
!     <form action="/cgi-bin/koha/opac-reserve.pl" method="post" class="inline">
!     <input type="submit" name="submit"  value="Place Reserve" class="submit" />
!     <input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
!     </form>
! <!-- /TMPL_UNLESS -->
! 
! <form class="inline" action="opac-MARCdetail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="icon detail" value="MARC View" /></form>
! 
! <form class="inline" action="opac-detail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="icon brief" value="Simple View" /></form>
  
! <form class="inline" action="opac-detailprint.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="icon print" value="Print" onclick="Dopop('opac-detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->'); return false;"/></form>
! 
! <form class="inline" action="opac-addbookbybiblionumber.pl" method="get"><input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="icon shelf" value="Add to Shelf" onclick="Dopop('opac-addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;" /></form>
! 
! <form class="inline"><input type="submit" class="icon cart" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->'); return false;" value="Add to Book Bag" /></form>
! </div>
  </div>
  </body>

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** opac-detail.tmpl	20 Oct 2004 19:15:06 -0000	1.1
--- opac-detail.tmpl	25 Jan 2005 21:28:58 -0000	1.1.2.1
***************
*** 1,60 ****
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" --> Catalog -- Details for: <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --><!-- TMPL_VAR NAME="title" --><!-- /TMPL_LOOP -->
! <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <!--TMPL_INCLUDE NAME="masthead.inc" -->
! <!--TMPL_INCLUDE NAME="navigation.inc" -->
! 
! <div id="main">
! <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
! <div class="details">
! <!-- Display for NPL 			<div style="float: right; padding: 5px;">
! <img src="/cgi-bin/koha/imgcheck.pl?image_location=/usr/local/images2/<!-- TMPL_VAR NAME="isbn" -->.jpg" alt="Book Cover Image" />
! </div>
!  /Display for NPL --><h2><!-- TMPL_VAR NAME="title" --></h2>
! <!-- TMPL_IF NAME="author" --><h3 class="author">By <!-- TMPL_VAR NAME="author" --></h3><!-- /TMPL_IF --> 
  
! <table>
! <!-- TMPL_IF NAME="subtitle" --><tr><th>Subtitle: </th><td><!-- TMPL_VAR NAME="subtitle" --></td></tr><!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="abstract" --><tr><th>Format:</th><td><!-- TMPL_VAR NAME="abstract" --></td></tr><!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="copyrightdate" -->
!     <tr><th>Copyright:</th><td><!-- TMPL_VAR NAME="copyrightdate" --></td></tr>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="isbn" -->
! 	    <tr><th>ISBN:</th><td><!-- TMPL_VAR NAME="isbn" --></td></tr>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="lccn" -->
! 	    <tr><th>LCCN:</th><td><!-- TMPL_VAR NAME="lccn" --></td></tr>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="publishercode" -->
! 	    <tr><th>Publisher:</th><td><!-- TMPL_VAR NAME="place" --> <!-- TMPL_VAR NAME="publishercode" --> <!-- TMPL_VAR NAME="publicationyear" --></td></tr>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="pages" -->
! 	<tr><th>Details: </th><td><!-- TMPL_VAR NAME="pages" --> <!-- TMPL_VAR NAME="illus" --> <!-- TMPL_VAR NAME="size" --></td></tr>
! <!-- /TMPL_IF -->
! <!-- /TMPL_LOOP -->
! <!-- TMPL_IF NAME="marcnotes" -->
! <tr><th>Notes:</th><td><ul><!-- TMPL_LOOP NAME="MARCNOTES" --><li><!-- TMPL_VAR NAME="marcnotes" --></li><!-- /TMPL_LOOP --></ul></td></tr>
  	<!-- /TMPL_IF -->
! 		<!-- TMPL_IF NAME="subjects" -->	
! 		<tr><th>Subject(s):</th><td> <!-- TMPL_LOOP NAME="SUBJECTS" -->
! 	: <a href="http://koha.athenscounty.lib.oh.us/cgi-bin/koha/opac-searchresults.pl?subjectitems=<!-- TMPL_VAR NAME="SUBJECTS" ESCAPE="URL" -->"><!-- TMPL_VAR NAME=SUBJECTS --></a>  
! 	<!-- /TMPL_LOOP --></td></tr>
! 		<!-- /TMPL_IF -->
! <!-- <tr><th>Biblio Record:</th><td><!-- TMPL_VAR NAME="biblionumber" --></td></tr> -->
! </table>
  
! 	<table border="1">
! 	<!-- TMPL_IF NAME="MARCNOTES" -->
  		<tr>
  			<th><i>Detailed notes:</i></th>
  			<td>
  				<ul>
  					<!-- TMPL_LOOP NAME="MARCNOTES" -->
! 						<i>- <!-- TMPL_VAR NAME="marcnote" --></i><br>
  					<!-- /TMPL_LOOP -->
  				</ul>
  			</td>
  		</tr>
  	<!-- /TMPL_IF -->
! 	<!-- TMPL_IF NAME="MARCSUBJCTS" -->
  		<tr>
  			<th>Related links:</th>
--- 1,90 ----
! <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
! <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/marc-editor.css">
  
! <div id="bibliomenu">
! 	<a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">
! 		Simple
! 	</a>
! 	<a href="opac-MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button">
! 		Complete
! 	</a>
! 	<a href="opac-ISBDdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">
! 		ISBD
! 	</a>
! 	<a href="javascript:Dopop('opac-addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
! 		Add to shelf
! 	</a>
! 	<a href="javascript:Dopop('opac-detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->')" class="button catalogue">
! 		Print
! 	</a>
! 	<!-- TMPL_UNLESS NAME="norequests" -->
! 		<a class="button" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">
! 			Request
! 		</a>
! 	<!-- /TMPL_UNLESS -->
! 	<!-- TMPL_IF name="subscriptionid" -->
! 	<a href="opac-serial-issues.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->" class="button catalogue" title="Serial issues">
! 		Issues
! 	</a>
  	<!-- /TMPL_IF -->
! 	<a class="button" href="javascript:addRecord('<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->')">Add to basket</a>
! </div>
  
! <div id="mainbloc">
! 	<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
! 	<h1><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="class" --></h1>
! 
! 	<p>
! 	<div id="bibliobloc">
! 	<table cellspacing="0">
! 		<!-- BIBLIO RECORD TABLE -->
! 		<tr>
! 			<th>
! 				<!-- TMPL_VAR NAME="title" -->  (record <!-- TMPL_VAR NAME="biblionumber" -->)
! 			</th>
! 		</tr>
  		<tr>
+ 			<td>
+ 				<!-- TMPL_IF name="subtitle" --><b>Subtitle:</b><!-- TMPL_VAR NAME="subtitle" --><br /><!-- /TMPL_IF --> 
+ 				<!-- TMPL_IF name="author" --><b>Author:</b> <!-- TMPL_VAR NAME="author" --><br /><!-- /TMPL_IF -->
+ 				<!-- TMPL_IF name="additional" --><b>Additional Author:</b><!-- TMPL_VAR NAME="additional" --><br /><!-- /TMPL_IF -->
+ 				<!-- TMPL_IF name="publishercode" --><b>Published by :</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="publishercode" -->
+ 				<!-- TMPL_IF name="publicationyear" --><b>in </b><!-- /TMPL_IF --><!-- TMPL_VAR NAME="publicationyear" -->
+ 				<!-- TMPL_IF name="pages" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" -->
+ 				<!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" --><br />
+ 				<!-- TMPL_IF name="isbn" --><b>ISBN:</b> <!-- TMPL_VAR NAME="isbn" --><br /><!-- /TMPL_IF -->
+ 				<!-- TMPL_IF name="seriestitle" --><b>Collection:</b> <!-- TMPL_VAR NAME="seriestitle" --><br /><!-- /TMPL_IF -->
+ 				<!-- TMPL_IF name="subjects" --><b>Subject(s):</b> 
+ 					<!-- TMPL_LOOP name="subjects" -->
+ 						<a href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=bibliosubject.subject&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject" --></a>, <!-- /TMPL_LOOP -->
+ 					<br /><!-- /TMPL_IF -->
+ 				<!-- TMPL_IF name="copyrightdate" --><b>Year :</b> <!-- TMPL_VAR NAME="copyrightdate" --><br /><!-- /TMPL_IF -->
+ 				<!-- TMPL_IF name="notes" --><b>Notes:</b> <!-- TMPL_VAR NAME="notes" --><br /><!-- /TMPL_IF -->
+ 				<!-- TMPL_IF name="unititle" --><b>Unititle:</b> <!-- TMPL_VAR NAME="unititle" --><br /><!-- /TMPL_IF -->
+ 				<!-- TMPL_IF name="dewey" --><b>Dewey:</b><!-- TMPL_VAR name="dewey" --><br /><!-- /TMPL_IF -->
+ 				<!-- TMPL_IF name="url" --><b>URL:</b> <a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a><br /><!-- /TMPL_IF -->
+ 				<b>Item type : </b><!-- TMPL_VAR NAME="itemtype" --><br/>
+ 				<b>Total Number of Items:</b> <!-- TMPL_VAR NAME="count" -->
+ 			</td>
+ 		</tr>
+ 	</table>
+ 
+ 
+ 	<!-- /TMPL_LOOP -->
+ 		<table>
+ 	<!-- TMPL_IF name="MARCNOTES" -->
+ 	<tr>
  			<th><i>Detailed notes:</i></th>
  			<td>
  				<ul>
  					<!-- TMPL_LOOP NAME="MARCNOTES" -->
! 						<li><i><!-- TMPL_VAR NAME="marcnote" --></i></li>
  					<!-- /TMPL_LOOP -->
  				</ul>
  			</td>
  		</tr>
+ 		<!-- TMPL_ELSE --><tr><td colspan="2">No Detailed Notes</td></tr>
  	<!-- /TMPL_IF -->
! 	<!-- TMPL_IF name="MARCSUBJCTS" -->
  		<tr>
  			<th>Related links:</th>
***************
*** 62,118 ****
  				<ul>
  					<!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
! 						- <a href="/cgi-bin/koha/opac-searchresults.pl?subjectitems=<!-- TMPL_VAR NAME="marcsubjct" ESCAPE="URL"-->">
! 							<!-- TMPL_VAR NAME="marcsubjct" -->
! 						</a><br>
  					<!-- /TMPL_LOOP -->
  				</ul>
  			</td>
! 		</tr>
  	<!-- /TMPL_IF -->
- 	</table>
- 
- <TMPL_UNLESS NAME="norequests">
-     <form action="/cgi-bin/koha/opac-reserve.pl" method="post" class="inline">
-     <input type="submit" name="submit"  VALUE="Place Reserve" class="submit" />
-     <input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
-     </form>
- </TMPL_UNLESS>
- <!--  <form class="inline" action="opac-ISBDdetail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="isbd" value="ISBD" /></form> -->
  
! <!-- <form class="inline" action="opac-MARCdetail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="detail" value="MARC View" /></form> -->
! 
! <!-- <form class="inline" action="detailprint.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="print" value="Print" onclick="Dopop('detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->'); return false;"/></form> -->
! 
! <form class="inline"><input type="submit" class="icon cart" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->'); return false;" value="Add to Book Bag" /></form>
! </div>
! 
! <!-- TMPL_IF NAME="ITEM_RESULTS" -->
! <div class="table"><table>
! <!--HOLDINGS INFORMATION HEADER TABLE ROWS-->
! <tr><!-- <th>&nbsp;</th> -->
! <th>Type/Format</th>
! <th>Call Number</th>
! <th>Location</th>
! <th>Due Date</th>
! <th>Last Seen</th>
! <!-- <th>Barcode</th> --></tr>
! <tbody>
! <!--INFORMATION ROWS-->
! <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
! <tr><td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="description" -->.gif" align="left" title="<!-- TMPL_VAR NAME="barcode" -->" alt="" /><!-- TMPL_VAR NAME="description" --></td>
! <td><!-- TMPL_VAR NAME="class" --></td>
! <td><!-- TMPL_VAR NAME="branchname" --></td>
! <td><!-- TMPL_VAR NAME="datedue" --></td>
! <td><!-- TMPL_VAR NAME="datelastseen" --></td>
! <!-- <td><!-- TMPL_VAR NAME="barcode" --></td> --></tr>
! <!-- /TMPL_LOOP -->
! </tbody>
! </table>
! <!-- TMPL_ELSE -->
! <table><tr><td>No copies available.</td></tr></table>
! <!-- /TMPL_IF -->
! </div>
  </div>
! </body>
! </html>
! 
--- 92,143 ----
  				<ul>
  					<!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
! 						<li><a href="/cgi-bin/koha/opac-searchresults.pl?subjectitems=<!-- TMPL_VAR NAME="marcsubjct" ESCAPE="URL"-->"><!-- TMPL_VAR NAME="marcsubjct" -->	</a></li>
  					<!-- /TMPL_LOOP -->
  				</ul>
  			</td>
! 		</tr><!-- TMPL_ELSE -->
! 		<tr><td colspan="2">No Related Links</td></tr>
  	<!-- /TMPL_IF -->
  
! 	</table>	</div>
! 	<div id="itembloc">
! 	<table cellspacing="0">
! 		<tr>
! 			<th colspan="6">Item</th>
! 		</tr>
! 		<tr>
! 			<th>Location</th>
! 			<th>Date Due</th>
! 			<th>Last Seen</th>
! 			<th>Barcode</th>
! 		</tr>
! 		<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
! 			<tr>
! 				<td><!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR NAME="location" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR NAME="itemcallnumber" -->)<!-- /TMPL_IF --></td>
! 				<td><!-- TMPL_VAR NAME="datedue" --></td>
! 				<td><!-- TMPL_VAR NAME="datelastseen" --></td>
! 				<td><!-- TMPL_VAR NAME="barcode" --></td>
! 			</tr>
! 		<!-- /TMPL_LOOP -->
! 		<!-- TMPL_LOOP NAME="WEB_RESULTS" -->
! 			<tr>
! 				<td><!-- TMPL_VAR NAME="itemtype" --></td>
! 				<td>Website</td>
! 				<td>Online</td>
! 				<td>Available</td>
! 				<td>&nbsp;</td>
! 				<td><!-- TMPL_VAR NAME="url" --></td>
! 			</tr>
! 		<!-- /TMPL_LOOP -->
! 	</table>
! 	<!-- TMPL_IF name="subscriptionsnumber" -->
! 		<p>
! 			This is a serial subscription (we have <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions). You can see which 
! 				<a href="opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue" title="Serial issues">
! 					Issues
! 				</a> we have and don't have
! 		</p>
! 	<!-- /TMPL_IF -->
! 	</div>
  </div>
! <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->

Index: opac-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-search.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** opac-search.tmpl	20 Oct 2004 19:15:07 -0000	1.1
--- opac-search.tmpl	25 Jan 2005 21:28:59 -0000	1.1.2.1
***************
*** 11,15 ****
  <div class="form">
  <table>
! <tr><th><label>Keyword</label></th><td><input type="hidden" name="op" value="do_search" />
  			<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
  		<input type="hidden" name="marclist" value="" />
--- 11,15 ----
  <div class="form">
  <table>
! <tr><th><label for="keyword">Keyword</label></th><td><input type="hidden" name="op" value="do_search" />
  			<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
  		<input type="hidden" name="marclist" value="" />
***************
*** 17,53 ****
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" name="value" onchange="sql_update()" /></td></tr>
! <tr><th><label>Title</label></th><td><input type="hidden" name="marclist" value="biblio.title" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" name="value" onchange="sql_update()" /></td></tr>
! <tr><th><label class="label20">Author</label></th><td><input type="hidden" name="marclist" value="biblio.author" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" name="value" onchange="sql_update()" /></td></tr>
! <!-- <tr><th><label class="label20">Barcode</label></th><td>
! 				<input type="hidden" name="marclist" value="items.barcode" />
! 				<input type="hidden" name="and_or" value="and" />
! 				<input type="hidden" name="excluding" value="" />
! 				<input type="hidden" name="operator" value="contains" />
! 				<input type="text" name="value" onchange="sql_update()" /></td></tr>
! <tr><th><label class="label20">Illustrator</label></th><td><input type="hidden" name="marclist" value="biblioitems.illus" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
! 			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" name="value" onchange="sql_update()" /></td></tr>
! <tr><th><label class="label20">Dewey</label></th><td><input type="hidden" name="marclist" value="biblioitems.dewey" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" name="value" onchange="sql_update()" /></td></tr> -->
! <tr><th><label class="label20">Format</label></th><td><input type="hidden" name="marclist" value="biblioitems.itemtype" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="=" />
  			<!-- TMPL_VAR name="CGIitemtype" --></td></tr>
! <tr><th><label class="label20">Location</label></th><td><input type="hidden" name="marclist" value="items.holdingbranch" />
  				<input type="hidden" name="and_or" value="and" />
  				<input type="hidden" name="excluding" value="" />
--- 17,50 ----
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="keyword" name="value" onchange="sql_update()" /></td></tr>
! <tr><th><label for="title">Title</label></th><td><input type="hidden" name="marclist" value="biblio.title" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="title" name="value" onchange="sql_update()" /></td></tr>
! <tr><th><label for="author">Author</label></th><td><input type="hidden" name="marclist" value="biblio.author" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="author" name="value" onchange="sql_update()" /></td></tr>
! <tr><th><label for="subject">Subject</label></th><td>			
! 			<input type="hidden" name="marclist" value="bibliosubject.subject" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
! 			<input type="hidden" name="operator" value="contains" />  
! 			<input type="text" id="subject" name="value" onchange="sql_update()" size="35" /></td></tr>
! <tr><th><label for="seriestitle">Series title</label></th><td>			
! 			<input type="hidden" name="marclist" value="biblio.seriestitle" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="seriestitle" name="value" onchange="sql_update()" size="35"/></td></tr>
! 
! <tr><th><label for="itemtype">Format</label></th><td><input type="hidden" name="marclist" value="biblioitems.itemtype" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="=" />
  			<!-- TMPL_VAR name="CGIitemtype" --></td></tr>
! <tr><th><label for="branch">Location</label></th><td><input type="hidden" name="marclist" value="items.holdingbranch" />
  				<input type="hidden" name="and_or" value="and" />
  				<input type="hidden" name="excluding" value="" />
***************
*** 55,59 ****
  				<!-- TMPL_VAR name="CGIbranch" --></td></tr>
  </table>			
! 
  		<p>Results per page :
  			<select name="resultsperpage" size="1">
--- 52,89 ----
  				<!-- TMPL_VAR name="CGIbranch" --></td></tr>
  </table>			
! <table>
! <caption>Other options:</caption>
! <tr><th><label for="barcode">Barcode</label></th><td>
! 				<input type="hidden" name="marclist" value="items.barcode" />
! 				<input type="hidden" name="and_or" value="and" />
! 				<input type="hidden" name="excluding" value="" />
! 				<input type="hidden" name="operator" value="=" />
! 				<input type="text" id="barcode" name="value" onchange="sql_update()" size="14" maxlength="14" /></td></tr>
! <tr><th><label for="dewey">Call Number</label></th><td><input type="hidden" name="marclist" value="biblioitems.dewey" />
! 			<input type="hidden" name="and_or" value="and" />
! 			<input type="hidden" name="excluding" value="" />
! 			<input type="hidden" name="operator" value="start" />
! 			<input type="text" id="dewey" name="value" onchange="sql_update()" /></td></tr>
! <tr><th><label for="isbn">ISBN</label></th><td><input type="hidden" name="marclist" value="biblioitems.isbn" />
! 			<input type="hidden" name="and_or" value="and" />
! 			<input type="hidden" name="excluding" value="" />
! 			<input type="hidden" name="operator" value="start" />
! 			<input type="text" id="isbn" name="value" onchange="sql_update()" /></td></tr>
! <tr><th><label for="publisher">Publisher</label></th><td><input type="hidden" name="marclist" value="biblioitems.publishercode" />
! 			<input type="hidden" name="and_or" value="and" />
! 			<input type="hidden" name="excluding" value="" />
! 			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="publisher" name="value" onchange="sql_update()" /></td></tr>
! <tr><th><label for="pubbetween">Published between</label></th><td><input type="hidden" name="marclist" value="biblioitems.publicationyear" />
! 			<input type="hidden" name="and_or" value="and" />
! 			<input type="hidden" name="excluding" value="" />
! 			<input type="hidden" name="operator" value=">=" />
! 			<input type="text" id="pubbetween" name="value" size="6" maxlength="4" onchange="sql_update()" /></td></tr>
! <tr><th><label for="puband">...and</label></th><td><input type="hidden" name="marclist" value="biblioitems.publicationyear" />
! 			<input type="hidden" name="and_or" value="and" />
! 			<input type="hidden" name="excluding" value="" />
! 			<input type="hidden" name="operator" value="<=" />
! 			<input type="text" id="puband" name="value" size="6" maxlength="4" onchange="sql_update()" /></td></tr>
! </table>
  		<p>Results per page :
  			<select name="resultsperpage" size="1">
***************
*** 77,89 ****
  </form>
  
- <h3>Search by Subject</h3>
- <form action="http://koha.athenscounty.lib.oh.us/cgi-bin/koha/opac-searchresults.pl" method="post">
- <div class="form">
- <table>
-  <tr><th><label for="subject">Subject</label></th><td><input type="text"  id="subject" size="25"   name="subject" /></td></tr>
- </table><input type="submit" value="Search" class="submit" />
- </div>
- </form>
- 
  <script type="text/javascript">
  function sql_update() {
--- 107,110 ----

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.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** opac-searchresults.tmpl	20 Oct 2004 19:15:07 -0000	1.1
--- opac-searchresults.tmpl	25 Jan 2005 21:29:00 -0000	1.1.2.1
***************
*** 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> 
  
--- 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> 
  
***************
*** 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>
--- 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>

Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-user.tmpl	19 Jan 2005 17:43:58 -0000	1.1.2.1
--- opac-user.tmpl	25 Jan 2005 21:29:01 -0000	1.1.2.2
***************
*** 128,132 ****
  </table></div>
  
! <p>If you no longer want a reserve, please <a href="mailto:nelpl at athenscounty.lib.oh.us">send us an e-mail</a>, or go to the circulation desk at your library to get it removed.</p>
  
  <!-- /TMPL_IF -->
--- 128,132 ----
  </table></div>
  
! <p>If you no longer want a reserve, please <!-- Display for NPL <a href="mailto:nelpl at athenscounty.lib.oh.us">send us an e-mail</a>, or  /Display for NPL -->go to the circulation desk at your library to get it removed.</p>
  
  <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list