[25/30] Fixing up the installer to check for new optional dependencies
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / installer / step1.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Web Installer &rsaquo; Step 1</title>
3 <!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
4 <div>
5 <h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/img/koha.org-logo.gif" /> Web Installer &rsaquo; Step 1</h1>
6 <!--TMPL_UNLESS Name="language"-->
7 <p>You are about to install Koha.</p>
8
9 <p>Please pick your language from the following list. If your language is not
10 listed, please inform your systems administrator.</p>
11 <form name="language" method="post">
12 <select name="language">
13 <!-- TMPL_IF NAME="installer_languages_loop" -->
14         <!-- TMPL_LOOP NAME="installer_languages_loop" -->
15             <!-- TMPL_IF NAME="plural" -->
16             <optgroup label="<!-- TMPL_VAR NAME="language" -->">
17             <!-- TMPL_LOOP NAME="sublanguages_loop" -->
18                 <option value="<!-- TMPL_VAR NAME="rfc4646_subtag" -->"><!-- TMPL_IF NAME="native_description" --><!-- TMPL_VAR NAME="native_description" --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="rfc4646_subtag" --><!-- /TMPL_IF --></option>
19             <!-- /TMPL_LOOP -->
20             </optgroup>
21             <!-- TMPL_ELSE -->
22                 <option value="<!-- TMPL_VAR NAME="rfc4646_subtag" -->"><!-- TMPL_IF NAME="native_description" --><!-- TMPL_VAR NAME="native_description" --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="rfc4646_subtag" --><!-- /TMPL_IF --></option>
23             <!-- /TMPL_IF -->
24         <!-- /TMPL_LOOP -->
25 <!-- /TMPL_IF -->
26 </select>
27 </p>
28
29 <p> Click Next to continue <input value="Next &gt;&gt;" type="submit" /></p>
30 </form>
31 <!--/TMPL_UNLESS-->
32 <!--TMPL_IF Name="language"-->
33   <!--TMPL_UNLESS Name="checkmodule"-->
34   <!--TMPL_IF Name="missing"-->
35   <p>Some perl modules are missing.<br />
36   <ul>
37   <!--TMPL_LOOP Name="missing"-->
38     <li><!--TMPL_VAR Name="name"-->
39     <!--TMPL_IF Name="usagemail"-->
40       <br /> This module is used whenever Koha has to send email.
41     <!--TMPL_ELSIF Name="usagebarcode"-->
42       <br /> This module is needed if you intend to print barcodes.
43     <!--TMPL_ELSIF Name="usagespine"-->
44       <br /> This module is needed if you intend to print spine labels.
45     <!--TMPL_ELSIF Name="usageLDAP"-->
46       <br /> This module is needed if you intend to use LDAP for authentication.
47     <!--TMPL_ELSIF Name="usagepatronimages"-->
48       <br /> This module is needed if you intend to use patron images.
49     <!--TMPL_ELSIF Name="usagepatroncards"-->
50       <br /> This module is needed if you intend to use the patron card creator.
51     <!--/TMPL_IF-->
52     </li>
53   <!--/TMPL_LOOP-->
54   Please consider installing these modules before continuing.
55   <pre>
56   <!--TMPL_LOOP Name="missing"-->
57     perl -MCPAN -e "install <!--TMPL_VAR Name="name"-->";
58   <!--/TMPL_LOOP-->
59   </pre>
60   <!--/TMPL_IF-->
61   <!--TMPL_IF Name="problems"-->
62   <p>I encountered some problems.</p>
63    <ul>
64     <!--TMPL_IF Name="perlversion"-->
65     <li>Your perl version seems to be obsolete.
66       Please upgrade to a newer version of Perl (at least Version 5.006001).</li>
67     <!--/TMPL_IF-->
68    </ul>
69   <!--/TMPL_IF-->
70   <!--/TMPL_UNLESS-->
71   <!--TMPL_IF Name="checkmodule"-->
72 <form name="checkmodules" action="install.pl">
73 <p> All dependencies installed.
74 </p>
75 <input type="hidden" name="step" value="2" />
76 <p>Please click next to continue <input value="Next &gt;&gt;" type="submit" /></p>
77 </form>
78   <!--/TMPL_IF-->
79 <!--/TMPL_IF-->
80 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->