mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
new favicon
This commit is contained in:
parent
26eef15651
commit
0851b8fa6a
@ -1,18 +1,54 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<HTML>
|
<html>
|
||||||
<HEAD>
|
<head>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||||
<META name="AUTHOR" content="eGroupware http://www.phpgroupware.org">
|
<meta name="author" content="eGroupware http://www.eGroupWare.org">
|
||||||
<META NAME="description" CONTENT="eGroupware login screen">
|
<meta name="description" content="eGroupWare login screen">
|
||||||
<META NAME="keywords" 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="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css">
|
||||||
<TITLE>{website_title} - Login</TITLE>
|
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico">
|
||||||
</HEAD>
|
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
||||||
<BODY bgcolor="#FFFFFF">
|
<title>{website_title} - Login</title>
|
||||||
|
<style>
|
||||||
|
#containerDiv
|
||||||
|
{
|
||||||
|
position:absolute;
|
||||||
|
width:100%;
|
||||||
|
left:0px;
|
||||||
|
top:40%;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
#centerBox
|
||||||
|
{
|
||||||
|
position:relative;
|
||||||
|
width:100%;
|
||||||
|
top:-70px;
|
||||||
|
height:134px;
|
||||||
|
z-index:9;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF">
|
||||||
<br>
|
<br>
|
||||||
<a href="http://{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
|
<a href="http://{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
|
||||||
<CENTER>{lang_message}</CENTER>
|
<div id="containerDiv">
|
||||||
|
<div id="centerBox">
|
||||||
|
<center>{lang_message}</center>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
|
<<<<<<< login.tpl
|
||||||
|
<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">
|
||||||
|
<form method="post" action="{login_url}">
|
||||||
|
|
||||||
|
<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}">
|
<FORM name="login_form" method="post" action="{login_url}">
|
||||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
<TABLE class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
||||||
<TR>
|
<TR>
|
||||||
@ -24,9 +60,25 @@
|
|||||||
<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">
|
<TR bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="center">
|
<TD colspan="3" align="center">
|
||||||
|
>>>>>>> 1.8
|
||||||
{cd}
|
{cd}
|
||||||
<br>
|
<br>
|
||||||
<img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="">
|
<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"> </td>
|
||||||
|
</tr>
|
||||||
|
<tr bgcolor="#e6e6e6">
|
||||||
|
<td align="right"><font color="#000000">{lang_username}: </font></td>
|
||||||
|
<td align="left"><input name="login" value="{cookie}" style="width: 100px;"></td>
|
||||||
|
<td align="left"> </td>
|
||||||
|
</tr>
|
||||||
|
<tr bgcolor="#e6e6e6">
|
||||||
|
<td align="right"><font color="#000000">{lang_password}: </font></td>
|
||||||
|
<td align="left"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px;"></td>
|
||||||
|
=======
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
<TR bgcolor="#e6e6e6">
|
<TR bgcolor="#e6e6e6">
|
||||||
@ -40,7 +92,25 @@
|
|||||||
<TR bgcolor="#e6e6e6">
|
<TR bgcolor="#e6e6e6">
|
||||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
||||||
<td align="left"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px; border: 1px solid silver;"></TD>
|
<td align="left"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px; border: 1px solid silver;"></TD>
|
||||||
|
>>>>>>> 1.8
|
||||||
<td> </td>
|
<td> </td>
|
||||||
|
<<<<<<< login.tpl
|
||||||
|
</tr>
|
||||||
|
<tr bgcolor="#e6e6e6">
|
||||||
|
<td colspan="3" align="center">
|
||||||
|
<input type="submit" value="{lang_login}" name="submitit">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
=======
|
||||||
</TR>
|
</TR>
|
||||||
<TR bgcolor="#e6e6e6">
|
<TR bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="CENTER">
|
<TD colspan="3" align="CENTER">
|
||||||
@ -76,11 +146,14 @@
|
|||||||
document.login_form.login.focus();
|
document.login_form.login.focus();
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
|
>>>>>>> 1.8
|
||||||
<div style="bottom:10px;left:10px;position:absolute;visibility:hidden;">
|
<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/valid-html401.png" border="0" alt="Valid HTML 4.01">
|
||||||
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
|
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="bottom:10px;right:10px;position:absolute;">
|
<div style="bottom:10px;right:10px;position:absolute;">
|
||||||
<a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div>
|
<a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,70 +1,91 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<HTML>
|
<html>
|
||||||
<HEAD>
|
<head>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||||
<META name="AUTHOR" content="eGroupware http://www.phpgroupware.org">
|
<meta name="author" content="eGroupware http://www.phpgroupware.org">
|
||||||
<META NAME="description" CONTENT="eGroupware login screen">
|
<meta name="description" content="eGroupware login screen">
|
||||||
<META NAME="keywords" 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="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css">
|
||||||
<TITLE>{website_title} - Login</TITLE>
|
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico">
|
||||||
</HEAD>
|
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
||||||
<BODY bgcolor="#FFFFFF">
|
<title>{website_title} - Login</title>
|
||||||
|
<style>
|
||||||
|
#containerDiv
|
||||||
|
{
|
||||||
|
position:absolute;
|
||||||
|
width:100%;
|
||||||
|
left:0px;
|
||||||
|
top:40%;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
#centerBox
|
||||||
|
{
|
||||||
|
position:relative;
|
||||||
|
width:100%;
|
||||||
|
top:-70px;
|
||||||
|
height:134px;
|
||||||
|
z-index:9;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#ffffff">
|
||||||
<br>
|
<br>
|
||||||
<a href="http://{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
|
<a href="http://{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
|
||||||
<CENTER>{lang_message}</CENTER>
|
<div id="containerDiv">
|
||||||
|
<div id="centerBox">
|
||||||
|
<center>{lang_message}</center>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
<table class=sidebox cellspacing=1 cellpadding=0 border=0 align=center>
|
||||||
<TR>
|
<tr>
|
||||||
<TD class="sideboxtitle" align="center" height=28>{website_title}</TD>
|
<td class="sideboxtitle" align="center" height=28>{website_title}</td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR>
|
<tr>
|
||||||
<TD class="sideboxcontent" bgColor="#efefef">
|
<td class="sideboxcontent" bgcolor="#efefef">
|
||||||
<FORM method="post" action="{login_url}">
|
<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">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="center">
|
<td colspan="3" align="center">
|
||||||
{cd}
|
{cd}
|
||||||
<br>
|
<br>
|
||||||
<img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="">
|
<img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="">
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3"> <input type="hidden" name="passwd_type" value="text"> </TD>
|
<td colspan="3"> <input type="hidden" name="passwd_type" value="text"> </td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<td align="right"><font color="#000000">{lang_username}: </font></TD>
|
<td align="right"><font color="#000000">{lang_username}: </font></td>
|
||||||
<td align="right"><input name="login" value="{cookie}" style="width: 100px;"></TD>
|
<td align="right"><input name="login" value="{cookie}" style="width: 100px;"></td>
|
||||||
<TD align="left"><select name="logindomain">{select_domain}</select></TD>
|
<td align="left"><select name="logindomain">{select_domain}</select></td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
<td align="right"><font color="#000000">{lang_password}: </font></td>
|
||||||
<td align="right"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px;"></TD>
|
<td align="right"><input name="passwd" type="password" onChange="this.form.submit()" style="width: 100px;"></td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="CENTER">
|
<td colspan="3" align="center">
|
||||||
<input type="submit" value="{lang_login}" name="submitit">
|
<input type="submit" value="{lang_login}" name="submitit">
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
<!--
|
</table>
|
||||||
<TR bgcolor="#e6e6e6">
|
</form>
|
||||||
<TD colspan="3" align="RIGHT">
|
|
||||||
<font color="#000000" size="-1">eGroupWare {version}</font>
|
</td>
|
||||||
</TD>
|
</tr>
|
||||||
</TR>
|
</table>
|
||||||
-->
|
</div>
|
||||||
</TABLE>
|
</div>
|
||||||
</FORM>
|
|
||||||
|
|
||||||
</TD>
|
|
||||||
</TR>
|
|
||||||
</TABLE>
|
|
||||||
<div style="bottom:10px;left:10px;position:absolute;visibility:hidden;">
|
<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/valid-html401.png" border="0" alt="Valid HTML 4.01">
|
||||||
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
|
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
|
||||||
</div>
|
</div>
|
||||||
<div style="bottom:10px;right:10px;position:absolute;">
|
<div style="bottom:10px;right:10px;position:absolute;">
|
||||||
<a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div>
|
<a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user