prog templates : completed, fixed & xhtml valid
[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         <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>
9  | <a href="basket.pl?basket=<!-- TMPL_VAR name="basket" -->">View Basket</a> | 
10 <form class="inline" action="/cgi-bin/koha/acqui/newbasket2.pl">
11 <input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
12 <input type="hidden" name="basket" value="<!-- TMPL_VAR name="basket" -->" />
13 New Search: <input type="text"  size="25" name="search" /></form>
14
15
16 <h2>You searched for 
17 <!-- TMPL_LOOP name="loopsearch" -->
18         <!-- TMPL_VAR name="key" --> <!-- TMPL_VAR name="value" -->
19 <!-- /TMPL_LOOP -->
20
21 </h2>
22 <p>Results <!-- TMPL_VAR name="dispnum" --> to <!-- TMPL_VAR name="offset2" --> of <!-- TMPL_VAR name="count" --> results displayed.</p>
23
24 <table>
25         <tr>
26                 <th>Title</th>
27                 <th>Author</th>
28                 <th>&copy;</th>
29                 <th>Count</th>
30                 <th>Location</th>
31         </tr>
32
33 <!-- TMPL_LOOP name="loopresult" -->
34         <tr>
35                 <td>
36                         <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" -->">
37                                 <!-- TMPL_VAR name="title" -->
38                         </a>
39                 </td>
40                 <td>
41                         <a href="/cgi-bin/koha/search.pl?author=<!-- TMPL_VAR name="word" -->&amp;type=<!-- TMPL_VAR name="type" -->">
42                         <!-- TMPL_VAR name="author" -->
43                         </a>
44                 </td>
45                 <td>
46                         <!-- TMPL_VAR name="copyright" -->
47                 </td>
48                 <td>
49                         <!-- TMPL_VAR name="itemcount" -->
50                 </td>
51                 <td>
52                         <!-- TMPL_VAR name="location" -->
53                 </td>
54         </tr>
55
56 <!-- /TMPL_LOOP -->
57
58 </table>
59
60 <!-- TMPL_IF name="offsetover" -->
61 <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>
62 <!-- /TMPL_IF -->
63
64
65 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->