order_query.lbi

来自「ECSHOP是一款开源免费的通用电子商务平台构建软件」· LBI 代码 · 共 41 行

LBI
41
字号
<!--{if empty($order_query)}-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><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 + =
减小字号Ctrl + -
显示快捷键?