Code

Removed obsolete altinux stuff
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Jul 2007 07:50:08 +0000 (07:50 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Jul 2007 07:50:08 +0000 (07:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6771 594d385d-05f5-0310-b6e9-bd551577e9d8

21 files changed:
html/themes/altlinux/images/go_logo.png [deleted file]
html/themes/altlinux/images/gohome.png [deleted file]
html/themes/altlinux/images/help.png [deleted file]
html/themes/altlinux/images/login.png [deleted file]
html/themes/altlinux/images/stop.png [deleted file]
html/themes/altlinux/style.css [deleted file]
ihtml/themes/altlinux/MultiSelectWindow.tpl [deleted file]
ihtml/themes/altlinux/conflict.tpl [deleted file]
ihtml/themes/altlinux/framework.tpl [deleted file]
ihtml/themes/altlinux/headers.tpl [deleted file]
ihtml/themes/altlinux/islocked.tpl [deleted file]
ihtml/themes/altlinux/login.tpl [deleted file]
ihtml/themes/altlinux/setup.tpl [deleted file]
ihtml/themes/altlinux/setup_finish.tpl [deleted file]
ihtml/themes/altlinux/setup_introduction.tpl [deleted file]
ihtml/themes/altlinux/setup_step2.tpl [deleted file]
ihtml/themes/altlinux/setup_step3.tpl [deleted file]
ihtml/themes/altlinux/setup_step4.tpl [deleted file]
ihtml/themes/altlinux/setup_useradmin.tpl [deleted file]
ihtml/themes/altlinux/sizelimit.tpl [deleted file]
ihtml/themes/default/headers.tpl

diff --git a/html/themes/altlinux/images/go_logo.png b/html/themes/altlinux/images/go_logo.png
deleted file mode 100644 (file)
index d7cc7df..0000000
Binary files a/html/themes/altlinux/images/go_logo.png and /dev/null differ
diff --git a/html/themes/altlinux/images/gohome.png b/html/themes/altlinux/images/gohome.png
deleted file mode 100644 (file)
index fbb3eaa..0000000
Binary files a/html/themes/altlinux/images/gohome.png and /dev/null differ
diff --git a/html/themes/altlinux/images/help.png b/html/themes/altlinux/images/help.png
deleted file mode 100644 (file)
index a0c801d..0000000
Binary files a/html/themes/altlinux/images/help.png and /dev/null differ
diff --git a/html/themes/altlinux/images/login.png b/html/themes/altlinux/images/login.png
deleted file mode 100644 (file)
index 6748776..0000000
Binary files a/html/themes/altlinux/images/login.png and /dev/null differ
diff --git a/html/themes/altlinux/images/stop.png b/html/themes/altlinux/images/stop.png
deleted file mode 100644 (file)
index 14137dd..0000000
Binary files a/html/themes/altlinux/images/stop.png and /dev/null differ
diff --git a/html/themes/altlinux/style.css b/html/themes/altlinux/style.css
deleted file mode 100644 (file)
index d7e08be..0000000
+++ /dev/null
@@ -1,506 +0,0 @@
-/* $Id: style.css,v 1.2 2005/01/23 00:20:33 migor-guest Exp $ */
-body
-{
-  margin-left: 0px;
-  margin-right: 0px;
-  margin-top: 0px;
-  margin-bottom: 0px;
-  background-color: #8B858B;
-  color: #5353ad;
-  font-family:Arial,Helvetica,sans-serif;
-  font-size: 12px;
-}
-
-h1 { font-size: 14px; color: #5353ad;}
-h2,h3,h4,h5,h6 { font-size: 13px; color: #000080;}
-
-td,p,b {font-size: 12px;}
-
-/* Title bar */
-a.maintitlebar, div.maintitlebar {
-  font-family: arial,helvetica,sans-serif;
-  text-decoration: none;
-  color: #dedcff;
-  font-size: 12px;
-}
-
-a.maintitlebar:hover{
-  text-decoration: none;
-  background-color: #5353ad;
-}
-
-p.menuheader {
-  font-family: arial,helvetica,sans-serif;
-  color: #dedcff;
-  text-decoration: none;
-  background-color: #5353ad;
-  font-weight: bold;
-  font-size: 12px;
-  text-align: center;
-  width: 100%;
-  vertical-align: middle;
-  padding: 3px;
-  margin-top: 30px;
-}
-
-p.menuitem {
-  font-family: arial,helvetica,sans-serif;
-  color: #dedc54;
-  text-decoration: none;
-  font-weight: normal;
-  font-size: 12px;
-  text-align: left;
-  padding-left: 15px;
-  padding-top: 2px;
-  padding-bottom: 2px;
-  vertical-align: middle;
-  margin: 2px;
-  background-color: #5353ad;
-  padding-right: 5px;
-}
-
-p.menuitem:hover{
-  background-color:#8891bd;
-}
-
-table.menuitem {
-  width:100%;
-  margin-top:10px;
-  margin-bottom:10px;
-  margin-right:10px;
-  background-color:#F0F0F0;
-}
-
-table.menuitem:hover{
-  background-color:#C5C5C5;
-}
-
-
-td.phonelist:hover {
-  background-color: #D2D2D2;
-}
-
-h1.menuheader{
-  border-style:solid;
-  border-color:#707070;
-  width:100%;
-  border-top-width:1px;
-  border-bottom-width:0px;
-  border-left-width:0px;
-  border-right-width:0px;
-  padding-top:10px;
-  padding-bottom:0px;
-}
-
-div.copynotice{
-  border-style:solid;
-  border-color:#707070;
-  width:100%;
-  border-top-width:1px;
-  border-bottom-width:0px;
-  border-left-width:0px;
-  border-right-width:0px;
-  padding-top:3px;
-  padding-bottom:0px;
-  text-align: right;
-  font-family:Arial,Helvetica,sans-serif;
-  font-size: 10px;
-}
-
-a:link{
-  text-decoration: none;
-  color: #000080;
-}
-
-a:visited{
-  text-decoration: none;
-  color: #000080;
-}
-
-a.menuitem:link{
-  text-decoration: none;
-  color: #dedc54;
-}
-
-a.menuitem:visited{
-  text-decoration: none;
-  color: #dedc00;
-}
-
-a.menuitem:hover{
-  text-decoration: none;
-}
-
-a.iconmenu:link{
-  text-decoration: none;
-  color: #00008F;
-}
-
-td.iconmenu:hover {
-  background-color: #E0E0E0;
-}
-
-a.iconmenu:visited{
-  text-decoration: none;
-  color: #00008F;
-}
-
-a.iconmenu:hover{
-  text-decoration: none;
-}
-
-h1.plugtop{
-  border-style:solid;
-  border-color:#707070;
-  width:100%;
-  border-top-width:0px;
-  border-bottom-width:1px;
-  border-left-width:0px;
-  border-right-width:0px;
-  padding-top:0px;
-  margin-top:0px;
-  padding-bottom:6px;
-  text-align: left;
-  background-color: red;
-  font-family:Arial,Helvetica,sans-serif;
-  font-size: 24px;
-}
-
-div.plugtop{
-  border-style:solid;
-  border-color:B0B0B0;
-  width:100%;
-  border-top-color: #E0E0F0;
-  border-top-width:6px;
-  border-bottom-width:1px;
-  border-left-width:0px;
-  border-right-width:0px;
-  padding-top:0px;
-  padding-bottom:6px;
-  margin-bottom: 0px;
-  text-align: left;
-  vertical-align: middle;
-  background-color: #E0E0F0;
-  font-family:Arial,Helvetica,sans-serif;
-  font-weight: bold;
-  font-size: 24px;
-}
-
-div.pluginfo{
-  border:solid;
-  border:0px;
-  width:100%;
-  padding-top:2px;
-  padding-bottom:2px;
-  margin-bottom: 10px;
-  text-align: right;
-  vertical-align: middle;
-  background-color: #C0C0E0;
-  font-family:Arial,Helvetica,sans-serif;
-  font-size: 11px;
-}
-
-p.seperator{
-  border-style:solid;
-  border-color:#A0A0A0;
-  width:100%;
-  border-top-width:0px;
-  border-bottom-width:1px;
-  border-left-width:0px;
-  border-right-width:0px;
-  padding-top:0px;
-  padding-bottom:0px;
-  margin-top:0px;
-  margin-bottom:0px;
-  text-align: left;
-}
-
-p.plugbottom{
-  border-style:solid;
-  border-color:#A0A0A0;
-  width:100%;
-  border-top-width:1px;
-  border-bottom-width:0px;
-  border-left-width:0px;
-  border-right-width:0px;
-  padding-top:10px;
-  padding-bottom:0px;
-  text-align: right;
-  font-family:Arial,Helvetica,sans-serif;
-}
-
-font.must {
-  color: red;
-  font-family:Arial,Helvetica,sans-serif;
-}
-
-div.tab_active {
-  text-align:center;
-  height:25px;
-  width:100px;
-  background-color:#F0F0F0;
-  border-style:solid;
-  border-color:black;
-  border-top-width:1px;
-  border-bottom-width:0px;
-  border-left-width:1px;
-  border-right-width:1px;
-  margin-top: 0px;
-  padding-top:1px;
-}
-
-div.tab_left {
-  text-align:center;
-  height:20px;
-  width:100px;
-  background-color:#C0C0C0;
-  border-style:solid;
-  border-color:black;
-  border-top-width:1px;
-  border-bottom-width:1px;
-  border-left-width:1px;
-  border-right-width:0px;
-  margin-top: 5px;
-  padding-top:1px;
-}
-
-div.tab_right {
-  text-align:center;
-  height:20px;
-  width:100px;
-  background-color:#C0C0C0;
-  border-style:solid;
-  border-color:black;
-  border-top-width:1px;
-  border-bottom-width:1px;
-  border-left-width:0px;
-  border-right-width:1px;
-  margin-top: 5px;
-  padding-top:1px;
-}
-
-div.tab_near_active {
-  text-align:center;
-  height:20px;
-  width:100px;
-  background-color:#C0C0C0;
-  border-style:solid;
-  border-color:black;
-  border-top-width:1px;
-  border-bottom-width:1px;
-  border-left-width:1px;
-  border-right-width:1px;
-  margin-top: 5px;
-  padding-top:1px;
-}
-
-div.tab_border {
-  width:100%;
-  height:20px;
-  border-style:solid;
-  border-color:black;
-  border-top-width:0px;
-  border-bottom-width:1px;
-  border-left-width:0px;
-  border-right-width:0px;
-}
-
-a.tab_active, input.tab_active {
-  border: 0px;
-  margin: 0px;
-  width: 100px;
-  height: 22px;
-  font-family: arial,helvetica,sans-serif;
-  background-color: #F0F0F0;
-  text-decoration: none;
-  color: #00348B;
-  font-size: 13px;
-  font-weight: bold;
-}
-
-a.tab_right, input.tab_right {
-  width: 100px;
-  height: 20px;
-  border: 0px;
-  margin: 0px;
-  font-family: arial,helvetica,sans-serif;
-  background-color: #C0C0C0;
-  text-decoration: none;
-  color: #00348B;
-  font-size: 13px;
-  font-weight: bold;
-}
-
-a.tab_left, input.tab_left {
-  width: 100px;
-  height: 20px;
-  border: 0px;
-  margin: 0px;
-  font-family: arial,helvetica,sans-serif;
-  background-color: #C0C0C0;
-  text-decoration: none;
-  color: #00348B;
-  font-size: 13px;
-  font-weight: bold;
-}
-
-a.tab_near_active, input.tab_near_active {
-  width: 100px;
-  height: 20px;
-  border: 0px;
-  margin: 0px;
-  font-family: arial,helvetica,sans-serif;
-  background-color: #C0C0C0;
-  text-decoration: none;
-  color: #00348B;
-  font-size: 13px;
-  font-weight: bold;
-}
-
-
-
-/********************** Template migration *********************/
-
-/* Login screen */
-div.gosaLoginSpacer {
-       height:100px;
-}
-
-table.gosaLoginMask {
-       background-color:#8B898B;
-       text-align: center;
-       border:0px;
-}
-
-td.gosaLoginBack {
-       width:630px;
-       height:430px;
-       background:url(images/login.png);
-       vertical-align:top;
-}
-
-div.gosaLoginBack {
-       padding-top:35px;
-       margin-left:100px;
-       margin-right:50px;
-       padding-bottom:0px;
-       vertical-align:top;
-}
-
-p.gosaLoginHeader {
-       text-align: center;
-       font-size: 14px;
-       font-weight: bold;
-       margin-bottom: 15px;
-} 
-
-p.gosaLoginWarning {
-       text-align:center;
-       color:red;
-       font-weight:bold;
-       font-size:12px;
-}
-
-table.framework {
-       width:100%;
-       height:100%;
-       border:0px;
-       border-spacing:0px;
-       padding:0px;
-       margin:0px;
-       background-color:#CDF6BD;
-       vertical-align:top;
-}
-
-table.maintab {
-        width:100%;
-        height:100%;
-        border:0px;
-        border-spacing:0px;
-        padding:0px;
-        margin:0px;
-        background-color:#CDF6BD;
-        vertical-align:top;
-}
-
-
-input {
-       font-size: 12px;
-}
-
-input:focus {
-       background-color: #f5f5f5;
-       font-size: 12px;
-}
-
-select {
-       font-size: 12px;
-}
-
-textarea {
-       font-size: 12px;
-}
-
-textarea:focus {
-       background-color: #f0f0f0;
-       font-size: 12px;
-}
-
-div.contentboxh {
-       background-color:#E8E8E8;
-       border:1px solid #B0B0B0;
-       border-bottom-width:0px;
-       height:26px;
-}
-
-p.contentboxh {
-       margin:2px;
-       font-family:Arial,Helvetica,sans-serif;
-       font-size: 16px;
-       font-weight: bold;
-}
-
-div.contentboxb {
-       border:1px solid #B0B0B0;
-       border-top-width:0px;
-}
-
-p.contentboxb {
-       padding-bottom:0px;
-       margin:0px;
-       border:4px solid #F8F8F8;
-}
-
-a.alphaselect:hover {
-       text-decoration: none;
-       background-color: #A0A0A0;
-       color: white;
-}
-
-table.check {
-       background-color: #E1E1F1;
-       font-color: black;
-       border:1px dashed #A0A0A0;
-       width:95%;
-       margin-left:20px;
-}
-
-td.check {
-       border-right:1px dashed #A0A0A0;
-}
-
-option.select {
-        background-repeat:no-repeat;
-        background-position:0px top;
-        border:0;
-       padding-left:20px;
-       padding-bottom:1px;
-       height:18px;
-}
-
-input.menubar{
-       text-decoration: none;
-       height:19px;
-       padding:0px;
-       width:100%;
-}
diff --git a/ihtml/themes/altlinux/MultiSelectWindow.tpl b/ihtml/themes/altlinux/MultiSelectWindow.tpl
deleted file mode 100644 (file)
index d03f4e3..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
-       <tr>
-               <td style="vertical-align:top; width:50%;">
-                       <div class="contentboxh">
-                               <p class="contentboxh">
-                                       {$Summary} 
-                               </p>
-                       </div>
-                       <div class="contentboxb">
-                       {$Header}
-                       </div>
-                       <div style='height:4px;'>
-                       </div>
-                       <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
-                       {$DivList}
-                       <input type=hidden name="edit_helper">
-                       </div>
-               </td>
-               <td style="vertical-align:top;">
-                       <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;height:22px;">
-                       <p class="contentboxh">
-                                       <img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}
-                               </p>
-                       </div>
-                       <div class="contentboxb" style="padding:5px;">
-                               {$Information}
-                       </div>
-                       <br>
-                       <div class="contentboxh" style="height:22px;">
-                       <p class="contentboxh">
-                                       <img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}
-                               </p>
-                       </div>
-                       <div class="contentboxb">
-                               {if $Display_alphabet}
-                               <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-                                       {$alphabet}
-                               </table>
-                               {/if}
-                               { if $CheckBoxes != ""}
-                               <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-                                       <tr>
-                                               <td>
-                                                       {$CheckBoxes}
-                                               </td>
-                                       </tr>
-                               </table>   
-                               {/if}
-                       {$regexes}
-                       {$apply}
-                       </div>
-               </td>
-       </tr>
-</table>
-<p class="seperator">&nbsp;
-</p>
-<div style="text-align:right;" align="right">
-       <p>
-               {if $Display_Save}
-                       <input type="submit" name="SaveMultiSelectWindow" value="{$SaveButtonString}"> 
-               {/if}
-               {if $Display_Close}
-                       <input type="submit" name="CloseMultiSelectWindow" value="{$CloseButtonString}"> 
-               {/if}
-       </p>
-</div>
-
-<input type="hidden" name="ignore">
-<input type="hidden" name="MultiSelectWindow" value="1">
-
diff --git a/ihtml/themes/altlinux/conflict.tpl b/ihtml/themes/altlinux/conflict.tpl
deleted file mode 100644 (file)
index dbf3524..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<div class="plugtop">
-  {t}Session conflict detected{/t}
-</div>
-
-<p>
- <b>{t}Warning{/t}:</b> {t}Probably there's another active instance of your session. Multiple window operation is technical not possible and heavily depends on the browser you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is possible. Pressing the 'Logout' button will close this session.{/t}
-</p>
-
-<p>
-  <b style="color:red">{t}Ignoring this message will change/destroy the data you're currently editing, so please close multiple windows and log in again.{/t}</b>
-</p>
-
-<p class="plugbottom">
-  <input type=submit name="reset_session" value="{t}Logout{/t}">
-</p>
-
diff --git a/ihtml/themes/altlinux/framework.tpl b/ihtml/themes/altlinux/framework.tpl
deleted file mode 100644 (file)
index a412873..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-<!-- Headline -->
-<body>
-{$php_errors}
-<form action='main.php{$plug}' name='mainform' method='post' enctype='multipart/form-data'>
-<table summary="" width="100%" border="0" cellspacing="0" cellpadding="0" cellpadding="3" bgcolor="#5353ad" height="100%">
-  <tr>
-    <td style="height:36px; width:140px; vertical-align:bottom; text-align:center">
-     <a href="main.php?version=1" style="vertical-align:bottom;"><img src='{$go_logo}' border="0" alt="GOSA2" align="bottom"></a>
-    </td>
-    <td>
-      <table summary="" style="margin-left:20px;" border=0>
-       <tr>
-        <td valign="middle">
-        <a class=maintitlebar href='main.php?reset=1' onClick='return question("{t}You are currently editing a database entry. Do you want to dismiss the changes?{/t}", "main.php?reset=1");' style="vertical-align:middle;">
-         <img src='{$go_home}' align="middle" border="0" alt="GOSA2">&nbsp;{t}Main{/t}
-        </a>
-       </td>
-        <td>
-        <a class=maintitlebar style="margin-left:35px; vertical-align:middle;" {$help_method}>
-          <img src='{$go_help}' align="middle" border="0" alt="GOSA2">&nbsp;{t}Help{/t}
-         </a>
-       </td>
-       <td>
-        <a class=maintitlebar href='logout.php' onClick='return question("{t}You are currently editing a database entry. Do you want to dismiss the changes?{/t}", "logout.php");' style="margin-left:35px; vertical-align:middle;">
-          <img src='{$go_out}' align="middle" border="0" alt="GOSA2">&nbsp;{t}Sign out{/t}
-         </a>
-       </td>
-       </tr>
-      </table>
-    </td>
-    <td align=right>
-      <div class=maintitlebar>
-        <a>{t}Signed in:{/t} <b>{$username}</b></a>
-      </div>
-    </td>
-  </tr>
-  <tr style="vertical-align:top;">
-    <!-- Menu -->
-    <td style="background-color:#5353ad; vertical-align:top;" id="menucell">
-      <div style="background-color:#5353ad; height:12px; width:100%;">&nbsp;</div>
-      {$menu}
-         <br>
-         <div style="height:100px; width:140px;"></div>
-    </td>
-
-    <!-- Plugin window -->
-    <td style="background-color:white; width:100%; vertical-align:top; height:15px; border-left:1px solid #778F6E; border-top:1px solid #778F6E" colspan=2>
-      <table summary="" style="vertical-align:top; text-align:justify; background-color: #F8F8F8; margin-top:7px; margin-left:7px; margin-right:7px; width:99%">
-       <tr>
-        <td>
-        {$errors}
-        {$contents}
-       </td>
-      </tr>
-     </table>
-    </td>
-  </tr>
-</table></form></body></html>
diff --git a/ihtml/themes/altlinux/headers.tpl b/ihtml/themes/altlinux/headers.tpl
deleted file mode 100644 (file)
index 80f0fda..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<!--
-     Defining the doctype doesn't allow screens with 100% height. If you've
-     fixes for this, please tell me!!!
-     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-       "http://www.w3.org/TR/html4/transitional.dtd">
--->
-<html>
-
-<head>
-  <title>GOsa</title>
-
-  <meta name="generator" content="my hands">
-  <meta name="description" content="GOsa - Login">
-  <meta name="author" lang="de" content="Cajus Pollmeier">
-
-  <meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT">
-  <meta http-equiv="Last-Modified" content="{$date} GMT">
-  <meta http-equiv="Cache-Control" content="no-cache">
-  <meta http-equiv="Pragma" content="no-cache">
-  <meta http-equiv="Cache-Control" content="post-check=0, pre-check=0">
-  <meta http-equiv="Content-Type" content="text/html">
-
-  <link rel="stylesheet" type="text/css" href="themes/altlinux/style.css">
-  <link rel="shortcut icon" href="favicon.ico">
-
-  <script language="javascript"src="include/png.js" type="text/javascript"></script>
-  <script language="javascript"src="include/calendar.js" type="text/javascript"></script>
-  <script language="javascript"src="include/focus.js" type="text/javascript"></script>
-  <script language="javascript"src="include/warning.js" type="text/javascript"></script>
-</head>
-
diff --git a/ihtml/themes/altlinux/islocked.tpl b/ihtml/themes/altlinux/islocked.tpl
deleted file mode 100644 (file)
index b81ba02..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<div style="font-size:20px;">
-  <img alt="" src="images/encrypted.png" align=top>&nbsp;{t}Locking conflict detected{/t}
-</div>
-
-<p>
-  <b>{t}Warning{/t}:</b> {$message}
-</p>
-<p>
-  {t}If this lock detection is false, the other person has obviously closed the webbrowser during the edit operation. You may delete the lockfile in this case by pressing the 'Remove' button.{/t}
-</p>
-
-<p class="plugbottom">
-  <input type=submit name="delete_lock" value="{t}Remove{/t}">
-  &nbsp;
-  <input type=submit name="cancel_lock" value="{t}Cancel{/t}">
-</p>
-      
-<input type="hidden" name="dn" value="{$dn}">
-
diff --git a/ihtml/themes/altlinux/login.tpl b/ihtml/themes/altlinux/login.tpl
deleted file mode 100644 (file)
index b5af27b..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-<body style="background-color: #8B858B;background-image:none;">
-{* GOsa login - smarty template *}
-
-<!-- Spacer for some browsers -->
-{$errors}
-{$php_errors}
-<div class='gosaLoginSpacer'></div>
-
-<table summary="" class='gosaLoginMask' align='center'>
- <tr>
-  <td class='gosaLoginBack'>
-   <div class='gosaLoginBack'>
-       
-    <p class='gosaLoginHeader'>
-       {t}Please use your username and password to log in{/t}
-    </p>
-  
-    <!-- Display SSL warning message on demand -->
-    <p class='gosaLoginWarning'> {$ssl} </p>
-
-    <!-- Formular data, containing a table to center fields -->
-    <form action='index.php' method='post' name='mainform' onSubmit='js_check(this);return true;'>
-     <table summary="" style='align:center; text-align:left;' cellspacing='7' align='center'>
-      <tr>
-        <td>
-          <img src='{$personal_img}' alt='{t}Username{/t}' title='{t}Username{/t}'>
-        </td>
-        <td>
-         <input type='text' name='username' maxlength='25' value='{$username}'
-                title='{t}Username{/t}' onFocus="nextfield= 'password';">
-        </td>
-      </tr>
-      <tr>
-        <td>
-          <img src='{$password_img}' alt='{t}Password{/t}' title='{t}Password{/t}'>
-        </td>
-        <td>
-         <input type='password' name='password' maxlength='25' value=''
-                title='{t}Password{/t}' onFocus="nextfield= 'login';">
-       </td>
-      </tr>
-      <tr>
-        <td>
-          <img src='{$directory_img}' alt='{t}Directory{/t}' title='{t}Directory{/t}'>
-        </td>
-        <td style='text-align:left;'>
-         <select name='server'  title='{t}Directory{/t}'>
-           {html_options options=$server_options selected=$server_id}
-         </select>
-       </td>
-      </tr>
-      <tr>
-        <td colspan='2' style='text-align:right;'>
-         <br>
-         <input type='submit' name='login' value='{t}Sign in{/t}'
-                title='{t}Click here to log in{/t}'>
-       </td>
-      </tr>
-     </table>
-                               <input type='hidden' name='javascript' value='false'/>
-    </form>
-
-    <!-- Display error message on demand -->
-    <p class='gosaLoginWarning'> {$message} </p>
-
-   </div>
-  </td>
- </tr>
-</table>
-
-<!-- Place cursor in username field -->
-<script language="JavaScript" type="text/javascript">
-  <!-- // First input field on page
-  nextfield= "{$nextfield}";
-  focus_field({$nextfield});
-  -->
-</script>
-
-<!-- Spacer for some browsers -->
-<div class='gosaLoginSpacer'></div>
-</body>
diff --git a/ihtml/themes/altlinux/setup.tpl b/ihtml/themes/altlinux/setup.tpl
deleted file mode 100644 (file)
index 09b0894..0000000
+++ /dev/null
@@ -1,38 +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 summary="">
-
-<script language="JavaScript" type="text/javascript">
-  <!--
-    h=parseInt(window.innerHeight)-20;
-    document.write('</div>');
-  //-->
-</script>
-
-</form>
-</body>
-</html>
diff --git a/ihtml/themes/altlinux/setup_finish.tpl b/ihtml/themes/altlinux/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/altlinux/setup_introduction.tpl b/ihtml/themes/altlinux/setup_introduction.tpl
deleted file mode 100644 (file)
index 4f8ada5..0000000
+++ /dev/null
@@ -1,16 +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 informations for your LDAP connectivity, we're going to check your LDAP setup.{/t}
-</p>
-<p class="seperator">&nbsp;</p>
-
-{$tests}
-
-<p class="plugbottom">
- <input type="hidden" name="next" value="2">
- <input type='submit' name='continue' value='{t}Continue{/t}'>
-</p>
-
-<br>
-<br>
diff --git a/ihtml/themes/altlinux/setup_step2.tpl b/ihtml/themes/altlinux/setup_step2.tpl
deleted file mode 100644 (file)
index 6d23e42..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}'>
-</p>
diff --git a/ihtml/themes/altlinux/setup_step3.tpl b/ihtml/themes/altlinux/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/altlinux/setup_step4.tpl b/ihtml/themes/altlinux/setup_step4.tpl
deleted file mode 100644 (file)
index bbc9b79..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. (But it  could be a security risk)  {/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/altlinux/setup_useradmin.tpl b/ihtml/themes/altlinux/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>
-
diff --git a/ihtml/themes/altlinux/sizelimit.tpl b/ihtml/themes/altlinux/sizelimit.tpl
deleted file mode 100644 (file)
index 276404d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<h1>{$warning}</h1>
-<p>
-{t}The size limit option makes LDAP operations faster and saves the LDAP server from getting too much load. The easiest way to handle big databases without long timeouts would be to limit your search to smaller values and use filters to get the entries you are looking for.{/t}
-</p>
-<p>
-<b>{t}Please choose the way to react for this session{/t}:</b>
-</p>
-
-<input type="radio" name="action" value="ignore">{t}ignore this error and show all entries the LDAP server returns{/t}<br>
-<input type="radio" name="action" value="limited" checked>{t}ignore this error and show all entries that fit into the defined sizelimit and let me use filters instead{/t}<br>
-<input type="radio" name="action" value="newlimit">{$limit_message}
-
-<p class="plugbottom">
- <input type=submit name="set_size_action" value="{t}Set{/t}">
-</p>
-
-<input type="hidden" name="ignore">
index 31af5cc3532453eb4cacce7c9761ad9de3030ef9..9e4f544b5920e2c3b3f497c046a6d6794f037135 100644 (file)
@@ -19,7 +19,7 @@
   <style type="text/css">@import url('themes/default/style.css');</style>
   <link rel="shortcut icon" href="favicon.ico">
 
-  <script language="javascript"src="include/png.js" type="text/javascript"></script>
+  {if isset($ieworkaround)}<script language="javascript"src="include/png.js" type="text/javascript"></script>{/if}
   <script language="javascript"src="include/calendar.js" type="text/javascript"></script>
   <script language="javascript"src="include/focus.js" type="text/javascript"></script>
   <script language="javascript"src="include/warning.js" type="text/javascript"></script>