Koha/koha-tmpl/intranet-tmpl/default/en/acqui/newbasket2.tmpl
2004-06-17 08:19:40 +00:00

105 lines
4.1 KiB
Cheetah
Executable file

<!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
<div id="mainbloc">
<h1 class="acquisition">Shopping Basket For: <!-- TMPL_VAR name="bookselname" --></h1>
<!-- TMPL_IF name ="testdonation" -->
<a href="newbiblio.pl?id=<!-- TMPL_VAR name="id" -->&basket=<!-- TMPL_VAR name="basket" -->&sub=<!-- TMPL_VAR name="parsub" -->">
<img src="<!-- TMPL_VAR name="interface" -->/<!-- TMPL_VAR name="theme" -->/images/filenew.png" border=0 alt="Add New Biblio"></a>
<!-- TMPL_ELSE -->
<a href="newdonation.pl?id=<!-- TMPL_VAR name="id" -->&basket=<!-- TMPL_VAR name="basket" -->&sub=<!-- TMPL_VAR name="parsub" -->">
<img src="<!-- TMPL_VAR name="interface" -->/<!-- TMPL_VAR name="theme" -->/images/filenew.png" border=0 alt="Add New Biblio"></a>
<!-- /TMPL_IF -->
<a href="basket.pl?basket=<!-- TMPL_VAR name="basket" -->">
<img src="<!-- TMPL_VAR name="interface" -->/<!-- TMPL_VAR name="theme" -->/images/1uparrow.png" border=0 alt="View Basket">
</a>
<form action="/cgi-bin/koha/acqui/newbasket2.pl">
<input type=hidden name=id value=<!-- TMPL_VAR name="id" -->>
<input type=hidden name=basket value=<!-- TMPL_VAR name="basket" -->>
<b>New Search: </b><input="text" SIZE="25" NAME="search">
<input type="submit" value="Search" class="button acquisition">
</form>
You searched on
<b>
<!-- TMPL_LOOP name="loopsearch" -->
<!-- TMPL_VAR name="key" --> <!-- TMPL_VAR name="value" -->
<!-- /TMPL_LOOP -->
</b>
<br>
<!-- TMPL_VAR name="count" --> results found.
<br> Results <i><!-- TMPL_VAR name="dispnum" --></i> to <i><!-- TMPL_VAR name="offset2" --></i> displayed.
<table>
<tr>
<th class="acquisition">TITLE</th>
<th class="acquisition">AUTHOR</th>
<th class="acquisition">&copy;</th>
<th class="acquisition">COUNT</th>
<th class="acquisition">LOCATION</th>
</tr>
<!-- TMPL_LOOP name="loopresult" -->
<tr bgcolor="<!-- TMPL_VAR name="toggle" -->">
<td>
<!-- TMPL_IF name="testdonation" -->
<a href="/cgi-bin/koha/acqui/newbiblio.pl?sub=<!-- TMPL_VAR name="sub" -->&author=<!-- TMPL_VAR name="author2" -->&copyright=<!-- TMPL_VAR name="copyright" -->&id=<!-- TMPL_VAR name="id" -->&basket=<!-- TMPL_VAR name="basket" -->&biblio=<!-- TMPL_VAR name="biblionumber" -->&title=<!-- TMPL_VAR name="title2" -->">
<!-- TMPL_VAR name="title" -->
</a>
<!-- TMPL_ELSE -->
<a href="/cgi-bin/koha/acqui/newdonation.pl?author=<!-- TMPL_VAR name="author2" -->&copyright=<!-- TMPL_VAR name="copyright" -->&id=<!-- TMPL_VAR name="id" -->&basket=<!-- TMPL_VAR name="basket" -->&biblio=<!-- TMPL_VAR name="biblionumber" -->&title=<!-- TMPL_VAR name="title2" -->">
<!-- TMPL_VAR name="title" -->
</a>
<!-- /TMPL_IF -->
</td>
<td>
<a href="/cgi-bin/koha/search.pl?author=<!-- TMPL_VAR name="word" -->&type=<!-- TMPL_VAR name="type" -->">
<!-- TMPL_VAR name="author" -->
</a>
</td>
<td>
<!-- TMPL_VAR name="copyright" -->
</td>
<td>
<!-- TMPL_VAR name="itemcount" -->
</td>
<td>
<!-- TMPL_IF name="use-location-flags-p" -->
<!-- TMPL_IF name="location-only" --><!-- TMPL_VAR name="location-only" --><br><!-- /TMPL_IF -->
<!-- TMPL_IF name="on-loan-p" -->On Loan<br><!-- /TMPL_IF -->
<!-- TMPL_IF name="lost-p" -->Lost<br><!-- /TMPL_IF -->
<!-- TMPL_IF name="mending-p" -->Mending<br><!-- /TMPL_IF -->
<!-- TMPL_IF name="in-transit-p" -->In Transit<br><!-- /TMPL_IF -->
<!-- TMPL_ELSE -->
<!-- TMPL_VAR name="location" -->
<!-- /TMPL_IF -->
</td>
</tr>
<!-- /TMPL_LOOP -->
<tr bgcolor="#ffdf61">
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
</table>
<!-- TMPL_IF name="offsetover" -->
<a href="/cgi-bin/koha/acqui/newbasket2.pl?num=<!-- TMPL_VAR name="num" -->&offset=<!-- TMPL_VAR name="offset" -->&type=<!-- TMPL_VAR name="type" -->&id=<!-- TMPL_VAR name="id" -->&basket=<!-- TMPL_VAR name="basket" -->&search=<!-- TMPL_VAR name="title" -->&author=<!-- TMPL_VAR name="author" -->">
Next
</a>
<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->