Acquisition & Suggestion :
[koha.git] / koha-tmpl / intranet-tmpl / default / en / suggestion / acceptorreject.tmpl
1 <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
2 <div id="mainbloc">
3
4 <!-- TMPL_IF name="op_else" -->
5         <h1 class="acquisition">Suggestions</h1>
6         <table>
7                 <tr>
8                         <th class="acquisition">Status</th>
9                         <th class="acquisition">Suggestion</th>
10                         <th class="acquisition">Suggested by</th>
11                 </tr>
12                 <form method="post" action="/cgi-bin/koha/suggestion/acceptorreject.pl">
13                         <input type="hidden" name="op" value="aorr_confirm">
14                 <!-- TMPL_LOOP NAME="suggestions_loop" -->
15                         <tr>
16                                 <td>
17                                         <select name="aorr">
18                                                 <option value=""></option>
19                                                 <option value="R<!--TMPL_VAR name="suggestionid" -->">Reject</option>
20                                                 <option value="A<!--TMPL_VAR name="suggestionid" -->">Accept</option>
21                                         </select>
22                                 </td>
23                                 <td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
24                                         <p><!-- TMPL_VAR NAME="title" --> - <!-- TMPL_VAR NAME="author" --></p>
25                                         <p>
26                                                 <!-- TMPL_IF name="copyrightdate" -->copy. year:<!-- TMPL_VAR name="copyrightdate" --> <!-- /TMPL_IF -->
27                                                 <!-- TMPL_IF name="volumedesc" -->volume:<i><!-- TMPL_VAR name="volumedesc" --></i> <!-- /TMPL_IF -->
28                                                 <!-- TMPL_IF name="isbn" -->ISBN :<i><!-- TMPL_VAR name="isbn" --></i> <!-- /TMPL_IF -->
29                                                 <!-- TMPL_IF name="publishercode" --><br/>published by:<!-- TMPL_VAR name="publishercode" --> <!-- /TMPL_IF -->
30                                                 <!-- TMPL_IF name="publicationyear" --> in <i><!-- TMPL_VAR name="publicationyear" --></i> <!-- /TMPL_IF -->
31                                                 <!-- TMPL_IF name="place" --> at <i><!-- TMPL_VAR name="place" --></i> <!-- /TMPL_IF -->
32                                                 <!-- TMPL_IF name="note" --><p><i>(<!-- TMPL_VAR name="copyrightdate" -->)</i></p> <!-- /TMPL_IF -->
33
34                                 </td>
35                                 <td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
36                                         <!-- TMPL_VAR name="surnamesuggestedby" --><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR name="firstnamesuggestedby" -->
37                                 </td>
38                         </tr>
39                 <!-- /TMPL_LOOP -->
40                 <tr>
41                         <td>
42                                 <input type="submit" class="button acquisition" value="change status">
43                         </td>
44                         <td> &nbsp; </td>
45                         <td> &nbsp; </td>
46                 </tr>
47                 </form>
48         </table>
49 <!-- /TMPL_IF -->
50 </div>
51 <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->