topup.asp
来自「一个完全仿照阿里巴巴的网站管理系统 本软件没有版权问题」· ASP 代码 · 共 24 行
ASP
24 行
<%dbdns="../"%>
<!--#include file="../inc/conn.asp"-->
<!--#include file="cook.asp"-->
<%=citycss%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type=text/css>
body,td{margin:0;
font-size:12px;
color:#ffffff
}
</style>
</head>
<body>
<table width="100%" background="img/top_bg.gif" height=100% border="0" cellspacing="0" cellpadding="3" style="border-bottom:1px #ffffff solid">
<tr>
<td width="2%"></td><td width="25%"><strong><a href=main.asp class="white" target=right>仿阿里巴巴商贸通商务网SQL版管理中心</a></strong></td><td width="37%" align="center"><strong>当前管理员:<%=session("admin")%></strong></td><td width="34%" align="right"><strong></strong></td><td width="2%"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?