Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <title>>Log In</title>
  9.  
  10. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  11.  
  12. <style type="text/css">
  13.  
  14. body {
  15.  
  16. margin: 0px 0px;
  17.  
  18. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  19.  
  20. font-size: 9pt;
  21.  
  22. font-weight: normal;
  23.  
  24. text-decoration: none;
  25.  
  26. color: #2A2A2A;
  27.  
  28. }
  29.  
  30. p, td {
  31.  
  32. }
  33.  
  34. .header
  35.  
  36. {
  37.  
  38. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  39.  
  40. font-size: 8pt;
  41.  
  42. font-weight: bold;
  43.  
  44. }
  45.  
  46. .inputButton
  47.  
  48. {
  49.  
  50. border-color: #505050;
  51.  
  52. border-width: 1px;
  53.  
  54. background-color: #9595C7;
  55.  
  56. font-family: Verdana, Arial, Helvetica, sans-serif;
  57.  
  58. font-weight: Bold;
  59.  
  60. font-size: 11px;
  61.  
  62. color: #FFFFFF;
  63.  
  64. width: 61px;
  65.  
  66. height: 18px;
  67.  
  68. vertical-align: middle;
  69.  
  70. margin: 4px;
  71.  
  72. }
  73.  
  74.  
  75.  
  76. </style>
  77.  
  78. <script language="JavaScript">
  79.  
  80. function uiDoOnLoad()
  81.  
  82. {
  83.  
  84. document.getElementById("uiViewUserName").value=document.getElementById("uiPostUserName").value;
  85.  
  86. document.getElementById("uiViewUserName").focus()
  87.  
  88. //top.resizeTo(1024,780);
  89.  
  90. if(document.getElementById("uiPostErrorState").value=="1")
  91.  
  92. document.getElementById("uiViewErrorMessage").style.color="#CC3366";
  93.  
  94. }
  95.  
  96. function uiDoSave()
  97.  
  98. {
  99.  
  100. document.getElementById("uiPostUserName").value=document.getElementById("uiViewUserName").value;
  101.  
  102. document.getElementById("uiPostPassword").value=document.getElementById("uiViewPassword").value;
  103.  
  104. document.getElementById("uiPostForm").submit();
  105.  
  106. }
  107.  
  108. </script>
  109.  
  110. </head>
  111.  
  112. <body onload="uiDoOnLoad()" bgcolor="#FFFFFF" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>
  113.  
  114. <form method="POST" action="../cgi-bin/webcm" target="_self" id="uiPostForm" >
  115.  
  116. <input type="hidden" name="var:main" value="menu" id="uiPostMenuMain">
  117.  
  118. <input type="hidden" name="var:style" value="style5" id="uiPostMenuStyle">
  119.  
  120. <input type="hidden" name="getpage" value="../html/defs/style5/menus/menu.html" id="uiPostGetPage">
  121.  
  122. <input type="hidden" name="errorpage" value="../html/index.html" id="uiPostErrPage">
  123.  
  124. <input type="hidden" name="var:pagename" value="home" id="uiPostPageName">
  125.  
  126. <input type="hidden" name="var:errorpagename" value="home" id="uiPostErrorPageName">
  127.  
  128. <input type="hidden" name="var:menu" value="home" id="uiPostMenu">
  129.  
  130. <input type="hidden" name="var:menutitle" value="Home" id="uiPostMenuTitle">
  131.  
  132. <input type="hidden" name="var:pagetitle" value="Home" id="uiPostPageTitle">
  133.  
  134. <input type="hidden" name="var:pagemaster" value="home" id="uiPostPageMaster">
  135.  
  136. <input type="hidden" name="" value="0" id="uiPostErrorState" disabled>
  137.  
  138. <input type="hidden" name="login:command/username" value="" id="uiPostUserName">
  139.  
  140. <input type="hidden" name="login:command/password" value="" id="uiPostPassword">
  141.  
  142. </form>
  143.  
  144.  
  145.  
  146. <!-- Outer Table-->
  147.  
  148. <table width=761 cellpadding=0 cellspacing=0 align=center border=0>
  149.  
  150. <tr><td width=761 height=36 nowrap></td></tr>
  151.  
  152. <tr>
  153.  
  154. <td width=761 align=left valign=top>
  155.  
  156.  
  157.  
  158. <!-- Main Page -->
  159.  
  160. <form onsubmit="return false;">
  161.  
  162.  
  163.  
  164. <table cellspacing=1 border=0 cellpadding=4 align=center id="uiViewBodyTable" bgcolor="#000000" width="760" height="390">
  165.  
  166. <tr>
  167.  
  168. <td bgcolor="#000000" height=22 class="header"><font size=1 color="#FFFFFF">Please Log In to continue.</font></td>
  169.  
  170. </tr>
  171.  
  172. <tr>
  173.  
  174. <td bgcolor="#ECECEC">
  175.  
  176.  
  177.  
  178. <table cellspacing=0 border=0 cellpadding=0 align=center id="uiViewBodyTable" width=300>
  179.  
  180. <tr><td colspan=2 align=center class="header">Log In</td></tr>
  181.  
  182. <tr><td colspan=2 height=8></td></tr>
  183.  
  184. <tr><td colspan=2 height=1 bgcolor="#505050"></td></tr>
  185.  
  186. <tr><td colspan=2 height=10></td></tr>
  187.  
  188. <tr>
  189.  
  190. <td nowrap align=right><font size=2 class="header"><b>Username: </b></font></td>
  191.  
  192. <td align=left><input type="text" value="" size="16" maxlength="64" name="uiViewUserName" id="uiViewUserName"></td>
  193.  
  194. </tr>
  195.  
  196. <tr>
  197.  
  198. <td nowrap align=right ><font size=2 class="header"><b>Password: </b></font></td>
  199.  
  200. <td align=left><input type="password" value="" size="16" maxlength="64" name="uiViewPassword" id="uiViewPassword""></td>
  201.  
  202. </tr>
  203.  
  204. <tr><td colspan=2 height=10></td></tr>
  205.  
  206. <tr><td colspan=2 height=1 bgcolor="#505050"></td></tr>
  207.  
  208. </table>
  209.  
  210.  
  211.  
  212. </td>
  213.  
  214. </tr>
  215.  
  216. <tr>
  217.  
  218. <td colspan=4 align=left bgcolor="#ECECEC" height=28>
  219.  
  220. <table border=0 cellpadding=0 cellspacing=0 width="100%">
  221.  
  222. <tr>
  223.  
  224. <td align=center id="uiViewErrorMessage" style="color:#ECECEC;"><b>Error:&nbsp;&nbsp;</b></td>
  225.  
  226. <td align=right><input type="submit" value="Log In" onclick="uiDoSave()" class="inputButton"></td>
  227.  
  228. </tr>
  229.  
  230. </table>
  231.  
  232. </td>
  233.  
  234. </tr>
  235.  
  236. </table>
  237.  
  238.  
  239.  
  240. </form>
  241.  
  242.  
  243.  
  244. <!-- END main Page -->
  245.  
  246.  
  247.  
  248. </td>
  249.  
  250. </tr>
  251.  
  252. </table>
  253.  
  254. <!-- END Outer Table -->
  255.  
  256.  
  257.  
  258.  
  259.  
  260. </body>
  261.  
  262. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement