truly center loginbox, add new favicon

This commit is contained in:
Pim Snel 2003-10-14 12:02:58 +00:00
parent 0851b8fa6a
commit 9a14ef1a63

View File

@ -2,8 +2,8 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
<meta name="author" content="eGroupware http://www.eGroupWare.org">
<meta name="description" content="eGroupWare login screen">
<meta name="author" content="eGroupware http://www.phpgroupware.org">
<meta name="description" content="eGroupware login screen">
<meta name="keywords" content="eGroupware login screen">
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css">
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico">
@ -27,77 +27,45 @@
height:134px;
z-index:9;
}
</style>
</head>
<body bgcolor="#FFFFFF">
<body bgcolor="#ffffff">
<br>
<a href="http://{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
<div id="containerDiv">
<div id="centerBox">
<center>{lang_message}</center>
<p>&nbsp;</p>
<<<<<<< login.tpl
<table class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
<table class=sidebox cellspacing=1 cellpadding=0 border=0 align=center>
<tr>
<td class="sideboxtitle" align="center" height=28>{website_title}</td>
</tr>
<tr>
<td class="sideboxcontent" bgColor="#efefef">
<td class="sideboxcontent" bgcolor="#efefef">
<form method="post" action="{login_url}">
<table class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
<table class="sideboxtext" cellspacing=0 cellpadding=0 width="100%" border="0">
<tr bgcolor="#e6e6e6">
<td colspan="3" align="center">
=======
<FORM name="login_form" method="post" action="{login_url}">
<TABLE class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
<TR>
<TD class="sideboxtitle" align="center" height=28>{website_title}</TD>
</TR>
<TR>
<TD class="sideboxcontent" bgColor="#efefef">
<TABLE class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
<TR bgcolor="#e6e6e6">
<TD colspan="3" align="center">
>>>>>>> 1.8
<td colspan="2" align="center">
{cd}
<br>
<img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="">
<<<<<<< login.tpl
</td>
</tr>
<tr bgcolor="#e6e6e6">
<td colspan="3"><input type="hidden" name="passwd_type" value="text">&nbsp;</td>
<td colspan="2"> <input type="hidden" name="passwd_type" value="text"> </td>
</tr>
<tr bgcolor="#e6e6e6">
<td align="right"><font color="#000000">{lang_username}:&nbsp;</font></td>
<td align="left"><input name="login" value="{cookie}" style="width: 100px;"></td>
<td align="left">&nbsp;</td>
<td align="right"><input name="login" value="{cookie}" style="width: 100px;"></td>
</tr>
<tr bgcolor="#e6e6e6">
<td align="right"><font color="#000000">{lang_password}:&nbsp;</font></td>
<td align="left"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px;"></td>
=======
</TD>
</TR>
<TR bgcolor="#e6e6e6">
<TD colspan="3"> <input type="hidden" name="passwd_type" value="text"> </TD>
</TR>
<TR bgcolor="#e6e6e6">
<td align="right"><font color="#000000">{lang_username}:&nbsp;</font></TD>
<td align="left"><input name="login" value="{cookie}" style="width: 100px; border: 1px solid silver;"></TD>
<TD align="left">&nbsp;</TD>
</TR>
<TR bgcolor="#e6e6e6">
<TD align="RIGHT"><font color="#000000">{lang_password}:&nbsp;</font></TD>
<td align="left"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px; border: 1px solid silver;"></TD>
>>>>>>> 1.8
<td>&nbsp;</td>
<<<<<<< login.tpl
<td align="right"><input name="passwd" type="password" onChange="this.form.submit()" style="width: 100px;"></td>
</tr>
<tr bgcolor="#e6e6e6">
<td colspan="3" align="center">
<td colspan="2" align="center">
<input type="submit" value="{lang_login}" name="submitit">
</td>
</tr>
@ -110,48 +78,10 @@
</div>
</div>
=======
</TR>
<TR bgcolor="#e6e6e6">
<TD colspan="3" align="CENTER">
&nbsp;
</TD>
</TR>
<TR bgcolor="#e6e6e6">
<TD colspan="3" align="CENTER">
<input type="submit" value="{lang_login}" name="submitit" style="border: 1px solid silver;">
</TD>
</TR>
<TR bgcolor="#e6e6e6">
<TD colspan="3" align="CENTER">
&nbsp;
</TD>
</TR>
<!--
<TR bgcolor="#e6e6e6">
<TD colspan="3" align="RIGHT">
<font color="#000000" size="-1">eGroupWare {version}</font>
</TD>
</TR>
-->
</TABLE>
</TD>
</TR>
</TABLE>
</FORM>
<script language="javascript1.2">
<!--
// position cursor in top form field
document.login_form.login.focus();
//-->
</script>
>>>>>>> 1.8
<div style="bottom:10px;left:10px;position:absolute;visibility:hidden;">
<img src="phpgwapi/templates/{template_set}/images/valid-html401.png" border="0" alt="Valid HTML 4.01">
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
</div>
<div style="bottom:10px;right:10px;position:absolute;">
<a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div>