📄 order_query.lbi
字号:
<!--{if empty($order_query)}-->
<meta http-equiv="Content-Type" content="text/html; charset=GBK"><div class="title-div"><img src="../images/order_query.gif" alt="" width="158" height="39" /></div>
<script>var invalid_order_sn = "{$lang.invalid_order_sn}"</script>
<div class="content-div" style="text-align:center;"><form name="ecsOrderQuery">
<input type="text" name="order_sn" /><br />
<input type="button" value="{$lang.query_order}" onclick="orderQuery()" />
</form></div>
<div class="content-div" id="ECS_ORDER_QUERY">
<!--{else}-->
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<!--{if $order_query.user_id}-->
<tr align="left">
<th width="30%" style="border-top: 1px dashed #DADADA;font-size:10px">{$lang.order_number}</th>
<td style="font-size:9px;border-top: 1px dashed #DADADA;"><a href="user.php?act=order_detail&order_id={$order_query.order_id}" >{$order_query.order_sn}</a></td>
</tr>
<!--{else}-->
<tr align="left">
<th width="30%" style="border-top: 1px dashed #DADADA;font-size:10px">{$lang.order_number}</th>
<td style="font-size:9px;border-top: 1px dashed #DADADA;">{$order_query.order_sn}</td>
</tr>
<!--{/if}-->
<tr align="left">
<th width="30%" style="border-top: 1px dashed #DADADA;font-size:10px">{$lang.order_status}</th>
<td style="font-size:9px;border-top: 1px dashed #DADADA;">{$order_query.order_status}</td>
</tr>
<!--{if $order_query.invoice_no }-->
<tr align="left">
<th width="30%" style="border-bottom: 1px dashed #DADADA;font-size:10px">{$lang.consignment}</th>
<td style="font-size:9px;border-bottom: 1px dashed #DADADA;">{$order_query.invoice_no}</td>
</tr>
<!--{/if}-->
{if $order_query.shipping_date}
<tr align="left">
<th width="30%" style="border-bottom: 1px dashed #DADADA;font-size:10px">{$lang.shipping_date}</th>
<td style="font-size:9px;border-bottom: 1px dashed #DADADA;">{$order_query.shipping_date}</td>
</tr>
<!--{/if}-->
</table>
<!--{/if}-->
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -