admin.asp
来自「投票系统.rar 投票系统完整源码」· ASP 代码 · 共 24 行
ASP
24 行
<!--#include file="config.asp"-->
<!--#include file="check.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>投票管理</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<!--#include file="admin_top.asp"-->
<table border="0" width="100%" id="table1" height="200" cellspacing="1" cellpadding="3" class="tableborder">
<tr>
<td align="center"><b>欢迎使用[<a href="http://www.xhonline.cn">雪晖在线</a>]投票系统!</b><p>
<b>如果你在使用过程之中有什么问题请[<a href="http://www.xhonline.cn/GuestBook/Index.asp">点此给我留言</a>]</b></p>
<p><b>如果你对本系统有什么意见或者是建议也请[<a href="http://www.xhonline.cn/GuestBook/Index.asp">点此给我留言</a>]</b><p>
<font color="#FF0000"><b>注:"主题"为最上一级,其下为"标题","标题"下为"问题".调用的时候都是调用"主题"!</b></font></td>
</tr>
</table>
<!--#include file="admin_foot.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?