Advertisement
Guest User

Untitled

a guest
Feb 27th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.96 KB | None | 0 0
  1. <!doctype html>
  2. <!--[if lt IE 8 ]><html lang="en" class="no-js ie ie7"><![endif]-->
  3. <!--[if IE 8 ]><html lang="en" class="no-js ie"><![endif]-->
  4. <!--[if (gt IE 8)|!(IE)]><!--><html lang="en" class="no-js"><!--<![endif]-->
  5.     <head>
  6.     <meta http-equiv="Content-type" content="IE=edge,chrome=1; charset=UTF-8">
  7.  
  8.     <title>Админ панель ETFLY</title>
  9.     <meta name="description" content="">
  10.     <meta name="author" content="">
  11.  
  12.     <!-- Global stylesheets -->
  13.     <link type="text/css" href="/media/cache/css/f/0/f03c72e2bd70d8fad17b9f5230533e3d.css" rel="stylesheet" media="all" />
  14.  
  15.     <!-- Favicon -->
  16.     <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
  17.     <link rel="icon" type="image/png" href="favicon-large.png">
  18.  
  19.     <!-- Modernizr for support detection, all javascript libs are moved right above </body> for better performance -->
  20.     <script src="/media/js/libs/modernizr.custom.min.js"></script>
  21.  
  22.     </head>
  23.  
  24.     <!-- the 'special-page' class is only an identifier for scripts -->
  25.     <body class="special-page login-bg dark">
  26.  
  27.     <section id="login-block">
  28.         <div class="block-border"><div class="block-content">
  29.  
  30.             <!--
  31.             IE7 compatibility: if you want to remove the <h1>,
  32.             add style="zoom:1" to the above .block-content div
  33.             -->
  34.             <h1>Админ панель ETFLY</h1>
  35.  
  36.             <div class="block-header">Пожалуйста авторизуйтесь</div>
  37.  
  38. <!--            <p class="message error no-margin">Ошибка: неверный логин или пароль</p>-->
  39.             <form action="/admin/login" method="post" id="login-form" name="login-form" accept-charset="utf-8" class="form with-margin">            <input type="hidden" name="a" id="a" value="send">
  40.             <p class="inline-small-label">
  41.             <label for="login"><span class="big">Логин</span></label>
  42.             <input type="text" name="login" id="login" class="full-width" value="">
  43.             </p>
  44.  
  45.             <p class="inline-small-label">
  46.             <label for="pass"><span class="big">Пароль</span></label>
  47.             <input type="password" name="pass" id="pass" class="full-width" value="">
  48.             </p>
  49.  
  50.             <button type="submit" class="float-right">Войти</button>
  51.             <p class="input-height">
  52.             <input type="checkbox" name="keep-logged" id="keep-logged" value="1" class="mini-switch" checked="checked">
  53.  
  54.             <label for="keep-logged" class="inline">Запомнить меня</label>
  55.             </p>
  56.             </form>
  57.         </div></div>
  58.     </section>
  59.     <script type="text/javascript" src="/media/js/libs/jquery-1.6.3.min.js"></script>
  60.  
  61. <script type="text/javascript" src="/media/js/old-browsers.js"></script>
  62.  
  63. <script type="text/javascript" src="/media/js/common.js"></script>
  64.  
  65. <script type="text/javascript" src="/media/js/standard.js"></script>
  66.  
  67. <script type="text/javascript" src="/media/js/jquery.tip.js"></script>
  68.  
  69. <script type="text/javascript" src="/media/js/list.js"></script>
  70.  
  71.  
  72.  
  73.     <!--
  74.    
  75.     Updated as v1.5:
  76.     Libs are moved here to improve performance
  77.    
  78.     -->
  79.  
  80.     </body>
  81. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement