[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple additem.tmpl,NONE,1.1 addbiblio.tmpl,1.3,1.4 isbnsearch.tmpl,1.1,1.2 addbiblio2.tmpl,1.2,NONE

Paul POULAIN tipaul at users.sourceforge.net
Wed Nov 27 11:30:00 CET 2002


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

Modified Files:
	addbiblio.tmpl isbnsearch.tmpl 
Added Files:
	additem.tmpl 
Removed Files:
	addbiblio2.tmpl 
Log Message:
commiting forgotten changes before releasing 1.3.2

--- NEW FILE ---
<TMPL_INCLUDE NAME="acquisitions-top.inc">
<form method="post" action="additem.pl">
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="/images/background-mem.gif">
	<th>MARC biblio : <TMPL_VAR name="bibid"></th>
</tr>
<tr>
	<td>
	<table width=100% border=0 colspacing=0 cellpadding=0>
	<tr>
		<td width=9% align="center">&nbsp;</td>
		<td width=9% align="center">&nbsp;</td>
		<td width=9% align="center">&nbsp;</td>
		<td width=9% align="center">&nbsp;</td>
		<td width=9% align="center">&nbsp;</td>
		<td width=9% align="center">&nbsp;</td>
		<td width=9% align="center">&nbsp;</td>
		<td width=9% align="center">&nbsp;</td>
		<td width=9% align="center">&nbsp;</td>
		<td width=9% align="center">&nbsp;</td>
		<td width=10% align="center">
			<input type="hidden" name="op" value="<TMPL_VAR name="op">">
			<input type="hidden" name="bibid" value="<TMPL_VAR name="bibid">">
			</td>
	</tr>
	</table>
	</td>
</tr>
</table>
<br />
<center>
<DIV name="10XX" id="10XX">
<table border=1 cellspacing=0 cellpadding=5 width=100%>
	<tr  background="/images/background-mem.gif">
		<th>Existing items</th>
	</tr>
</table>
<table border=1 cellspacing=0 cellpadding=0 width=100%>
	<tr  background="/images/background-mem.gif">
		<TMPL_LOOP name="item_header_loop"><th><tmpl_var name="header_value"></th></TMPL_LOOP><th colspan=2>&nbsp;</th>
	</tr>
		<TMPL_LOOP name="item_loop">
		<tr>
			<TMPL_VAR name="item_value">
			<td><a href="additem.pl?op=edititem&bibid=<TMPL_VAR name="bibid">&itemnum=<TMPL_VAR name="itemnum">">Edit</a></td>
		</tr>
		</TMPL_LOOP>
</table>
</DIV>
<br /><br />
<table border=1 cellspacing=0 cellpadding=5 width=100%>
	<tr  background="/images/background-mem.gif">
		<th>New Item</th>
	</tr>
</table><table width=100%  cellspacing=0 cellpadding=5 border=0>
	<TMPL_LOOP name="item">
	<tr>
		<td width="3%">&nbsp;</td>
		<td width="2%"><TMPL_VAR name="subfield"></td>
		<td width="55%"><TMPL_IF name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF name="mandatory"></b></TMPL_IF></td>
		<td width="40%">
			<TMPL_VAR name="marc_value">
			<input type="hidden" name="tag" value="<TMPL_VAR name="tag">">
			<input type="hidden" name="subfield" value="<TMPL_VAR name="subfield">">
		</td>
	</tr>
	</tmpl_loop>
</table>
<input type="hidden" name="itemnum" value="<TMPL_VAR name="itemnum">">
<input type="submit" value=">>> Enter item">
</center>
</form>

</body>
</html>

Index: addbiblio.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** addbiblio.tmpl	12 Nov 2002 15:58:43 -0000	1.3
--- addbiblio.tmpl	27 Nov 2002 10:29:57 -0000	1.4
***************
*** 1,4 ****
--- 1,11 ----
  <TMPL_INCLUDE NAME="acquisitions-top.inc">
  
+ <STYLE TYPE="text/css" MEDIA=screen>
+ 	table {	font-family:Arial;
+ 	font-weight:normal;	
+ 	text-decoration:none;
+ 	font-size:12pt;}
+ </STYLE>
+ 
  <form method="post" name="f">
  <table width=100% cellspacing=0 cellpadding=5 border=1>
***************
*** 20,24 ****
  		<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="button" value=">>> items" onClick='Check(this.form)'></td>
  	</tr>
  	</table>
--- 27,34 ----
  		<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="oldbiblionumber" value="<TMPL_VAR name="oldbiblionumber">">
! 												<input type="button" value=">>> items" onClick='Check(this.form)'>
! 		</td>
  	</tr>
  	</table>
***************
*** 27,31 ****
  </table>
     <DIV name="0XX" id="0XX" style="position:absolute;left:40px;top:150px;visibility:visible;width:90%">
!     <table width=100%  cellspacing=0 cellpadding=5 border=0>
  	<TMPL_LOOP name="0XX">
  	<tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR name="tag">"><input type="text" name="indicator" size=3 maxlength=2 value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>
--- 37,41 ----
  </table>
     <DIV name="0XX" id="0XX" style="position:absolute;left:40px;top:150px;visibility:visible;width:90%">
!     <table width=100%  cellspacing=0 cellpadding=2 border=0>
  	<TMPL_LOOP name="0XX">
  	<tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR name="tag">"><input type="text" name="indicator" size=3 maxlength=2 value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>

Index: isbnsearch.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** isbnsearch.tmpl	22 Oct 2002 15:52:36 -0000	1.1
--- isbnsearch.tmpl	27 Nov 2002 10:29:58 -0000	1.2
***************
*** 20,27 ****
  <TMPL_LOOP name="loop">
  	<tr valign="top" bgcolor="<TMPL_VAR name="toggle">">
! 	<td><a href="additem.pl?biblionumber=<TMPL_VAR name="biblionumber">"><TMPL_VAR name="title"></a></td>
  	<td><TMPL_VAR name="author"></td>
  	<td><TMPL_VAR name="copyrightdate"></td>
! 	<td><a href="additem.pl?biblionumber=<TMPL_VAR name="biblionumber">">Edit...</a></td>
  	</tr>
  </TMPL_LOOP>
--- 20,27 ----
  <TMPL_LOOP name="loop">
  	<tr valign="top" bgcolor="<TMPL_VAR name="toggle">">
! 	<td><TMPL_VAR name="title"></a>
  	<td><TMPL_VAR name="author"></td>
  	<td><TMPL_VAR name="copyrightdate"></td>
! 	<td><a href="addbiblio.pl?oldbiblionumber=<TMPL_VAR name="biblionumber">">Edit...</a></td>
  	</tr>
  </TMPL_LOOP>

--- addbiblio2.tmpl DELETED ---





More information about the Koha-cvs mailing list