|
Lines 40-52
Link Here
|
| 40 |
[% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %] |
40 |
[% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %] |
| 41 |
[% ELSE %] |
41 |
[% ELSE %] |
| 42 |
<h1>System Maintenance</h1> |
42 |
<h1>System Maintenance</h1> |
| 43 |
<p>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon! |
43 |
<p> |
| 44 |
[% IF ( Koha.Preference( 'ReplytoDefault' ) ) %] |
44 |
The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon! |
| 45 |
If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'ReplytoDefault' ) | $raw %]">site administrator</a> |
45 |
[% IF ( Koha.Preference( 'ReplytoDefault' ) ) %] |
| 46 |
[% ELSE %] |
46 |
If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'ReplytoDefault' ) | $raw %]">site administrator</a> |
| 47 |
[% END %] |
47 |
[% ELSIF ( Koha.Preference( 'KohaAdminEmailAddress' ) ) %] |
| 48 |
|
48 |
If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'KohaAdminEmailAddress' ) | $raw %]">site administrator</a> |
| 49 |
</p> |
49 |
[% END %] |
|
|
50 |
</p> |
| 50 |
[% END %] |
51 |
[% END %] |
| 51 |
</div> |
52 |
</div> |
| 52 |
</div> |
53 |
</div> |
| 53 |
- |
|
|