adjustments for 2.2.3
[srvgit] / koha-tmpl / intranet-tmpl / default / de / acqui / basket.tmpl
1 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
2 <!-- angepasst fuer 2.2.3, hellen, 24/06/05 -->
3 <div id="mainbloc">
4         <h1 class="acquisition"><!-- TMPL_UNLESS name="basketno" -->Neu <!-- /TMPL_UNLESS -->Einkaufskorb <b><!-- TMPL_VAR NAME="basketno" --> </b>f&uuml;r <a href="supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->"><!-- TMPL_VAR NAME="name" --></a></h1><br />
5         <!-- TMPL_UNLESS name="closedate" -->
6                 <div id="bloc25">
7                         <h2 class="acquisition">Korb-Info</h2>
8                         <p><label class="label100">Korb-Nummer<label> <!-- TMPL_VAR NAME="basketno" --></p>
9                         <p><label class="label100">Managed by<label><!-- TMPL_VAR NAME="authorisedbyname" --></p>
10                         <p><label class="label100">open on<label> <!-- TMPL_VAR NAME="creationdate" --></p>
11                         <p><label class="label100">f&uuml;r<label> <!-- TMPL_VAR NAME="booksellerid" --></p>
12                         <p><label class="label100">Rechnungsnummer </label><!-- TMPL_VAR NAME="booksellerinvoicenumber" --></p>
13                         <!-- TMPL_IF name="closedate" -->
14                                 Geschlossen am <!-- TMPL_VAR name="closedate" -->
15                         <!-- TMPL_ELSE -->
16                                 <a href="/cgi-bin/koha/acqui/order.pl?op=close&amp;basket=<!-- TMPL_VAR NAME="basketno" -->&supplier=<!-- TMPL_VAR name="booksellerid" -->" class="button acquisition">Schlie&szlig;en</a>
17                         <!-- /TMPL_IF -->
18                 </div>
19         <!-- /TMPL_UNLESS -->
20         <div id="bloc100">
21         <h2 class="acquisition">Bestellung</h2>
22         <!-- TMPL_IF name="books_loop" -->
23                 <table>
24                         <tr valign="top" bgcolor="#ffdf61">
25                                 <th class="acquisition doNotPrint">Bestellung</th>
26                                 <th class="acquisition">Verlag<a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=biblioitems.publishercode" class="acquisition doNotPrint">[Bestellung]</a></th>
27                                 <th class="acquisition">ISBN</th>
28                                 <th class="acquisition">Titel</th>
29                                 <th class="acquisition">Verfasser</th>
30                                 <th class="acquisition">rrp</th>
31                                 <th class="acquisition doNotPrint">est</th>
32                                 <th class="acquisition">Qty</th>
33                                 <th class="acquisition">Total</th>
34                                 <th class="acquisition doNotPrint">Etat <a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[Bestellung]</a></th>
35                                 <!-- TMPL_IF name="active" -->
36                                         <!-- TMPL_UNLESS name="closedate" -->
37                                                 <th class="acquisition doNotPrint">L&ouml;schen</th>
38                                         <!-- /TMPL_UNLESS -->
39                                 <!-- /TMPL_IF -->
40                         </tr>
41                         <!-- TMPL_LOOP NAME="books_loop" -->
42                                 <tr valign="top" bgcolor="<!-- TMPL_VAR NAME="color" -->">
43                                         <td class="doNotPrint"><!-- TMPL_VAR NAME="ordernumber" --></td>
44                                         <td><!-- TMPL_VAR NAME="publishercode" --></td>
45                                         <td><!-- TMPL_VAR NAME="isbn" --></td>
46                                         <!-- TMPL_IF name="closedate" -->
47                                                 <td><!-- TMPL_VAR NAME="title" --></td>
48                                         <!-- TMPL_ELSE -->
49                                                 <td><a href="newbiblio.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->"><!-- TMPL_VAR NAME="title" --></a></td>
50                                         <!-- /TMPL_IF -->
51                                         <td><!-- TMPL_VAR NAME="author" --></td>
52                                         <td><!-- TMPL_VAR NAME="rrp" --></td>
53                                         <td class="doNotPrint"><!-- TMPL_VAR NAME="ecost" --></td>
54                                         <td><!-- TMPL_VAR NAME="quantity" --></td>
55                                         <td><!-- TMPL_VAR NAME="line_total" --></td>
56                                         <td class="doNotPrint"><!-- TMPL_VAR NAME="bookfundid" --></td>
57                                         <!-- TMPL_IF name="active" -->
58                                                 <!-- TMPL_UNLESS name="closedate" -->
59                                                         <td class="doNotPrint">
60                                                                 <a href="addorder.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&basketno=<!-- TMPL_VAR NAME="basketno" -->&quantity=0&biblio=<!-- TMPL_VAR NAME="biblionumber" -->">
61                                                                         <img src="/intranet-tmpl/default/images/edittrash.png" alt="Remove from basket" title="Remove from basket" width="32" hspace="0" vspace="0" border="0">
62                                                                 </a>
63                                                         </td>
64                                                 <!-- /TMPL_UNLESS -->
65                                         <!-- /TMPL_IF -->
66                                 </tr>
67                         <!-- /TMPL_LOOP -->
68                         <input type="hidden" name="number" value=<!-- TMPL_VAR NAME="count" -->>
69                         <input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->">
70                         <tr>
71                                 <td colspan="4" rowspan=3>
72                                         &nbsp;
73                                 </td>
74                                 <th colspan="2" class="acquisition">Zwischensumme</th>
75                                 <th class="acquisition"><!-- TMPL_VAR NAME="currency" --><!-- TMPL_VAR NAME="sub_total" --></th>
76                         </tr>
77                         <tr>
78                                 <th colspan="2" class="acquisition">MWST</th>
79                                 <th class="acquisition"><!-- TMPL_VAR NAME="currency" --><!-- TMPL_VAR NAME="gist" --></th>
80                         </tr>
81                         <tr>
82                                 <th colspan="2" class="acquisition">SUMME</th>
83                                 <th class="acquisition"><!-- TMPL_VAR NAME="currency" --><!-- TMPL_VAR NAME="grand_total" --></th>
84                         </tr>
85                 </table>
86         <!-- TMPL_ELSE -->
87                 <p>Der Korb ist leer</p>
88         <!-- /TMPL_IF -->
89         </div>
90         <!-- TMPL_IF name="active" -->
91                 <!-- TMPL_UNLESS name="closedate" -->
92                 <div id="bloc25">
93                         <h2 class="acquisition">Add order line</h2>
94                         <form action="/cgi-bin/koha/acqui/newbasket2.pl" method="post">
95                                 <input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->">
96                                 <input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->">
97                                 <p>von einem vorhandenen Biblio </b><input type="text"  size="25"   name="search"><input type="submit" class="button acquisition" value="Suche"></p>
98                                 <p>oder
99                                  <a href="/cgi-bin/koha/acqui/suggestion-select.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">
100                                   f&uuml;r einen Anschaffungsvorschlag
101                                    </a> <a href="/cgi-bin/koha/acqui/newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">
102                                     Neuer Biblio
103                                      </a>
104                                 </p>
105                         </form>
106                 </div>
107                 <!-- /TMPL_UNLESS -->
108         <!-- /TMPL_IF -->
109 </div>
110 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->