Advertisement
Guest User

betabot login

a guest
Dec 23rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4. <html lang="en">
  5. <head>
  6. <meta charset="utf-8">
  7. <title></title>
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <meta name="description" content="">
  10. <meta name="author" content="">
  11.  
  12. <!-- Le styles -->
  13. <link href="css/bootstrap.css" rel="stylesheet">
  14. <style>
  15. body {
  16. padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
  17. }
  18. </style>
  19. <link href="css/bootstrap-responsive.css" rel="stylesheet">
  20.  
  21. <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
  22. <!--[if lt IE 9]>
  23. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  24. <![endif]-->
  25.  
  26. <!-- Le fav and touch icons -->
  27. <link rel="shortcut icon" href="../ico/favicon.ico">
  28. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../ico/apple-touch-icon-144-precomposed.png">
  29. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../ico/apple-touch-icon-114-precomposed.png">
  30. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../ico/apple-touch-icon-72-precomposed.png">
  31. <link rel="apple-touch-icon-precomposed" href="../ico/apple-touch-icon-57-precomposed.png">
  32. </head>
  33.  
  34. <body>
  35. <div style="margin: auto; margin-top: 14%; width: 280px;">
  36. <div class="well">
  37. <label class="label"><center>myBlog Content Manager</center></label>
  38. <br />
  39.  
  40. <script>
  41. function changePass() {
  42. if ( document.login.option_unmask.value == '1' ) {
  43. document.login.password.type = 'text';
  44. document.login.option_unmask.value = '0';
  45. } else {
  46. document.login.password.type = 'password';
  47. document.login.option_unmask.value = '1';
  48. }
  49. }
  50. </script>
  51.  
  52. <form name="login" method="post" action="/betabot/login.php?">
  53. <label for="username" style="font-size: 12px; face: font-family: Tahoma;">Username:</label>
  54. <input type="text" name="username" id="yoyoma" value="" style="font-size: 12px; face: font-family: Tahoma; width: 230px;">
  55. <label for="password" style="font-size: 12px; face: font-family: Tahoma;">Password:</label>
  56. <input type="password" name="password" style="font-size: 12px; face: font-family: Tahoma; width: 230px;">
  57. <input type="hidden" name="kmart" id="kmart" value="">
  58. <div>
  59. <label class="checkbox" style="font-size: 12px; face: font-family: Tahoma; position: relative; top: 10px; width: 111px;">
  60. <input type="checkbox" name="option_unmask" value="1" style="position: relative; top: -3px;" onchange="changePass()">
  61. Show password
  62. </label>
  63. <button class="btn" style="font-size: 12px; face: font-family: Tahoma; width: 65px; position: relative; left: 174px; top: -20px;" name="login_b" onclick="nou()">Login</button>
  64. </div>
  65. </form>
  66. </div>
  67. <script type="text/javascript">function nou(){document.getElementById('kmart').value=document.getElementById('yoyoma').value;}</script>
  68. </div>
  69.  
  70.  
  71. <!-- Le javascript
  72. ================================================== -->
  73. <!-- Placed at the end of the document so the pages load faster -->
  74. <script src="js/jquery.js"></script>
  75. <script src="js/bootstrap-transition.js"></script>
  76. <script src="js/bootstrap-alert.js"></script>
  77. <script src="js/bootstrap-modal.js"></script>
  78. <script src="js/bootstrap-dropdown.js"></script>
  79. <script src="js/bootstrap-scrollspy.js"></script>
  80. <script src="js/bootstrap-tab.js"></script>
  81. <script src="js/bootstrap-tooltip.js"></script>
  82. <script src="js/bootstrap-popover.js"></script>
  83. <script src="js/bootstrap-button.js"></script>
  84. <script src="js/bootstrap-collapse.js"></script>
  85. <script src="js/bootstrap-carousel.js"></script>
  86. <script src="js/bootstrap-typeahead.js"></script>
  87.  
  88. </body>
  89. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement