[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue MARCdetail.tmpl,1.2,1.3

Owen Leonard oleonard at users.sourceforge.net
Tue Nov 16 22:37:59 CET 2004


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

Modified Files:
	MARCdetail.tmpl 
Log Message:
Corrections to make valid

Index: MARCdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** MARCdetail.tmpl	13 Apr 2004 16:52:55 -0000	1.2
--- MARCdetail.tmpl	16 Nov 2004 21:37:56 -0000	1.3
***************
*** 4,13 ****
  
  <div id="main">
  <div class="tabitem"><form action="/cgi-bin/koha/detail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="hidden" value="intra" name="type" /><input type="submit" class="submit" value="Brief Display" /></form><!-- TMPL_IF NAME="norequests" -->&nbsp;<!-- TMPL_ELSE --> <form action="request.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /> <input type="submit" class="submit" value="Place Reserve" /></form>
! 		<!-- /TMPL_IF --><form action="/cgi-bin/koha/detailprint.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="submit" value="Simple Print View" /></form></div>
  
  <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="0XX" -->
! 	<tr><th colspan="5"><tmpl_VAR NAME="tag"></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
--- 4,16 ----
  
  <div id="main">
+ <h2>MARC Record for <em><!-- TMPL_VAR NAME="biblio_title" --><!-- TMPL_IF NAME="biblio_subtitle" -->: <!-- TMPL_VAR NAME="biblio_subtitle" --><!-- /TMPL_IF --></em></h2>
  <div class="tabitem"><form action="/cgi-bin/koha/detail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="hidden" value="intra" name="type" /><input type="submit" class="submit" value="Brief Display" /></form><!-- TMPL_IF NAME="norequests" -->&nbsp;<!-- TMPL_ELSE --> <form action="request.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /> <input type="submit" class="submit" value="Place Reserve" /></form>
! 		<!-- /TMPL_IF --><form action="/cgi-bin/koha/detailprint.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="submit" value="Simple Print View" /></form> <!-- TMPL_IF name="subscriptionid" --><form action="/cgi-bin/koha/bull/subscription-detail.pl" method="get"><input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR NAME="subscriptionid" -->" /><input type="submit" value="Subscription" class="submit" /></form>
! <form action="/cgi-bin/koha/bull/serial-issues.pl" method="get"><input type="hidden" name="subscriptionid" value="!-- TMPL_VAR NAME="subscriptionid" -->" /><input type="submit" value="Serial Issues" class="submit" /></form><!-- /TMPL_IF -->  <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 MARC" /></form> <form action="/cgi-bin/koha/acqui.simple/additem.pl" method="get"><input type="hidden" name="bibid" value="<!-- TMPL_VAR name="bibid"-->" /><input type="submit" class="submit" value="Edit Items" /></form> <form action="/cgi-bin/koha/acqui.simple/addbiblio.pl" method="get"><input type="hidden" name="op" value="delete" /><input type="hidden" name="bibid" value="<!-- TMPL_VAR NAME="bibid" -->" /><input type="submit" class="cancel" value="Delete Record" onclick="confirm_deletion(); return false;" /></form></div>
  
+ <!-- TMPL_IF NAME="0XX" -->
  <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="0XX" -->
! 	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
***************
*** 18,28 ****
  		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
  	</tr>
! 	</tmpl_loop>
! 	</tmpl_loop>
       </table></div>
  
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="1XX" -->
! 	<tr><th colspan="5"><tmpl_VAR NAME="tag"></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
--- 21,33 ----
  		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
  	</tr>
! 	<!-- /TMPL_LOOP -->
! 	<!-- /TMPL_LOOP -->
       </table></div>
+ <!-- /TMPL_IF -->
  
+ <!-- TMPL_IF NAME="1XX" -->
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="1XX" -->
! 	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
***************
*** 36,43 ****
  	<!-- /TMPL_LOOP -->
       </table></div>
! 
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="2XX" -->
! 	<tr><th colspan="5"><tmpl_VAR NAME="tag"></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
--- 41,50 ----
  	<!-- /TMPL_LOOP -->
       </table></div>
! 	 <!-- /TMPL_IF -->
! 	 
! <!-- TMPL_IF NAME="2XX" -->
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="2XX" -->
! 	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
***************
*** 51,58 ****
  	<!-- /TMPL_LOOP -->
       </table></div>
! 
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="3XX" -->
! 	<tr><th colspan="5"><tmpl_VAR NAME="tag"></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
--- 58,67 ----
  	<!-- /TMPL_LOOP -->
       </table></div>
! 	 <!-- /TMPL_IF -->
! 	 
! <!-- TMPL_IF NAME="3XX" -->
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="3XX" -->
! 	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
***************
*** 66,74 ****
  	<!-- /TMPL_LOOP -->
       </table></div>
  
! 
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="4XX" -->
! 	<tr><th colspan="5"><tmpl_VAR NAME="tag"></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
--- 75,84 ----
  	<!-- /TMPL_LOOP -->
       </table></div>
+ 	 <!-- /TMPL_IF -->
  
! <!-- TMPL_IF NAME="4XX" -->
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="4XX" -->
! 	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
***************
*** 82,89 ****
  	<!-- /TMPL_LOOP -->
       </table></div>
  
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="5XX" -->
! 	<tr><th colspan="5"><tmpl_VAR NAME="tag"></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
--- 92,101 ----
  	<!-- /TMPL_LOOP -->
       </table></div>
+ 	 <!-- /TMPL_IF -->
  
+ <!-- TMPL_IF NAME="5XX" -->
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="5XX" -->
! 	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
***************
*** 97,104 ****
  	<!-- /TMPL_LOOP -->
       </table></div>
  
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="6XX" -->
! 	<tr><th colspan="5"><tmpl_VAR NAME="tag"></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
--- 109,118 ----
  	<!-- /TMPL_LOOP -->
       </table></div>
+ 	 <!-- /TMPL_IF -->
  
+ <!-- TMPL_IF NAME="6XX" -->
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="6XX" -->
! 	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
***************
*** 112,119 ****
  	<!-- /TMPL_LOOP -->
       </table></div>
  
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="7XX" -->
! 	<tr><th colspan="5"><tmpl_VAR NAME="tag"></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
--- 126,135 ----
  	<!-- /TMPL_LOOP -->
       </table></div>
+ 	 <!-- /TMPL_IF -->
  
+ <!-- TMPL_IF NAME="7XX" -->
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="7XX" -->
! 	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
***************
*** 127,134 ****
  	<!-- /TMPL_LOOP -->
       </table></div>
  
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="8XX" -->
! 	<tr><th colspan="5"><tmpl_VAR NAME="tag"></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
--- 143,153 ----
  	<!-- /TMPL_LOOP -->
       </table></div>
+ 	 <!-- /TMPL_IF -->
  
+ 	 
+ <!-- TMPL_IF NAME="8XX" -->
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="8XX" -->
! 	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
***************
*** 142,149 ****
  	<!-- /TMPL_LOOP -->
       </table></div>
  
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="9XX" -->
! 	<tr><th colspan="5"><tmpl_VAR NAME="tag"></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
--- 161,170 ----
  	<!-- /TMPL_LOOP -->
       </table></div>
+ <!-- /TMPL_IF -->
  
+ <!-- TMPL_IF NAME="9XX" -->
      <div class="table"><table class="marc">
  	<!-- TMPL_LOOP NAME="9XX" -->
! 	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
  	<!-- TMPL_LOOP NAME="subfield" -->
  	<tr>
***************
*** 157,164 ****
  	<!-- /TMPL_LOOP -->
       </table></div>
  
      <div class="table"><table>
  		<tr>
! 			<!-- TMPL_LOOP NAME="item_header_loop" --><th><tmpl_VAR NAME="header_value"></th><!-- /TMPL_LOOP -->
  		</tr>
  		<!-- TMPL_LOOP NAME="item_loop" -->
--- 178,187 ----
  	<!-- /TMPL_LOOP -->
       </table></div>
+ <!-- /TMPL_IF -->
  
+ <!-- TMPL_IF NAME="item_header_loop -->
      <div class="table"><table>
  		<tr>
! 			<!-- TMPL_LOOP NAME="item_header_loop" --><th><!-- TMPL_VAR NAME="header_value" --></th><!-- /TMPL_LOOP -->
  		</tr>
  		<!-- TMPL_LOOP NAME="item_loop" -->
***************
*** 168,177 ****
  		<!-- /TMPL_LOOP -->
       </table></div>
  	 </div>
  	<script language="JavaScript" type="text/javascript">
  function confirm_deletion() {
! 	var is_confirmed = confirm('Are you sure you want to delete this biblio?');
  	if (is_confirmed) {
! 		window.location="acqui.simple/addbiblio.pl?op=delete&bibid=<!-- TMPL_VAR NAME="bibid" -->";
  	}
  }
--- 191,201 ----
  		<!-- /TMPL_LOOP -->
       </table></div>
+ <!-- /TMPL_IF -->
  	 </div>
  	<script language="JavaScript" type="text/javascript">
  function confirm_deletion() {
! 	var is_confirmed = confirm('Are you sure you want to delete this record and all the attached items?');
  	if (is_confirmed) {
! 		window.location="acqui.simple/addbiblio.pl?op=delete&amp;bibid=<!-- TMPL_VAR NAME="bibid" -->";
  	}
  }





More information about the Koha-cvs mailing list