[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple addbiblio.tmpl,1.4.2.1,1.4.2.2 addbooks.tmpl,1.4.2.3,1.4.2.4 additem.tmpl,1.3.2.1,1.3.2.2 isbnsearch.tmpl,1.3.2.2,1.3.2.3

Owen Leonard oleonard at users.sourceforge.net
Thu Mar 31 22:06:45 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15585/koha-tmpl/intranet-tmpl/npl/en/acqui.simple

Modified Files:
      Tag: rel_2_2
	addbiblio.tmpl addbooks.tmpl additem.tmpl isbnsearch.tmpl 
Log Message:
Synching with default template

Index: addbiblio.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** addbiblio.tmpl	15 Feb 2005 20:48:31 -0000	1.4.2.1
--- addbiblio.tmpl	31 Mar 2005 20:06:35 -0000	1.4.2.2
***************
*** 408,412 ****
  		}
  	}
! 	newin=window.open("../z3950/search.pl?bibid=<!-- TMPL_VAR NAME="bibid" -->"+strQuery,"z3950search",'width=500,height=400,toolbar=false,scrollbars=yes');
  }
  
--- 408,412 ----
  		}
  	}
! 	newin=window.open("../z3950/search.pl?bibid=<!-- TMPL_VAR NAME="bibid" -->"+strQuery,"z3950search",'width=700,height=400,toolbar=false,scrollbars=yes');
  }
  

Index: addbooks.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbooks.tmpl,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -C2 -r1.4.2.3 -r1.4.2.4
*** addbooks.tmpl	30 Mar 2005 19:22:36 -0000	1.4.2.3
--- addbooks.tmpl	31 Mar 2005 20:06:36 -0000	1.4.2.4
***************
*** 5,27 ****
  
  <div id="main">
! <h1>Catalog Maintenance</h1>
! <!-- TMPL_IF name="noitemsfound" -->
! 	<p>&nbsp;</p>
! 	<font color="red" size="4">No items found</font>
! <!-- /TMPL_IF -->
! 
! <form class="inline" action="isbnsearch.pl">
  	
! 	<div class="data"><table><caption>Search Existing Records</caption>
! <tr><th><label for="isbn">ISBN:</label></th><td><input type="text" id="isbn" name="isbn" /> <span class="form-help">Search by full or start of ISBN</span></td></tr>
! <tr><th><label for="title">Title</label></th><td><input type="text" id="title" name="title" /> <span class="form-help">Search by <strong>start</strong> of title (include <i>The</i>, <i>A</i>, etc.)</span></td></tr>
! </table></div>
! <p><input type="submit" class="submit" value="Search" /> </p><div class="help"><ul class="notes"><li>If the ISBN is found into the database, that record will be retrieved and can be modified.</li>
  	<li>If the ISBN is found in the reservoir, it will be retrieved and a full record added.</li>
! 	<li>Otherwise, a record can be added from scratch.</li></ul></div></form>
  
  		<!-- TMPL_IF NAME="NOTMARC" -->
! 		
! <form action="addbiblio.pl"><p> <input type="submit" value="Add Record Without Search" class="submit" /></p></form>
  		<!-- TMPL_ELSE -->
  				<form action="addbiblio.pl" method="post">
--- 5,37 ----
  
  <div id="main">
! 	<h1>Catalog Maintenance</h1>
! 	<!-- TMPL_IF name="noitemsfound" -->
! 		<font color="red" size="4">No items found</font>
! 	<!-- /TMPL_IF -->
  	
! 	<div class="data">
! 		<form action="isbnsearch.pl">
! 		<table>
! 		<caption>Search Existing Records</caption>
! 		<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" name="value" id="title"size="35" /></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" name="value" id="isbn"size="35" /></td></tr>		
! 		</table></div>
! 				<p><input type="submit" value="Search" class="submit" /></p>
! 				<div class="help"><ul class="notes"><li>If the ISBN is found into the database, that record will be retrieved and can be modified.</li>
  	<li>If the ISBN is found in the reservoir, it will be retrieved and a full record added.</li>
! 	<li>Otherwise, a record can be added from scratch.</li></ul></div>
! 		</form>
  
  		<!-- TMPL_IF NAME="NOTMARC" -->
! 		<form action="addbiblio.pl"><p> <input type="submit" value="Add Record Without Search" class="submit" /></p></form>
  		<!-- TMPL_ELSE -->
  				<form action="addbiblio.pl" method="post">
