|
Lines 1-5
Link Here
|
| 1 |
[% USE Branches %] |
1 |
[% USE Branches %] |
| 2 |
[% USE Koha %] |
2 |
[% USE Koha %] |
|
|
3 |
[% USE KohaDates %] |
| 3 |
[% USE raw %] |
4 |
[% USE raw %] |
| 4 |
[% SET footerjs = 1 %] |
5 |
[% SET footerjs = 1 %] |
| 5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
|
Lines 33-39
Link Here
|
| 33 |
<select id="serial" name="serialid"> |
34 |
<select id="serial" name="serialid"> |
| 34 |
[% FOREACH serial IN serials %] |
35 |
[% FOREACH serial IN serials %] |
| 35 |
<option value="[% serial.serialid | html %]"> |
36 |
<option value="[% serial.serialid | html %]"> |
| 36 |
[% serial.serialseq | html %] ([% serial.planneddate | html %]) |
37 |
[% serial.serialseq | html %] ([% serial.planneddate | $KohaDates %]) |
| 37 |
</option> |
38 |
</option> |
| 38 |
[% END %] |
39 |
[% END %] |
| 39 |
</select> |
40 |
</select> |
|
Lines 55-61
Link Here
|
| 55 |
<tr> |
56 |
<tr> |
| 56 |
<td colspan="2"> |
57 |
<td colspan="2"> |
| 57 |
<b>Title:</b> [% title | html %]<br /> |
58 |
<b>Title:</b> [% title | html %]<br /> |
| 58 |
[% serial.serialseq | html %] ([% serial.planneddate | html %]) |
59 |
[% serial.serialseq | html %] ([% serial.planneddate | $KohaDates %]) |
| 59 |
</td> |
60 |
</td> |
| 60 |
</tr> |
61 |
</tr> |
| 61 |
<tr> |
62 |
<tr> |
| 62 |
- |
|
|