Index.aspx
上传用户:whzhongbo
上传日期:2022-07-31
资源大小:1531k
文件大小:4k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

DOS

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Index.aspx.vb" Inherits="YDMusic.Index2"%>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  3. <html>
  4. <head>
  5. <title>悦动音乐管理系统</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  7. <link href="/Css/css.css" rel="stylesheet" type="text/css">
  8. <style type="text/css">
  9. TD { FONT-SIZE: 14px; COLOR: #ffffff }
  10. .kuan { BORDER-RIGHT: #7b878e 1px solid; BORDER-TOP: #7b878e 1px solid; BORDER-LEFT: #7b878e 1px solid; BORDER-BOTTOM: #7b878e 1px solid; HEIGHT: 18px; BACKGROUND-COLOR: #b7c4cd }
  11. .12font { FONT-SIZE: 12px }
  12. </style>
  13. <script language="javascript">
  14. <!--
  15. function CheckForm()
  16. {
  17. if (Form1.UserName.value=="")
  18. {
  19. alert("请输入用户名");
  20. Form1.UserName.focus();
  21. return false;
  22. }
  23. if (Form1.Password.value=="")
  24. {
  25. alert("请输入密码");
  26. Form1.Password.focus();
  27. return false;
  28. }
  29. if (Form1.ValCode.value=="")
  30. {
  31. alert("请输入验证码");
  32. Form1.ValCode.focus();
  33. return false;
  34. }
  35. }
  36. function ClearForm()
  37. {
  38. Form1.UserName.value="";
  39. Form1.Password.value="";
  40. Form1.ValCode.value="";
  41. Form1.UserName.focus();
  42. return false;
  43. }
  44. //-->
  45. </script>
  46. </head>
  47. <body background="/images/index_1.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  48. <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  49. <tr>
  50. <td align="center" valign="top">
  51. <table width="632" border="0" cellspacing="0" cellpadding="0">
  52. <tr>
  53. <td><img src="/images/index_3.jpg" width="632" height="51"></td>
  54. </tr>
  55. </table>
  56. <table width="632" border="0" cellspacing="0" cellpadding="0">
  57. <tr>
  58. <td> </td>
  59. </tr>
  60. </table>
  61. <table width="632" border="0" cellspacing="0" cellpadding="0">
  62. <tr>
  63. <td><img src="/images/index_6.jpg" width="632" height="101"></td>
  64. </tr>
  65. </table>
  66. <table width="632" border="0" cellspacing="0" cellpadding="0">
  67. <tr>
  68. <td height="162" align="center" valign="top" background="/images/index_7.jpg">
  69. <table width="303" height="148" border="0" cellpadding="0" cellspacing="0">
  70. <tr>
  71. <form Name="Form1" method="post" action="Index.aspx?Action=Login">
  72. <td width="77" align="center" valign="bottom">用&nbsp; 户</td>
  73. <td colspan="3" valign="bottom">
  74. <input name="UserName" type="text" Class="kuan" style="width:180px;">
  75. </td>
  76. </tr>
  77. <tr>
  78. <td align="center" valign="bottom">密&nbsp; 码</td>
  79. <td colspan="3" valign="bottom">
  80. <input name="Password" type="Password" Class="kuan" style="width:180px;">
  81. </td>
  82. </tr>
  83. <tr>
  84. <td align="center" valign="bottom">验证码</td>
  85. <td valign="bottom">
  86. <asp:image id="ShowImg" runat="server" ImageAlign="Middle" imageurl="ValCode.aspx" width="80" height="20" alt="验证码,看不清楚?请点击刷新验证码" style="cursor : pointer;" onclick="location.reload();"></asp:image>
  87. </td>
  88. <td colspan="2" valign="bottom">
  89. <input name="ValCode" type="text" Class="kuan" style="width:90px;">
  90. </td>
  91. </tr>
  92. <tr>
  93. <td height="50"></td>
  94. <td width="90" align="center">
  95. <input name="LoginBT" onclick="return CheckForm();" type="image" src="/images/but01.gif" width="72" height="21" border="0" id="LoginBT">
  96. </td>
  97. <td width="86" align="center">
  98. <input name="imageField2" onclick="return ClearForm();" type="image" src="/images/but02.gif" width="72" height="21" border="0">
  99. </td></form>
  100. <td width="50"></td>
  101. </tr>
  102. </table>
  103. </td>
  104. </tr>
  105. </table>
  106. <table width="632" border="0" cellspacing="0" cellpadding="0">
  107. <tr>
  108. <td><img src="/images/index_8.jpg" width="632" height="65"></td>
  109. </tr>
  110. </table>
  111. <table width="632" border="0" cellspacing="0" cellpadding="0">
  112. <tr>
  113. <td><img src="/images/index_9.jpg" width="632" height="60"></td>
  114. </tr>
  115. </table>
  116. <table width="632" border="0" cellspacing="0" cellpadding="0">
  117. <tr>
  118. <td></td>
  119. </tr>
  120. </table>
  121. <table width="632" border="0" cellspacing="0" cellpadding="0">
  122. <tr>
  123. <td>
  124. <div align="center" class="12font">
  125. <b><font size="2">版权所有 悦动工作室</font></b></div>
  126. </td>
  127. </tr>
  128. </table>
  129. </td>
  130. </tr>
  131. </table>
  132. </body>
  133. </html>