[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/reports inventory.tmpl,1.1,1.2 issues_by_borrower_category.tmpl,NONE,1.1 itemtypes.tmpl,NONE,1.1

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Sat Apr 17 18:57:09 CEST 2004


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

Added Files:
	inventory.tmpl issues_by_borrower_category.tmpl itemtypes.tmpl 
Log Message:
new template files created by tmpl_process3.pl.


--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="reports-top.inc" -->
<div id="mainbloc">
<!-- TMPL_IF name="do_it" -->
<!-- TMPL_LOOP name="mainloop" -->
	<h1>Koha: Wypożyczenia wg. kategorii czytelników <!--TMPL_IF name="borrower_category" --> dla kategorii = <!-- TMPL_VAR name="borrower_category" --><!-- /TMPL_IF --></h1>
	<table>
		<tr>
			<th>&nbsp;</th>
			<!-- TMPL_LOOP name="categorycodeloop" -->
				<th><!-- TMPL_VAR name="categorycode" --></th>
			<!-- /TMPL_LOOP -->
			<th>W SUMIE</th>
		</tr>
			<!-- TMPL_LOOP name="loopborrowertype" -->
				<tr>
					<!-- TMPL_IF name="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
					<!-- TMPL_VAR name="itemtype" --></td>
					<!-- TMPL_LOOP name="loopitemtype" -->
						<!-- TMPL_IF name="hilighted" --><td class="numberhilighted"><!-- TMPL_ELSE --><td class="number"><!-- /TMPL_IF -->
							<!-- TMPL_VAR name="issues" -->
						</td>
					<!-- /TMPL_LOOP -->
					<!-- TMPL_IF name="hilighted" --><td class="numberhilighted"><!-- TMPL_ELSE --><td class="number"><!-- /TMPL_IF -->
						<!-- TMPL_VAR name="totalitemtype" -->
					</td>
				</tr>
			<!-- /TMPL_LOOP name="loopitemtype" -->
			<tr>
				<th>W SUMIE</th>
				<!-- TMPL_LOOP name="loopborrowertotal" -->
					<th>
						<!-- TMPL_VAR name="issues" -->
					</th>
				<!-- /TMPL_LOOP -->
				<th>&nbsp;</th>
			</tr>
	</table>
<!-- /TMPL_LOOP -->
<!-- TMPL_ELSE -->
	<h1>Wypożyczenia wg. kategorii czytelników</h1>
	<form method="post">
		<p>Wybierz kategoriÄ™ czytelnika (bez wyboru zobaczysz status globalny) <input type="text" name="value"></p>
		<p>Wybierz Oddział: <!-- TMPL_VAR name="CGIbranch" --></p>
		<input type="submit" value="OK" class="button">
		<input type="hidden" name="report_name" value="<!--TMPL_VAR name="report_name" -->">
		<input type="hidden" name="do_it" value="1">
	</form>
<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="reports-top.inc" -->
<div id="mainbloc">
<!-- TMPL_IF name="do_it" -->
<!-- TMPL_LOOP name="mainloop" -->
	<h1>Koha: Raporty nt. typów dokumentów <!--TMPL_IF name="branch" --> dla oddziału = <!-- TMPL_VAR name="branch" --><!-- /TMPL_IF --></h1>
	<table>
		<tr>
			<th>Typ pozycji</th>
			<th>ilość</th>
		</tr>
			<!-- TMPL_LOOP name="loopitemtype" -->
				<tr>
					<td><!-- TMPL_VAR name="itemtype" --></td>
					<td><!-- TMPL_VAR name="count" --></td>
				</tr>
			<!-- /TMPL_LOOP name="loopitemtype" -->
			<tr>
				<th>W SUMIE</th>
				<th><!-- TMPL_VAR name="total" --></th>
	</table>
<!-- /TMPL_LOOP -->
<!-- TMPL_ELSE -->
	<h1>Obejrzyj grupÄ™ katalogowÄ… wg. typu dokumentu</h1>
	<form method="post">
		Wybierz oddział (bez wyboru zobaczysz raport dla wszystkich) <!-- TMPL_VAR name="CGIbranch" -->
		<input type="submit" value="OK" class="button">
		<input type="hidden" name="report_name" value="<!--TMPL_VAR name="report_name" -->">
		<input type="hidden" name="do_it" value="1">
	</form>
<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->





More information about the Koha-cvs mailing list