mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 13:25:32 +08:00
47 lines
1.8 KiB
HTML
47 lines
1.8 KiB
HTML
<!--
|
|
Copyright 2026 ShopeX (https://www.shopex.cn)
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<{area inject=".mainHead"}>
|
|
<{css src="style.css" app='omeanalysts'}>
|
|
<{/area}>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td width="100%" valign="top" bgcolor="#E4E4E4" style="padding:12px 8px">
|
|
<div class="cir_top">
|
|
<img src="<{$env.app.res_url}>/cir_topleft.jpg" class="cir_left" />
|
|
<img src="<{$env.app.res_url}>/cir_topright.jpg" class="cir_right" />
|
|
</div>
|
|
<div class="cir_rightbox">
|
|
<h4>
|
|
<div class="title_left" >
|
|
<{$path}>
|
|
</div>
|
|
<{include file="ordersTime/search.html"}>
|
|
</h4>
|
|
|
|
<div class="tableform">
|
|
<div class="division" style="border:1px solid #ccc;">
|
|
<iframe frameborder="0" src="?app=omeanalysts&ctl=ome_ordersTime&act=orders_time_map&shop_id=<{$shop_id}>&from=<{$time_from}>&to=<{$time_to}>&hash=<{$hash}>" scrolling="no" width="100%" height="300" onload="$(this).getParent().removeClass('loading');"></iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="cir_bottom">
|
|
<img src="<{$env.app.res_url}>/cir_bottomleft.jpg" class="cir_left" />
|
|
<img src="<{$env.app.res_url}>/cir_bottomright.jpg" class="cir_right" />
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table> |