First german contribution to 2.2.2
[koha.git] / koha-tmpl / intranet-tmpl / default / de / bull / subscription-renew.tmpl
1 <!-- TMPL_INCLUDE NAME="popup-top.inc" -->
2 <div id="mainbloc">
3
4 <h1 class="bull">Abo-Verl&auml;ngerung f&uuml;r <!-- TMPL_VAR name="bibliotitle" --></h1>
5
6 <form name="f" method="post">
7         <div id="bloc25">
8                 <input type="hidden" name="op" value="renew">
9                 <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
10                 <p><label class="label100">Anfangsdatum</label><input type="text" name="startdate" value="<!-- TMPL_VAR name="startdate" -->"></p>
11                 <p>Abo-Dauer :</p>
12                 <p><label class="label100">Number of num</label><input type="text" name="numberlength" value="<!-- TMPL_VAR name="numberlength" -->"></p>
13                 <p><label class="label100">Anzahl der Wochen</label><input type="text" name="weeklength" value="<!-- TMPL_VAR name="weeklength" -->"></p>
14                 <p><label class="label100">Anzahl der Monate</label><input type="text" name="monthlength" value="<!-- TMPL_VAR name="monthlength" -->"></p>
15                 <p>Note for the librarian that will manage your renewal request</p>
16                 <ul><textarea name="note" rows="10" cols="60"></textarea></ul>
17                 <input type="submit" value="bestellen oder verl&auml;ngern" class="button bull">
18         </div>
19 </form>
20 </div>
21 <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
22