📄 head.asp
字号:
<% IF Session("fjvote_IsManager")<>True THEN Response.redirect "login.asp" %>
<div align="center">
<table width="750" height="21" border="1" cellpadding="0" cellspacing="0" bordercolor="#99CCFF" background="dh.gif" style="border-collapse: collapse">
<tr>
<td width="20%" height="21">
<p align="center"><b><font size="2">管理功能</font></b></td>
<td width="20%" height="21" align="center"><a href="add.asp"><font color="#000000">添加投票选项</font></a></td>
<td width="20%" height="21" align="center"><a href="list.asp"><font color="#000000">管理已有项目</font></a></td>
<td width="20%" height="21" align="center"> <a href="setup.asp"><font color="#000000">系统属性设置</font></a></td>
<td width="20%" height="21" align="center"> <a href="login.asp?cmd=out"><font color="#000000">退出管理系统</font></a></td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -