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.
 
 
 
 

68 lines
3.8 KiB

{template 'header'}
<div id="head-bar">
<div class="head-bar">
<div class="head-bar-back"><a href="{DT_MOB}my.php" data-direction="reverse"><img src="{DT_MOB}static/img/icon-back.png" width="24" height="24"/></a></div>
<div class="head-bar-title">{$head_name}</div>
</div>
<div class="head-bar-fix" id="load-fix-{$js_pageid}" style="height:0;"></div>
<div class="head-bar-fix" id="head-fix-{$js_pageid}"></div>
</div>
<div class="gird-4">
<ul>
{if $MG[trade_order]}
<li><a href="trade.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-trade.png" width="24" height="24"/><span>订单管理</span></a></li>
{/if}
{if $MG[group_order]}
{loop $MODULE $m}
{if $m[module] == 'group'}
<li><a href="group.php?mid={$m[moduleid]}&action=index" rel="external"><img src="{DT_MOB}static/img/my-group.png" width="24" height="24"/><span>{$m[name]}订单</span></a></li>
{/if}
{/loop}
{/if}
{if $MG[stock_limit]>-1}
<li><a href="stock.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-stock.png" width="24" height="24"/><span>库存管理</span></a></li>
{/if}
{if $MG[promo_limit]>-1}
<li><a href="promo.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-promo.png" width="24" height="24"/><span>优惠促销</span></a></li>
{/if}
{if $MG[child_limit]>-1}
<li><a href="child.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-child.png" width="24" height="24"/><span>子账号</span></a></li>
{/if}
<li><a href="deposit.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-deposit.png" width="24" height="24"/><span>保证金</span></a></li>
{if $MG[spread]}
<li><a href="spread.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-spread.png" width="24" height="24"/><span>排名推广</span></a></li>
{/if}
{if $MG[ad]}
<li><a href="ad.php?status=3" rel="external"><img src="{DT_MOB}static/img/my-ad.png" width="24" height="24"/><span>广告预定</span></a></li>
{/if}
{if $MG[sms] && $DT[sms]}
<li><a href="sms.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-sms.png" width="24" height="24"/><span>手机短信</span></a></li>
{/if}
{if $MG[alert_limit]>-1}
<li><a href="alert.php?status=3" rel="external"><img src="{DT_MOB}static/img/my-alert.png" width="24" height="24"/><span>贸易提醒</span></a></li>
{/if}
{if $MG[mail]}
<li><a href="mail.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-mail.png" width="24" height="24"/><span>邮件订阅</span></a></li>
{/if}
{if $MG[homepage]}
<li><a href="home.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-home.png" width="24" height="24"/><span>商铺设置</span></a></li>
<li><a href="style.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-style.png" width="24" height="24"/><span>模板设置</span></a></li>
{if ($MG[news_limit]>-1)}
<li><a href="stats.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-stats.png" width="24" height="24"/><span>流量统计</span></a></li>
{/if}
{if ($MG[news_limit]>-1)}
<li><a href="news.php?status=3" rel="external"><img src="{DT_MOB}static/img/my-news.png" width="24" height="24"/><span>公司新闻</span></a></li>
{/if}
{if ($MG[page_limit]>-1)}
<li><a href="page.php?status=3" rel="external"><img src="{DT_MOB}static/img/my-page.png" width="24" height="24"/><span>公司单页</span></a></li>
{/if}
{if ($MG[honor_limit]>-1)}
<li><a href="honor.php?status=3" rel="external"><img src="{DT_MOB}static/img/my-honor.png" width="24" height="24"/><span>荣誉资质</span></a></li>
{/if}
{if ($MG[link_limit]>-1)}
<li><a href="link.php?status=3" rel="external"><img src="{DT_MOB}static/img/my-link.png" width="24" height="24"/><span>友情链接</span></a></li>
{/if}
{/if}
</ul>
</div>
{template 'footer'}