?? admin_right.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html><head><title>商家專區(qū)</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../images/css.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<%if request.cookies("godbook")("shjianame")<>"" then%>
<%xAction=lcase(request("action"))
select case xAction
case "addnews"%>
<% case "glnews"
case "fkfs"
case "ps"
case "fk"
case "myziliao"
case "mydindan"
case "addclass"
case "addshp"
case "url"
case "logo"
case "pass"
case "gong"
case "modify"
case else%>
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="2" align="center" background="../admin/images/bg_3.gif" height="25"><b><font color="#ffffff">多用戶商城系統(tǒng)</font></b></td>
</tr>
<tr>
<td width="20%" bgcolor="#D6DBF7"> 程序開發(fā):</td>
<td width="80%" bgcolor="#D6DBF7"> http://www..075518.com</td>
</tr>
<tr>
<td bgcolor="#D6DBF7"> 聯(lián)系方法:</td>
<td bgcolor="#D6DBF7"> TEL:0755-28168022或13715257583 E-mail:service@075518.com QQ:75876543</td>
</tr>
<tr>
<td bgcolor="#D6DBF7"> 程序說明:</td>
<td bgcolor="#D6DBF7"> 本程序由億博網(wǎng)絡制作,當前使用版本為 Access數(shù)據(jù)庫 <br>
各個管理項目中需要注意的地方都有標明,請注意查看清楚后再進行操作。<br>
如有什么問題或程序出錯話盡快聯(lián)系我們以便升級程序。<br>
如果您需要使用商業(yè)合作,請聯(lián)系我,謝謝!</td>
</tr>
</table>
<%end select%>
<!--#include file=admin_inc.asp-->
<%xAction=lcase(request("action"))
select case xAction
case "myziliao"
call myziliao()
case "editshp"
call editshp()
case "fkfs"
call fkfs()
case "ps"
call ps()
case "fk"
call fk()
case "addnews"
call addnews()
case "glnews"
call glnews()
case "mydindan"
call mydindan()
case "addclass"
call addclass()
case "addshp"
call addshp()
case "url"
call url()
case "logo"
call logo()
case "pass"
call pass()
case "gong"
call gong()
case "modify"
call modify()
end select%>
<%end if%>
</body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -