cplistright.jsp
来自「这个是完整的wap项目的源码 开发语言 Java 系统架构 Struts +」· JSP 代码 · 共 44 行
JSP
44 行
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"%>
<%@ taglib uri="/page-tag" prefix="page"%>
<html:form action="/cpList.do?method=listCpBusiness">
<table border="1" align="center" class="TableBack" width="350">
<th colspan="3" align="left">时效管理</th>
<tr>
<logic:notEmpty name="wap_global_messages" scope="request">
<td colspan="3">
<logic:iterate id="message" name="wap_global_messages" scope="request">
<center>
<font color="red">
<li>
<bean:write name="message" />
</li>
</font>
</center>
</logic:iterate>
</td>
</logic:notEmpty>
</tr>
<tr>
<td colspan="3" align="center"><br><br><br><strong>选择需要操作的cp :</strong>
<html:select property="cpId">
<html:options collection="cplist" property="value" labelProperty="label" />
</html:select>
<br><br><br><br>
</td>
</tr>
<tr>
<td colspan="3" align="center"><input type="submit" value="确定"></td>
</tr>
<tr><td class="tborder" colspan="3"></td></tr>
</table>
</html:form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?