Advertisement
W0lf4tr0n1cs

Untitled

Sep 23rd, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http:// www.w3.org/TR/html4/strict.dtd">
  4. <html>
  5. <head>
  6. <title>SSL login page</title>
  7.  
  8.  
  9.  
  10. <link href="/modules/auth/ssllogin/favicon.ico" rel="shortcut icon">
  11.  
  12. <style>
  13. body {
  14. font-size : 12px;
  15. font-family: Arial, Helvetica, sans-serif;
  16. text-align: center;
  17. }
  18. .user_message {
  19. margin-right: auto;
  20. margin-left: auto;
  21. border: 1px solid #0087CD;
  22. background-repeat: no-repeat;
  23. width: 520px;
  24. height: 350px;
  25. }
  26. .title_image {
  27. width: 350px;
  28. margin-top: 10px;
  29. margin-right: auto;
  30. margin-left: auto;
  31. }
  32. </style>
  33.  
  34.  
  35.  
  36. </head>
  37. <body>
  38.  
  39. <!-- [SSLLOGIN]:18::10.36.1.173: -->
  40. <div class="user_message" style="background-image: url(&quot;/modules/auth/ssllogin/custombackground.jpg&quot;);">
  41. <div class="title_image">
  42. <img src="/modules/auth/ssllogin/customtitle.jpg">
  43. </div>
  44.  
  45.  
  46.  
  47. <form accept-charset="utf-8" method="POST" action="https://10.200.0.10:442/clogin" name="LOGINFORM">
  48.  
  49.  
  50.  
  51. <br />
  52. <div style="width: 420px; text-align: center; margin-left: auto; margin-right: auto;">
  53. <strong>Login with your School District credentials:</strong>
  54. </div>
  55.  
  56.  
  57. <br />
  58. <div style="width: 420px; text-align: center; margin-left: auto; margin-right: auto;">
  59.  
  60. <table style="width: 320px; margin-left: auto; margin-right: auto;">
  61. <tr>
  62. <td style="width: 120px; text-align: right;"><strong>Username:</strong></td>
  63. <td style="text-align: left;"><input style="width: 200px;" type="text" name="USERNAME" value="" size="15" maxlength="255"></td>
  64. </tr>
  65. <tr>
  66. <td style="text-align: right;"><strong>Password:</td>
  67. <td style="text-align: left;"><input style="width: 200px;" type="password" autocomplete="off" name="PASSWORD" size="15"></td>
  68. </tr>
  69. <tr>
  70. <td colspan="2" style="text-align: right;">
  71. <input type="submit" name="ACTION" value="Login" class="gobutton">
  72. </td>
  73. </tr>
  74. </table>
  75. </div>
  76.  
  77.  
  78.  
  79.  
  80.  
  81. <script type="text/javascript">
  82. <!--
  83.  
  84. document.LOGINFORM.USERNAME.focus();
  85.  
  86. -->
  87. </script>
  88. </form>
  89.  
  90. </div>
  91.  
  92. </body>
  93. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement