Цитата Sham:
ManHack, где исходный код? »
|
странички?
пожалуйста:
HTML код:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Welcome to RoundCube Webmail</title>
<link rel="index" href="./?_task=mail" />
<link rel="shortcut icon" href="skins/default/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="skins/default/common.css" />
<style type="text/css">
#login-form {
margin-left: auto;
margin-right: auto;
margin-top: 50px;
width: 380px;
border: 1px solid #999;
}
#login-form table td.title
{
color: #666;
text-align: right;
padding-right: 10px;
}
.boxcontent {
padding: 20px 20px 10px 20px;
}
</style>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="program/js/common.js"></script>
<script type="text/javascript" src="program/js/app.js"></script>
<script type="text/javascript">
<!--
var rcmail = new rcube_webmail();
rcmail.set_env({comm_path:'./?_task=mail',read_when_deleted:1,flag_for_deletion:1,task:'login'});
rcmail.add_label('loading','Loading...');
rcmail.gui_object('message', 'message');
rcmail.gui_object('loginform', 'form');
//-->
</script>
</head>
<body>
<img src="skins/default/images/roundcube_logo.png" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="10" />
<div id="message"></div>
<div id="login-form">
<div class="boxtitle">Welcome to RoundCube Webmail</div>
<div class="boxcontent">
<form name="form" action="./" method="post">
<input name="_action" value="login" type="hidden" />
<table><tr>
<td class="title"><label for="rcmloginuser">Username</label></td>
<td><input name="_user" id="rcmloginuser" size="30" autocomplete="off" value="" type="text" /></td>
</tr><tr>
<td class="title"><label for="rcmloginpwd">Password</label></td>
<td><input name="_pass" id="rcmloginpwd" size="30" type="password" /></td>
</tr></table>
<p style="text-align:center;"><input type="submit" class="button" value="Login" /></p>
</form>
</div>
</div>
<script type="text/javascript">
<!--
if (window.call_init)
call_init('rcmail');
//-->
</script>
</body>
</html>