📄 submitvote.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.sunny.s3fornetoffice.*,com.sunny.currency.*,java.util.*" %>
<% Session m_session = new Session(session); %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Vote</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}
-->
</style></head>
<%
Request m_request = new Request(request);
int iVoteID = m_request.GetInt("VoteID");
int iSysDirID = m_request.GetInt("SysDirID");
String sVoteOptionIDs = m_request.GetString("voteoptionid");
Vector vt = VoteManager.getRecordByID(iVoteID);
if(vt.size()==1)
{
if(("," + iSysDirID + "," + SystemDirectoryManager.getSubSystemDirectoryIDs(iSysDirID) + ",").indexOf("," + ((Vector)vt.get(0)).get(5).toString() + ",")>=0)
{
VoteManager.UpdateReocordView(iVoteID,sVoteOptionIDs);
vt = VoteManager.getRecordByID(iVoteID);
}
}
%>
<body scroll=no>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#205DAC"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="216"><img src="../images/openwindows_03.gif" width="216" height="37"></td>
<td> </td>
<td width="102" align="center"><img src="../images/openwindows_06.gif" width="78" height="18" style="cursor:hand " onClick="window.close()"></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" height="243" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="16" rowspan="2"><img src="../images/openwindows_09.gif" width="16" height="243"></td>
<td height="234" align="center" background="../images/openwindows_15.gif" class="title">投票成功!<br>
<br>
感谢你的参与!</td>
<td width="21" rowspan="2"><img src="../images/openwindows_12.gif" width="21" height="243"></td>
</tr>
<tr>
<td height="9" background="../images/openwindows_18.gif"></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -