📄 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标签:</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标签:</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">是否回复:</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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -