[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbooks.tmpl,1.19,1.20 isbnsearch.tmpl,1.14,1.15

Paul POULAIN tipaul at users.sourceforge.net
Thu Dec 2 17:40:37 CET 2004


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

Modified Files:
	addbooks.tmpl isbnsearch.tmpl 
Log Message:
cataloguing, in isbnsearch, after searching a title/ISBN, the librarian can choose the framework (+ it's a cataloguing screen, not an acquisition one)

Index: addbooks.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** addbooks.tmpl	24 Nov 2004 20:36:33 -0000	1.19
--- addbooks.tmpl	2 Dec 2004 16:40:35 -0000	1.20
***************
*** 28,32 ****
  					</select>
  					<input type="submit" value="Create Empty biblio" class="button catalogue">
! 				</p>
  		<!-- /TMPL_IF -->
  	</div>
--- 28,33 ----
  					</select>
  					<input type="submit" value="Create Empty biblio" class="button catalogue">
! 				</form>
! 			</p>
  		<!-- /TMPL_IF -->
  	</div>
***************
*** 38,40 ****
  	</div>
  </div>
! <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->
--- 39,41 ----
  	</div>
  </div>
! <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->

Index: isbnsearch.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** isbnsearch.tmpl	19 Jul 2004 19:22:10 -0000	1.14
--- isbnsearch.tmpl	2 Dec 2004 16:40:35 -0000	1.15
***************
*** 1,7 ****
! <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
  <div id="mainbloc">
! 	<h1 class="acquisition">Biblio Search Results</h1>
  	<div id="bloc25">
! 		<h2 class="acquisition">You searched on <b><!-- TMPL_IF name="isbn" -->ISBN <!-- TMPL_VAR NAME="isbn" --><!-- /TMPL_IF --><!-- TMPL_IF name="title" -->title <!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF --></b></h2>
  		<!-- TMPL_IF name="total" -->
  			<p><!-- TMPL_VAR NAME="total" --> results found</p>
--- 1,7 ----
! <!-- TMPL_INCLUDE NAME="cat-top.inc" -->
  <div id="mainbloc">
! 	<h1 class="catalogue">Biblio Search Results</h1>
  	<div id="bloc25">
! 		<h2 class="catalogue">You searched on <!-- TMPL_IF name="isbn" -->ISBN <!-- TMPL_VAR NAME="isbn" --><!-- /TMPL_IF --><!-- TMPL_IF name="title" -->title <!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF --></h2>
  		<!-- TMPL_IF name="total" -->
  			<p><!-- TMPL_VAR NAME="total" --> results found</p>
***************
*** 10,20 ****
  	</div>
  	<div id="bloc100">
! 		<h2 class="acquisition">Biblios in koha</h2>
  		<table>
  			<tr>
! 				<th class="acquisition">Title</th>
! 				<th class="acquisition">Author</th>
! 				<th class="acquisition">&copy;</th>
! 				<th class="acquisition">&nbsp;</th>
  			</tr>
  			<!-- TMPL_IF name="loop" -->
--- 10,20 ----
  	</div>
  	<div id="bloc100">
! 		<h2 class="catalogue">Biblios in koha</h2>
  		<table>
  			<tr>
! 				<th class="catalogue">Title</th>
! 				<th class="catalogue">Author</th>
! 				<th class="catalogue">&copy;</th>
! 				<th class="catalogue">&nbsp;</th>
  			</tr>
  			<!-- TMPL_IF name="loop" -->
***************
*** 25,31 ****
  					<td><!-- TMPL_VAR NAME="copyrightdate" --></td>
  					<!-- TMPL_IF NAME="NOTMARC" -->
! 					<td><a href="additem-nomarc.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button acquisition">Add items</a></td>
  					<!-- TMPL_ELSE -->
! 					<td><a href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button acquisition">Edit...</a></td>
  					<!-- /TMPL_IF -->
  				</tr>
--- 25,31 ----
  					<td><!-- TMPL_VAR NAME="copyrightdate" --></td>
  					<!-- TMPL_IF NAME="NOTMARC" -->
! 					<td><a href="additem-nomarc.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">Add items</a></td>
  					<!-- TMPL_ELSE -->
! 					<td><a href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">Edit...</a></td>
  					<!-- /TMPL_IF -->
  				</tr>
***************
*** 61,65 ****
  			<!-- /TMPL_IF -->
  		</p>
! 		<h2 class="acquisition">Biblios in breeding farm</h2>
  		<!-- TMPL_IF name="breeding_loop" -->
  			<table>
--- 61,65 ----
  			<!-- /TMPL_IF -->
  		</p>
! 		<h2 class="catalogue">Biblios in breeding farm</h2>
  		<!-- TMPL_IF name="breeding_loop" -->
  			<table>
***************
*** 91,97 ****
  		<p class="center">
  		<!-- TMPL_IF NAME="NOTMARC" -->
! 			<a href="addbiblio-nomarc.pl?isbn=<!-- TMPL_VAR NAME="isbn" -->" class="button acquisition">Add New Biblio</a>
  		<!-- TMPL_ELSE -->
! 			<a href="addbiblio.pl?isbn=<!-- TMPL_VAR NAME="isbn" -->" class="button acquisition">Add New Biblio</a>
  		<!-- /TMPL_IF -->
  		</p>
--- 91,103 ----
  		<p class="center">
  		<!-- TMPL_IF NAME="NOTMARC" -->
! 			<a href="addbiblio-nomarc.pl?isbn=<!-- TMPL_VAR NAME="isbn" -->" class="button catalogue">Add New Biblio</a>
  		<!-- TMPL_ELSE -->
! 			<select name="frameworkcode">
! 				<option value="">Default</option>
! 				<!-- TMPL_LOOP NAME="frameworkcodeloop" -->
! 					<option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="frameworktext" --></option>
! 				<!-- /TMPL_LOOP -->
! 			</select>
! 			<a href="addbiblio.pl?isbn=<!-- TMPL_VAR NAME="isbn" -->" class="button catalogue">Add New Biblio</a>
  		<!-- /TMPL_IF -->
  		</p>
***************
*** 99,101 ****
  	
  </div>
! <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->
--- 105,107 ----
  	
  </div>
! <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->





More information about the Koha-cvs mailing list