Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. <html><head>
  2. <meta name="viewport" content="initial-scale=1.0, width=device-width" charset="UTF-8">
  3. <link href="/images/favicon-captive-portal.png" type="image/png" rel="icon">
  4.  
  5. <title>Untangle | Captive Portal</title>
  6. <style type="text/css">
  7. /* <![CDATA[ */
  8. @import url(/images/base.css);
  9. /* ]]> */
  10. input:-webkit-autofill {
  11. -webkit-box-shadow: 0 0 0px 1000px white inset;
  12. }
  13. </style>
  14.  
  15. <script type="text/javascript" src="/capture/secure.js"></script>
  16.  
  17. <script language="javascript">
  18.  
  19. </script>
  20.  
  21. </head>
  22. <body>
  23.  
  24. <header>
  25. <img src="/images/BrandingLogo.png"><br>
  26. <h1 style="letter-spacing: normal; color: #CCC; font-weight: bold;">Captive Portal</h1>
  27. </header>
  28.  
  29. <div class="form-login" style="padding: 15px;">
  30. <h2>Welcome to the Untangle Captive Portal</h2>
  31. <p style="text-align: center; font-weight: bold; margin: 20px 0;">Please enter your username and password to connect to the internet.</p>
  32. <form autocomplete="off" method="post" action="/capture/handler.py/authpost">
  33. <input name="method" id="method" type="hidden" value="Empty">
  34. <input name="nonce" id="nonce" type="hidden" value="Empty">
  35. <input name="appid" id="appid" type="hidden" value="13">
  36. <input name="host" id="host" type="hidden" value="Empty">
  37. <input name="uri" id="uri" type="hidden" value="Empty">
  38.  
  39. <p style="text-align: center; color: red; font-size: 11px; margin: 0; line-height: 30px;"></p>
  40.  
  41. <input id="username" type="text" name="username" autocapitalize="off" placeholder="Username:">
  42. <input id="password" type="password" name="password" autocomplete="off" placeholder="Password:">
  43.  
  44. <button id="submit" type="submit" name="submit" title="Login">Log In</button>
  45. <br><br>
  46. </form>
  47. <p style="text-align: center; font-size: 11px; line-height: normal;">If you have any questions, please contact your network administrator.</p>
  48. </div>
  49.  
  50.  
  51.  
  52. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement