mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 19:05:34 +08:00
39 lines
704 B
HTML
39 lines
704 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<{include file="analysis/time_header.html" app="ome"}>
|
||
|
||
<{if $detail_hidden < 1}>
|
||
<!-- detail start -->
|
||
<div class="large">
|
||
<{include file="analysis/detail.html" app="ome"}>
|
||
</div>
|
||
<!-- detail end -->
|
||
<{/if}>
|
||
|
||
<{if $graph_hidden < 1}>
|
||
<!-- graph start -->
|
||
<table class="chart-view">
|
||
<tr><td valign="top">
|
||
<{include file="analysis/graph.html" app="ome"}>
|
||
</td></tr>
|
||
</table>
|
||
<!-- graph end -->
|
||
<{/if}>
|
||
|
||
<{if $rank_html}>
|
||
<!-- rank start -->
|
||
<table class="chart-view">
|
||
<tr>
|
||
<td valign="top">
|
||
<{$rank_html}>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<!-- rank end -->
|
||
<{/if}>
|
||
|
||
|