📄 poll_add.asp
字号:
<%
if not IsArray(Session("info")) then Response.Redirect "err1.asp?kind=01"
info=Session("info")
if InStr(Application("maninfo"),"," & info(0) & ",")<>0 then Response.Redirect "manyou.asp"
gradeinfo=Application("gradeinfo")
if gradeinfo(info(1),28)<>true then Response.Redirect "err.asp?kind=110"
k = ubound(gradeinfo,1)
%>
<!--#INCLUDE FILE="config.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>投票中心</title>
<style>
<!--
a:active { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a:link { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a:visited { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
body{SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
SCROLLBAR-SHADOW-COLOR: buttonface;
SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
SCROLLBAR-TRACK-COLOR: #eeeeee;
SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
font-size: 9pt; color: <%=zzbird_chattext%> }
table { font-size: 10pt }
.in { font-size: 9.5pt ;color: <%=zzbird_selecttext%>; background-color: <%=zzbird_selectbg%>}
.but { border-style: ridge; border-width: 1; background-color: <%=zzbird_butbg%> ;color: <%=zzbird_buttext%>;CURSOR: hand; }
-->
</style>
</head>
<body bgcolor="<%=zzbird_chatbg%>" <%if zzbird_chatbgpic<>"" then%>background="<%=zzbird_chatbgpic%>"<%end if%> text="<%=zzbird_chattext%>" topmargin="6" leftmargin="6">
<div align="center">投票中心</div>
<hr><div align="center">
<form method="POST" action="poll_addok.asp">
<table border="0" cellpadding="2" width="100%" id="AutoNumber1" height="228">
<tr>
<td width="12%" rowspan="5" height="222">
<a style="position: absolute; left:14; top:30" href="javascript:history.back(1)">[返回]</a></td>
<td width="88%" height="19">投票主题:<input type="text" name="title" size="41" class="in"></td>
</tr>
<tr>
<td width="88%" height="13">准许投票的级别:<select size="1" name="min_grade" class="in">
<%for i=0 to k%>
<option value="<%=i%>"><%=i%></option>
<%next%>
</select>级至<select size="1" name="max_grade" class="in">
<%for i=0 to k-1%>
<option value="<%=i%>"><%=i%></option>
<%next%>
<option value="<%=k%>" selected><%=k%></option>
</select>级</td>
</tr>
<tr>
<td width="88%" height="19">回避名单:<input type="text" name="dis_user" size="41" class="in">(可选,中间用“|”隔开)</td>
</tr>
<tr>
<td width="88%" height="13" >投票选项:</td>
</tr>
<tr>
<td width="88%" height="134" >
<textarea rows="10" name="polls" cols="40" class="in"></textarea>(一个选项占用一行)</td>
</tr>
</table>
<p>
<input type="submit" value="提交" name="B1" class="but"> <input type="reset" value="重置" name="B2" class="but">
<input type="button" value="关闭" class="but" onclick="window.close()"></p>
</form>
</div>
<div align="center"> </div>
<div align="right"><a href="http://aspxer.com/go.aspx?action=nowchat" target="_blank"><font style="font-size:8.5pt" color="#EAEAEA">NowChat 2.2 - Powered by 喳喳鸟</font></a></div>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -