?? vote_purview.jsp
字號(hào):
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<cms4j:init/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>CMS4J </title>
<link href="../skin/blue/css/oper_area.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.STYLE1 {
font-size: 13px;
font-weight: bold;
}
-->
</style>
</head>
<script src="../../js/common.js"></script>
<script src="../../js/validator.js"></script>
<body>
<cms4j:vote_list id="${param.id}">
<form action="../../do?action=vote&id=${param.id}" method="post" name="jcmsFrom" id="jcmsFrom" onSubmit="return Validator.Validate(this,1)">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="title-bar"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="26" class="title-bar-title-icon"> </td>
<td width="745" class="title-bar-text"><span class="title_bar">投票預(yù)覽</span></td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr align="left">
<td height="22" colspan="2" class="table_title"><div align="center" class="STYLE1"><%=vote_info.getTITLE()%></div></td>
</tr>
<cms4j:vote_select>
<tr>
<td width="5%" height="22" align="center" class="table-cell-input"><div align="center"> <%=voteselect_info.getVoteOption()%> </div></td>
<td width="95%" height="22" class="table-cell-input"><%=voteselect_info.getSELECT()%></td>
</tr>
</cms4j:vote_select>
<tr>
<td height="22" colspan="2" align="right" class="table_oper_tr"><input name="Submit" type="submit" class="form-buttun" value="投票并查看結(jié)果"> </td>
</tr>
</table>
<table width="717" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"> </td>
</tr>
</table>
</form>
</cms4j:vote_list>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -