📄 aunion.asp
字号:
<!--#include file="function.asp"-->
<html>
<head>
<%CheckAdmin1%>
<%PageName="admin"%>
<!--#include file="conn.asp"-->
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>插件后台管理系统</title>
<style type=text/css>
body { background:#009ace; margin:0px; font:normal 12px 宋体;
SCROLLBAR-FACE-COLOR: #009ace; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #009ace; SCROLLBAR-DARKSHADOW-COLOR: #009ace;
SCROLLBAR-3DLIGHT-COLOR: #009ace; SCROLLBAR-ARROW-COLOR: #def0fa;
SCROLLBAR-TRACK-COLOR: #def0fa;
}
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:#def0fa; }
.menu_title span { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
.menu_title2 span { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
</style>
</head>
<body bgcolor="#8DDFFB">
<br><br><br>
<div align="center">
<table border="1" cellpadding="0" cellspacing="0" width="90%" bordercolor="#CCCCCC" bordercolorlight="#CCCCCC" bordercolordark="#FFFFFF" bgcolor="#DEF0FA">
<tr>
<td width="100%" colspan="2" height="30">
<p align="center">增加用户</td>
</tr> <form method="POST" action="daili.asp">
<tr>
<td width="37%" align="right" height="30">用户名:</td>
<td width="63%" height="30"><input type="text" name="T1" size="20"></td>
</tr>
<tr>
<td width="37%" align="right" height="30">密 码:</td>
<td width="63%" height="30"><input type="text" name="T2" size="20"></td>
</tr>
<tr>
<td width="37%" align="right" height="30">联盟ID:</td>
<td width="63%" height="30"><input type="text" name="T3" size="20"></td>
</tr>
<tr>
<td width="37%" align="right" height="30">扣 量:</td>
<td width="63%" height="30"><input type="text" name="T4" size="20" value="10"></td>
</tr>
<tr>
<td width="37%" align="right" height="30">价 格:</td>
<td width="63%" height="30"><input type="text" name="T5" size="20" value="0.035"></td>
</tr>
<tr>
<td width="100%" colspan="2" height="30">
<p align="center"><input type="submit" value=" 提·交 " name="B1">
<input type="reset" value=" 重·置 " name="B2"></td>
</tr>
</form>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -