Lines 6-12
Link Here
|
6 |
[% SET PUBLIC = 2 %] |
6 |
[% SET PUBLIC = 2 %] |
7 |
[% SET footerjs = 1 %] |
7 |
[% SET footerjs = 1 %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
<title>Koha › [% IF op == 'view' %]Lists › Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] › Create new list[% END %][% IF op == 'edit_form' %] › Edit list [% shelf.shelfname | html %][% END %]</title> |
9 |
<title> |
|
|
10 |
[% IF op == 'view' %] |
11 |
Contents of [% shelf.shelfname | html %] › [% END %] |
12 |
|
13 |
[% IF op == 'add_form' %] |
14 |
Create new list › [% END %] |
15 |
|
16 |
[% IF op == 'edit_form' %] |
17 |
Edit list [% shelf.shelfname | html %] › [% END %] |
18 |
Lists › Koha |
19 |
</title> |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
20 |
[% INCLUDE 'doc-head-close.inc' %] |
11 |
<style>textarea { width: 100%; }</style> |
21 |
<style>textarea { width: 100%; }</style> |
12 |
|
22 |
|
13 |
- |
|
|