Experimental rewrite of Stop Words administration screen. Feedback welcomed.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / acqui / newbasket2.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Shopping Basket For: <!-- TMPL_VAR name="bookselname" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <!-- TMPL_INCLUDE NAME="menus.inc" -->
4 <!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
5
6 <h1>Shopping Basket For: <!-- TMPL_VAR name="bookselname" --></h1>
7
8 <div id="acqui_newbasket2_add">
9         <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>
10         | <a href="basket.pl?basket=<!-- TMPL_VAR name="basket" -->">View Basket</a> | 
11         <form class="inline" action="/cgi-bin/koha/acqui/newbasket2.pl">
12         <input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
13         <input type="hidden" name="basket" value="<!-- TMPL_VAR name="basket" -->" />
14         New Search: <input type="text"  size="25" name="search" /></form>
15 </div>
16
17 <div id="acqui_newbasket2_search_result">
18         <h2>You searched for 
19         <!-- TMPL_LOOP name="loopsearch" -->
20                 <!-- TMPL_VAR name="key" --> <!-- TMPL_VAR name="value" -->
21         <!-- /TMPL_LOOP -->
22         </h2>
23         <p>Results <!-- TMPL_VAR name="dispnum" --> to <!-- TMPL_VAR name="offset2" --> of <!-- TMPL_VAR name="count" --> results displayed.</p>
24         
25         <table>
26                 <tr>
27                         <th>Title</th>
28                         <th>Author</th>
29                         <th>&copy;</th>
30                         <th>Count</th>
31                         <th>Location</th>
32                 </tr>
33         
34         <!-- TMPL_LOOP name="loopresult" -->
35                 <tr>
36                         <td>
37                                 <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" -->">
38                                         <!-- TMPL_VAR name="title" -->
39                                 </a>
40                         </td>
41                         <td>
42                                 <a href="/cgi-bin/koha/search.pl?author=<!-- TMPL_VAR name="word" -->&amp;type=<!-- TMPL_VAR name="type" -->">
43                                 <!-- TMPL_VAR name="author" -->
44                                 </a>
45                         </td>
46                         <td>
47                                 <!-- TMPL_VAR name="copyright" -->
48                         </td>
49                         <td>
50                                 <!-- TMPL_VAR name="itemcount" -->
51                         </td>
52                         <td>
53                                 <!-- TMPL_VAR name="location" -->
54                         </td>
55                 </tr>
56         
57         <!-- /TMPL_LOOP -->
58         
59         </table>
60
61         <!-- TMPL_IF name="offsetover" -->
62                 <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" -->">
63                         Next
64                 </a>
65         <!-- /TMPL_IF -->
66 </div>
67
68
69 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->