?? viewout.jsp
字號:
<%@ page contentType="text/html;charset=GB2312" language="java" %><%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %><%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %><%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %><%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %><html:html ><head><title></title><META http-equiv=Content-Type content="text/html; charset=gb2312"><link href="../../../css/mycss.css" rel="stylesheet" type="text/css"></head><body bgColor=white><html:base /> <table cellSpacing=0 borderColorDark=#ffffff cellPadding=3 width="603" bgColor=#FFFFFF borderColorLight=#996699 border=1> <TBODY> <tr bgColor=#996699> <td><span contentEditable=true>航班號</span></td> <td><span contentEditable=true>航班國籍</span></td> <td><span contentEditable=true>航班所屬公司</span></td> <td><span contentEditable=true>進出境</span></td> <td><span contentEditable=true>刪除</span> </td> <td><span contentEditable=true>編輯</span> </td> <td><span contentEditable=true>鏈接</span> </td></tr><logic:iterate name="View" id="View" type="liyong.form.View" scope="request"><logic:notEqual name="ViewForm" property="action" value="edit"> <tr> <td><bean:write name="View" property="fno" /> </td> <td><bean:write name="View" property="fcountry" /> </td> <td><bean:write name="View" property="fcom" /> </td> <td><bean:write name="View" property="iout" /> </td> <td><a href="ViewAction.do?action=delete&search=search&expression=<bean:write name='View' property='fno' /> ">刪除</a> </td> <td><a href="ViewAction.do?action=edit&search=search&expression=<bean:write name='View' property='fno' /> ">編輯</a> </td> <td><a href="LinkAction.do?action=link&search=search&expression=<bean:write name='View' property='fno' /> ">鏈接</a> </td></tr></logic:notEqual><logic:equal name='ViewForm' property='action' value='edit'> <tr> <form action="ViewAction.do?action=update&search=search&expression=<bean:write name='View' property='fno' /> " method="post" name="ViewForm"> <td><html:text name="View" property="fno" /> </td> <td><html:text name="View" property="fcountry" /> </td> <td><html:text name="View" property="fcom" /> </td> <td><html:text name="View" property="iout" /> </td> <td><a href="ViewAction.do?action=delete&search=search&expression=<bean:write name='View' property='fno' /> ">刪除</a> </td> <td><html:submit value="更新" > </html:submit></form ><html:form method="post" action="/jsp/infoAdmin/planeAdmin/ViewAction.do?action=reset&search=search&expression=<bean:write name='View' property='fno' /> "><html:submit value="取消" > </html:submit></html:form ></td> <td><a href="ViewAction.do?action=link&search=search&expression=<bean:write name='View' property='fno' /> ">鏈接</a> </td></tr></logic:equal></logic:iterate> <tr> <TD align=middle colSpan=7><bean:write name="ViewForm" property="pagestr" filter="false" /> </td></tr>
</tr></TBODY></table></body></html:html >
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -