First german contribution to 2.2.2
[koha.git] / koha-tmpl / intranet-tmpl / default / de / bull / bull-home.tmpl
1 <!-- TMPL_INCLUDE NAME="bull-top.inc" -->
2 <!--------------------------MAIN BODY OF PAGE-------------------------->
3 <div id="mainbloc">
4         <h1 class="bull">Serien-Abonnement</h1>
5         <table>
6                 <tr>
7                         <th class="bull">Titel</th>
8                         <th class="bull">ISSN</th>
9                         <th class="bull" colspan=2>&nbsp;</th>
10                 </tr>
11                 <tr>
12                         <form action="bull-home.pl" method="post">
13                         <td>
14                                 <input type="text" size=40 maxlength=40 name="title" value="<!-- TMPL_VAR name="title" -->">
15                         </td>
16                         <td>
17                                 <input type="text" size=11 maxlength=11 name="ISSN" value="<!-- TMPL_VAR name="ISSN" -->">
18                         </td>
19                         <td colspan=3>
20                                 <input type="submit" value="Filter" class="button bull">
21                         </td>
22                 </tr>
23                 <!-- TMPL_LOOP name="subscriptions" -->
24                         <tr>
25                                 <td>
26                                         <!-- TMPL_VAR name="title" --> <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
27                                 </td>
28                                 <td>
29                                         <!-- TMPL_VAR name="ISSN" -->
30                                 </td>
31                                 <td>
32                                         <a href="bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>  <a href="bull/statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Recieve</a>
33                                 </td>
34                         </tr>
35                 <!-- /TMPL_LOOP -->
36         </table>
37         <a href="/cgi-bin/koha/bull/subscription-add.pl" class="button bull">Abonnement hinzuf&uuml;gen</a>
38 </div>
39 <!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->
40