Files
OMS/app/omeanalysts/view/ordersTime/frame.html
2025-12-28 23:13:25 +08:00

36 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<{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>