📄 remove.jsp~1~
字号:
<%@ 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"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" width="500"> <tr>
<td bgcolor="#d6e0ed"> 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="supportForm" 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="Support.supportid"/></b></font></td><td width="76%"><font size="2" face="Tahoma"> <bean:write name="supportForm" property="supportid" 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="Support.usercode"/></b></font></td><td width="76%"><font size="2" face="Tahoma"> <bean:write name="supportForm" property="usercode" 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="Support.date1"/></b></font></td><td width="76%"><font size="2" face="Tahoma"> <bean:write name="supportForm" property="date1" 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="Support.problemcode"/></b></font></td><td width="76%"><font size="2" face="Tahoma"> <bean:write name="supportForm" property="problemcode" 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="Support.status"/></b></font></td><td width="76%"><font size="2" face="Tahoma"> <bean:write name="supportForm" property="status" 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="/Support/trash"> <input type="hidden" name="supportid" value="<bean:write name="supportForm" property="supportid" scope="request"/>"> <html:submit><bean:message key="label.remove"/></html:submit> <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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -