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

📄 messagesettings.jsp

📁 JSP购物车(SQLserver版) ================== 简单的JSP电子商务网站购物车 带结算功能,带注册系统 大二时自己编写的,供大家参考学习 功能不是很详尽,美工
💻 JSP
字号:
<%@ page language="java" contentType="text/html;charset=UTF-8" %><%@ include file="../inc/common.jsp" %><%
com.yeqiangwei.club.view.jsp.MessageJsp messageJsp = new com.yeqiangwei.club.view.jsp.MessageJsp(request,response);
com.yeqiangwei.club.view.form.MessageSettingForm messageSettingForm = messageJsp.getMessageSettingForm();
%><!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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<meta name="description" content="${forum.forumView.summary}" />
<link href="images/favicon.ico" rel="Bookmark" /> 
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<club:html type="css" />
<club:html type="csspath" value="${basic.cssPath}member.css" />
<script type="text/javascript" src="scripts/common.js"></script>
<script type="text/javascript" src="scripts/utils.js"></script>
</head>
<body>
<%@ include file="../inc/nav.jsp" %>
<div class="sitemap">
<ul>
<li>您的位置:</li><li><a href="/club/" target="_parent">社区首页</a>&gt;&gt;</li><li><a href="main.jsp" target="_self">进展画面</a>&gt;&gt;</li><a href="message.jsp">站内短信管理</a>&gt;&gt;<strong>设置</strong>
</ul>
</div><%@ include file="/club/inc/msgHint.jsp" %>
<div class="part">
<ul>
<li><a href="message.jsp?act=take">收件箱</a></li>
<li><a href="message.jsp?act=write">写短信</a></li>
<li><a href="message.jsp?act=send">已发送</a></li>
<li class="normal"><a href="message.jsp?act=trash">废件箱</a></li>
<li class="normal"><a href="message.jsp?act=blacklist">黑名单</a></li>
<li class="normal"><a href="message.jsp?act=settings" class="bg">设置</a></li>
</ul>
</div>
<div class="tabpart">
<div class="list">
<form id="gform" name="gform" action="message.do" method="post" onsubmit="return c.p('qwSubmit',true);">
<table>
<tbody>
<tr>
<th scope="row">每页短信显示数量:</th>
<td><club:html type="input" name="maxRows" id="maxRows" htmlType="text" value="<%=String.valueOf(messageSettingForm.getMaxRows())%>" property=" class=\"input\""/></td>
</tr>
<tr>
<th scope="row">短信过滤:</th>
<td>
<select id="filter" name="filter">
<option value="0"></option>
<club:html type="option" name="接收任何人发送的短信" value="0" ovalue="<%=String.valueOf(messageSettingForm.getFilter())%>"/>
<club:html type="option" name="只接收会员发送的短信" value="1" ovalue="<%=String.valueOf(messageSettingForm.getFilter())%>"/>
<club:html type="option" name="只接收好友的短信" value="2" ovalue="<%=String.valueOf(messageSettingForm.getFilter())%>"/>
<club:html type="option" name="拒绝接收短信" value="3" ovalue="<%=String.valueOf(messageSettingForm.getFilter())%>"/>
</select>
</td>
</tr>
<tr>
<th scope="row">收到短信转发给:</th>
<td>
<club:html type="input" name="forwardUserName" id="forwardUserName" htmlType="text" value="<%=messageSettingForm.getForwardUserName()%>" property=" class=\"input\""/>
请填写注册用户名
</td>
</tr>
<tr>
<th scope="row"></th>
<td>
<input type="hidden" id="act" name="act" value="settings"/>
<input type="submit" id="qwSubmit" name="qwSubmit" value="保存设置" class="btn"/>
</td>
</tr>
</tbody>
</table>
</form>
</div>
</div>
<%@ include file="../inc/footer.jsp" %>
</body>
</html>
<!-- Powered by www.YeQiangWei.com -->

⌨️ 快捷键说明

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