⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 noallowedchar.jsp

📁 JSP购物车(SQLserver版) ================== 简单的JSP电子商务网站购物车 带结算功能,带注册系统 大二时自己编写的,供大家参考学习 功能不是很详尽,美工
💻 JSP
字号:
<%@ page language="java" contentType="text/html;charset=UTF-8" %><%@ include file="../inc/common.jsp" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>${basic.name}后台管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<club:html type="css" />
<script type="text/javascript" src="../scripts/common.js"></script>
</head>
<body>
<div id="wrap">
<div class="sitemap"><ul><li>您的位置:</li><li>后台管理&gt;&gt;</li><li><h3>过滤字符设置</h3></li></ul></div><%
NoAllowedCharJsp noAllowedCharJsp = new NoAllowedCharJsp(request,response);
com.yeqiangwei.club.controller.form.NoAllowedCharForm noAllowedCharForm = noAllowedCharJsp.getNoAllowedCharForm();
%><%@ include file="../inc/msgHint.jsp" %>
<div class="sidebar gform">
<form id="gform" name="gform" action="admin.do?act=noAllowedChar" method="post" onsubmit="c.p('qwSubmit',true)">
<table summary="过滤字符设置" class="tabform">
<tbody>
<tr>
<th scope="row">禁止注册的字符:</th>
<td><textarea name="noAllowedUser" id="noAllowedUser"><%=noAllowedCharForm.getNoAllowedUser()%></textarea></td>
</tr>
<tr>
<th scope="row">文章禁止的字符:</th>
<td class="t_end"><textarea name="noAllowedTopic" id="noAllowedTopic"><%=noAllowedCharForm.getNoAllowedTopic()%></textarea></td>
</tr>
<tr>
<th scope="row">短消息禁止的字符:</th>
<td class="t_end"><textarea name="noAllowedMessage" id="noAllowedMessage"><%=noAllowedCharForm.getNoAllowedMessage()%></textarea></td>
</tr>
<tr>
<th scope="row">用户名字符替换:</th>
<td class="t_end"><textarea name="replaceUser" id="replaceUser" style="width:500px"><%=noAllowedCharForm.getReplaceUser()%></textarea></td>
</tr>
<tr>
<th scope="row">文章字符替换:</th>
<td class="t_end"><textarea name="replaceTopic" id="replaceTopic" style="width:500px"><%=noAllowedCharForm.getReplaceTopic()%></textarea></td>
</tr>
<tr>
<th scope="row">短消息字符替换:</th>
<td class="t_end"><textarea name="replaceMessage" id="replaceMessage" style="width:500px"><%=noAllowedCharForm.getReplaceMessage()%></textarea></td>
</tr>
<tr>
<th scope="row"></th>
<td class="t_end">
<input type="hidden" name="noAllowedId" id="noAllowedId" value="<%=noAllowedCharForm.getNoAllowedId()%>">
<input type="submit" name="qwSubmit" id="qwSubmit" value="确定提交">
</td>
</tr>
</tbody>
</table>
</form>
</div>
</body>
</html>
<!-- Powered by www.YeQiangWei.com -->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -