[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/reports inv... [rel_2_2]
From: |
Owen Leonard |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/reports inv... [rel_2_2] |
Date: |
Tue, 07 Mar 2006 18:14:13 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Owen Leonard <address@hidden> 06/03/07 18:14:13
Modified files:
koha-tmpl/intranet-tmpl/npl/en/reports: inventory.tmpl
Log message:
Synching with default template
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/inventory.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/reports/inventory.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/reports/inventory.tmpl:1.1.2.1
koha/koha-tmpl/intranet-tmpl/npl/en/reports/inventory.tmpl:1.1.2.2
--- koha/koha-tmpl/intranet-tmpl/npl/en/reports/inventory.tmpl:1.1.2.1 Wed Apr
6 20:46:33 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/reports/inventory.tmpl Tue Mar 7
18:14:13 2006
@@ -4,7 +4,7 @@
<div id="main">
<h1>Inventory Report</h1>
- <form method="post">
+ <form action="/cgi-bin/koha/reports/inventory.pl" method="post">
<div class="data">
<table>
<caption>Select items you want to check</caption>
@@ -19,8 +19,27 @@
<input type="submit" value="Generate Report"
class="submit">
</p>
</form>
+
+ <div class="data">
+ <form action="/cgi-bin/koha/reports/inventory.pl"
name="barcodefile" method="post">
+<table>
+<caption>Use a barcode file</caption>
+<tr><th><label for="uploadbarcodes">Barcode filename:</label> </th><td><input
type="file" id="uploadbarcodes" name="uploadbarcodes" /></td></tr>
+ <tr><th><label for="setdate">Set datelastseen to:</label></th>
<td><input type="text" id="setdate" name="setdate" /></td></tr></table>
+<p><input type="submit" value="Submit" class="submit"></p>
+ </form>
+ <!--TMPL_IF Name="Number" --><p><!--TMPL_VAR Name="Number"-->
items modified: datelastseen set to <!--TMPL_VAR Name="date"--></p><!--
/TMPL_IF-->
+ <!--TMPL_IF Name="errorfile" --><p class="error"><!--TMPL_VAR
Name="errorfile"--> can't be opened</p><!-- /TMPL_IF-->
+ </div>
+ <!--TMPL_LOOP Name="errorloop"--><p class="error"><!--TMPL_VAR
Name="barcode"-->
+ <!--TMPL_IF Name="ERR_BARCODE"-->: barcode not found<!--/TMPL_IF-->
+ <!--TMPL_IF Name="ERR_WTHDRAWN"-->: item withdrawn<!--/TMPL_IF-->
+ <!--TMPL_IF Name="ERR_ONLOAN_RET"-->: item was on loan. It was returned
before marked as seen<!--/TMPL_IF-->
+ <!--TMPL_IF Name="ERR_ONLOAN_NOT_RET"-->: item was on loan. couldn't be
returned.<!--/TMPL_IF-->
+ </p><!-- /TMPL_LOOP-->
+
<!-- TMPL_IF NAME="loop" -->
- <form method="post">
+ <form action="/cgi-bin/koha/reports/inventory.pl" method="post">
<input type="hidden" name="markseen" value="1" />
<input type="hidden" name="minlocation" value="<!-- TMPL_VAR
NAME="minlocation" -->" />
<input type="hidden" name="maxlocation" value="<!-- TMPL_VAR
NAME="maxlocation" -->" />
@@ -36,7 +55,7 @@
<th>Title</th>
<th>Author</th>
</tr>
- <!-- TMPL_LOOP NAME="loop" -->
+<!--TMPL_LOOP Name="loop"-->
<tr>
<td>
<input type="checkbox" name="SEEN-<!-- TMPL_VAR
NAME="itemnumber" -->" value="1" />
@@ -58,9 +77,10 @@
</table>
<input type="submit" value="Mark seen" class="submit">
</form>
+ <!-- /TMPL_IF -->
<!-- TMPL_IF NAME="offset" -->
- <form method="post">
+ <form action="/cgi-bin/koha/reports/inventory.pl" method="post">
<input type="hidden" name="minlocation" value="<!-- TMPL_VAR
NAME="minlocation" -->" />
<input type="hidden" name="maxlocation" value="<!-- TMPL_VAR
NAME="maxlocation" -->" />
<input type="hidden" name="datelastseen" value="<!-- TMPL_VAR
NAME="datelastseen" -->" />
@@ -69,8 +89,9 @@
<input type="submit" value="<<<" class="submit" />
</form>
<!-- /TMPL_IF -->
+
<!-- TMPL_IF NAME="nextoffset" -->
- <form method="post">
+ <form action="/cgi-bin/koha/reports/inventory.pl" method="post">
<input type="hidden" name="minlocation" value="<!-- TMPL_VAR
NAME="minlocation" -->" />
<input type="hidden" name="maxlocation" value="<!-- TMPL_VAR
NAME="maxlocation" -->" />
<input type="hidden" name="datelastseen" value="<!-- TMPL_VAR
NAME="datelastseen" -->" />
@@ -78,6 +99,6 @@
<input type="hidden" name="offset" value="<!-- TMPL_VAR
NAME="nextoffset" -->" />
<input type="submit" value=">>>" class="submit" />
</form>
- <!-- /TMPL_IF --><!-- /TMPL_IF -->
+ <!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/reports inv... [rel_2_2],
Owen Leonard <=