📄 orderhistory_body.jsp
字号:
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %><%@ taglib prefix="s" uri="/struts-tags"%><%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>function newWindow(nurl) { var title = "Tracking"; var wins = window.open(nurl,title,"width=1000,height=600,resizable=yes,location=no,status=no,scrollbars=yes,toolbar=no");}</script><!-- Used by the calendar. You need the calendar dir in the ROOT.war dir --><link title="calenda-system" href="/calendar/calendar-new.css" media="all" type="text/css" rel="stylesheet"/><script src="/calendar/calendar.js" type="text/javascript"/><script src="/calendar/lang/calendar-en.js" type="text/javascript"/><!-- Add extra lang files here, you need to keep the English file in --><!-- <script type="text/javascript" src="/calendar/lang/calendar-fr.js"></script> --><script src="/calendar/calendar-setup.js" type="text/javascript"/><div id="breadCrumb"> <ul> <li><a title="主页" href="http://shanghai.rs-online.com/web/">主页</a></li> <li><a title="订购纪录" href="/web/orderhistory.html">订购纪录</a></li> </ul></div><div onclick="javascript:hidechild();" id="orderhistory"> <div class="sectionTab"> <h2 title="订购纪录" class="browseDt">订购纪录</h2> </div> <div id="orderhistoryborder"><fieldset><div class="darkborder"> <h3>查找购买记录</h3> <div class="orderHistorySerachMsg">您最近二十次的订购历史如下按下观看详情</div> <form action="/web/orderhistory.html?method=displayOrderHistory" method="post" name="orderHistoryForm"><div style="border-bottom: 1px solid Silver;" class="btndiv">查找购买记录 <select class="inputfields" value="" name="searchBy"> <option value="rsStockNumber">RS库存号</option> <option value="orderNumber">你的订单号码</option> <option value="orderName">订单名称</option> <option value="rsReferenceNumber">RS参考号码</option></select> 搜寻 <input type="text" class="inputfields" value="" name="searchByValue"/> <input type="image" align="absmiddle" onclick="javascript:document.partsListSearch.submit()" src="https://shanghai.rs-online.com/cn03/img/site/partsList/partsFind.gif"/> </div></form><form action="/web/orderhistory.html?method=searchOrderByDates" method="post" name="orderHistoryForm"> <div class="btndiv">搜寻与下列标准配合的订单</div> <div class="historysearch">订购单日期 :</div> <div style="width: 70%;" class="devideparts"> <span><label>由 :</label> <input type="text" class="combobox" maxlength="10" size="10" id="SDRId" value="18/09/2008" name="startDate"/> (日/ 月/ 年) <img width="16" height="16" border="0" align="absmiddle" id="SDRTrigger" src="https://shanghai.rs-online.com/cn03/img/site/default/cal.gif"/> </span> <span> <label>至 :</label> <input type="text" class="inputfields" maxlength="10" size="10" id="EDRId" value="18/09/2008" name="endDate"/> (日/ 月/ 年) <img width="16" height="16" border="0" align="absmiddle" id="EDRTrigger" src="https://shanghai.rs-online.com/cn03/img/site/default/cal.gif"/> <input type="image" align="absmiddle" onclick="javascript:document.submit()" src="https://shanghai.rs-online.com/cn03/img/site/partsList/partsFind.gif"/> </span> </div></form><script type="text/javascript"> Calendar.setup({ inputField : "SDRId", // id of the input field ifFormat : "%d/%m/%Y", // format of the input field button : "SDRTrigger", // trigger for the calendar (button ID) align : "B1", // alignment (defaults to "Bl") singleClick : false, // double-click mode step : 1, // show all years in drop-down boxes (instead of every other year as default) weekNumbers : false }); Calendar.setup({ inputField : "EDRId", // id of the input field ifFormat : "%d/%m/%Y", // format of the input field button : "EDRTrigger", // trigger for the calendar (button ID) align : "B1", // alignment (defaults to "Bl") singleClick : false, // double-click mode step : 1, // show all years in drop-down boxes (instead of every other year as default) weekNumbers : false });</script><h3>搜寻结果</h3> <table width="100%" cellspacing="0" cellpadding="0" border="0" style="float: left;" class="table"> <thead> <tr class="tableheader"> <th width="15%">订购日期</th> <th width="10%">你的订单号码</th> <th>订单名称</th> <th width="12%">RS订购单参考编号</th> <th width="8%">订单总计</th> <th width="9%">加入订单</th> </tr> <tr> <td> 星期四, 18 九月 2008, 16:12</td> <td> <a href="/web/orderhistory.html?method=displayOrderDetails&id=150820CN"> 123456 </a></td> <td> </td> <td> 9227866 </td> <td align="right"> RMB1,661.40 </td> <td align="center"> <a href="/web/orderhistory.html?method=addOrUpdateOrders&id=150820CN"><img border="0" src="https://shanghai.rs-online.com/cn03/img/site/search/add.gif"/></a></td> </tr> </thead></table></div></fieldset></div></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -