📄 cplistright.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -