Code

Removed old setup files
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Jun 2007 07:15:37 +0000 (07:15 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Jun 2007 07:15:37 +0000 (07:15 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6625 594d385d-05f5-0310-b6e9-bd551577e9d8

ihtml/themes/default/setup.tpl [deleted file]
ihtml/themes/default/setup_finish.tpl [deleted file]
ihtml/themes/default/setup_introduction.tpl [deleted file]
ihtml/themes/default/setup_step2.tpl [deleted file]
ihtml/themes/default/setup_step3.tpl [deleted file]
ihtml/themes/default/setup_step4.tpl [deleted file]
ihtml/themes/default/setup_useradmin.tpl [deleted file]

diff --git a/ihtml/themes/default/setup.tpl b/ihtml/themes/default/setup.tpl
deleted file mode 100644 (file)
index df4d2be..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<body style='background-color:#A0A0A0;background-image:none'>
-<form action="setup.php?check_globals=42" method="post" enctype="multipart/form-data">
-
-<script language="JavaScript" type="text/javascript">
-  <!--
-  h=parseInt(window.innerHeight)-25;
-  document.write('<div style="height:' + h + 'px";>');
-  //-->
-</script>
-
-{$errors}
-
-<table summary="" cellspacing=0 cellpadding=0 style="width:100%;height:100%;">
-  <tr style="background-color:#CDF6C5">
-    <td style="border-bottom:1px solid black; height:50px;">
-      <img alt="" src="themes/default/images/go_logo.png">
-    </td>
-    <td style="text-align:right; vertical-align:top; border-bottom:1px solid black">
-      setup.php
-    </td>
-  </tr>
-  <tr style='height:100%;'>
-    <td style="background-color: white;vertical-align:top;" colspan=2>
-
-    {include file="$content"}
-
-    </td>
-  </tr>
-</table>
-
-<script language="JavaScript" type="text/javascript">
-  <!--
-    h=parseInt(window.innerHeight)-20;
-    document.write('<\/div>');
-  //-->
-</script>
-
-</form>
-</body>
-</html>
diff --git a/ihtml/themes/default/setup_finish.tpl b/ihtml/themes/default/setup_finish.tpl
deleted file mode 100644 (file)
index ccd0b19..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<h1>{t}Setup finished{/t}</h1>
-
-{t}Basically the setup is finished. You can check the result of the schema check here and download the autogenerated gosa.conf below.{/t}
-
-<p class="seperator">&nbsp;</p>
-
-<h2>{t}Schema Configuration{/t}</h2>
-<p>{$schemas}</p>
-
-<p class="seperator">&nbsp;</p>
-
-<h2>{t}Configuration File{/t}</h2>
-<p>
- {t}GOsa setup has collected all data needed to create an initial configuration file. Save the the link below as your gosa.conf and place that file in /etc/gosa. Change it as needed.{/t}
-</p>
-
-<input type='submit' name='getconf' value='{t}Download configuration{/t}'>
-
-<p>
- {t}After placing the file under /etc/gosa, place make sure that the webserver user is able to read gosa.conf, while other users shouldn't. You may want to execute these commands to achieve this requirement:{/t}
-</p>
-
-<pre>
-# chown root.{$webgroup} /etc/gosa/gosa.conf
-# chmod 640 /etc/gosa/gosa.conf
-</pre>
-
-<p class="plugbottom">
-  <input type="hidden" name="next" value="6">
-  <input type='submit' name='back' value='{t}Back{/t}'>
-  <input type='submit' name='retry' value='{t}Retry{/t}'>
-</p>
diff --git a/ihtml/themes/default/setup_introduction.tpl b/ihtml/themes/default/setup_introduction.tpl
deleted file mode 100644 (file)
index 451855b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<h1>{t}Welcome to the GOsa setup!{/t}</h1>
-
-<p>
- {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 information for your LDAP connectivity, we're going to check your LDAP setup.{/t}
-</p>
-<p class="seperator">&nbsp;</p>
-<div id='oldbox' style='background-color:#ffffff;'>
-{$tests}
-</div>
-<p class="plugbottom">
- <input type="hidden" name="next" value="2">
- <input type='submit' name='continue' value='{t}Continue{/t}' {$mode}>
-</p>
-
-<p class="seperator">&nbsp;</p>
-<p style="width:90%;">
- {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.{/t}
-</p>
-<button type='button' onClick='toggle("functionbox")'>{t}Toggle Show/Hide{/t}</button>
-<div id='functionbox' style='background-color:#ffffff;position:absolute; z-index:0; visibility:hidden'>
-{$detailed_tests}
-</div>
diff --git a/ihtml/themes/default/setup_step2.tpl b/ihtml/themes/default/setup_step2.tpl
deleted file mode 100644 (file)
index 763b3f1..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<h1>{t}Setup continued...{/t}</h1>
-
-<p>
- {t}Step two looks for a set of helper programms and checks if they have the correct minimum version.{/t}
-</p>
-<p class="seperator">&nbsp;</p>
-
-{$tests}
-
-<p class="plugbottom">
- <input type="hidden" name="next" value="3">
- <input type='submit' name='back' value='{t}Back{/t}'>
- <input type='submit' name='continue2' value='{t}Continue{/t}' {$mode}>
-</p>
diff --git a/ihtml/themes/default/setup_step3.tpl b/ihtml/themes/default/setup_step3.tpl
deleted file mode 100644 (file)
index b87162d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<h1>{t}Setup continued...{/t}</h1>
-
-<p>
- {t}Now we're going include your LDAP server and create an initial configuration. After you've entered the server URI below, a quick check is performed if required LDAP schemas are in place. Samba versions are autodetected by the installed objectclasses. Details on how your LDAP tree is organized will be asked later on.{/t}
-</p>
-
-<p class="seperator">&nbsp;</p>
-<br>
-
-{t}Please enter the server URI to allow the setup to connect your LDAP server (Example: ldap://your.server:389).{/t}
-<br>
-<br>
-URI&nbsp;<input type='text' name='uri' maxlength='80' size='40' value='{$uri}'>
-
-<p class="plugbottom">
- <input type="hidden" name="next" value="4">
- <input type='submit' name='back' value='{t}Back{/t}'>
- <input type='submit' name='continue3' value='{t}Continue{/t}'>
-</p>
diff --git a/ihtml/themes/default/setup_step4.tpl b/ihtml/themes/default/setup_step4.tpl
deleted file mode 100644 (file)
index e4b3e40..0000000
+++ /dev/null
@@ -1,116 +0,0 @@
-<h1>{t}Setup continued...{/t}</h1>
-{t}The following fields allow the basic configuration of GOsa's behaviour and affect various properties in your main configuration.{/t}
-
-<p class="seperator">&nbsp;</p>
-
-<p>
- {t}Enter a description for the location you're configuring here{/t}:
-</p>
-<table summary="">
- <tr>
-  <td>{t}Location name{/t}</td>
-  <td><input type='text' name='location' maxlength='80' size='25' value='{$location}'></td>
- </tr>
-</table>
-
-<p class="seperator">&nbsp;</p>
-<p>
- {t}GOsa always acts as admin and manages access rights internally. This is a workaround till OpenLDAP's in directory ACI's are fully implemented. For this to work, we need the admin DN and the corresponding password.{/t}
-</p>
-
-<table summary="">
- <tr>
-  <td>{t}Admin DN{/t}</td>
-  <td><input type='text' name='admin' maxlength='80' size='40' value='{$admin}'></td>
- </tr>
- <tr>
-  <td>{t}Admin password{/t}</td>
-  <td><input type='password' name='password' maxlength='20' size='20' value='{$password}'></td>
- </tr>
-</table>
-<p class="seperator">&nbsp;</p>
-
-<p>
- {t}Some basic LDAP parameters are tunable and affect the locations where GOsa saves people and groups, including the way accounts get created. Check the values below if the fit your needs.{/t}
-</p>
-
-<table summary="">
- <tr>
-  <td>{t}Base {/t}</td>
-  <td><input type='text' name='base' maxlength='80' size='40' value='{$base}'></td>
- </tr>
- <tr>
-  <td>{t}People storage ou{/t}</td>
-  <td><input type='text' name='peopleou' maxlength='40' size='20' value='{$peopleou}'></td>
- </tr>
- <tr>
-  <td>{t}People dn attribute{/t}</td>
-  <td>
-   <select size="1" name="peopledn">
-    {html_options values=$peopledns output=$peopledns selected=$peopledn}
-   </select>
-  </td>
- </tr>
- <tr>
-  <td>{t}Group storage ou{/t}</td>
-  <td><input type='text' name='groupou' maxlength='40' size='20' value='{$groupou}'></td>
- </tr>
- <tr>
-  <td>{t}ID base for users/groups{/t}</td>
-  <td><input type='text' name='uidbase' maxlength='20' size='10' value='{$uidbase}'></td>
- </tr>
-</table>
-
-<p class="seperator">&nbsp;</p>
-
-<p>
- {t}GOsa supports several encryption types for your passwords. Normally this is adjustable via user templates, but you can specify a default method to be used here, too.{/t}
-</p>
-
-<table summary="">
- <tr>
-  <td>{t}Encryption algorithm{/t}</td>
-  <td>
-        <select name="arr_crypts" size="1" title="">
-        {html_options options=$arr_cryptkeys selected=$arr_crypts}
-     </select>
- </tr>
-</table>
-
-<p class="seperator">&nbsp;</p>
-
-<p>
- {t}GOsa has modular support for several mail methods. These methods provide interfaces to users mailboxes and general handling for quotas. You can choose the dummy plugin to leave all your mail settings untouched.{/t}
-</p>
-
-<table summary="">
- <tr>
-  <td>{t}Mail method{/t}</td>
-  <td>
-     <select name="mail" size="1" title="">
-        <option name="mail" value="disabled">{t}disabled{/t}</option>
-               {html_options options=$mail_methods selected=$mail}
-     </select>
- </tr>
-</table>
-
-<p class="seperator">&nbsp;</p>
-
-<p>
- {t}GOsa may cause PHP interpreter errors, particularly in case of Beta versions. In some cases it would be helpful to enable the error reporting.{/t}
-</p>
-<table summary="">
- <tr>
-  <td>{t}Display PHP errors{/t}</td>
-  <td>
-     <select name="errorlvl" size="1" title="">
-        <option value="true">{t}true{/t}</option>
-        <option value="false">{t}false{/t}</option>
-     </select>
- </tr>
-</table>
-<p class="plugbottom">
- <input type="hidden" name="next" value="5">
- <input type='submit' name='back' value='{t}Back{/t}'> 
- <input type='submit' name='check' value='{t}Check{/t}'>
-</p>
diff --git a/ihtml/themes/default/setup_useradmin.tpl b/ihtml/themes/default/setup_useradmin.tpl
deleted file mode 100644 (file)
index bcbc823..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-
-{if $exists == TRUE}
-   <h1>{t}You already have an Administrative Account and a Group.{/t}</h1>
-{else}
-
-<h1>{t}You're missing an administrative account for GOsa, you'll not be able to administrate anything!{/t}</h1>
-{/if}
-
-<p>
-{t}To provide full administrative access to GOsa, you need to create a special group which contains the administrative user. The setup program can assist you with this task. Enter the desired username and the password below to create the missing entries.{/t}
-</p>
-
-<p class="seperator">
-  &nbsp;
-</p>
-
-<br>
-
-<table summary="">
-       <tr>
-               <td>
-               {t}Username{/t}
-               </td>
-               <td>
-                       <input type="text" value="" name="admin_name">  
-               </td>
-       </tr>
-       <tr>
-               <td>
-               {t}Password{/t}
-               </td>
-               <td>
-            <input type="password" value="" name="admin_pass">
-               </td>
-       </tr>
-</table>
-{$str_there}
-<p class="plugbottom">
-<input type="hidden" name="next" value="6">
-<input type='submit' name='back' value='{t}Back{/t}' >
-<input type="submit" name="new_admin" value="{t}Continue{/t}">
-</p>
-