MT 1587 : CSV export for cart and shelves, with the ability to define different expor...
[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_IF-->
42     <!--TMPL_IF Name="usagebarcode"-->
43       <br /> This module is needed if you intend to print barcodes.
44     <!--/TMPL_IF-->
45     <!--TMPL_IF Name="usagespine"-->
46       <br /> This module is needed if you intend to print spine labels.
47     <!--/TMPL_IF-->
48     <!--TMPL_IF Name="usageLDAP"-->
49       <br /> This module is needed if you intend to use LDAP for authentication.
50     <!--/TMPL_IF-->
51     </li>
52   <!--/TMPL_LOOP-->
53   Please consider installing these modules before continuing.
54   <pre>
55   <!--TMPL_LOOP Name="missing"-->
56     perl -MCPAN -e "install <!--TMPL_VAR Name="name"-->";
57   <!--/TMPL_LOOP-->
58   </pre>
59   <!--/TMPL_IF-->
60   <!--TMPL_IF Name="problems"-->
61   <p>I encountered some problems.</p>
62    <ul>
63     <!--TMPL_IF Name="perlversion"-->
64     <li>Your perl version seems to be obsolete.
65       Please upgrade to a newer version of Perl (at least Version 5.006001).</li>
66     <!--/TMPL_IF-->
67    </ul>
68   <!--/TMPL_IF-->
69   <!--/TMPL_UNLESS-->
70   <!--TMPL_IF Name="checkmodule"-->
71 <form name="checkmodules" action="install.pl">
72 <p> All dependencies installed.
73 </p>
74 <input type="hidden" name="step" value="2" />
75 <p>Please click next to continue <input value="Next &gt;&gt;" type="submit" /></p>
76 </form>
77   <!--/TMPL_IF-->
78 <!--/TMPL_IF-->
79 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->