***************
*** 43,48 ****
  </form>
  //Display for NPL -->
- 
- 
  </div>
  
--- 53,56 ----

Index: additem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** additem.tmpl	30 Mar 2005 22:47:23 -0000	1.3.2.1
--- additem.tmpl	31 Mar 2005 20:06:36 -0000	1.3.2.2
***************
*** 5,65 ****
  <div id="main">
  
  
- <h1>Items for Bibliographic Record <!-- TMPL_VAR name="biblionumber" --></h1>
- <div class="tabitem">
- <form action="/cgi-bin/koha/acqui.simple/addbiblio.pl" method="get"><input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR name="biblionumber" -->"><input type="submit" class="submit" value="Edit Bibliographic Record"></form> <form action="/cgi-bin/koha/detail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->"> <input type="submit" class="submit" value="View in Catalog"></form>
- </div>
  <div class="error">Date Accessioned must be entered in this format:  <span class="ex">yyyy-mm-dd</span></div>
! <!-- TMPL_IF NAME="item_loop" -->
! <div class="table">
! <table class="editing">
! 	<caption>Existing Items</caption>
! 	<tr>
! 		<!-- TMPL_LOOP name="item_header_loop" --><th><!-- TMPL_VAR name="header_value" --></th><!-- /TMPL_LOOP --><th colspan="2">&nbsp;</th>
! 	</tr>
! 		<!-- TMPL_LOOP name="item_loop" -->
! 		<tr>
! 			<!-- TMPL_VAR name="item_value" -->
! 			<td><a href="/cgi-bin/koha/acqui.simple/additem.pl?op=edititem&amp;bibid=<!-- TMPL_VAR name="bibid" -->&amp;itemnum=<!-- TMPL_VAR name="itemnum" -->">Edit</a> </td>
! <td><a href="#" onclick="confirm_deletion(<!-- TMPL_VAR name="bibid" -->,<!-- TMPL_VAR name="itemnum" -->)">Delete</a></td>
! 		</tr>
  		<!-- /TMPL_LOOP -->
! </table>
! </div>
! <!-- /TMPL_IF -->
  	 <!-- TMPL_IF name="barcode_not_unique" -->
   	         <div class="error">ERROR: Barcode already exists!</div>
   	 <!-- /TMPL_IF -->
