📄 sort.jsp
字号:
<%@page contentType="text/html; charset=GBK"
import="netshop.util.ItemsViewer"%>
<%@taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
<%@taglib uri="/WEB-INF/struts-nested.tld" prefix="nested"%>
<%@taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@taglib uri="/WEB-INF/struts-template.tld" prefix="template"%>
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<TABLE cellSpacing=0 width="98%" bgColor=#f7f7f7 border=0>
<TBODY>
<TR>
<logic:notEmpty name="categoryId" scope="session">
<TD
style="BORDER-TOP: #c8c8c8 1px solid; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM: #c8c8c8 1px solid; BORDER-RIGHT-WIDTH: 1px"
width="50%" height=25> <B> <bean:write name="categoryName"
scope="session" /> </B> <bean:size id="itemsize"
name="item.container" scope="session" property="items" /> <bean:define
id="viewer" name="item.container" scope="session"
type="netshop.util.ItemsViewer" /> <bean:message
key="item.viewer.title"
arg0="<%=((Integer)pageContext.getAttribute("itemsize")).toString()%>"
arg1="<%=((ItemsViewer)pageContext.getAttribute("viewer")).getCurrentPageItemsNums()%>" />
</TD>
<TD
style="BORDER-TOP: #c8c8c8 1px solid; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM: #c8c8c8 1px solid; BORDER-RIGHT-WIDTH: 1px"
width="50%" bgColor=#f7f7f7 height=25><a
href="/netshop/showItemsAction.do?orderId=1&categoryId=<bean:write name="categoryId" scope="session"/>"><bean:message
key="search.order.by.price.asc" /></a> <a
href="/netshop/showItemsAction.do?orderId=-1&categoryId=<bean:write name="categoryId" scope="session"/>"><bean:message
key="search.order.by.price.desc" /></a> <a
href="/netshop/showItemsAction.do?orderId=2&categoryId=<bean:write name="categoryId" scope="session"/>"><bean:message
key="search.order.by.update.time" /></a></TD>
</logic:notEmpty>
</TR>
</TBODY>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -