?? summary.jsp
字號:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<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">
<bean:message key="label.list"/>信息
</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="#bacce1">
<td><b>
<bean:message key="Information.infoid"/>
</b></td>
<td><b>
<bean:message key="Information.mobile"/>
</b></td>
<td><b>
<bean:message key="Information.store"/>
</b></td>
<td><b>
<bean:message key="Information.productcode"/>
</b></td>
<td><b>
<bean:message key="Information.quantity"/>
</b></td>
<td><b>
<bean:message key="Information.price"/>
</b></td>
<td><b></b></td>
</tr>
<bean:write name="pagerHeader" scope="request" filter="false"/><%! String key;%>
<logic:iterate id="information" name="INFORMATIONS" type="com.landsoft.gsm.model.Information">
<tr bgcolor="#FFFFFF">
<td><b>
<bean:write name="information" property="infoid" scope="page"/>
</b></td>
<td><b>
<bean:write name="information" property="mobile" scope="page"/>
</b></td>
<td><b>
<bean:write name="information" property="store" scope="page"/>
</b></td>
<td><b>
<bean:write name="information" property="productcode" scope="page"/>
</b></td>
<td><b>
<bean:write name="information" property="quantity" scope="page"/>
</b></td>
<td><b>
<bean:write name="information" property="price" scope="page"/>
</b></td>
<td><b>
<html:link href="Information/edit.do" paramId="infoid" paramName="information" paramProperty="infoid"><bean:message key="label.edit"/></html:link>
<html:link href="Information/view.do" paramId="infoid" paramName="information" paramProperty="infoid"><bean:message key="label.view"/></html:link>
<html:link href="Information/remove.do" paramId="infoid" paramName="information" paramProperty="infoid"><bean:message key="label.remove"/></html:link>
</b></td>
</tr>
</logic:iterate>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -