sql_menu_right.asp

来自「后台地址:login.asp 管理员 帐户:admin 密码:admi」· ASP 代码 · 共 51 行

ASP
51
字号
<!--#include file="Sql_Check.asp"-->

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>后台管理页</title>
<link href="Images/Style.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="35" background="Images/Sql_Top_Bg.gif"> </td>
  </tr>
</table>

<table width="100%" height="100" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td valign="top">
      <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr height="10"> 
          <td height="5"></td>
        </tr>
      </table>      
      <table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" class="table">
          <tr> 
            <td bgcolor="799AE1"height="26" colspan="4" align="center" class="font"> 
              <table width="99%" border="0" align="right" cellpadding="0" cellspacing="0">
                <tr>   
                  <td class="font"><strong><font color="#FFFFFF">后台管理页面</font></strong></td>
                </tr>
              </table>
            </td>
          </tr>
          <tr>           
            <td height="25" colspan="4" align="center" bgcolor="#FFFFFF" class="td"><strong><font color="#FF0000">恭喜<span lang="zh-cn">,</span>您已成功登陆!</font></strong></td>
          </tr>       
      </table>
      <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr height="10"> 
          <td height="10"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?