📄 ordersearch.jsp
字号:
<%@ page contentType="text/html;charset=GB2312" language="java" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="shop" prefix="shop"%>
<%@ page import="com.publish.shop.util.javabeans.Utility" %>
<%
String contextPath = request.getContextPath();
String confirmMsg = Utility.getMessage("label.delete.Confirm");
%>
<html:html>
<HEAD>
<TITLE>
</TITLE>
<script language="JavaScript" src="<%=contextPath%>/js/Utility.js"></script>
<script language="javaScript">
var winOpenedArr = new Array();
function search(){
document.form2.strutsAction.value="0";
document.form2.submit();
}
function fnHelpCorp()
{
var lsUrl = "/hlp/corp/search.do";
var winName='CorpHelp';
winOpenedArr[0] = openThisWindow(lsUrl,winName,winOpenedArr,'1b') ;
}
</script>
<META content="text/html; charset=gb2312" http-equiv=Content-Type><LINK
href="<%=contextPath%>/css/pub.css" rel=stylesheet type=TEXT/CSS>
<META content="MSHTML 5.00.3819.300" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0">
<shop:menu/>
<table>
<td vAlign=top>
<%@ include file="../side.jsp"%>
</td>
<TD vAlign="top" align="left" width=100%>
<!-- middle-top part -->
<html:form name="form2" action="/order/search.do" type="com.publish.shop.order.javabeans.OrderForm">
<html:hidden property="strutsAction"/>
<html:hidden property="pagerOffSet"/>
<TABLE WIDTH=700 BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR BGCOLOR="#000000">
<TD><IMG SRC="<%=contextPath%>/images/dot.gif" WIDTH="1" HEIGHT="1" BORDER=0 ALT=""></TD>
</TR>
</TABLE>
<TABLE WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=2 dwcopytype="CopyTableRow">
<TR>
<TD ALIGN=left height="25" valign="middle" colspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="right">
<tr>
<td width="13%" align="right" nowrap>确定状态: </td>
<td width="22%">
<html:select property="orderSendState" styleClass="Standard-InputCN">
<html:options collection="OrderSendStateList" property="value" labelProperty="label"/>
</html:select>
</td>
<td width="14%" align="right" nowrap>发送状态: </td>
<td width="36%">
<html:select property="orderSendState" styleClass="Standard-InputCN">
<html:options collection="OrderSendStateList" property="value" labelProperty="label"/>
</html:select>
</td>
<td width="15%" rowspan="2" align="left" valign="bottom">
<!--input type="image" border="0" name="imageField2" src="<%=contextPath%>/images/search.gif" height="14"-->
<input type="button" class="Standard-ButtonCN" value=" <bean:message key="label.search"/> " onclick="return search();">
<html:img page="/images/transparent.gif" width="10" height="8"/>
</td>
</tr>
<tr align="right">
<td width="13%" align="right">订 单 号:</td>
<td width="22%" align="left">
<html:text property="orderId" styleClass="Standard-InputCN" size="13" maxlength="20"/>
</td>
</tr>
</table>
</td>
</tr>
<TR BGCOLOR="#000000">
<TD COLSPAN="2"><IMG SRC="<%=contextPath%>/images/dot.gif" WIDTH="1" HEIGHT="1" BORDER=0 ALT=""></TD>
</TR>
</table>
<!-- middle-middle part -->
<br>
<!-- middle-bottom part -->
<logic:present name="OrderList">
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" class="Detail-Table-Bigest">
<tr>
<td width="8" height="8"><html:img page="/images/l1.gif" width="8" height="8"/></td>
<td height="8" background="<%=request.getContextPath()%>/images/t_bg.gif"><html:img page="/images/transparent.gif" width="8" height="8"/></td>
<td width="8" height="8"><html:img page="/images/r1.gif" width="8" height="8"/></td>
</tr>
<tr>
<td width="8" background="<%=request.getContextPath()%>/images/l_bg.gif"><html:img page="/images/transparent.gif" width="8" height="8"/></td>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="List-Table">
<tr>
<td colspan="7" class="DetailDescription-TdCN">
<shop:pager/>
</td>
</tr>
<tr BGCOLOR=#558BFF>
<TD ALIGN=center CLASS=txt width="15%" height="25"><FONT COLOR=#ffffff>订单号</td>
<TD ALIGN=center CLASS=txt height="15"><FONT COLOR=#ffffff>订购人</td>
<TD ALIGN=center CLASS=txt height="40"><FONT COLOR=#ffffff>订购日期</td>
<TD ALIGN=center CLASS=txt height="10"><FONT COLOR=#ffffff>订购状态</td>
<TD ALIGN=center CLASS=txt height="10"><FONT COLOR=#ffffff>发送状态</td>
<TD ALIGN=center CLASS=txt height="5"><FONT COLOR=#ffffff>确认</td>
<TD ALIGN=center CLASS=txt height="5"><FONT COLOR=#ffffff>删除</td>
</tr>
<logic:iterate id="OrderForm01" name="OrderList" type="com.publish.shop.order.javabeans.OrderModel">
<tr>
<TD ALIGN=center CLASS=txt width="15%" height="25">
<html:link page="/order/modify.do" paramId="orderId" paramName="OrderForm01" paramProperty="orderId">
<bean:write name="OrderForm01" property="orderId"/>
</html:link>
</td>
<TD ALIGN=center CLASS=txt width="15%" height="25"><bean:write name="OrderForm01" property="userName"/> </td>
<TD ALIGN=center CLASS=txt width="40%" height="25"><bean:write name="OrderForm01" property="orderTime"/>
<TD ALIGN=center CLASS=txt width="10%" height="25"><bean:write name="OrderForm01" property="orderStatus"/>
<TD ALIGN=center CLASS=txt width="10%" height="25"><bean:write name="OrderForm01" property="orderSendState"/>
<TD ALIGN=center CLASS=txt width="5%" height="25">
<INPUT TYPE="button" value="确认" name="confirmOrder" onclick="return confirmOrder('<bean:write name="OrderForm01" property="orderId"/>');">
</td>
<TD ALIGN=center CLASS=txt width="5%" height="25">
<IMG src="<%=request.getContextPath()%>/images/del.gif" onclick="return deleteUser('<bean:write name="OrderForm01" property="orderId"/>');">
</td>
</tr>
</logic:iterate>
</table>
</td>
<td width="8" background="<%=request.getContextPath()%>/images/r_bg.gif"><html:img page="/images/transparent.gif" width="8" height="13"/></td>
</tr>
<tr>
<td height="8"><html:img page="/images/l2.gif" width="8" height="8"/></td>
<td height="8" background="<%=request.getContextPath()%>/images/b_bg.gif"><html:img page="/images/transparent.gif" width="8" height="8"/></td>
<td width="8" height="8"><html:img page="/images/r2.gif" width="8" height="8"/></td>
</tr>
</table>
</logic:present>
</html:form>
</td>
<!-- foot begin -->
<CENTER><TABLE>
<TR>
<TD class=txt>版权所有| 法律声明| 联系我们 </TD>
</TR>
</TABLE></CENTER>
<BR>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -