[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue ISBDdetail.tmpl,1.4,1.5 MARCdetail.tmpl,1.33,1.34 detail.tmpl,1.18,1.19

Paul POULAIN tipaul at users.sourceforge.net
Wed May 4 10:52:57 CEST 2005


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

Modified Files:
	ISBDdetail.tmpl MARCdetail.tmpl detail.tmpl 
Log Message:
synch'ing 2.2 and head

Index: ISBDdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/ISBDdetail.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ISBDdetail.tmpl	28 Nov 2004 08:58:03 -0000	1.4
--- ISBDdetail.tmpl	4 May 2005 08:52:52 -0000	1.5
***************
*** 3,11 ****
  <div id="mainbloc">
  	<div id="bibliomenu">
  		<a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
  			Normal
  		</a>
! 		<a href="MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
! 			MARC
  		</a>
  		<a href="javascript:Dopop('bookshelves/addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
--- 3,28 ----
  <div id="mainbloc">
  	<div id="bibliomenu">
+ 		<h1 class="catalogue">MARC biblio : <!-- TMPL_VAR NAME="bibid" --></h1>
+ 		<a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
+ 			Edit biblio
+ 		</a>
+ 		<a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">
+ 			Duplicate
+ 		</a>
+ 		<a href="acqui.simple/additem.pl?bibid=<!-- TMPL_VAR name="bibid"-->" class="button catalogue">
+ 			Edit item
+ 		</a>
+ 	
+ 		<a href="javascript:confirm_deletion()" class="button catalogue">
+ 			delete
+ 		</a>
+ 		<a href="MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
+ 			Complete
+ 		</a>
  		<a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
  			Normal
  		</a>
! 		<a href="ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
! 			ISBD
  		</a>
  		<a href="javascript:Dopop('bookshelves/addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
***************
*** 15,23 ****
  			Print
  		</a>
! 		<!-- TMPL_UNLESS name="norequests" -->
! 			<a class="button catalogue" href="/cgi-bin/koha/reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">
! 				Request
! 			</a>
! 		<!-- /TMPL_UNLESS -->
  	</div>
  
--- 32,44 ----
  			Print
  		</a>
! 		<!-- TMPL_IF name="subscriptionsnumber" -->
! 		<a href="bull-home.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
! 			Subscription(s)
! 		</a>
! 		<!-- /TMPL_IF -->
! 		<!-- TMPL_IF NAME="norequests" -->
! 		<!-- TMPL_ELSE -->
! 			<a href="request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">Request</a>
! 		<!-- /TMPL_IF -->
  	</div>
  

Index: MARCdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** MARCdetail.tmpl	30 Mar 2005 15:26:31 -0000	1.33
--- MARCdetail.tmpl	4 May 2005 08:52:52 -0000	1.34
***************
*** 3,10 ****
  <!-- TMPL_UNLESS name="popup" -->
  	<div class="tabbed">
! 		<h1 class="catalogue">MARC biblionumber : <!-- TMPL_VAR NAME="biblionumber" --></h1>
  		<a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
  			Edit biblio
  		</a>
  		<a href="acqui.simple/additem.pl?bibid=<!-- TMPL_VAR name="bibid"-->" class="button catalogue">
  			Edit item
--- 3,13 ----
  <!-- TMPL_UNLESS name="popup" -->
  	<div class="tabbed">
! 		<h1 class="catalogue">Biblionumber : <!-- TMPL_VAR NAME="biblionumber" --></h1>
  		<a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
  			Edit biblio
  		</a>
+ 		<a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">
+ 			Duplicate
+ 		</a>
  		<a href="acqui.simple/additem.pl?bibid=<!-- TMPL_VAR name="bibid"-->" class="button catalogue">
  			Edit item
***************
*** 15,18 ****
--- 18,24 ----
  		</a>
  		<a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
+ 			Complete
+ 		</a>
+ 		<a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
  			Normal
  		</a>
***************
*** 83,96 ****
  				<p>
  					<label class="labelsubfield">
- 					<!-- TMPL_IF name="link" -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- TMPL_ELSE -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- /TMPL_IF -->
- 					<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" alt="Search on this Field's Value">
- 					</a>
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
--- 89,100 ----
  				<p>
  					<label class="labelsubfield">
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF name="link" -->
+ 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+ 							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+ 						</a>
+ 					<!-- /TMPL_IF -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
***************
*** 113,126 ****
  				<p>
  					<label class="labelsubfield">
- 					<!-- TMPL_IF name="link" -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- TMPL_ELSE -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- /TMPL_IF -->
- 					<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" alt="Search on this Field's Value">
- 					</a>
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
--- 117,128 ----
  				<p>
  					<label class="labelsubfield">
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF name="link" -->
+ 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+ 							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+ 						</a>
+ 					<!-- /TMPL_IF -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
***************
*** 143,156 ****
  				<p>
  					<label class="labelsubfield">
- 					<!-- TMPL_IF name="link" -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- TMPL_ELSE -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- /TMPL_IF -->
- 					<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" alt="Search on this Field's Value">
- 					</a>
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
--- 145,156 ----
  				<p>
  					<label class="labelsubfield">
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF name="link" -->
+ 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+ 							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+ 						</a>
+ 					<!-- /TMPL_IF -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
***************
*** 173,186 ****
  				<p>
  					<label class="labelsubfield">
- 					<!-- TMPL_IF name="link" -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- TMPL_ELSE -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- /TMPL_IF -->
- 					<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" alt="Search on this Field's Value">
- 					</a>
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
--- 173,184 ----
  				<p>
  					<label class="labelsubfield">
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF name="link" -->
+ 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+ 							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+ 						</a>
+ 					<!-- /TMPL_IF -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
***************
*** 203,216 ****
  				<p>
  					<label class="labelsubfield">
- 					<!-- TMPL_IF name="link" -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- TMPL_ELSE -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- /TMPL_IF -->
- 					<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" alt="Search on this Field's Value">
- 					</a>
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
--- 201,212 ----
  				<p>
  					<label class="labelsubfield">
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF name="link" -->
+ 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+ 							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+ 						</a>
+ 					<!-- /TMPL_IF -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
***************
*** 233,246 ****
  				<p>
  					<label class="labelsubfield">
- 					<!-- TMPL_IF name="link" -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- TMPL_ELSE -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- /TMPL_IF -->
- 					<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" alt="Search on this Field's Value">
- 					</a>
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
--- 229,240 ----
  				<p>
  					<label class="labelsubfield">
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF name="link" -->
+ 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+ 							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+ 						</a>
+ 					<!-- /TMPL_IF -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
***************
*** 263,276 ****
  				<p>
  					<label class="labelsubfield">
- 					<!-- TMPL_IF name="link" -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- TMPL_ELSE -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- /TMPL_IF -->
- 					<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" alt="Search on this Field's Value">
- 					</a>
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
--- 257,268 ----
  				<p>
  					<label class="labelsubfield">
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF name="link" -->
+ 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+ 							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+ 						</a>
+ 					<!-- /TMPL_IF -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
***************
*** 293,306 ****
  				<p>
  					<label class="labelsubfield">
- 					<!-- TMPL_IF name="link" -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- TMPL_ELSE -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- /TMPL_IF -->
- 					<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" alt="Search on this Field's Value">
- 					</a>
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
--- 285,296 ----
  				<p>
  					<label class="labelsubfield">
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF name="link" -->
+ 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+ 							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+ 						</a>
+ 					<!-- /TMPL_IF -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
***************
*** 323,336 ****
  				<p>
  					<label class="labelsubfield">
- 					<!-- TMPL_IF name="link" -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- TMPL_ELSE -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- /TMPL_IF -->
- 					<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" alt="Search on this Field's Value">
- 					</a>
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
--- 313,324 ----
  				<p>
  					<label class="labelsubfield">
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF name="link" -->
+ 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+ 							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+ 						</a>
+ 					<!-- /TMPL_IF -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
***************
*** 353,366 ****
  				<p>
  					<label class="labelsubfield">
- 					<!-- TMPL_IF name="link" -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- TMPL_ELSE -->
- 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_VAR NAME="marc_subfield" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
- 					<!-- /TMPL_IF -->
- 					<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" alt="Search on this Field's Value">
- 					</a>
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
--- 341,352 ----
  				<p>
  					<label class="labelsubfield">
  					<!-- TMPL_VAR NAME="marc_subfield" -->
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF name="link" -->
+ 						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+ 							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+ 						</a>
+ 					<!-- /TMPL_IF -->
  					<!-- TMPL_IF NAME="authority" -->
  						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/detail.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** detail.tmpl	1 Mar 2005 13:40:53 -0000	1.18
--- detail.tmpl	4 May 2005 08:52:53 -0000	1.19
***************
*** 4,15 ****
  <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
  	<h1 class="catalogue"><!-- TMPL_VAR NAME="title" --> (<!-- TMPL_VAR NAME="author" -->) <!-- TMPL_VAR NAME="class" --></h1>
! 	<a href="MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">MARC</a>
! 	<a href="ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">ISBD</a>
! 	<a href="javascript:Dopop('bookshelves/addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">Add to shelf</a>
! 	<a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">Print</a>
! 	<!-- TMPL_IF NAME="norequests" -->
! 	<!-- TMPL_ELSE -->
! 		<a class="button catalogue" href="request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->">Requests</a>
! 	<!-- /TMPL_IF -->
  	<div id="bloc25">
  	<table class="small">
--- 4,46 ----
  <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
  	<h1 class="catalogue"><!-- TMPL_VAR NAME="title" --> (<!-- TMPL_VAR NAME="author" -->) <!-- TMPL_VAR NAME="class" --></h1>
! 	<div class="bibliomenu">
! 		<a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
! 			Edit biblio
! 		</a>
! 		<a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">
! 			Duplicate
! 		</a>
! 		<a href="acqui.simple/additem.pl?bibid=<!-- TMPL_VAR name="bibid"-->" class="button catalogue">
! 			Edit item
! 		</a>
! 	
! 		<a href="javascript:confirm_deletion()" class="button catalogue">
! 			delete
! 		</a>
! 		<a href="MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
! 			Complete
! 		</a>
! 		<a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
! 			Normal
! 		</a>
! 		<a href="ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
! 			ISBD
! 		</a>
! 		<a href="javascript:Dopop('bookshelves/addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
! 			Add to shelf
! 		</a>
! 		<a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
! 			Print
! 		</a>
! 		<!-- TMPL_IF name="subscriptionsnumber" -->
! 		<a href="bull-home.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
! 			Subscription(s)
! 		</a>
! 		<!-- /TMPL_IF -->
! 		<!-- TMPL_IF NAME="norequests" -->
! 		<!-- TMPL_ELSE -->
! 			<a href="request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">Request</a>
! 		<!-- /TMPL_IF -->
! 	</div>
  	<div id="bloc25">
  	<table class="small">





More information about the Koha-cvs mailing list