[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull lateissues.tmpl,NONE,1.1

Paul POULAIN tipaul at users.sourceforge.net
Fri Dec 3 15:34:57 CET 2004


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

Added Files:
	lateissues.tmpl 
Log Message:
adding "show me late issues" screen

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="bull-top.inc" -->
<!--------------------------MAIN BODY OF PAGE-------------------------->
<div id="mainbloc">
	<h1 class="bull">Late issues</h1>
	<table>
		<tr>
			<th class="bull">Supplier</th>
			<th class="bull">Title</th>
			<th class="bull">Issue number</th>
			<th class="bull">Late since</th>
			<th class="bull" colspan=2>&nbsp;</th>
		</tr>
		<tr>
			<form action="lateissues.pl" method="post">
				<td>
					<!-- TMPL_VAR name="CGIsupplier" -->
				</td>
				<td>
					&nbsp;
				</td>
				<td>
					<input type="submit" value="filter" class="button bull">
				</td>
			</form>
		</tr>
		<!-- TMPL_LOOP name="lateissues" -->
			<tr>
				<td>
					<!-- TMPL_VAR name="name" -->
				</td>
				<td>
					<!-- TMPL_VAR name="Title" -->
				</td>
				<td>
					<!-- TMPL_VAR name="serialseq" -->
				</td>
				<td>
					<!-- TMPL_VAR name="planneddate" -->
				</td>
				<td>
					<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>
					<a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Recieve</a>
				</td>
			</tr>
		<!-- /TMPL_LOOP -->
	</table>
</div>
<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->






More information about the Koha-cvs mailing list