2baca29e58
bugfixing I18N language selection from staff and OPAC, adding BiDi support Signed-off-by: Joshua Ferraro <jmf@liblime.com>
70 lines
2.5 KiB
Cheetah
70 lines
2.5 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Web Installer › Step 1</title>
|
|
<!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
|
|
<div>
|
|
<h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/img/koha.org-logo.gif" /> Web Installer › Step 1</h1>
|
|
<!--TMPL_UNLESS Name="language"-->
|
|
<p>You are about to install Koha.</p>
|
|
|
|
<p>Please pick up your language from the following list. If your langauge is not
|
|
listed, please inform your systems administrator.</p>
|
|
<form name="language" method="post">
|
|
<select name="language">
|
|
<!--TMPL_LOOP Name="languages"-->
|
|
<option value="<!--TMPL_VAR Name="value" -->"><!-- TMPL_IF NAME="description" --><!--TMPL_VAR Name="description"--><!-- TMPL_ELSE --><!--TMPL_VAR Name="value" --><!-- /TMPL_IF -->
|
|
<!-- </option> -->
|
|
<!--/TMPL_LOOP -->
|
|
</select>
|
|
</p>
|
|
|
|
<p> Click Next to continue <input value="Next >>" type="submit" /></p>
|
|
</form>
|
|
<!--/TMPL_UNLESS-->
|
|
<!--TMPL_IF Name="language"-->
|
|
<!--TMPL_UNLESS Name="checkmodule"-->
|
|
<!--TMPL_IF Name="missing"-->
|
|
<p>Some perl modules are missing.<br />
|
|
<ul>
|
|
<!--TMPL_LOOP Name="missing"-->
|
|
<li><!--TMPL_VAR Name="name"-->
|
|
<!--TMPL_IF Name="usagemail"-->
|
|
<br /> This module is used whenever Koha has to send email.
|
|
<!--/TMPL_IF-->
|
|
<!--TMPL_IF Name="usagebarcode"-->
|
|
<br /> This module is needed if you intend to print barcodes.
|
|
<!--/TMPL_IF-->
|
|
<!--TMPL_IF Name="usagespine"-->
|
|
<br /> This module is needed if you intend to print spine labels.
|
|
<!--/TMPL_IF-->
|
|
<!--TMPL_IF Name="usageLDAP"-->
|
|
<br /> This module is needed if you intend to use LDAP for authentication.
|
|
<!--/TMPL_IF-->
|
|
</li>
|
|
<!--/TMPL_LOOP-->
|
|
Please consider installing these modules before continuing.
|
|
<pre>
|
|
<!--TMPL_LOOP Name="missing"-->
|
|
perl -MCPAN -e "install <!--TMPL_VAR Name="name"-->";
|
|
<!--/TMPL_LOOP-->
|
|
</pre>
|
|
<!--/TMPL_IF-->
|
|
<!--TMPL_IF Name="problems"-->
|
|
<p>I encountered some problems.</p>
|
|
<ul>
|
|
<!--TMPL_IF Name="perlversion"-->
|
|
<li>Your perl version seems to be obsolete.
|
|
Please upgrade to a newer version of Perl (at least Version 5.006001).</li>
|
|
<!--/TMPL_IF-->
|
|
</ul>
|
|
<!--/TMPL_IF-->
|
|
<!--/TMPL_UNLESS-->
|
|
<!--TMPL_IF Name="checkmodule"-->
|
|
<form name="checkmodules" action="install.pl">
|
|
<p> All dependencies installed.
|
|
</p>
|
|
<input type="hidden" name="step" value="2" />
|
|
<p>Please click next to continue <input value="Next >>" type="submit" /></p>
|
|
</form>
|
|
<!--/TMPL_IF-->
|
|
<!--/TMPL_IF-->
|
|
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->
|