Code

9d44eb4724ceb14b6b54ca7ce2f4f8eff745c972
[gosa.git] / ihtml / themes / default / setup_introduction.tpl
1 <h1>{t}Welcome to the GOsa setup!{/t}</h1>
3 <p>
4  {t}It looks like you're calling GOsa for the first time - no configuration was found. This setup like script will try to aid you in creating a working configuration by performing three major steps: first we'll check the PHP installation for required modules, than we're going to check for optional/needed programms and after you've provided basic informations for your LDAP connectivity, we're going to check your LDAP setup.{/t}
5 </p>
6 <p class="seperator">&nbsp;</p>
7 <div id='oldbox' style='background-color:#ffffff;'>
8 {$tests}
9 </div>
10 <p class="plugbottom">
11  <input type="hidden" name="next" value="2">
12  <input type='submit' name='continue' value='{t}Continue{/t}'>
13 </p>
15 <p class="seperator">&nbsp;</p>
16 <p>
17  {t}You can also use the new and more-advanced way of inspecting your PHP-installation. It will give you information about the exact function that could not be found (functions that could be found are not mentioned). This is useful if you know what you're doing.
18  {/t}
19 </p>
20 <button type='button' onClick='toggle("functionbox")'>{t}Toggle Show/Hide{/t}</button>
21 <div id='functionbox' style='background-color:#ffffff;position:absolute; z-index:0; visibility:hidden'>
22 {$detailed_tests}
23 </div>