! <div class="form">
! <h3><!-- TMPL_IF name="opisadd" -->Add New Item<!-- TMPL_ELSE -->Update Item<!-- /TMPL_IF --></h3>
! <form method="post" action="additem.pl" name="f">
! <input type="hidden" name="op" value="<!-- TMPL_VAR name="op" -->">
! <input type="hidden" name="bibid" value="<!-- TMPL_VAR name="bibid" -->">
! <table>
! 	<!-- TMPL_LOOP name="item" -->
! 	<tr>
! 	<th><!-- TMPL_IF name="mandatory" --><!-- /TMPL_IF --><!-- TMPL_VAR name="marc_lib" --><!-- TMPL_IF name="mandatory" --> *<!-- /TMPL_IF --></th>
! 		<td>
! 			<!-- TMPL_VAR name="marc_value" -->
! 			<input type="hidden" name="tag" value="<!-- TMPL_VAR name="tag" -->">
! 			<input type="hidden" name="subfield" value="<!-- TMPL_VAR name="subfield" -->">
! 			<input type="hidden" name="mandatory" value="<!-- TMPL_VAR name="mandatory" -->">
! 		</td>
! 	</tr>
! 	</tmpl_loop>
! </table>
! <input type="hidden" name="itemnum" value="<!-- TMPL_VAR name="itemnum" -->">
! 
! <!-- TMPL_IF name="opisadd" -->
! <input type="button" value="Add Item" onClick="Check(this.form); return false;" class="submit" accesskey="w">
! <!-- TMPL_ELSE -->
! <input type="hidden" name="tag" value="<!-- TMPL_VAR name="itemtagfield" -->">
! <input type="hidden" name="subfield" value="<!-- TMPL_VAR name="itemtagsubfield" -->">
! <input type="hidden" name="field_value" value="<!-- TMPL_VAR name="itemnum" -->">
! <input type="button" value="Save Changes" onClick="Check(this.form); return false;" class="submit"  accesskey="w">
! <!-- /TMPL_IF -->
! </form>
! </div></div>
  <script language="JavaScript" type="text/javascript">
  function active(numlayer)
  {
--- 5,62 ----
  <div id="main">
  
+ <h1>Items for Bibliographic Record <!-- TMPL_VAR name="bibid" --></h1>
+ 	<div class="tabitem">
+ 	<form action="/cgi-bin/koha/acqui.simple/addbiblio.pl" method="get"><input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR name="biblionumber" -->"><input type="submit" class="submit" value="Edit Bibliographic Record"></form> <form action="acqui.simple/addbiblio.pl" method="get"><input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="hidden" name="op" value="duplicate" /><input type="submit" class="submit" value="Duplicate this Record" /></form></div> <div class="tabitem"><form action="/cgi-bin/koha/detail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->"> <input type="submit" class="submit" value="View in Catalog"></form> <form action="/cgi-bin/koha/MARCdetail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->"> <input type="submit" class="submit" value="View MARC in Catalog"></form>  <form action="/cgi-bin/koha/ISBDdetail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->"> <input type="submit" class="submit" value="View ISBD in Catalog"></form></div>
  
  <div class="error">Date Accessioned must be entered in this format:  <span class="ex">yyyy-mm-dd</span></div>
! 
! 	<!-- TMPL_IF name="item_loop" -->
! 			<div name="10XX" id="10XX">
! 			<table class="editing">
! 			<caption>Existing Items</caption>
! 				<tr>
! 					<!-- TMPL_LOOP NAME="item_header_loop" -->
! 						<th><!-- TMPL_VAR NAME="header_value" --></th>
! 					<!-- /TMPL_LOOP -->
! 					<th colspan="2">&nbsp;</th>
! 				</tr>
! 					<!-- TMPL_LOOP NAME="item_loop" -->
! 					<tr>
! 						<!-- TMPL_VAR NAME="item_value" -->
! 						<td><a href="additem.pl?op=edititem&amp;bibid=<!-- TMPL_VAR NAME="bibid" -->&amp;itemnum=<!-- TMPL_VAR NAME="itemnum" -->">Edit</a></td>
! 						<td><a href="javascript:confirm_deletion(<!-- TMPL_VAR NAME="bibid" -->,<!-- TMPL_VAR NAME="itemnum" -->)">Delete</a></td>
! 					</tr>
! 					<!-- /TMPL_LOOP -->
! 			</table>
! 			</div>
! 
! 	<!-- /TMPL_IF -->
! 	<form method="post" action="additem.pl" name="f">
! 	<input type="hidden" name="op" value="<!-- TMPL_VAR NAME="op" -->">
! 	<input type="hidden" name="bibid" value="<!-- TMPL_VAR NAME="bibid" -->">	
! 	<div class="data">
! 	<table>
! 		<caption><!-- TMPL_IF name="opisadd" -->Add New Item<!-- TMPL_ELSE -->Update Item<!-- /TMPL_IF --></caption>
! 	<!-- TMPL_LOOP NAME="item" -->
! 		<tr><th><label><!-- TMPL_VAR NAME="subfield" --> - <!-- TMPL_IF name="mandatory" --><b><!-- /TMPL_IF --><!-- TMPL_VAR NAME="marc_lib" --><!-- TMPL_IF name="mandatory" --> *</b><!-- /TMPL_IF --></label></th><td><!-- TMPL_VAR NAME="marc_value" -->	<input type="hidden" name="tag" value="<!-- TMPL_VAR NAME="tag" -->" /> <input type="hidden" name="subfield" value="<!-- TMPL_VAR NAME="subfield" -->" />	<input type="hidden" name="mandatory" value="<!-- TMPL_VAR NAME="mandatory" -->" /></td></tr>
  		<!-- /TMPL_LOOP -->
! 		</table>
! 	<input type="hidden" name="itemnum" value="<!-- TMPL_VAR NAME="itemnum" -->">
  	 <!-- TMPL_IF name="barcode_not_unique" -->
   	         <div class="error">ERROR: Barcode already exists!</div>
   	 <!-- /TMPL_IF -->
! 	<!-- TMPL_IF name="opisadd" -->
! 	<input type="button" value="Add item" onClick="Check(this.form)" accesskey="w" class="submit">
! 	<!-- TMPL_ELSE -->
! 	<input type="hidden" name="tag" value="<!-- TMPL_VAR NAME="itemtagfield" -->">
! 	<input type="hidden" name="subfield" value="<!-- TMPL_VAR NAME="itemtagsubfield" -->">
! 	<input type="hidden" name="field_value" value="<!-- TMPL_VAR NAME="itemnum" -->">
! 	<input type="button" value="Save Changes" onClick="Check(this.form)" accesskey="w" class="submit">
! 	<!-- /TMPL_IF -->
! 	</form>
! </div>
! </div>
  <script language="JavaScript" type="text/javascript">
+ function _(s) { return s } // dummy function for gettext
  function active(numlayer)
  {
***************
*** 70,74 ****
  			document.getElementById(ong).style.visibility="visible";
  			document.getElementById(link).style.backgroundColor="#11AA11";
! 			document.getElementById(link).style.backgroundImage="url(<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif)";
  		} else {
  			document.getElementById(ong).style.visibility="hidden";
--- 67,71 ----
  			document.getElementById(ong).style.visibility="visible";
  			document.getElementById(link).style.backgroundColor="#11AA11";
! 			document.getElementById(link).style.backgroundImage="url(<!-- TMPL_VAR NAME="themelang" -->/images/background-mem.gif)";
  		} else {
  			document.getElementById(ong).style.visibility="hidden";
***************
*** 94,100 ****
  		document.f.submit();
  	} else {
! 		alertString2 = "Form not submitted because of the following problem(s)\n";
! 		alertString2 += "------------------------------------------------------------------------------------\n\n";
! 		alertString2 += "- "+ total_errors+" mandatory fields empty (see bold subfields)";
  		alert(alertString2);
  	}
--- 91,97 ----
  		document.f.submit();
  	} else {
! 		alertString2  = _("Form not submitted because of the following problem(s)");
! 		alertString2 += "\n------------------------------------------------------------------------------------\n";
! 		alertString2 += "\n- "+ total_errors+_(" mandatory fields empty (see bold subfields)");
  		alert(alertString2);
  	}
