Fixing a bug that occured if Koha wasnt installed, but a cookie was set in the browser
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / en / 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/en/images/koha.org-logo.gif" /></h1>
6 <h1>Koha &rsaquo; Web Installer &rsaquo; Step 1</h1>
7 <!--TMPL_UNLESS Name="language"-->
8 <p>You are about to install Koha.</p>
9
10 <p>Please pick up your language from the following list. If your langauge is not
11 listed, please inform your systems administrator.</p>
12 <form name="language" method="post">
13 <select name="language">
14   <!--TMPL_LOOP Name="languages"-->
15   <option value="<!--TMPL_VAR Name="value" -->"><!--TMPL_VAR Name="description"-->
16 <!--   </option> -->
17   <!--/TMPL_LOOP -->
18 </select>
19 </p>
20
21 <p> Click Next to continue <input value="Next &gt;&gt;" type="submit"></p>
22 </form>
23 <!--/TMPL_UNLESS-->
24 <!--TMPL_IF Name="language"-->
25   <!--TMPL_UNLESS Name="checkmodule"-->
26   <!--TMPL_IF Name="missing"-->
27   <p>Some perl modules are missing.<br />
28   <ul>
29   <!--TMPL_LOOP Name="missing"-->
30     <li><!--TMPL_VAR Name="name"-->
31     <!--TMPL_IF Name="usagemail"-->
32       <br/> This module is used whenever Koha has to send email.
33     <!--/TMPL_IF-->
34     <!--TMPL_IF Name="usagebarcode"-->
35       <br/> This module is needed if you intend to print barcodes.
36     <!--/TMPL_IF-->
37     <!--TMPL_IF Name="usagespine"-->
38       <br/> This module is needed if you intend to print spine labels.
39     <!--/TMPL_IF-->
40     <!--TMPL_IF Name="usageLDAP"-->
41       <br/> This module is needed if you intend to use LDAP for authentication.
42     <!--/TMPL_IF-->
43     </li>
44   <!--/TMPL_LOOP-->
45   Please consider installing these modules before continuing.
46   <pre>
47   <!--TMPL_LOOP Name="missing"-->
48     perl -MCPAN -e "install <!--TMPL_VAR Name="name"-->";
49   <!--/TMPL_LOOP-->
50   </pre>
51   <!--/TMPL_IF-->
52   <!--TMPL_IF Name="problems"-->
53   <p>I encountered some problems.</p>
54    <ul>
55     <!--TMPL_IF Name="perlversion"-->
56     <li>Your perl version seems to be obsolete.
57       Please upgrade to a newer version of Perl (at least Version 5.006001).</li>
58     <!--/TMPL_IF-->
59     <!--TMPL_IF Name="perllocation"-->
60     <li>Your perl installation is not in /usr/bin/.
61       This version of the Web Installer expects perl to be in /usr/bin/.</li>
62     <!--/TMPL_IF-->
63     <!--TMPL_IF Name="zebra"-->
64     <li>Zebra server doesn't seem to be installed or I can't find it.
65       Please install it before continuing.</li>
66     <!--/TMPL_IF-->
67     <!--TMPL_IF Name="mysql"-->
68     <li>MySQL server doesn't seem to be installed or I can't find it.
69       Please install it before continuing.</li>
70     <!--/TMPL_IF-->
71     <!--TMPL_IF Name="yaz"-->
72     <li>Yaz doesn't seem to be installed or I can't find it.
73       Please install it before continuing.</li>
74     <!--/TMPL_IF-->
75    </ul>
76   <!--/TMPL_IF-->
77   <!--/TMPL_UNLESS-->
78   <!--TMPL_IF Name="checkmodule"-->
79 <form name="checkmodules" action="install.pl">
80 <p> All dependencies installed.
81 </p>
82 <input type="hidden" name="step" value="2" />
83 <p>Please click next to continue <input value="Next &gt;&gt;" type="submit"></p>
84 </form>
85   <!--/TMPL_IF-->
86 <!--/TMPL_IF-->
87 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->