Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. <!--
  2. Author: dirfast
  3. Author URL: https://komputerbanter.blogspot.com
  4. License: Creative Commons Attribution 3.0 Unported
  5. License URL: https://komputerbanter.blogspot.com
  6. -->
  7. <!DOCTYPE html>
  8. <html lang="en">
  9. <head>
  10. <title>Selamat Datang</title>
  11. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  12. <meta http-equiv="pragma" content="no-cache" />
  13. <meta http-equiv="expires" content="-1" />
  14.  
  15. <link rel="stylesheet" href="css/font-awesome.css"> <!-- Font-Awesome-Icons-CSS -->
  16. <link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> <!-- Style-CSS -->
  17. <!-- //css files -->
  18. <!-- web-fonts -->
  19. <link href="//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700" rel="stylesheet">
  20. <link href="//fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700" rel="stylesheet">
  21. <!-- //web-fonts -->
  22.  
  23. </head>
  24. <body>
  25.  
  26. $(if chap-id)
  27. <form name="sendin" action="$(link-login-only)" method="post">
  28. <input type="hidden" name="username" />
  29. <input type="hidden" name="password" />
  30. <input type="hidden" name="dst" value="$(link-orig)" />
  31. <input type="hidden" name="popup" value="true" />
  32. </form>
  33.  
  34. <script type="text/javascript" src="/md5.js"></script>
  35. <script type="text/javascript">
  36. <!--
  37. function doLogin() {
  38. document.sendin.username.value = document.login.username.value;
  39. document.sendin.password.value = hexMD5('$(chap-id)' + document.login.password.value + '$(chap-challenge)');
  40. document.sendin.submit();
  41. return false;
  42. }
  43. //-->
  44. </script>
  45. $(endif)
  46.  
  47. <!--header-->
  48. <div class="header-w3l">
  49. <h1>Login Hotspot</h1>
  50. </div>
  51. <!--//header-->
  52. <!--main-->
  53. <div class="main-w3layouts-agileinfo">
  54.  
  55.  
  56.  
  57. <!--form-stars-here-->
  58. <div class="wthree-form">
  59. <h2>Selamat Datang</h2>
  60. <form name="login" action="$(link-login-only)" method="post"
  61. $(if chap-id) onSubmit="return doLogin()" $(endif)>
  62. <input type="hidden" name="dst" value="$(link-orig)" />
  63. <input type="hidden" name="popup" value="true" />
  64. <div class="form-sub-w3">
  65. <input name="username" type="text" value="$(username)"/>
  66. <div class="icon-w3">
  67. <i class="fa fa-user" aria-hidden="true"></i>
  68. </div>
  69. </div>
  70. <div class="form-sub-w3">
  71. <input name="password" type="password"/>
  72. <div class="icon-w3">
  73. <i class="fa fa-unlock-alt" aria-hidden="true"></i>
  74. </div>
  75. </div>
  76. <label class="anim">
  77. <input type="checkbox" class="checkbox">
  78. <span>Remember Me</span>
  79. <a href="#">Forgot Password</a>
  80. </label>
  81. <div class="clear"></div>
  82. <div class="submit-agileits">
  83. <input type="submit" value="Login">
  84. </div>
  85. </form>
  86.  
  87. </div>
  88. <!--//form-ends-here-->
  89.  
  90. </div>
  91. <br /><div style="color: #c1c1c1; font-size: 9px">Powered by MikroTik RouterOS</div>
  92. $(if error)<br /><div style="color: #FF8080; font-size: 9px">$(error)</div>$(endif)
  93. </td>
  94. </tr>
  95. </table>
  96. <!--//main-->
  97. <!--footer-->
  98. <div class="footer">
  99. <p>&copy; 2018 Komputer Banter | Design by <a href="https://komputerbanter.blogspot.com">Dir Fast</a></p>
  100. </div>
  101. <!--//footer-->
  102.  
  103. <script type="text/javascript">
  104. <!--
  105. document.login.username.focus();
  106. //-->
  107. </script>
  108.  
  109. </body>
  110. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement