⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.asp

📁 .asp网站程序。专业的二手汽车商店网站。功能强大
💻 ASP
字号:
<!--#include file="config.asp"-->
<%
if not isnull(UserName) and UserName<>"" then
select case request("action")
case "admin_left"
	call admin_left()
case "admin_login"
	call admin_login()
case "admin_main"
	call admin_main()
case else
	call main()
end select
else
	call admin_login()
end if
sub admin_login()
response.redirect "User.Asp"
end sub 
sub main()
response.write "<html>" & vbcrlf
response.write "<head>" & vbcrlf
response.write "<meta http-equiv=""Content-Type"" content=""text/html; charset=gb2312"">" & vbcrlf
response.write "<title>信诚网络二手市场管理中心</title>" & vbcrlf
response.write "</head>" & vbcrlf
response.write "<frameset cols=""180,*"" frameborder=""NO"" border=""0"" framespacing=""0"" rows=""*""> " & vbcrlf
response.write "  <frame name=""leftFrame"" scrolling=""AUTO"" noresize src=""default.asp?action=admin_left"" marginwidth=""0"" marginheight=""0"">" & vbcrlf
response.write "  <frame name=""main"" src=""default.asp?action=admin_main"" scrolling=""AUTO"" NORESIZE frameborder=""0"" marginwidth=""10"" marginheight=""10"" border=""no"">" & vbcrlf
response.write "</frameset>" & vbcrlf
response.write "<noframes><body>" & vbcrlf
response.write "</body></noframes>" & vbcrlf
response.write "</html>" & vbcrlf
end sub
sub admin_left()
%>

<head>
<title>管理页面</title>
<style type=text/css>
<!--
BODY{
	margin:0px;
	FONT-SIZE: 12px;
	FONT-FAMILY:  "宋体", "Verdana", "Arial", "Helvetica", "sans-serif";
	background-color: #799AE1;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
table  { border:0px; }
td  { font:normal 12px 宋体; }
img  { vertical-align:bottom; border:0px; }
a  { font:normal 12px 宋体; color:#000000; text-decoration:none; }
a:hover  { color:#428EFF;text-decoration:underline; }
.sec_menu  { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#D6DFF7; }
.menu_title  { }
.menu_title span  { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
.menu_title2  { }
.menu_title2 span  { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
input,select,Textarea{
font-family:宋体,Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
}
-->
</style>
<SCRIPT language=javascript1.2>
function showsubmenu(sid)
{
whichEl = eval("submenu" + sid);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\"\";");
}
else
{
eval("submenu" + sid + ".style.display=\"none\";");
}
}
</SCRIPT>
<title>管理页面</title>
<link rel="stylesheet" href="admin.css" type="text/css">
</head>

<BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<table width=162 cellpadding=0 cellspacing=0 border=0 align=left> 
<tr>
  <td valign=top width="160"> <table cellpadding=0 cellspacing=0 width=158 align=center>
      <tr> 
        <td height=42 valign=bottom> 
          <p align="center"> <img src="../images/admin_title.gif" width=158 height=38> 
          </p>
        </td>
      </tr>
    </table>
    <table cellpadding=0 cellspacing=0 width=158 align=center>
      <tr> 
        
        <td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background=title_bg_quit.gif  > 
          <p align="center"> 
          <span><a href="default.asp" target=_top><b>管理首页</b></a>  | <a href="User.asp?action=logout" target=_top><b>退出</b></a></span>     
          </p> 
        </td>    
      </tr>    
    </table>    
  <table cellpadding=0 cellspacing=0 width=137 align=center>    
      <tr>     
            
        <td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="../images/admin_left_1.gif" id=menuTitle1 onclick="showsubmenu(0)" width="158">     
          <p align="center">     
          <span>信息管理</span> </p> 
 </td>    
      </tr>    
      <tr>     
        <td id='submenu0' width="158"> <div class=sec_menu style="width:158">     
                
            <table cellpadding=0 cellspacing=0 align=center width=135>    
              <tr>     
                <td height=20> 
                  <p align="center"><a href="Admin_SoftList.asp" target="main">信息管理列表</a></p> 
                </td>    
              </tr>    
              <tr>     
                <td height=20> 
                  <p align="center"><a href="Admin_DayUpdate.asp" target="main">更新资源统计</a></p> 
                </td>    
              </tr>    
              <tr>     
                <td height=20> 
                  <p align="center">信息管理搜索↓</p> 
                </td>    
              </tr>    
              <form method=Post action="Admin_SoftList.asp" target="main">    
                <tr>     
                  <td height=20>  
                    <p align="center"> <input name="keyword" type="text" id="keyword" size="15" maxlength="30">     
                    <input type="submit" name="Submit" value="搜索"></p>  
                  </td>     
                </tr>     
              </FORM>     
            </table>     
          </div>     
          <div  style="width:158">      
            <table cellpadding=0 cellspacing=0 align=center width=135>     
              <tr>     
                     
            <td height=10>  
              <p align="center"></td>    
              </tr>    
            </table>    
          </div></td>    
      </tr>    
    </table>    
  
    <table cellpadding=0 cellspacing=0 width=158 align=center>    
      <tr>     
            
        <td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="../images/admin_left_3.gif" id=menuTitle1 onclick="showsubmenu(2)">     
          <p align="center">     
          <span>系统设置</span> </p> 
 </td>    
      </tr>    
      <tr>     
        <td style="display:" id='submenu2'> <div class=sec_menu style="width:158">     
                
        <table cellpadding=0 cellspacing=0 align=center width=135>    
          <tr>     
            <td height=20> 
              <p align="center"><a href="Admin_Cate.asp" target="main">物品大类管理</a></p> 
            </td>    
          </tr>    
          <tr>     
            <td height=20> 
              <p align="center"><a href="Admin_SubCate.asp" target="main">物品小类管理</a></p> 
            </td>    
          </tr>    
          <tr>    
            <td height=20> 
              <p align="center"><a href="Admin_UpdateSoftNum.asp"  target="main">更新信息数量统计</a></p> 
            </td>    
          </tr>    
          <tr>     
                <td height=20> 
                  <p align="center"><a href="Admin_User.asp" target="main">系统用户管理</a></p> 
                </td>    
          </tr>    
          <tr>     
                <td height=20> 
                  <p align="center"><a href="Admin_jsCreate.asp" target="main">创建相关JS文件</a></p> 
                </td>    
          </tr>    
        </table>    
          </div>    
          <div  style="width:158">     
            <table cellpadding=0 cellspacing=0 align=center width=135>    
              <tr>                    
            <td height=10> 
              <p align="center"></td>    
              </tr>    
            </table>    
          </div></td>    
      </tr>    
    </table>    
<table cellpadding=0 cellspacing=0 width=158 align=center>    
      <tr>     
            
      </tr>    
    </table>    
   <%    
end sub    
sub admin_main()    
%>    
</table>    
    
    <p align="center"> </p>    
    
    
    
    <p align="center"> </p>    
    
    
    
    <p align="center"> </p>    
    
    
    
    <p align="center"> </p>    
    
    
    
<p align="center"><b><font size="5">你登陆成功……</font></b></p>    
    
    
    
<p align="center"><b><font size="5">你可以更改信息和会员和本站的基本设置…</font></b></p>    
    
    
    
<% end sub    
CloseDatabase    
%>    
    
    
    

⌨️ 快捷键说明

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