?? vote_list.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<cms4j:init/>
<script src="../../js/common.js"></script>
<script src="../../js/page_init.js"></script>
<script src="../../admin/js/article.js"></script>
<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">
</head>
<body>
<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">調查管理</span></td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr class="table_title">
<td width="6%" class="table-titlebar">ID</td>
<td width="38%" class="table-titlebar">主題</td>
<td width="13%" class="table-titlebar">發布時間</td>
<td width="6%" class="table-titlebar">狀態</td>
<td width="22%" class="table-titlebar">操作</td>
</tr>
<cms4j:vote_list>
<tr class="table_border_cell_bg">
<td align="center" class="table-cell"><%=vote_info.getID()%></td>
<td align="left" class="table-cell"><%=vote_info.getTITLE()%></td>
<td align="center" class="table-cell"><%=vote_info.getADD_DATE_FORMATED("yy-MM-dd")%></td>
<td align="center" class="table-cell"><%=vote_info.getIS_SELECTED_STR()%></td>
<td align="center" class="table-cell">
<a href="vote_modify.jsp?id=<%=vote_info.getID()%>">改</a>
<a href="../../do?action=delVote&delType=single&delItem=<%=vote_info.getID()%>">刪</a>
<!--<a href="../../do?action=setNewVote&selItem=<%//=vote_info.getID()%>">設為最新</a>-->
<a href="../../do?action=setNewVote&selItem=<%=vote_info.getID()%>&state=<%=vote_info.getIS_SELECTED_SET()%>">
<%=vote_info.getIS_SELECTED_BUT()%>
</a>
<a href="vote_purview.jsp?id=<%=vote_info.getID()%>">預覽</a>
<a href="vote_result.jsp?id=<%=vote_info.getID()%>">結果</a>
</td>
</tr>
</cms4j:vote_list>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -