[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.24,1.25 addbooks.tmpl,1.12,1.13 additem.tmpl,1.14,1.15 isbnsearch.tmpl,1.11,1.12

Paul POULAIN tipaul at users.sourceforge.net
Wed Feb 11 10:03:49 CET 2004


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

Modified Files:
	addbiblio.tmpl addbooks.tmpl additem.tmpl isbnsearch.tmpl 
Log Message:
synch'ing 2.0.0 branch (RC4 tag) and head

Index: addbiblio.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** addbiblio.tmpl	9 Dec 2003 10:29:06 -0000	1.24
--- addbiblio.tmpl	11 Feb 2004 09:03:47 -0000	1.25
***************
*** 1,3 ****
! <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
  
  <!--STYLE TYPE="text/css" MEDIA=screen>
--- 1,3 ----
! <!-- TMPL_INCLUDE NAME="cat-top.inc" -->
  
  <!--STYLE TYPE="text/css" MEDIA=screen>
***************
*** 17,35 ****
  	<table width=100% border=0 colspacing=0 cellpadding=0>
  	<tr>
! 		<td width=9% align="center"><a href="javascript:active(0)"><div id="link0">0</div></a></td>
! 		<td width=9% align="center"><a href="javascript:active(1)"><div id="link1">1</div></a></td>
! 		<td width=9% align="center"><a href="javascript:active(2)"><div id="link2">2</div></a></td>
! 		<td width=9% align="center"><a href="javascript:active(3)"><div id="link3">3</div></a></td>
! 		<td width=9% align="center"><a href="javascript:active(4)"><div id="link4">4</div></a></td>
! 		<td width=9% align="center"><a href="javascript:active(5)"><div id="link5">5</div></a></td>
! 		<td width=9% align="center"><a href="javascript:active(6)"><div id="link6">6</div></a></td>
! 		<td width=9% align="center"><a href="javascript:active(7)"><div id="link7">7</div></a></td>
! 		<td width=9% align="center"><a href="javascript:active(8)"><div id="link8">8</div></a></td>
! 		<td width=9% align="center"><a href="javascript:active(9)"><div id="link9">9</div></a></td>
! 		<td width=10% align="center"><input type="hidden" name="op" value="addbiblio">
  												<input type="hidden" name="addfield_field">
  												<input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR name="oldbiblionumber" -->">
! 												<input type="button" value="Add biblio" onClick='Check(this.form)' accesskey="w">
! 												<a href="javascript:PopupZ3950()">z3950 search</a>
  		</td>
  	</tr>
--- 17,39 ----
  	<table width=100% border=0 colspacing=0 cellpadding=0>
  	<tr>
! 		<td width="8" align="center"><a href="javascript:active(0)"><div id="link0">0</div></a></td>
! 		<td width="8" align="center"><a href="javascript:active(1)"><div id="link1">1</div></a></td>
! 		<td width="8" align="center"><a href="javascript:active(2)"><div id="link2">2</div></a></td>
! 		<td width="8" align="center"><a href="javascript:active(3)"><div id="link3">3</div></a></td>
! 		<td width="8" align="center"><a href="javascript:active(4)"><div id="link4">4</div></a></td>
! 		<td width="8" align="center"><a href="javascript:active(5)"><div id="link5">5</div></a></td>
! 		<td width="8" align="center"><a href="javascript:active(6)"><div id="link6">6</div></a></td>
! 		<td width="8" align="center"><a href="javascript:active(7)"><div id="link7">7</div></a></td>
! 		<td width="8" align="center"><a href="javascript:active(8)"><div id="link8">8</div></a></td>
! 		<td width="8" align="center"><a href="javascript:active(9)"><div id="link9">9</div></a></td>
! 		<td width="20" align="center"><input type="hidden" name="op" value="addbiblio">
  												<input type="hidden" name="addfield_field">
  												<input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR name="oldbiblionumber" -->">
! 												<!-- TMPL_IF name="bibid" -->
! 													<input type="button" value="Save" onClick='Check(this.form)' accesskey="w" class="button">
! 												<!-- TMPL_ELSE -->
! 													<input type="button" value="Add biblio" onClick='Check(this.form)' accesskey="w" class="button">
! 												<!-- /TMPL_IF -->
! 												<a href="javascript:PopupZ3950()" class="button">z3950 search</a>
  		</td>
  	</tr>
***************
*** 60,63 ****
--- 64,78 ----
  			</tmpl_loop>
  	</tmpl_loop>
+ 		<tr>
+ 			<td width=9% align="center">
+ 				&nbsp;
+ 			</td>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(1)">
+ 					<div id="link1"  class="button">&gt;&gt;&gt;&gt;</div>
+ 				</a>
+ 			</td>
+ 		</tr>
+ 
  		</table>
  		</DIV>
***************
*** 85,88 ****
--- 100,115 ----
  			</tmpl_loop>
  	</tmpl_loop>
+ 		<tr>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(0)">
+ 					<div id="link0"  class="button">&lt;&lt;&lt;&lt;</div>
+ 				</a>
+ 			</td>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(2)">
+ 					<div id="link2"  class="button">&gt;&gt;&gt;&gt;</div>
+ 				</a>
+ 			</td>
+ 		</tr>
  		</table>
  		</DIV>
***************
*** 110,113 ****
--- 137,152 ----
  			</tmpl_loop>
  	</tmpl_loop>
+ 		<tr>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(1)">
+ 					<div id="link1"  class="button">&lt;&lt;&lt;&lt;</div>
+ 				</a>
+ 			</td>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(3)">
+ 					<div id="link3"  class="button">&gt;&gt;&gt;&gt;</div>
+ 				</a>
+ 			</td>
+ 		</tr>
  		</table>
  		</DIV>
***************
*** 135,138 ****
--- 174,189 ----
  			</tmpl_loop>
  	</tmpl_loop>
+ 		<tr>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(2)">
+ 					<div id="link2"  class="button">&lt;&lt;&lt;&lt;</div>
+ 				</a>
+ 			</td>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(4)">
+ 					<div id="link4"  class="button">&gt;&gt;&gt;&gt;</div>
+ 				</a>
+ 			</td>
+ 		</tr>
  		</table>
  		</DIV>
***************
*** 160,163 ****
--- 211,226 ----
  			</tmpl_loop>
  	</tmpl_loop>
+ 		<tr>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(3)">
+ 					<div id="link3"  class="button">&lt;&lt;&lt;&lt;</div>
+ 				</a>
+ 			</td>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(5)">
+ 					<div id="link5"  class="button">&gt;&gt;&gt;&gt;</div>
+ 				</a>
+ 			</td>
+ 		</tr>
  		</table>
  		</DIV>
***************
*** 185,188 ****
--- 248,263 ----
  			</tmpl_loop>
  	</tmpl_loop>
+ 		<tr>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(4)">
+ 					<div id="link4"  class="button">&lt;&lt;&lt;&lt;</div>
+ 				</a>
+ 			</td>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(6)">
+ 					<div id="link6"  class="button">&gt;&gt;&gt;&gt;</div>
+ 				</a>
+ 			</td>
+ 		</tr>
  		</table>
  		</DIV>
***************
*** 210,213 ****
--- 285,300 ----
  			</tmpl_loop>
  	</tmpl_loop>
+ 		<tr>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(5)">
+ 					<div id="link5"  class="button">&lt;&lt;&lt;&lt;</div>
+ 				</a>
+ 			</td>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(7)">
+ 					<div id="link7"  class="button">&gt;&gt;&gt;&gt;</div>
+ 				</a>
+ 			</td>
+ 		</tr>
  		</table>
  		</DIV>
***************
*** 235,238 ****
--- 322,337 ----
  			</tmpl_loop>
  	</tmpl_loop>
+ 		<tr>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(6)">
+ 					<div id="link6"  class="button">&lt;&lt;&lt;&lt;</div>
+ 				</a>
+ 			</td>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(8)">
+ 					<div id="link8"  class="button">&gt;&gt;&gt;&gt;</div>
+ 				</a>
+ 			</td>
+ 		</tr>
  		</table>
  		</DIV>
***************
*** 260,263 ****
--- 359,374 ----
  			</tmpl_loop>
  	</tmpl_loop>
+ 		<tr>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(7)">
+ 					<div id="link7"  class="button">&lt;&lt;&lt;&lt;</div>
+ 				</a>
+ 			</td>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(9)">
+ 					<div id="link9"  class="button">&gt;&gt;&gt;&gt;</div>
+ 				</a>
+ 			</td>
+ 		</tr>
  		</table>
  		</DIV>
***************
*** 285,288 ****
--- 396,404 ----
  			</tmpl_loop>
  	</tmpl_loop>
+ 			<td width=9% align="center">
+ 				<a href="javascript:active(8)">
+ 					<div id="link8"  class="button">&lt;&lt;&lt;&lt;</div>
+ 				</a>
+ 			</td>
  		</table>
  		</DIV>
***************
*** 328,332 ****
  	for (i=0; i < 10 ; i++ ) {
  		ong = i+"XX";
! 			link = "link"+i;
  		if (numlayer==i) {
  			document.getElementById(ong).style.visibility="visible";
--- 444,448 ----
  	for (i=0; i < 10 ; i++ ) {
  		ong = i+"XX";
! 		link = "link"+i;
  		if (numlayer==i) {
  			document.getElementById(ong).style.visibility="visible";
***************
*** 396,400 ****
  function Dopop(link,i) {
  	defaultvalue=document.forms[0].field_value[i].value;
! 	newin=window.open(link+"&result="+defaultvalue,"value builder",'width=500,height=400,toolbar=false,scrollbars=yes');
  }
  
--- 512,516 ----
  function Dopop(link,i) {
  	defaultvalue=document.forms[0].field_value[i].value;
! 	newin=window.open(link+"&result="+defaultvalue,"value builder",'width=550,height=550,toolbar=false,scrollbars=yes');
  }
  

Index: addbooks.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** addbooks.tmpl	9 Dec 2003 10:29:06 -0000	1.12
--- addbooks.tmpl	11 Feb 2004 09:03:47 -0000	1.13
***************
*** 22,26 ****
  			<td width="5%">ISBN:</td>
  			<td width="20%"><input type="text" name="isbn" /></td>
! 			<td width="10%" rowspan=2 valign="middle"><input type="submit" value="Go" /></td>
  			<td rowspan=2>If the ISBN or title is found in the biblio table, it will be retrieved and can be modified.<br/>
  					If the ISBN or title is found in the breeding farm, it will be retrieved and a biblio will be added.<br/>
--- 22,26 ----
  			<td width="5%">ISBN:</td>
  			<td width="20%"><input type="text" name="isbn" /></td>
! 			<td width="10%" rowspan=2 valign="middle"><input type="submit" value="Go" class="button"/></td>
  			<td rowspan=2>If the ISBN or title is found in the biblio table, it will be retrieved and can be modified.<br/>
  					If the ISBN or title is found in the breeding farm, it will be retrieved and a biblio will be added.<br/>
***************
*** 32,38 ****
  		<tr><td>&nbsp;</td>
  		<!-- TMPL_IF NAME="NOTMARC" -->
! 			<td colspan=2><a href=addbiblio-nomarc.pl>Create Empty biblio</a></td></tr>
  		<!-- TMPL_ELSE -->
! 			<td colspan=2><a href=addbiblio.pl>Create Empty biblio</a></td></tr>
  		<!-- /TMPL_IF -->
  	</table>
--- 32,38 ----
  		<tr><td>&nbsp;</td>
  		<!-- TMPL_IF NAME="NOTMARC" -->
! 			<td colspan=2><a href="addbiblio-nomarc.pl" class="button">Create Empty biblio</a></td></tr>
  		<!-- TMPL_ELSE -->
! 			<td colspan=2><a href="addbiblio.pl" class="button">Create Empty biblio</a></td></tr>
  		<!-- /TMPL_IF -->
  	</table>
***************
*** 52,56 ****
  		<td>Keyword:</td>
  		<td><input type="text" name="keyword" /></td>
! 		<td><input type="submit" value="Go" /></td>
  	</tr>
  	</table>
--- 52,56 ----
  		<td>Keyword:</td>
  		<td><input type="text" name="keyword" /></td>
! 		<td><input type="submit" value="Go" class="button"/></td>
  	</tr>
  	</table>

Index: additem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/additem.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** additem.tmpl	18 Dec 2003 17:19:56 -0000	1.14
--- additem.tmpl	11 Feb 2004 09:03:47 -0000	1.15
***************
*** 1,3 ****
! <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
  <STYLE TYPE="text/css" MEDIA=screen>
  	table {	font-family:Arial;
--- 1,3 ----
! <!-- TMPL_INCLUDE NAME="cat-top.inc" -->
  <STYLE TYPE="text/css" MEDIA=screen>
  	table {	font-family:Arial;

Index: isbnsearch.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** isbnsearch.tmpl	9 Dec 2003 10:29:07 -0000	1.11
--- isbnsearch.tmpl	11 Feb 2004 09:03:47 -0000	1.12
***************
*** 5,9 ****
  <!-- TMPL_IF name="total" -->
  <!-- TMPL_VAR NAME=total --> results found<br />
! Results <!-- TMPL_VAR name="showoffset" --> to <!-- TMPL_VAR name="total" --> displayed
  <!-- /TMPL_IF -->
  <p />
--- 5,9 ----
  <!-- TMPL_IF name="total" -->
  <!-- TMPL_VAR NAME=total --> results found<br />
! Results <i><!-- TMPL_VAR name="showoffset" --></i> to <i><!-- TMPL_VAR name="total" --></i> displayed
  <!-- /TMPL_IF -->
  <p />
***************
*** 46,50 ****
  			<td><!-- TMPL_VAR name="copyrightdate" --></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...</a></td>
--- 46,50 ----
  			<td><!-- TMPL_VAR name="copyrightdate" --></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...</a></td>





More information about the Koha-cvs mailing list