You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!-- $Id: shipping_list.htm 17043 2010-02-26 10:40:02Z sxc_shop $ -->
|
|
|
|
|
{include file="pageheader.htm"}
|
|
|
|
|
{insert_scripts files="../js/utils.js,listtable.js"}
|
|
|
|
|
<!-- start payment list -->
|
|
|
|
|
<div class="list-div" id="listDiv">
|
|
|
|
|
<table cellspacing='1' cellpadding='3'>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>编号</th>
|
|
|
|
|
<th>时段</th>
|
|
|
|
|
<th>可选开始日期</th>
|
|
|
|
|
<th>{$lang.handler}</th>
|
|
|
|
|
</tr>
|
|
|
|
|
{foreach from=$shipping_date item=shipping}
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="center">
|
|
|
|
|
{$shipping.shipping_date_id}
|
|
|
|
|
</td>
|
|
|
|
|
<td align="center">
|
|
|
|
|
{$shipping.start_date}-{$shipping.end_date}
|
|
|
|
|
</td>
|
|
|
|
|
<td align="center">
|
|
|
|
|
{$shipping.select_day}
|
|
|
|
|
</td>
|
|
|
|
|
<td align="center" nowrap="true">
|
|
|
|
|
<a href="shipping.php?act=date_edit&sid={$shipping.shipping_date_id}">编辑</a>
|
|
|
|
|
<a href="shipping.php?act=date_remove&sid={$shipping.shipping_date_id}">移除</a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
{/foreach}
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- end payment list -->
|
|
|
|
|
<script type="Text/Javascript" language="JavaScript">
|
|
|
|
|
<!--
|
|
|
|
|
{literal}
|
|
|
|
|
|
|
|
|
|
onload = function()
|
|
|
|
|
{
|
|
|
|
|
// 寮�妫�煡璁㈠崟
|
|
|
|
|
startCheckOrder();
|
|
|
|
|
}
|
|
|
|
|
{/literal}
|
|
|
|
|
//-->
|
|
|
|
|
</script>
|
|
|
|
|
{include file="pagefooter.htm"}
|