[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl bookcount.tmpl,NONE,1.1

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Tue Jan 7 14:51:05 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl
In directory sc8-pr-cvs1:/tmp/cvs-serv8942

Added Files:
	bookcount.tmpl 
Log Message:
First round translation.


--- NEW FILE ---
<TMPL_INCLUDE Name="reports-top.inc">
<CENTER>
<br>
<FONT SIZE=6><em>
<a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="bib">&type="intra"> <TMPL_VAR Name="title"> (<TMPL_VAR Name="author">)</a></em></FONT><P>
<p>
<img src="/images/holder.gif" width=16 height=200 align=left>

<TABLE  CELLSPACING=0  CELLPADDING=5 border=1 width=440 >
	<TR VALIGN=TOP>
		<TD  bgcolor="99cc33" background="/images/background-mem.gif">
			<B>KOD KRESKOWY <TMPL_VAR Name="barcode"></B>
		</TD>
	</TR>
	<TR VALIGN=TOP  >
		<TD width=440 >

		<b>Oddzia³ W³a¶ciwy: </b> <TMPL_VAR Name="homebranch"> <br>
		<b>Oddzia³ bie¿±cy: </b> <TMPL_VAR Name="holdingbranch"><br>
		<b>Data oddania do tego oddzia³u: </b> <TMPL_VAR Name="lastdate"> <br>
		<b>Liczba wypo¿yczeñ od powy¿szej daty :</b> <TMPL_VAR Name="count"> <br>

		<table cellspacing =0 cellpadding=5 border=1 width = 440>
			<TR>
				<TD> <b>Oddzia³</b></td>
				<TD> <b>Liczba wypo¿yczeñ</b></td>
				<TD> <b>Ostatnia obecno¶æ w oddziale</b></td>
			</TR>
			<TMPL_LOOP Name="branchloop">
				<TR>
					<TD> <b> <TMPL_VAR Name="branchname"> </b></td>
					<TD> <b> <TMPL_VAR Name="issues"> </b></td>
					<TD> <b> <TMPL_VAR Name="seen"> </b></td>
				</TR>
			</TMPL_LOOP>
		</table>
		</TD>
	</TR>
</table>

<TMPL_INCLUDE Name="reports-bottom.inc">





More information about the Koha-cvs mailing list