1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <link href="../style.css" rel="stylesheet" type="text/css">
  5. <title>Resending Messge</title>
  6. </head>
  7. <body>
  8. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  9. <html>
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  12. <title>GoIP SMS Manage Server</title>
  13. <SCRIPT type=text/javascript>
  14. function CheckForm()
  15. {
  16. if(document.login.username.value=="")
  17. {
  18. alert("input username!");
  19. document.login.username.focus();
  20. return false;
  21. }
  22. if(document.login.password.value == "")
  23. {
  24. alert("input password!");
  25. document.login.password.focus();
  26. return false;
  27. }
  28. }
  29. </script>
  30. </head>
  31.  
  32. <body <body onload="document.login.username.focus();">
  33.  
  34. <center>
  35. <h1>GoIP SMS Manage Server</h1>
  36. <p>&nbsp;</p>
  37. <form name="login" method="post" action="dologin.php" onSubmit="return CheckForm();">
  38. <table width="500" height="241" border="0" cellpadding="0" cellspacing="0">
  39. <tr align="center">
  40. <td colspan="2" bgcolor="#999999">Administrator Logon Screen </td>
  41. </tr>
  42. <tr bgcolor="#CCCCCC">
  43. <td width="137" align="center">UserName</td>
  44. <td width="363"><input name="username" type="text" id="username"></td>
  45. </tr>
  46. <tr bgcolor="#D9D9D9">
  47. <td align="center">Password</td>
  48. <td><input name="password" type="password" id="yd631_pws"></td>
  49. </tr>
  50. <tr align="center" bgcolor="#CCCCCC">
  51. <td colspan="2"><input type="submit" name="Submit" value="Sign in">
  52. <input type="reset" name="submit" value="Cancel">
  53.  
  54. </td>
  55. </tr>
  56. </table>
  57. <input type="hIdden" name="lan" value="3">
  58. </form>
  59. <p>&nbsp;</p>
  60. </center>
  61.  
  62. </body>
  63. </html>