Lines 1-3
Link Here
|
|
|
1 |
[% USE Koha %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › |
3 |
<title>Koha › |
3 |
[% IF ( nopermission ) %]Access denied[% END %] |
4 |
[% IF ( nopermission ) %]Access denied[% END %] |
Lines 9-15
Link Here
|
9 |
|
10 |
|
10 |
[% INCLUDE 'installer-doc-head-close.inc' %] |
11 |
[% INCLUDE 'installer-doc-head-close.inc' %] |
11 |
<div id="login"> |
12 |
<div id="login"> |
12 |
<h1><a>Koha 3.0 Installer</a></h1> |
13 |
<h1><a>Koha [%- Koha.Version.release -%] installer</a></h1> |
13 |
[% IF ( nopermission ) %] |
14 |
[% IF ( nopermission ) %] |
14 |
<div id="login_error"><strong>Error: </strong>Unauthorized user <a href="/cgi-bin/koha/mainpage.pl?logout.x=1">click to log out</a></div> |
15 |
<div id="login_error"><strong>Error: </strong>Unauthorized user <a href="/cgi-bin/koha/mainpage.pl?logout.x=1">click to log out</a></div> |
15 |
[% END %] |
16 |
[% END %] |
16 |
- |
|
|