📄 showvoteresult.jsp
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title><cms4j:site_config node_id="root"><%=siteconfig_info.getSITE_TITLE()%></cms4j:site_config></title>
<!--
{cms4j_cache_target_path = /news/$year/$month-$day}
{cms4j_cache_target_file = $seq.html}
-->
<style type="text/css">
</style>
<link href="css/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #666666}
.style2 {color: #003399}
.style4 {color: #EFEFEF}
-->
</style>
</head>
<body>
<jsp:include page="top.jsp"/>
<table width="774" border="0" align="center" cellpadding="0" cellspacing="0" class="page_frame">
<tr>
<td>
<jsp:include page="../../symbol/vote/view_1.jsp">
<jsp:param name="VOTE_ID" value="${param.id}"></jsp:param>
<jsp:param name="NODE_ID" value="root"></jsp:param>
</jsp:include>
</td>
</tr>
</table>
<jsp:include page="bottom.jsp"/>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -