summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5abc9bb)
raw | patch | inline | side by side (parent: 5abc9bb)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 22:29:55 +0000 (22:29 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 22:29:55 +0000 (22:29 +0000) |
ihtml/themes/classic/conflict.tpl | [deleted file] | patch | blob | history |
ihtml/themes/classic/framework.tpl | [deleted file] | patch | blob | history |
ihtml/themes/classic/headers.tpl | [deleted file] | patch | blob | history |
ihtml/themes/classic/islocked.tpl | [deleted file] | patch | blob | history |
ihtml/themes/classic/login.tpl | [deleted file] | patch | blob | history |
ihtml/themes/default/framework.tpl | patch | blob | history |
diff --git a/ihtml/themes/classic/conflict.tpl b/ihtml/themes/classic/conflict.tpl
+++ /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 <b>Logout</b> 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/classic/framework.tpl b/ihtml/themes/classic/framework.tpl
+++ /dev/null
@@ -1,66 +0,0 @@
-<!-- Headline -->
-{$php_errors}
-<form action='main.php{$plug}' name='mainform' 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>
-<table width="100%" border="0" cellspacing="0" cellpadding="3" bgcolor="#CDF6BD">
- <tr>
- <td>
- <a class=maintitlebar href='main.php?reset=1'>
- {t}Main{/t}
- </a> | <a class=maintitlebar >
- {t}Help{/t}
- </a> | <a class=maintitlebar href='logout.php'>
- {t}Sign out{/t}
- </a>
- </td>
- <td align=right>
- <div class=maintitlebar>
- <a>{t}Signed in:{/t} <b>{$username}</b></a>
- </div>
- </td>
- </tr>
-</table>
-
-<!-- Menu and plugin window -->
-<table class='maintab' cellspacing='0' cellpadding='0'>
- <tr style="vertical-align:top;">
- <!-- Menu -->
- <td style="background-color:#EEFFE6; vertical-align:top;">
- <a href="main.php?version=1"><img alt="" src='{$go_logo}' border="0" alt="GOSA2"></a>
- {$menu}
- <div style="height:100px;"></div>
- </td>
-
- <!-- Spacer with shadow -->
- <td style="background:url({$go_left}); vertical-align:top; height:100%;">
- <img alt="" src="{$go_corner}" border="0" ALT="*">
- <div style="height:1px;">
- </td>
-
- <!-- Plugin window -->
- <td style="background-color:white; width:100%; vertical-align:top; height:15px;">
- <div style="width:100%; background:url({$go_top}); background-repeat:repeat-x;">
-
- </div>
- <div style="vertical-align:top; text-align:justify; margin-right:10px; padding: 5px; background-color: #F5F5F5; margin-top:0px;">
- {$contents}
- </div>
- </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/classic/headers.tpl b/ihtml/themes/classic/headers.tpl
+++ /dev/null
@@ -1,27 +0,0 @@
-<!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/default/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>
-</head>
-
-<body>
diff --git a/ihtml/themes/classic/islocked.tpl b/ihtml/themes/classic/islocked.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-<div style="font-size:20px;">
- <img alt="" src="images/encrypted.png" align=top> {t}Locking conflict detected{/t}
-</div>
-
-<p>
- <b>{t}Warning{/t}:</b> {$message}
-</p>
-<p>
- {t}If this is 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 <i>Remove</i> button.{/t}
-</p>
-
-<p class="plugbottom">
- <input type=submit name="delete_lock" value="{t}Remove{/t}">
-
- <input type=submit name="cancel_lock" value="{t}Cancel{/t}">
-</p>
-
-<input type="hidden" name="dn" value="{$dn}">
-
diff --git a/ihtml/themes/classic/login.tpl b/ihtml/themes/classic/login.tpl
+++ /dev/null
@@ -1,78 +0,0 @@
-{* GOsa login - smarty template *}
-{$php_errors}
-{$errors}
-
-<!-- Spacer for some browsers -->
-<div class='gosaLoginSpacer'></div>
-
-<table class='gosaLoginMask' align='center'>
- <tr>
- <td class='gosaLoginBack'>
- <div class='gosaLoginBack'>
-
- <p class='gosaLoginHeader'>
- {t}Please use your <i>username</i> and <i>password</i> 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'>
- <table 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>
- </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}";
- document.mainform.{$nextfield}.focus();
- -->
-</script>
-
-<!-- Spacer for some browsers -->
-<div class='gosaLoginSpacer'></div>
index 2ab8e273f214a7078ad0758c69a749859e7708d3..4d9310aff87b21f4c59f4432c7676ca73fb9d974 100644 (file)
<td style="background-color:#EEFFE6; vertical-align:top;" >
<div style="background-color:#CDF6BD; height:12px; width:100%;"> </div>
{$menu}
+ <br>
+ <center>{$w3c}</center>
<div style="height:100px; width:140px;"></div>
</td>
<!-- Plugin window -->