Açıklama Yok
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.

shop_query_express.htm 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>物流查询-{eyou:global name='web_name' /}</title>
  6. <meta name="renderer" content="webkit">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  9. {eyou:static file="users/skin/css/eyoucms.css"/}
  10. {eyou:static file="users/skin/css/basic.css"/}
  11. {eyou:include file="users/skin/css/diy_css.htm"/}
  12. {eyou:static file="/public/static/common/js/jquery.min.js"/}
  13. {eyou:static file="/public/plugins/layer-v3.1.0/layer.js"/}
  14. {eyou:static file="users/skin/js/global.js"/}
  15. <style type="text/css">
  16. #theForm .form-group{
  17. margin:10px 0px;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <div class="col-xs-12 col-sm-10 ey-member-index">
  23. <div class="panel panel-default m-b-0" style="min-height: 486px;">
  24. <div class="panel-body shop-finance">
  25. <div class="row">
  26. <div id="finance-list_wrapper" class="dataTables_wrapper form-inline dt-bootstrap no-footer clearfix">
  27. <table class="dataTable table table-bordered table-hover table-striped w-full m-t-10 no-footer dtr-inline" cellspacing="0" id="finance-list" data-table-ajaxurl="" data-table-pagelength="20" data-plugin="selectable" role="grid" aria-describedby="finance-list_info" >
  28. <thead>
  29. <tr role="row">
  30. <th style="width: 262px;">时间</th>
  31. <th style="width: 243px;">物流跟踪情况</th>
  32. </tr>
  33. </thead>
  34. <tbody>
  35. {eyou:empty name="ExpressData"}
  36. <tr class="odd">
  37. <td valign="top" colspan="6" class="dataTables_empty">暂无物流信息</td>
  38. </tr>
  39. {eyou:else/}
  40. {eyou:volist name="ExpressData" id="vo"}
  41. <tr class="odd">
  42. <td>{$vo.time}</td>
  43. <td>{$vo.context}</td>
  44. </tr>
  45. {/eyou:volist}
  46. {/eyou:empty}
  47. </tbody>
  48. </table>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. <script type="text/javascript">
  55. </script>
  56. </body>
  57. </html>