⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 order_query.lbi

📁 是一款很漂亮的 ecshop 模板 希望大家能够喜欢
💻 LBI
字号:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--{if empty($order_query)}-->
<script>var invalid_order_sn = "{$lang.invalid_order_sn}"</script>
<div align="center">
<form name="ecsOrderQuery">
<input name="order_sn" type="text" size="24" />
<br />
<input type="button" value="{$lang.query_order}" onclick="orderQuery()" class="margintop" />
</form>
</div>
<div id="ECS_ORDER_QUERY">
<!--{else}-->
  <table border="0" align="center" cellpadding="1" cellspacing="0">
    <!--{if $order_query.user_id}-->
    <tr>
      <td align="center" style="border-bottom: 1px dashed #ddd;"><strong>{$lang.order_number}</strong></td>
      <td align="center" style="border-bottom: 1px dashed #ddd;">&nbsp;</td>
      <td align="center" style="border-bottom: 1px dashed #ddd;"><a href="user.php?act=order_detail&order_id={$order_query.order_id}" >{$order_query.order_sn}</a></td>
    </tr>
    <!--{else}-->
    <tr>
      <td align="center" style="border-bottom: 1px dashed #ddd;"><strong>{$lang.order_number}</strong></td>
      <td align="center" style="border-bottom: 1px dashed #ddd;">&nbsp;</td>
      <td align="center" style="border-bottom: 1px dashed #ddd;">{$order_query.order_sn}</td>
    </tr>
    <!--{/if}-->
    <tr>
      <td align="center" style="border-bottom: 1px dashed #ddd;"><strong>{$lang.order_status}</strong></td>
      <td align="center" style="border-bottom: 1px dashed #ddd;">&nbsp;</td>
      <td align="center" style="border-bottom: 1px dashed #ddd;">{$order_query.order_status}</td>
    </tr>
    <!--{if $order_query.invoice_no }-->
    <tr>
      <td align="center" style="border-bottom: 1px dashed #ddd;"><strong>{$lang.consignment}</strong></td>
      <td align="center" style="border-bottom: 1px dashed #ddd;">&nbsp;</td>
      <td align="center" style="border-bottom: 1px dashed #ddd;">{$order_query.invoice_no}</td>
    </tr>
    <!--{/if}-->
    <!--{if $order_query.shipping_date}-->
    <tr>
      <td align="center" style="border-bottom: 1px dashed #ddd;"><strong>{$lang.shipping_date}</strong></td>
      <td align="center" style="border-bottom: 1px dashed #ddd;">&nbsp;</td>
      <td align="center" style="border-bottom: 1px dashed #ddd;">{$order_query.shipping_date}</td>
    </tr>
    <!--{/if}-->
  </table>
<!--{/if}-->
</div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -