[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue ISBDdetail.tmpl,NONE,1.1 detail.tmpl,1.13,1.14 MARCdetail.tmpl,1.19,1.20

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 17 10:22:08 CEST 2004


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

Modified Files:
	detail.tmpl MARCdetail.tmpl 
Added Files:
	ISBDdetail.tmpl 
Log Message:
ISBD in librarian interface

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="cat-top.inc" -->
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/marc-editor.css">
<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">
			Add to shelf
		</a>
		<a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->')" class="button catalogue">
			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>

	<div id="bloc100">
		<h2 class="catalogue">ISBD</h2>
		<p>ISBD : <!-- TMPL_VAR name="ISBD" --></p>
	</div>
</div>
<script>
function Dopop(link) {
	newin=window.open(link,'width=500,height=400,toolbar=false,scrollbars=yes');
}
</script>

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

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/detail.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** detail.tmpl	18 May 2004 15:23:49 -0000	1.13
--- detail.tmpl	17 Jun 2004 08:22:05 -0000	1.14
***************
*** 3,14 ****
  <div id="mainbloc">
  <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
  	<!-- TMPL_IF NAME="norequests" -->
  	<!-- TMPL_ELSE -->
! 		<a class="button" href=request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->>Requests</a>
  	<!-- /TMPL_IF -->
- 	<h1 class="catalogue"><!-- TMPL_VAR NAME="title" --> (<!-- TMPL_VAR NAME="author" -->) <!-- TMPL_VAR NAME="class" --></h1>
  	<div id="bloc25">
  		<h2 class="catalogue">BIBLIO RECORD <!-- TMPL_VAR NAME="biblionumber" --></h2>
- 		<p><a href="MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button">MARC</a></p>
  		<p>
  			<!-- TMPL_IF name="isbn" --><b>ISBN:</b><a href="/cgi-bin/koha/opac-searchresults.pl?isbn=<!-- TMPL_VAR NAME="isbn" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="ISBN" --></a><!-- /TMPL_IF --><br>
--- 3,23 ----
  <div id="mainbloc">
  <!-- 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">
  		<h2 class="catalogue">BIBLIO RECORD <!-- TMPL_VAR NAME="biblionumber" --></h2>
  		<p>
  			<!-- TMPL_IF name="isbn" --><b>ISBN:</b><a href="/cgi-bin/koha/opac-searchresults.pl?isbn=<!-- TMPL_VAR NAME="isbn" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="ISBN" --></a><!-- /TMPL_IF --><br>
***************
*** 73,75 ****
--- 82,90 ----
  	</table>
  </div>
+ <script>
+ function Dopop(link) {
+ 	newin=window.open(link,'width=500,height=400,toolbar=false,scrollbars=yes');
+ }
+ </script>
+ 
  <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->

Index: MARCdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** MARCdetail.tmpl	3 Jun 2004 10:10:03 -0000	1.19
--- MARCdetail.tmpl	17 Jun 2004 08:22:05 -0000	1.20
***************
*** 12,18 ****
--- 12,25 ----
  		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="norequests" -->
  	<!-- TMPL_ELSE -->





More information about the Koha-cvs mailing list