Moving </head><body> into body of templates so that js and css can be embedded per...
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / newordersuggestion.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Add order from suggestion: <!-- TMPL_VAR name="bookselname" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
8
9 <div id="doc3" class="yui-t2">
10    
11    <div id="bd">
12         <div id="yui-main">
13         <div class="yui-b"><div class="yui-g">
14         
15 <h1>Suggestions</h1>
16 <div id="acqui_suggestion_select">
17     <form action="/cgi-bin/koha/acqui/newordersuggestion.pl" method="get">
18     <table>
19         <tr>
20             <th>Suggestion</th>
21             <th>Suggested by</th>
22             <th>Accepted by</th>
23             <th>&nbsp;</th>
24         </tr>
25         <tr>
26             <th>
27                  Filter on :
28                 <p>
29                 title: <input type="text" name="title" value="<!-- TMPL_VAR NAME="title"-->" />
30                 author: <input type="text" name="author" value="<!-- TMPL_VAR NAME="author" -->" />
31                 publisher: <input type="text" name="publishercode" value="<!-- TMPL_VAR NAME="publishercode"-->" /></p>
32             </th>
33             <th>
34                 &nbsp;
35             </th>
36             <th>
37                 &nbsp;
38             </th>
39             <th>
40                 <input type="submit" class="button" value="Set Filter" />
41             </th>
42         </tr>
43         <!-- TMPL_LOOP NAME="suggestions_loop" -->
44             <tr>
45                 <td>
46                     <p><!-- TMPL_VAR NAME="title" --> - <!-- TMPL_VAR NAME="author" --></p>
47                     <p>
48                         <!-- TMPL_IF name="copyrightdate" -->copy. year:<!-- TMPL_VAR NAME="copyrightdate" --> <!-- /TMPL_IF -->
49                         <!-- TMPL_IF name="volumedesc" -->volume:<i><!-- TMPL_VAR NAME="volumedesc" --></i> <!-- /TMPL_IF -->
50                         <!-- TMPL_IF name="isbn" -->ISBN :<i><!-- TMPL_VAR NAME="isbn" --></i> <!-- /TMPL_IF -->
51                         <!-- TMPL_IF name="publishercode" --><br />published by:<!-- TMPL_VAR NAME="publishercode" --> <!-- /TMPL_IF -->
52                         <!-- TMPL_IF name="publicationyear" --> in <i><!-- TMPL_VAR NAME="publicationyear" --></i> <!-- /TMPL_IF -->
53                         <!-- TMPL_IF name="place" --> at <i><!-- TMPL_VAR NAME="place" --></i> <!-- /TMPL_IF -->
54                         <!-- TMPL_IF name="note" --><p><i>(<!-- TMPL_VAR NAME="note" -->)</i></p> <!-- /TMPL_IF -->
55                     </p>
56                 </td>
57                 <td>
58                     <!-- TMPL_VAR NAME="surnamesuggestedby" --><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="firstnamesuggestedby" -->
59                 </td>
60                 <td>
61                     <!-- TMPL_VAR NAME="surnamemanagedby" --><!-- TMPL_IF name="firstnamemanagedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="firstnamemanagedby" -->
62                 </td>
63                 <td>
64                     <!-- TMPL_IF name="biblionumber" -->
65                         <a href="neworderempty.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;suggestionid=<!-- TMPL_VAR NAME="suggestionid" -->&amp;biblio=<!-- TMPL_VAR name="biblionumber" -->" class="button">Order</a>
66                     <!-- TMPL_ELSE -->
67                         <a href="neworderempty.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;suggestionid=<!-- TMPL_VAR NAME="suggestionid" -->" class="button">Order</a>
68                     <!-- /TMPL_IF -->
69                 </td>
70             </tr>
71         <!-- /TMPL_LOOP -->
72     </table>
73     </form>
74 </div>
75 </div>
76 </div>
77 </div>
78
79 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
80 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->