Lines 35-42
Link Here
|
35 |
<input type="text" size="10" id="startdate" name="startdate" value="[% startdate | html %]" class="datepicker"/> |
35 |
<input type="text" size="10" id="startdate" name="startdate" value="[% startdate | html %]" class="datepicker"/> |
36 |
<div class="hint">[% INCLUDE 'date-format.inc' %]</div> |
36 |
<div class="hint">[% INCLUDE 'date-format.inc' %]</div> |
37 |
</li> |
37 |
</li> |
38 |
<li><fieldset> |
38 |
<li> |
39 |
<legend>Subscription length:</legend> |
39 |
<label>Subscription length:</label> |
40 |
<select name="subtype" id="subtype"> |
40 |
<select name="subtype" id="subtype"> |
41 |
[% FOREACH st IN subtypes %] |
41 |
[% FOREACH st IN subtypes %] |
42 |
[% SWITCH st %] |
42 |
[% SWITCH st %] |
Lines 68-74
Link Here
|
68 |
</select> |
68 |
</select> |
69 |
<input type="text" name="sublength" id="sublength" size="3" />(enter amount in numerals) |
69 |
<input type="text" name="sublength" id="sublength" size="3" />(enter amount in numerals) |
70 |
<input type="hidden" name="issuelengthcount"> |
70 |
<input type="hidden" name="issuelengthcount"> |
71 |
</fieldset> |
|
|
72 |
</li> |
71 |
</li> |
73 |
|
72 |
|
74 |
<li><label for="branchcode">Library:</label> |
73 |
<li><label for="branchcode">Library:</label> |