Advertisement
melody45

login

Mar 25th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>Admin Panel</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="description" content="Charisma, a fully featured, responsive, HTML5, Bootstrap admin template.">
  7. <meta name="author" content="">
  8.  
  9. <!-- The styles -->
  10. <link id="bs-css" href="css/bootstrap-cerulean.css" rel="stylesheet">
  11. <style type="text/css">
  12. body {
  13. padding-bottom: 40px;
  14. }
  15. .sidebar-nav {
  16. padding: 9px 0;
  17. }
  18. </style>
  19. <link href="css/bootstrap-responsive.css" rel="stylesheet">
  20. <link href="css/charisma-app.css" rel="stylesheet">
  21. <link href="css/jquery-ui-1.8.21.custom.css" rel="stylesheet">
  22. <link href='css/fullcalendar.css' rel='stylesheet'>
  23. <link href='css/fullcalendar.print.css' rel='stylesheet' media='print'>
  24. <link href='css/chosen.css' rel='stylesheet'>
  25. <link href='css/uniform.default.css' rel='stylesheet'>
  26. <link href='css/colorbox.css' rel='stylesheet'>
  27. <link href='css/jquery.cleditor.css' rel='stylesheet'>
  28. <link href='css/jquery.noty.css' rel='stylesheet'>
  29. <link href='css/noty_theme_default.css' rel='stylesheet'>
  30. <link href='css/elfinder.min.css' rel='stylesheet'>
  31. <link href='css/elfinder.theme.css' rel='stylesheet'>
  32. <link href='css/jquery.iphone.toggle.css' rel='stylesheet'>
  33. <link href='css/opa-icons.css' rel='stylesheet'>
  34. <link href='css/uploadify.css' rel='stylesheet'>
  35.  
  36. <!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
  37. <!--[if lt IE 9]>
  38. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  39. <![endif]-->
  40.  
  41. <!-- The fav icon -->
  42. <link rel="shortcut icon" href="img/favicon.ico">
  43.  
  44. </head>
  45.  
  46. <div class="row-fluid">
  47. <div class="span12 center login-header">
  48. <h2>Welcome to HiiSearch Magazine</h2>
  49. </div><!--/span-->
  50. </div><!--/row-->
  51.  
  52. <div class="row-fluid">
  53. <div class="well span5 center login-box">
  54. <div class="alert alert-info">
  55. Please login with Correct Username and Password.
  56. </div>
  57. <form class="form-horizontal" action="common/login_reg.php" method="post">
  58. <fieldset>
  59. <div class="input-prepend" title="Username" data-rel="tooltip">
  60. <span class="add-on"><i class="icon-user"></i></span><input autofocus class="input-large span10" name="u_email" id="username" type="text" />
  61. </div>
  62. <div class="clearfix"></div>
  63.  
  64. <div class="input-prepend" title="Password" data-rel="tooltip">
  65. <span class="add-on"><i class="icon-lock"></i></span><input class="input-large span10" name="u_pass" id="password" type="password" />
  66. </div>
  67. <div class="clearfix"></div>
  68.  
  69. <div class="input-prepend">
  70. <label class="remember" for="remember"><input type="checkbox" id="remember" />Remember me</label>
  71. </div>
  72. <div class="clearfix"></div>
  73.  
  74. <p class="center span5">
  75. <button type="submit" class="btn btn-primary">Login</button>
  76. </p>
  77. </fieldset>
  78. <br>
  79. <div align="left" style="float:left;">
  80. <p> Don't have account..?&nbsp;&nbsp;<a href="signup.php">Sign Up</a></p>
  81. </div>
  82. <div align="Right">
  83. <a href=""><p>Forgot Password.?</p></a>
  84. </div>
  85. </form>
  86. </div><!--/span-->
  87. </div><!--/row-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement