Koha/koha-tmpl/intranet-tmpl/prog/en/acqui/newbasket2.tmpl
2006-01-20 16:04:42 +00:00

69 lines
No EOL
2.6 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Shopping Basket For: <!-- TMPL_VAR name="bookselname" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="menus.inc" -->
<!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
<h1>Shopping Basket For: <!-- TMPL_VAR name="bookselname" --></h1>
<div id="acqui_newbasket2_add">
<a href="newbiblio.pl?id=<!-- TMPL_VAR name="id" -->&amp;basket=<!-- TMPL_VAR name="basket" -->&amp;sub=<!-- TMPL_VAR name="parsub" -->">Add New Biblio</a>
| <a href="basket.pl?basket=<!-- TMPL_VAR name="basket" -->">View Basket</a> |
<form class="inline" 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" -->" />
New Search: <input type="text" size="25" name="search" /></form>
</div>
<div id="acqui_newbasket2_search_result">
<h2>You searched for
<!-- TMPL_LOOP name="loopsearch" -->
<!-- TMPL_VAR name="key" --> <!-- TMPL_VAR name="value" -->
<!-- /TMPL_LOOP -->
</h2>
<p>Results <!-- TMPL_VAR name="dispnum" --> to <!-- TMPL_VAR name="offset2" --> of <!-- TMPL_VAR name="count" --> results displayed.</p>
<table>
<tr>
<th>Title</th>
<th>Author</th>
<th>&copy;</th>
<th>Count</th>
<th>Location</th>
</tr>
<!-- TMPL_LOOP name="loopresult" -->
<tr>
<td>
<a href="/cgi-bin/koha/acqui/newbiblio.pl?sub=<!-- TMPL_VAR name="sub" -->&amp;author=<!-- TMPL_VAR name="author2" -->&amp;copyright=<!-- TMPL_VAR name="copyright" -->&amp;id=<!-- TMPL_VAR name="id" -->&amp;basket=<!-- TMPL_VAR name="basket" -->&amp;biblio=<!-- TMPL_VAR name="biblionumber" -->&amp;title=<!-- TMPL_VAR name="title2" -->">
<!-- TMPL_VAR name="title" -->
</a>
</td>
<td>
<a href="/cgi-bin/koha/search.pl?author=<!-- TMPL_VAR name="word" -->&amp;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_VAR name="location" -->
</td>
</tr>
<!-- /TMPL_LOOP -->
</table>
<!-- TMPL_IF name="offsetover" -->
<a href="/cgi-bin/koha/acqui/newbasket2.pl?num=<!-- TMPL_VAR name="num" -->&amp;offset=<!-- TMPL_VAR name="offset" -->&amp;type=<!-- TMPL_VAR name="type" -->&amp;id=<!-- TMPL_VAR name="id" -->&amp;basket=<!-- TMPL_VAR name="basket" -->&amp;search=<!-- TMPL_VAR name="title" -->&amp;author=<!-- TMPL_VAR name="author" -->">
Next
</a>
<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->