Index.aspx
资源名称:YDMusic.rar [点击查看]
上传用户:whzhongbo
上传日期:2022-07-31
资源大小:1531k
文件大小:4k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
DOS
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Index.aspx.vb" Inherits="YDMusic.Index2"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>悦动音乐管理系统</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <link href="/Css/css.css" rel="stylesheet" type="text/css">
- <style type="text/css">
- TD { FONT-SIZE: 14px; COLOR: #ffffff }
- .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 }
- .12font { FONT-SIZE: 12px }
- </style>
- <script language="javascript">
- <!--
- function CheckForm()
- {
- if (Form1.UserName.value=="")
- {
- alert("请输入用户名");
- Form1.UserName.focus();
- return false;
- }
- if (Form1.Password.value=="")
- {
- alert("请输入密码");
- Form1.Password.focus();
- return false;
- }
- if (Form1.ValCode.value=="")
- {
- alert("请输入验证码");
- Form1.ValCode.focus();
- return false;
- }
- }
- function ClearForm()
- {
- Form1.UserName.value="";
- Form1.Password.value="";
- Form1.ValCode.value="";
- Form1.UserName.focus();
- return false;
- }
- //-->
- </script>
- </head>
- <body background="/images/index_1.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
- <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td align="center" valign="top">
- <table width="632" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td><img src="/images/index_3.jpg" width="632" height="51"></td>
- </tr>
- </table>
- <table width="632" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td> </td>
- </tr>
- </table>
- <table width="632" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td><img src="/images/index_6.jpg" width="632" height="101"></td>
- </tr>
- </table>
- <table width="632" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="162" align="center" valign="top" background="/images/index_7.jpg">
- <table width="303" height="148" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <form Name="Form1" method="post" action="Index.aspx?Action=Login">
- <td width="77" align="center" valign="bottom">用 户</td>
- <td colspan="3" valign="bottom">
- <input name="UserName" type="text" Class="kuan" style="width:180px;">
- </td>
- </tr>
- <tr>
- <td align="center" valign="bottom">密 码</td>
- <td colspan="3" valign="bottom">
- <input name="Password" type="Password" Class="kuan" style="width:180px;">
- </td>
- </tr>
- <tr>
- <td align="center" valign="bottom">验证码</td>
- <td valign="bottom">
- <asp:image id="ShowImg" runat="server" ImageAlign="Middle" imageurl="ValCode.aspx" width="80" height="20" alt="验证码,看不清楚?请点击刷新验证码" style="cursor : pointer;" onclick="location.reload();"></asp:image>
- </td>
- <td colspan="2" valign="bottom">
- <input name="ValCode" type="text" Class="kuan" style="width:90px;">
- </td>
- </tr>
- <tr>
- <td height="50"></td>
- <td width="90" align="center">
- <input name="LoginBT" onclick="return CheckForm();" type="image" src="/images/but01.gif" width="72" height="21" border="0" id="LoginBT">
- </td>
- <td width="86" align="center">
- <input name="imageField2" onclick="return ClearForm();" type="image" src="/images/but02.gif" width="72" height="21" border="0">
- </td></form>
- <td width="50"></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table width="632" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td><img src="/images/index_8.jpg" width="632" height="65"></td>
- </tr>
- </table>
- <table width="632" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td><img src="/images/index_9.jpg" width="632" height="60"></td>
- </tr>
- </table>
- <table width="632" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td></td>
- </tr>
- </table>
- <table width="632" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <div align="center" class="12font">
- <b><font size="2">版权所有 悦动工作室</font></b></div>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>