***************
*** 105,109 ****
  }
  function confirm_deletion(bibid,itemnum) {
! 	var is_confirmed = confirm('Do you confirm item deletion ?');
  	if (is_confirmed) {
  	window.location = "additem.pl?op=delitem&bibid="+bibid+"&itemnum="+itemnum;
--- 102,106 ----
  }
  function confirm_deletion(bibid,itemnum) {
! 	var is_confirmed = confirm(_('Do you confirm item deletion?'));
  	if (is_confirmed) {
  	window.location = "additem.pl?op=delitem&bibid="+bibid+"&itemnum="+itemnum;
***************
*** 111,114 ****
  }
  </script>
! </body>
! </html>
--- 108,111 ----
  }
  </script>
! 
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file

Index: isbnsearch.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/isbnsearch.tmpl,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -r1.3.2.2 -r1.3.2.3
*** isbnsearch.tmpl	15 Feb 2005 20:22:22 -0000	1.3.2.2
--- isbnsearch.tmpl	31 Mar 2005 20:06:36 -0000	1.3.2.3
***************
*** 3,77 ****
  <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
  
! <div id="main"><h2>Biblio Search Results for <span class="ex"><!-- TMPL_IF name="isbn" -->ISBN <!-- TMPL_VAR name="isbn" --><!-- /TMPL_IF --><!-- TMPL_IF name="title" -->title <!-- TMPL_VAR name="title" --><!-- /TMPL_IF --></span></h2>
  
  <!-- TMPL_IF name="total" --><div id="results">
! <!-- TMPL_VAR NAME=total --> results found<br />
! Results <!-- TMPL_VAR name="showoffset" --> to <!-- TMPL_VAR name="total" --> displayed
  </div><!-- /TMPL_IF -->
! 
! <!-- TMPL_IF name="total" -->
! <div id="pages"><!-- TMPL_IF NAME="displayprev" -->
! 	<a class="pages" href="isbnsearch.pl?offset=<!-- TMPL_VAR NAME="prevstartfrom" -->&amp;<!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="value" ESCAPE="URL" -->">&lt;&lt; Prev</a>
  <!-- /TMPL_IF -->
- <!-- TMPL_LOOP NAME="numbers" -->
- 	<!-- TMPL_IF NAME="highlight" -->
- 	<span class="current"><!-- TMPL_VAR NAME="number" --></span>
- 	<!-- TMPL_ELSE -->
- 	<a class="pages" href="isbnsearch.pl?offset=<!-- TMPL_VAR NAME="startfrom" -->&amp;<!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="value" ESCAPE="URL" -->"><!-- TMPL_VAR NAME=number --></a>
- 	<!-- /TMPL_IF -->
- <!-- /TMPL_LOOP -->
- <!-- TMPL_IF NAME="displaynext" -->
- 	<a class="pages" href="isbnsearch.pl?offset=<!-- TMPL_VAR NAME="nextstartfrom" -->&amp;<!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="value" ESCAPE="URL" -->">Next &gt;&gt;</a>
- <!-- /TMPL_IF --></div><!-- /TMPL_IF -->
- 
  <table>
  	<caption>Existing Bibliographic Records</caption>
! 	<tr>
! 		<th>Title</th>
! 		<th>Author</th>
! 		<th>&copy;</th>
! 		<th>Call Number</th>
! 		<th>&nbsp;</th>
! 	</tr>
! 	<!-- TMPL_IF name="loop" -->
! 	<!-- TMPL_LOOP name="loop" -->
! 			<!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
! 			<td><a class="searchresults" href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR name="title" --></a>
! 			<td><!-- TMPL_VAR name="author" --></td>
! 			<td><!-- TMPL_IF name="copyrightdate" --><!-- TMPL_VAR name="copyrightdate" --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
! 			<td><!-- TMPL_IF NAME="classification" --><!-- TMPL_VAR NAME="classification" --><!-- /TMPL_IF --></td>
! 	<!-- TMPL_IF NAME="NOTMARC" -->
! 			<td><a href="additem-nomarc.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Add items</a></td>
! 	<!-- TMPL_ELSE -->
! 			<td><a href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Edit Record</a></td>
! 	<!-- /TMPL_IF -->
! 		</tr>
! 	<!-- /TMPL_LOOP -->
! 	<!-- TMPL_ELSE -->
  	<tr><td colspan="6">Nothing found</td></tr>
  	<!-- /TMPL_IF -->
! </table>
  
  <!-- TMPL_IF name="breeding_loop" -->
  <table>
  	<caption>Bibliographic Records in the Reservoir</caption>
! 		<tr>
! 		<th>Title</th>
! 		<th>Author</th>
! 		<th>ISBN</th>
! 		<th>coming from</th>
! 		<th>&nbsp;</th>
! 		<th>&nbsp;</th>
! 	</tr>
! 	<!-- TMPL_LOOP name="breeding_loop" -->
! 		<!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
! 			<td><!-- TMPL_VAR name="title" --></a>
! 			<td><!-- TMPL_VAR name="author" --></td>
! 			<td><!-- TMPL_VAR name="isbn" --></td>
! 			<td><!-- TMPL_VAR name="file" --></td>
! 			<td><a href="addbiblio.pl?breedingid=<!-- TMPL_VAR name="id" -->">Add biblio</a></td>
! 		</tr>
! 	<!-- /TMPL_LOOP -->
! </table><!-- TMPL_ELSE --><div class="details"><h3>No records found in the Reservoir</h3></div><!-- /TMPL_IF -->
  
  <div class="details">
--- 3,90 ----
  <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
  
! 	<div id="main"><h2>Search Results for <span class="ex"><!-- TMPL_IF name="isbn" -->ISBN <!-- TMPL_VAR name="isbn" --><!-- /TMPL_IF --><!-- TMPL_IF name="title" -->title <!-- TMPL_VAR name="title" --><!-- /TMPL_IF --></span></h2>
  
  <!-- TMPL_IF name="total" --><div id="results">
! Results <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" -->
  </div><!-- /TMPL_IF -->
! 	
! 		<!-- TMPL_IF name="loop" -->
! 			<div id="pages">
! 					<!-- TMPL_IF NAME="displayprev" --> 
! 						<a class="pages" href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">&lt;&lt;Previous</a><!-- /TMPL_IF -->
! 					<!-- TMPL_LOOP NAME="numbers" -->
! 						<!-- TMPL_IF NAME="highlight" -->
! 							<span class="current"><!-- TMPL_VAR NAME="number" --></span>
! 						<!-- TMPL_ELSE --><a class="pages" href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search"><!-- TMPL_VAR NAME="number" --></a><!-- /TMPL_IF --><!-- /TMPL_LOOP --> <!-- TMPL_IF NAME="displaynext" -->					<a class="pages" href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">Next&gt;&gt;</a><!-- /TMPL_IF -->
! </div>
  <!-- /TMPL_IF -->
  <table>
  	<caption>Existing Bibliographic Records</caption>
! 				<tr>
! 					<th>Title</th>
! 					<th>Author</th>
! 					<th>&copy;</th>
! 					<th>Call Number</th>
! 					<th>&nbsp;</th>
! 				<!-- TMPL_UNLESS NAME="NOTMARC" -->
! 					<th>&nbsp;</th>
! 				<!-- /TMPL_UNLESS -->
! 				</tr>
! 				<!-- TMPL_IF name="loop" -->
! 				<!-- TMPL_LOOP NAME="loop" -->
! 				<tr>
! 						<td><a href="additem-nomarc.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></td>
! 						<td><!-- TMPL_VAR NAME="author" --></td>
! 						<td><!-- TMPL_IF name="copyrightdate" --><!-- TMPL_VAR name="copyrightdate" --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
! <td><!-- TMPL_IF NAME="classification" --><!-- TMPL_VAR NAME="classification" --><!-- /TMPL_IF --></td>
! 						<!-- TMPL_IF NAME="NOTMARC" -->
! 						<td><a href="additem-nomarc.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Add items</a></td>
! 						<!-- TMPL_ELSE -->
! 						<td><a href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Edit Record</a></td>
! 						<!-- /TMPL_IF -->
! 						<!-- TMPL_UNLESS NAME="NOTMARC" -->
! 						<td><a href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;op=duplicate">Duplicate</a></td><!-- /TMPL_UNLESS --></tr>
! 				<!-- /TMPL_LOOP -->
! 					<!-- TMPL_ELSE -->
  	<tr><td colspan="6">Nothing found</td></tr>
  	<!-- /TMPL_IF -->
! 			</table>
! 			
! 			<div id="pages">
! 					<!-- TMPL_IF NAME="displayprev" --> 
! 						<a class="pages" href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">&lt;&lt;Previous</a><!-- /TMPL_IF -->
! 					<!-- TMPL_LOOP NAME="numbers" -->
! 						<!-- TMPL_IF NAME="highlight" -->
! 							<span class="current"><!-- TMPL_VAR NAME="number" --></span>
! 						<!-- TMPL_ELSE --><a class="pages" href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search"><!-- TMPL_VAR NAME="number" --></a><!-- /TMPL_IF --><!-- /TMPL_LOOP --> <!-- TMPL_IF NAME="displaynext" -->					<a class="pages" href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">Next&gt;&gt;</a><!-- /TMPL_IF -->
! </div>
! <br />
  
  <!-- TMPL_IF name="breeding_loop" -->
  <table>
  	<caption>Bibliographic Records in the Reservoir</caption>
! 				<tr>
! 					<th>Title</th>
! 					<th>Author</th>
! 					<th>ISBN</th>
! 					<th>coming from</th>
! 					<th>&nbsp;</th>
! 					<th>&nbsp;</th>
! 				</tr>
! 					<!-- TMPL_LOOP NAME="breeding_loop" -->
! 						<!-- TMPL_IF NAME="highlight" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
! 							<td><!-- TMPL_VAR NAME="title" --></a>
! 							<td><!-- TMPL_VAR NAME="author" --></td>
! 							<td><!-- TMPL_VAR NAME="isbn" --></td>
! 							<td><!-- TMPL_VAR NAME="file" --></td>
! 							<!-- TMPL_IF NAME="NOTMARC" -->
! 							
! 							<!-- TMPL_ELSE -->
! 							<td><a href="addbiblio.pl?breedingid=<!-- TMPL_VAR NAME="id" -->">Add biblio</a></td>
! 							<!-- /TMPL_IF -->
! 						</tr>
! 					<!-- /TMPL_LOOP -->
! 			</table>
! <!-- TMPL_ELSE --><div class="details"><h3>No records found in the Reservoir</h3></div><!-- /TMPL_IF -->
  
  <div class="details">
***************
*** 88,90 ****
  </div>
  
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
--- 101,103 ----
  </div>
  
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list