Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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>DataLife Engine - Панель управления</title>
- <meta content="text/html; charset=windows-1251" http-equiv="content-type" />
- <style type="text/css">
- html,body{
- width:100%;
- margin:0px;
- padding: 0px;
- background: #F4F3EE;
- font-size: 11px;
- font-family: verdana;
- }
- #login-box {
- width:447px;
- height:377px;
- margin:10% auto 0 auto;
- background:#FFFFFF;
- }
- form {
- margin:0px;
- padding: 0px;
- }
- input,
- select {
- color: #000000;
- outline:none;
- }
- input[type="text"],
- input[type="password"],
- select {
- width:340px;
- background-color: #FFFFFF;
- color: #000000;
- font-size: 18px;
- font-family: verdana;
- font-weight: bold;
- border: none;
- margin-top: 20px;
- margin-left: 60px;
- }
- input[type="checkbox"] {
- padding:0px;
- margin-top: 25px;
- }
- label {
- padding:0px;
- margin:0px;
- }
- .error {
- padding-top: 75px;
- padding-left: 27px;
- }
- </style>
- </head>
- <body>
- <form name="login" action="" method="post"><input type="hidden" name="subaction" value="dologin">
- <div id="login-box">
- <div style="width:447px;height:95px;background: url(engine/skins/images/loginheader.png);"><div class="error"></div></div>
- <div style="width:447px;height:66px;background: url(engine/skins/images/loginbox1.png);"><input type="text" name="username"></div>
- <div style="width:447px;height:67px;background: url(engine/skins/images/loginbox3.png);"><input type="password" name="password"></div>
- <div style="width:447px;height:67px;background: url(engine/skins/images/loginbox4.png);"><select name="selected_language">
- <option value="Russian" selected >Russian</option>
- </select></div>
- <div style="width:37px;height:82px;float:left;background: url(engine/skins/images/loginbox6.png);"></div>
- <div style="width:283px;height:82px;float:left;background: url(engine/skins/images/loginbox7.png);"><input type="checkbox" name="login_not_save" id="login_not_save" value="1"/><label for="login_not_save"> Чужой компьютер</label></div>
- <div style="width:102px;height:82px;float:left;"><input type="image" src="engine/skins/images/loginbox8.png"></div>
- <div style="width:25px;height:82px;float:right;background: url(engine/skins/images/loginbox5.png);"></div>
- </div></form>
- </body>
- </html>
Add Comment
Please, Sign In to add comment