selectmms.jsp
来自「移动彩信管理平台」· JSP 代码 · 共 122 行
JSP
122 行
<%@ page contentType="text/html;charset=utf-8"%>
<%@ include file="../common/taglibs.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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>彩信查询</title>
<link href="${webctx}/css/style.css" rel="stylesheet" type="text/css" />
<SCRIPT language="javaScript" SRC="${webctx}/js/fcnclander.js"></SCRIPT>
<script language="javaScript" src="${webctx}/js/validate.js"></script>
</head>
<body>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="8" align="left"><img src="images/pny_01.jpg" width="8" height="25" /></td>
<td width="100" align="center" background="images/pny_bg.gif" class="psize3">种子彩信查询</td>
<td width="8" align="right"><img src="images/pny_02.jpg" width="8" height="25" /></td>
</tr>
</table></td>
</tr>
</table>
<table width="98%" border="0" cellspacing="1" cellpadding="4" style="border:1px solid #5C92B7;">
<tr>
<td height="20" align="center" bgcolor="#FFFFFF">
<form name="selectMMMSForm" action="selectMMSResult.do" method="post">
<table width="99%" border="0" cellspacing="1" cellpadding="4" >
<tr>
<td height="20" align="right" bgcolor="#FFFFFF">栏目:</td>
<td height="20" align="left" bgcolor="#FFFFFF">
<select name="typyIndex" style="WIDTH: 105px">
<option value="-1" selected>全部栏目</option>
<s:iterator value="typeIndexList">
<option value="<s:property value="sortIndex"/>"><s:property value="sortName"/></option>
</s:iterator>
</select>
</td>
<td height="20" align="left" bgcolor="#FFFFFF">彩信标题:</td>
<td height="20" align="left" bgcolor="#FFFFFF"><input name="title" type="text" value="" size="20" value="<s:property value="title"/>" /></td>
</tr>
<tr>
<td height="20" align="right" bgcolor="#FFFFFF">审核状态:</td>
<td height="20" align="left" bgcolor="#FFFFFF">
<select name="checkstate" style="WIDTH: 120px">
<option value="-1">全部审核状态</option>
<option value="0">未审核</option>
<option value="1">审核通过</option>
<option value="2">审核不通过</option>
</select>
</td>
<td height="20" align="left" bgcolor="#FFFFFF">下发时间:</td>
<td height="20" align="left" bgcolor="#FFFFFF">
<input type="text" name="startDate" CLASS="txtInp" readonly="true" size="10" maxlength="10" value="<s:property value="startDate"/>"/>
<input class="sBtn" type="button" name="selectStartDate" size="20" value="选择日期" onclick="fPopCalendar(startDate,startDate)" style="cursor:hand"/>
至
<input type="text" name="endDate" CLASS="txtInp" readonly="true" size="10" maxlength="10" value="<s:property value="endDate"/>"/>
<input class="sBtn" type="button" name="selectStartDate" size="20" value="选择日期" onclick="fPopCalendar(endDate,endDate)" style="cursor:hand"/>
</td>
</tr>
<tr>
<td height="20" align="right" bgcolor="#FFFFFF">关键字:</td>
<td height="20" align="left" bgcolor="#FFFFFF"><input name="keyword" type="text" value="" size="20" value="<s:property value="keyword"/>"/></td>
<td height="20" colspan="2" align="left" bgcolor="#FFFFFF">
<input name="Submit3" type="submit" class="pal" value="确定"/>
<input name="reset" type="reset" class="pal" value="重置" /></td>
</tr>
</table>
</form>
<table width="99%" border="0" cellspacing="1" cellpadding="4" style="border:1px solid #5C92B7;">
<tr>
<td height="20" align="center" bgcolor="#A6D5D9" class="psize4">ID</td>
<td height="20" align="center" bgcolor="#A6D5D9" class="psize4">彩信栏目</td>
<td height="20" align="center" bgcolor="#A6D5D9" class="psize4">CP</td>
<td height="20" align="center" bgcolor="#A6D5D9" class="psize4">彩信标题</td>
<td height="20" align="center" bgcolor="#A6D5D9" class="psize4">发送时间</td>
<td height="20" align="center" bgcolor="#A6D5D9" class="psize4">审核状态</td>
<td height="20" align="center" bgcolor="#A6D5D9" class="psize4">转发次数</td>
<td height="20" align="center" bgcolor="#A6D5D9" class="psize4">操作</td>
</tr>
<s:iterator value="listResult" status="status">
<tr>
<td height="20" align="center" <s:if test="#status.odd==true">bgcolor="#F2FAFD"</s:if><s:else>bgcolor="#CEE8EA"</s:else>><s:property value="id"/></td>
<td height="20" align="center" <s:if test="#status.odd==true">bgcolor="#F2FAFD"</s:if><s:else>bgcolor="#CEE8EA"</s:else>><s:property value="sortName"/></td>
<td height="20" align="center" <s:if test="#status.odd==true">bgcolor="#F2FAFD"</s:if><s:else>bgcolor="#CEE8EA"</s:else>><s:property value="cp"/></td>
<td height="20" align="center" <s:if test="#status.odd==true">bgcolor="#F2FAFD"</s:if><s:else>bgcolor="#CEE8EA"</s:else>><s:property value="title"/></td>
<td height="20" align="center" <s:if test="#status.odd==true">bgcolor="#F2FAFD"</s:if><s:else>bgcolor="#CEE8EA"</s:else>><s:property value="sendTime"/></td>
<td height="20" align="center" <s:if test="#status.odd==true">bgcolor="#F2FAFD"</s:if><s:else>bgcolor="#CEE8EA"</s:else>>
<s:if test="checkState==0">
未审核
</s:if>
<s:elseif test="checkState==1">
审核通过
</s:elseif>
<s:elseif test="checkState==2)">
审核不通过
</s:elseif>
</td>
<td height="20" align="center" <s:if test="#status.odd==true">bgcolor="#F2FAFD"</s:if><s:else>bgcolor="#CEE8EA"</s:else>><s:property value="transmitCount"/></td>
<td height="20" align="center" <s:if test="#status.odd==true">bgcolor="#F2FAFD"</s:if><s:else>bgcolor="#CEE8EA"</s:else>><p>【<a href="#">查看</a>】<!--【<a href="#">修改</a>】-->【<a href="#" class="ap2">删除</a>】</p></td>
</tr>
</s:iterator>
</table>
<table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="99%" border="0" cellspacing="1" cellpadding="1">
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?