Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.18 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Web Authentication</title>
  4. <meta http-equiv="Cache-control" content="no-cache">
  5. <meta http-equiv="Pragma" content="no-cache">
  6. <meta http-equiv="Expires" content="-1">
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9.  
  10. <style>
  11. <!--
  12. DIV.sidebar {
  13. RIGHT: 0px;
  14. POSITION: absolute;
  15. TOP: -1px;
  16. HEIGHT: 100%;
  17. width: 200;
  18. }
  19. DIV.graybar {
  20. RIGHT: 0px; POSITION: absolute; TOP: 0px; HEIGHT: 100%; BACKGROUND-COLOR: #f8f8f8
  21. }
  22. /* background not be shown for NEC */
  23.  
  24. DIV.header {
  25. BACKGROUND-POSITION: right 50%; LEFT: 0px; BACKGROUND-IMAGE: url(images/background_web41.jpg); WIDTH: 100%; BACKGROUND-REPEAT: repeat; POSITION: absolute; TOP: 0px; HEIGHT: 52px; BACKGROUND-COLOR: #FFFFFF}
  26.  
  27.  
  28. DIV.content {
  29. LEFT: 14px; MARGIN: 15px; POSITION: absolute; TOP: 60px
  30. }
  31. H1 {
  32. FONT-WEIGHT: bold; FONT-SIZE: 19px; MARGIN: 16px 0px 0px 25px; COLOR: #ffffff; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif
  33. }
  34. H2 {
  35. FONT-WEIGHT: bold; FONT-SIZE: 15px; MARGIN: 10px 0px 0px 10px; COLOR: #336666; FONT-FAMILY: Arial, Helvetica, sans-serif
  36. }
  37. INPUT {
  38. FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
  39. }
  40. INPUT.button {
  41. MARGIN-TOP: 10px; FONT-WEIGHT: bold; WIDTH: 80px; COLOR: #ffffff; BACKGROUND-COLOR: #669999
  42. }
  43. P {
  44. FONT-SIZE: 12px; MARGIN: 0px 0px 10px; COLOR: #001133; FONT-FAMILY: Arial, Helvetica, sans-serif
  45. }
  46. TD {
  47. FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #336666; FONT-FAMILY: Arial, Helvetica, sans-serif
  48. }
  49. TD.message {
  50. FONT-WEIGHT: normal; COLOR: #000000
  51. }
  52. -->
  53. </STYLE>
  54.  
  55.  
  56. <noscript>
  57. <meta HTTP-EQUIV="REFRESH" content="0; url=http://wifi.yvr.com/login_noscript.html">
  58. </noscript>
  59.  
  60. <script language="javascript" src="loginscript.js"></script>
  61. <script>
  62. function getErrorMsgIfAny(){
  63. if(document.forms[0].err_flag.value == 1){
  64. document.writeln(' \
  65. <tr align="center"> <td colspan="2" style="color:#CC0000">Login Error.</td>\
  66. </tr><tr align="center"> <td width="350" class="message" colspan="2">The User Name and Password combination you have entered is invalid. Please try again.</td></tr>\
  67. <tr> <td class="caption" colspan="2">&nbsp;</td></tr>');
  68. }else{
  69. document.writeln(' ');
  70. }
  71. }
  72.  
  73. function unhideform(){
  74. document.getElementById("formId").style.display = "block";
  75. }
  76.  
  77. </script>
  78. </head>
  79. <body bgcolor="#ffffff" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
  80. <FORM method="post" ACTION="/login.html">
  81. <INPUT TYPE="hidden" NAME="buttonClicked" SIZE="16" MAXLENGTH="15" VALUE="0">
  82. <INPUT TYPE="hidden" NAME="err_flag" SIZE="16" MAXLENGTH="15" VALUE="0">
  83. <INPUT TYPE="hidden" NAME="err_msg" SIZE="32" MAXLENGTH="31" VALUE="">
  84. <INPUT TYPE="hidden" NAME="info_flag" SIZE="16" MAXLENGTH="15" VALUE="0">
  85. <INPUT TYPE="hidden" NAME="info_msg" SIZE="32" MAXLENGTH="31" VALUE="">
  86. <INPUT TYPE="hidden" NAME="redirect_url" SIZE="255" MAXLENGTH="255" VALUE="">
  87. <INPUT TYPE="hidden" NAME="network_name" SIZE="64" MAXLENGTH="64" VALUE="Guest Network">
  88. <div id="formId">
  89. <table border="0" cellspacing=0 cellpading="0" width="100%">
  90. <tr>
  91. <td width="180" background="../../images/background_web41.jpg" align="middle" style="padding-bottom: 4px;" >
  92.  
  93. <h1>Connect</h1>
  94. </td>
  95.  
  96. <td height="53" align="right" style="padding-bottom: 4px; padding-right: 20px;" background="../../images/background_web41.jpg"><div align="right"><img src="../../images/cisco/cisco-webauth-logo-2007.gif" width="67" height="40"></div></td>
  97.  
  98. </tr>
  99. <tr>
  100. <td align="left" width="400">
  101. <div class="content">
  102. <table border="0" cellspacing="10" cellpadding="0">
  103. <tr>
  104. <td>
  105. <table border="0" cellspacing="10" cellpadding="0">
  106. <tr>
  107. <th width="400" align="left">Welcome to the Cisco wireless network</th>
  108. </tr>
  109. <tr>
  110. <td class="message" width="400" align="left">
  111. Cisco is pleased to provide the Wireless LAN infrastructure for your network. Please login and put your unified wireless solution to work.
  112. </td>
  113. </tr>
  114. </table>
  115. </td>
  116. </tr>
  117. <script>
  118. getErrorMsgIfAny();
  119. </script>
  120. <tr>
  121. <td>
  122. <table border="0" cellspacing="10" cellpadding="0">
  123.  
  124. <tr>
  125. <td>&nbsp;</td>
  126. <td>
  127. <script>getHtmlForButton("Submit","Accept","buttonStretch","submitAction()"); </script>
  128. </td>
  129. </tr>
  130. </table>
  131. </td>
  132. </tr>
  133.  
  134.  
  135. </table>
  136. </div>
  137. </td>
  138. <td align="right" >
  139. <table border="0" cellspacing="10" cellpadding="0" >
  140. <tr>
  141. <td align="right" style="padding-top: 25px; padding-right: 20px;"
  142. bgcolor="#ffffff" >
  143. <div ></div></td>
  144. </tr>
  145. </table>
  146. </td>
  147. </tr>
  148. </table>
  149. </div>
  150.  
  151. <div id="newLoginWebConsent" style="display:none; font-size:13px; font-family: 'CiscoSansThin, Helvetica Neue, Arial, Tahoma, sans-serif';">
  152. <p id="welcomeMsg" style="text-align: center; font-size:20px; margin-top: 25px;">
  153. </p>
  154.  
  155. <div style="margin:30px 10px 30px 10px">
  156. <div id="content" style="border: 2px solid #bbbbbb; border-radius: 3px; margin: 0 auto; padding: 10px; max-width: 600px;">
  157. <div id="page1">
  158. <span>Please agree to the terms of use and connect.</span><br/><input type="checkbox" id="loginAccept" NAME="loginAccept" onchange="termsAccepted();" style="margin: 10 5 0 0;"/>I accept the <a href="#" onclick="show_terms_of_use();">terms of use</a>
  159. <br/><br/><br/><br/>
  160. <BUTTON class="tiny" type="button" id="loginConnectButton" onclick="submitAction();" disabled>
  161. Connect
  162. </button>
  163. </div>
  164. <div id="page2" style="display: none">
  165. This service is intended for use by authorized guests at this facility. This is an open/unprotected wireless network. By using this service, guests understand and accept that it is their responsibility to protect their own computer while connected to this service, and irrevocably waive any right, cause or action, remedy or other claim against the host with respect to any damage that may be caused to a computer while it is using this network.
  166. <br/><br/>
  167. <BUTTON class="tiny" type="button" id="loginAcceptButton" onclick="show_accept_terms();">
  168. Back
  169. </button>
  170. </div>
  171. </div>
  172. </div>
  173.  
  174. <div style="text-align: center;">
  175. <img id="cisco_powered_logo" src="/images/cisco_powered_logo.png"/>
  176. </div>
  177. </div>
  178.  
  179. </FORM>
  180. <script>
  181.  
  182. </script>
  183. </body>
  184. <HEAD>
  185. <meta http-equiv="Cache-control" content="no-cache">
  186. <meta http-equiv="Pragma" content="no-cache">
  187. <meta http-equiv="Expires" content="-1">
  188. </HEAD>
  189. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement