remove.jsp~1~

来自「Java企业级开发项目实践,这是他的附光盘」· JSP~1~ 代码 · 共 77 行

JSP~1~
77
字号
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %><%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>  <table bgcolor="#666666" cellpadding="1" cellspacing="0" border="0" width="500">
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" width="500">
<tr>
<td bgcolor="#fecc51">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" width="500">    <tr>
<td bgcolor="#d6e0ed">&nbsp;&nbsp;Delete Confirmation    </td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="5%"></td><td width="19%"></td><td width="76%"></td>
</tr>    <tr>
<td>
<table bgcolor="#f2f2f2" width="500" cellspacing="0" border="0">      <tr bgcolor="#FFFFFF">
<td width="5%"></td><td width="19%"></td><td width="76%"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="5%"></td><td width="19%"></td><td width="76%"></td>
</tr><logic:present name="opersystemForm" scope="request">        <tr>
<td width="5%"></td><td width="19%"><font color="#022077" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><bean:message key="Opersystem.opersystemcode"/></b></font></td><td width="76%"><font size="2" face="Tahoma">              <bean:write name="opersystemForm" property="opersystemcode" scope="request"/>                        </font></td>
</tr>        <tr>
<td width="5%"></td><td width="19%"><font color="#022077" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><bean:message key="Opersystem.opersystemname"/></b></font></td><td width="76%"><font size="2" face="Tahoma">              <bean:write name="opersystemForm" property="opersystemname" scope="request"/>                        </font></td>
</tr></logic:present>    </table>
</td>
</tr>    <tr>
<td>
<table bgcolor="#f2f2f2" height="30" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr align="right" valign="middle">
<td><html:form method="POST" action="/Opersystem/trash">        <input type="hidden" name="opersystemcode" value="<bean:write name="opersystemForm" property="opersystemcode" scope="request"/>">                    <html:submit><bean:message key="label.remove"/></html:submit>                    &nbsp;&nbsp;                    <html:cancel><bean:message key="label.cancel"/></html:cancel>            </html:form>          </td>
</tr>
</table>
</td>
</tr>  </table>
</td>
</tr>
</table>

⌨️ 快捷键说明

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