bug-1490, fixed seasonal-year drop-box
[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 up your language from the following list. If your langauge is not
10 listed, please inform your systems administrator.</p>
11 <form name="language" method="post">
12 <select name="language">
13   <!--TMPL_LOOP Name="languages"-->
14   <option value="<!--TMPL_VAR Name="value" -->"><!--TMPL_VAR Name="description"-->
15 <!--   </option> -->
16   <!--/TMPL_LOOP -->
17 </select>
18 </p>
19
20 <p> Click Next to continue <input value="Next &gt;&gt;" type="submit" /></p>
21 </form>
22 <!--/TMPL_UNLESS-->
23 <!--TMPL_IF Name="language"-->
24   <!--TMPL_UNLESS Name="checkmodule"-->
25   <!--TMPL_IF Name="missing"-->
26   <p>Some perl modules are missing.<br />
27   <ul>
28   <!--TMPL_LOOP Name="missing"-->
29     <li><!--TMPL_VAR Name="name"-->
30     <!--TMPL_IF Name="usagemail"-->
31       <br /> This module is used whenever Koha has to send email.
32     <!--/TMPL_IF-->
33     <!--TMPL_IF Name="usagebarcode"-->
34       <br /> This module is needed if you intend to print barcodes.
35     <!--/TMPL_IF-->
36     <!--TMPL_IF Name="usagespine"-->
37       <br /> This module is needed if you intend to print spine labels.
38     <!--/TMPL_IF-->
39     <!--TMPL_IF Name="usageLDAP"-->
40       <br /> This module is needed if you intend to use LDAP for authentication.
41     <!--/TMPL_IF-->
42     </li>
43   <!--/TMPL_LOOP-->
44   Please consider installing these modules before continuing.
45   <pre>
46   <!--TMPL_LOOP Name="missing"-->
47     perl -MCPAN -e "install <!--TMPL_VAR Name="name"-->";
48   <!--/TMPL_LOOP-->
49   </pre>
50   <!--/TMPL_IF-->
51   <!--TMPL_IF Name="problems"-->
52   <p>I encountered some problems.</p>
53    <ul>
54     <!--TMPL_IF Name="perlversion"-->
55     <li>Your perl version seems to be obsolete.
56       Please upgrade to a newer version of Perl (at least Version 5.006001).</li>
57     <!--/TMPL_IF-->
58    </ul>
59   <!--/TMPL_IF-->
60   <!--/TMPL_UNLESS-->
61   <!--TMPL_IF Name="checkmodule"-->
62 <form name="checkmodules" action="install.pl">
63 <p> All dependencies installed.
64 </p>
65 <input type="hidden" name="step" value="2" />
66 <p>Please click next to continue <input value="Next &gt;&gt;" type="submit" /></p>
67 </form>
68   <!--/TMPL_IF-->
69 <!--/TMPL_IF-->
70 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->