?? comment_grade_view.jsp
字號:
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<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>
<script src="../../js/common.js"></script>
<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">查看評論分類</td>
</tr>
</table></td>
</tr>
</table>
<cms4j:common_comment_grade class_id="${param.CLASS_ID}">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr>
<td width="22%" height="22" align="right" class="table-frame-input-title">編 號:</td>
<td height="22" colspan="3" class="table-cell-input"><%=common_comment_grade_info.getCLASS_ID()%></td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">名 稱:</td>
<td width="78%" height="22" class="table-cell-input"><%=common_comment_grade_info.getCLASS_NAME()%></td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">是否審核:</td>
<td height="22" colspan="3" class="table-cell-input"><%=common_comment_grade_info.getVIEW_SET_NAME()%></td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">是否支持HTML標(biāo)簽:</td>
<td height="22" colspan="3" class="table-cell-input"><%=common_comment_grade_info.getIS_SUPPORT_HTML_NAME()%></td>
</tr>
<%if(common_comment_grade_info.getIS_SUPPORT_HTML()==1){%>
<tr>
<td height="22" align="right" class="table-frame-input-title">支持的HTML標(biāo)簽:</td>
<td height="22" colspan="3" class="table-cell-input"><%=common_comment_grade_info.getEncodeSupportHTML()%></td>
</tr>
<%}%>
<tr>
<td height="22" align="right" class="table-frame-input-title">是否回復(fù):</td>
<td height="22" colspan="3" class="table-cell-input"><%=common_comment_grade_info.getIS_SUPPORT_REPLAY_NAME()%></td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">敏感詞過濾:</td>
<td height="22" colspan="3" class="table-cell-input"><%=common_comment_grade_info.getIS_WORD_FILTER_NAME()%></td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">敏感詞過濾方式:</td>
<td height="22" colspan="3" class="table-cell-input"><%=common_comment_grade_info.getWORD_FILTER_TYPE_NAME()%></td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">評論父對象SQL查詢語句:</td>
<td height="22" colspan="3" class="table-cell-input"><%=common_comment_grade_info.getPARENT_OBJECT_ID_SQL()%></td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">備 注:</td>
<td height="22" colspan="3" class="table-cell-input"><%=common_comment_grade_info.getREMARK()%></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="buttun-bar">
<tr>
<td><input name="Submit" type="button" class="form-buttun" value="返 回" onClick="history.go(-1)"></td>
</tr>
</table>
</cms4j:common_comment_grade>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -