Lines 1-5
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Web installer › |
2 |
|
|
|
3 |
[% BLOCK installer_title %]Koha › Web installer › |
3 |
[% UNLESS ( language ) %] Choose your language [% END %] |
4 |
[% UNLESS ( language ) %] Choose your language [% END %] |
4 |
[% IF ( language ) %] |
5 |
[% IF ( language ) %] |
5 |
[% UNLESS ( checkmodule ) %] |
6 |
[% UNLESS ( checkmodule ) %] |
Lines 12-18
Link Here
|
12 |
[% END %] |
13 |
[% END %] |
13 |
Check Perl dependencies |
14 |
Check Perl dependencies |
14 |
[% END %] |
15 |
[% END %] |
15 |
</title> |
16 |
[% END %] |
|
|
17 |
|
18 |
[% BLOCK next_step %]Continue to the next step[% END %] |
19 |
|
20 |
<title>[% INCLUDE installer_title %]</title> |
21 |
|
16 |
[% INCLUDE 'installer-doc-head-close.inc' %] |
22 |
[% INCLUDE 'installer-doc-head-close.inc' %] |
17 |
|
23 |
|
18 |
<div class="container-fluid"> |
24 |
<div class="container-fluid"> |
Lines 47-53
Link Here
|
47 |
</select> |
53 |
</select> |
48 |
</div> |
54 |
</div> |
49 |
|
55 |
|
50 |
<p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p> |
56 |
<p><input value="[%- INCLUDE next_step -%]" class="btn btn-primary" type="submit" /></p> |
51 |
</form> |
57 |
</form> |
52 |
[% END %] |
58 |
[% END %] |
53 |
|
59 |
|
54 |
- |
|
|