[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/catalogue detailprint.tmpl,NONE,1.1.2.1

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Sun Feb 29 20:33:31 CET 2004


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

Added Files:
      Tag: rel_2_0
	detailprint.tmpl 
Log Message:
translation update

--- NEW FILE ---
<html>
<body onLoad="window.print();self.close();">
<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
	<table cellspacing="0" cellpadding="1" border="1" width=500>
	<tr valign="top">
		<td bgcolor="#cccc99" background="/images/background-mem.gif">
			<b>WIERSZ OPISU <!-- TMPL_VAR NAME="biblionumber" --></b>
		</td>
	</tr>
	<tr valign="top">
		<td>
			<!-- TMPL_VAR NAME="author" --><br>
			<b><!-- TMPL_VAR NAME="title" --></b><!-- TMPL_VAR NAME="subtitle" --><br>
			<!-- TMPL_VAR NAME="additional" --><br>
			<!-- TMPL_IF name="publishercode" --><b>Wydana przez :</b><!-- TMPL_VAR NAME="publishercode" --><!-- /TMPL_IF -->
			<!-- TMPL_IF name="publicationyear" --><b>w </b><!-- TMPL_VAR NAME="publicationyear" --><!-- /TMPL_IF -->
			<!-- TMPL_IF name="pages" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" -->
			<!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" --><br>
			<!-- TMPL_IF name="collection" --><b>Kolekcja:</b> <!-- TMPL_VAR NAME="seriestitle" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF name="subject" --><b>Przedmiot:</b> <!-- TMPL_VAR NAME="subject" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF name="copyrightdate" --><b>Rok :</b> <!-- TMPL_VAR NAME="copyrightdate" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF name="notes" --><b>Uwagi:</b> <!-- TMPL_VAR NAME="notes" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF name="unititle" --><b>Tytuł Ujednolicony:</b> <!-- TMPL_VAR NAME="unititle" --><!-- /TMPL_IF --> <br>
			<!-- TMPL_IF name="dewey" --><b>Dewey:</b> <a href="/cgi-bin/koha/opac-searchresults.pl?type=opac&dewey=<!-- TMPL_VAR NAME="dewey" ESCAPE="URL" -->"><!-- TMPL_VAR name="dewey" --></a><!-- /TMPL_IF --><br>
			<!-- TMPL_IF name="classification" --><b>Klasyfikacja:</b> <!-- TMPL_VAR name="classification" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF name="lccn" --><b>LCCN:</b> <!-- TMPL_VAR name="lccn" --><!-- /TMPL_IF --><br>
			<!-- TMPL_IF name="url" --><b>URL:</b> <a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a><!-- /TMPL_IF --><br>
			<b>ISBN:</b><!-- TMPL_VAR NAME="ISBN" --><br>
			</font>
		</td>
	</tr>
	</table>
<!-- /TMPL_LOOP -->

<table border=0 cellspacing=0 cellpadding=2>
	<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
		<tr>
			<td><!-- TMPL_VAR NAME="description" --></td>
			<td><!-- TMPL_VAR NAME="branchname" -->, <!-- TMPL_VAR NAME="bulk" --></td>
			<td><!-- TMPL_VAR NAME="barcode" --></td>
			<td><!-- TMPL_VAR NAME="volumeddesc" --></td>
		</tr>
	<!-- /TMPL_LOOP -->
</table>
<SCRIPT>
function docprint() {
	window.print();
	window.close();
}
</SCRIPT>
</body>
</html>




More information about the Koha-cvs mailing list