egroupware/phpgwapi/templates/idots/login.tpl

90 lines
2.6 KiB
Smarty
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2003-10-14 13:59:10 +02:00
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
2003-10-14 14:02:58 +02:00
<meta name="author" content="eGroupware http://www.phpgroupware.org">
<meta name="description" content="eGroupware login screen">
2003-10-14 13:59:10 +02:00
<meta name="keywords" content="eGroupware login screen">
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css">
2003-10-14 13:59:10 +02:00
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico">
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
<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;
}
2003-10-14 14:02:58 +02:00
2003-10-14 13:59:10 +02:00
</style>
</head>
2003-10-14 14:02:58 +02:00
<body bgcolor="#ffffff">
<br>
<a href="http://{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
2003-10-14 13:59:10 +02:00
<div id="containerDiv">
<div id="centerBox">
<center>{lang_message}</center>
<p>&nbsp;</p>
2003-10-14 14:02:58 +02:00
<table class=sidebox cellspacing=1 cellpadding=0 border=0 align=center>
2003-10-14 13:59:10 +02:00
<tr>
<td class="sideboxtitle" align="center" height=28>{website_title}</td>
</tr>
<tr>
2003-10-14 14:02:58 +02:00
<td class="sideboxcontent" bgcolor="#efefef">
2003-10-14 13:59:10 +02:00
<form method="post" action="{login_url}">
2003-10-14 14:02:58 +02:00
<table class="sideboxtext" cellspacing=0 cellpadding=0 width="100%" border="0">
2003-10-14 13:59:10 +02:00
<tr bgcolor="#e6e6e6">
2003-10-14 14:02:58 +02:00
<td colspan="2" align="center">
{cd}
<br>
<img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="">
2003-10-14 13:59:10 +02:00
</td>
</tr>
<tr bgcolor="#e6e6e6">
2003-10-14 14:02:58 +02:00
<td colspan="2"> <input type="hidden" name="passwd_type" value="text"> </td>
2003-10-14 13:59:10 +02:00
</tr>
<tr bgcolor="#e6e6e6">
<td align="right"><font color="#000000">{lang_username}:&nbsp;</font></td>
2003-10-14 14:02:58 +02:00
<td align="right"><input name="login" value="{cookie}" style="width: 100px;"></td>
2003-10-14 13:59:10 +02:00
</tr>
<tr bgcolor="#e6e6e6">
<td align="right"><font color="#000000">{lang_password}:&nbsp;</font></td>
2003-10-14 14:02:58 +02:00
<td align="right"><input name="passwd" type="password" onChange="this.form.submit()" style="width: 100px;"></td>
2003-10-14 13:59:10 +02:00
</tr>
<tr bgcolor="#e6e6e6">
2003-10-14 14:02:58 +02:00
<td colspan="2" align="center">
2003-10-14 13:59:10 +02:00
<input type="submit" value="{lang_login}" name="submitit">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
</div>
2003-09-17 23:40:49 +02:00
<div style="bottom:10px;left:10px;position:absolute;visibility:hidden;">
2003-10-14 14:02:58 +02:00
<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>
2003-10-14 13:59:10 +02:00
</body>
</html>