[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui histsearch.tmpl,NONE,1.1 acqui-home.tmpl,1.13,1.14

Paul POULAIN tipaul at users.sourceforge.net
Tue Oct 19 14:24:59 CEST 2004


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

Modified Files:
	acqui-home.tmpl 
Added Files:
	histsearch.tmpl 
Log Message:
adding search orders history feature

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
<div id="mainbloc">
	<h1 class="acquisition">Order search</h1>
	<table>
		<tr>
			<th class="acquisition">&nbsp;</th>
			<th class="acquisition">Title</th>
			<th class="acquisition">Author</th>
			<th class="acquisition">Supplier</th>
			<th class="acquisition">Placed on</th>
			<th class="acquisition">Recieved on</th>
			<th class="acquisition">Quantity ordered</th>
		</tr>
		<tr>
			<form>
				<th class="acquisition">
					Filter on
				</th>
				<th class="acquisition">
					<input type="text" name="title" value="<!-- TMPL_VAR name="title"-->">
				</th>
				<th class="acquisition">
					<input type="text" name="author" value="<!-- TMPL_VAR name="author" -->">
				</th>
				<th class="acquisition">
					<input type="text" name="name" value="<!-- TMPL_VAR name="name" -->">
				</th>
				<th class="acquisition">
					&nbsp;
				</th>
				<th class="acquisition">
					&nbsp;
				</th>
				<th class="acquisition">
					&nbsp;
				</th>
				<th class="acquisition">
					<input type="submit" class="button acquisition" value="Set Filter">
				</th>
			</form>
		</tr>
		<!-- TMPL_LOOP NAME="suggestions_loop" -->
			<tr>
				<td>
					&nbsp;
				</td>
				<td>
					<a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a>
				</td>
				<td>
					<!-- TMPL_VAR NAME="author" -->
				</td>
				<td>
					<!-- TMPL_VAR NAME="name" -->
				</td>
				<td>
					<!-- TMPL_VAR name="creationdate" -->
				</td>
				<td>
					<!-- TMPL_VAR name="datereceived" -->
				</td>
				<td>
					<!-- TMPL_VAR name="quantity" -->
				</td>
			</tr>
		<!-- /TMPL_LOOP -->
	</table>
</div>
<!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->

Index: acqui-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acqui-home.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** acqui-home.tmpl	19 Jul 2004 19:21:15 -0000	1.13
--- acqui-home.tmpl	19 Oct 2004 12:24:57 -0000	1.14
***************
*** 9,12 ****
--- 9,13 ----
  			<input type="submit" class="button acquisition" value="OK">
  		</form>
+ 	<p>or <a href="histsearch.pl" class="button acquisition">Search order history</a></p>
  </div>
  





More information about the Koha-cvs mailing list