memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / acqui / suggestion-select.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Add order from suggestion: <!-- 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>Suggestions</h1>
7 <div id="acqui_suggestion_select">
8         <form action="/cgi-bin/koha/acqui/suggestion-select.pl" method="get">
9         <table>
10                 <tr>
11                         <th>Suggestion</th>
12                         <th>Suggested by</th>
13                         <th>Accepted by</th>
14                         <th>&nbsp;</th>
15                 </tr>
16                 <tr>
17                         <th>
18                                 <p>Filter on :
19                                 title: <input type="text" name="title" value="<!-- TMPL_VAR NAME="title"-->" />
20                                 author: <input type="text" name="author" value="<!-- TMPL_VAR NAME="author" -->" />
21                                 publisher: <input type="text" name="publishercode" value="<!-- TMPL_VAR NAME="publishercode"-->" /></p>
22                         </th>
23                         <th>
24                                 &nbsp;
25                         </th>
26                         <th>
27                                 &nbsp;
28                         </th>
29                         <th>
30                                 <input type="submit" class="button acquisition" value="Set Filter" />
31                         </th>
32                 </tr>
33                 <!-- TMPL_LOOP NAME="suggestions_loop" -->
34                         <tr>
35                                 <td>
36                                         <p><!-- TMPL_VAR NAME="title" --> - <!-- TMPL_VAR NAME="author" --></p>
37                                         <p>
38                                                 <!-- TMPL_IF name="copyrightdate" -->copy. year:<!-- TMPL_VAR NAME="copyrightdate" --> <!-- /TMPL_IF -->
39                                                 <!-- TMPL_IF name="volumedesc" -->volume:<i><!-- TMPL_VAR NAME="volumedesc" --></i> <!-- /TMPL_IF -->
40                                                 <!-- TMPL_IF name="isbn" -->ISBN :<i><!-- TMPL_VAR NAME="isbn" --></i> <!-- /TMPL_IF -->
41                                                 <!-- TMPL_IF name="publishercode" --><br/>published by:<!-- TMPL_VAR NAME="publishercode" --> <!-- /TMPL_IF -->
42                                                 <!-- TMPL_IF name="publicationyear" --> in <i><!-- TMPL_VAR NAME="publicationyear" --></i> <!-- /TMPL_IF -->
43                                                 <!-- TMPL_IF name="place" --> at <i><!-- TMPL_VAR NAME="place" --></i> <!-- /TMPL_IF -->
44                                                 <!-- TMPL_IF name="note" --><p><i>(<!-- TMPL_VAR NAME="note" -->)</i></p> <!-- /TMPL_IF -->
45                                         </p>
46                                 </td>
47                                 <td>
48                                         <!-- TMPL_VAR NAME="surnamesuggestedby" --><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="firstnamesuggestedby" -->
49                                 </td>
50                                 <td>
51                                         <!-- TMPL_VAR NAME="surnamemanagedby" --><!-- TMPL_IF name="firstnamemanagedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="firstnamemanagedby" -->
52                                 </td>
53                                 <td>
54                                         <!-- TMPL_IF name="biblionumber" -->
55                                                 <a href="newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;suggestionid=<!-- TMPL_VAR NAME="suggestionid" -->&biblio=<!-- TMPL_VAR name="biblionumber" -->" class="button acquisition">Order</a>
56                                         <!-- TMPL_ELSE -->
57                                                 <a href="newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;suggestionid=<!-- TMPL_VAR NAME="suggestionid" -->" class="button acquisition">Order</a>
58                                         <!-- /TMPL_IF -->
59                                 </td>
60                         </tr>
61                 <!-- /TMPL_LOOP -->
62         </table>
63         </form>
64 </div>
65 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->