123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- <?php /*a:3:{s:63:"/data/web/mall.valimart.net/app/admin/view/operation/index.html";i:1670990108;s:61:"/data/web/mall.valimart.net/app/admin/view/public/header.html";i:1657785098;s:66:"/data/web/mall.valimart.net/app/admin/view/public/admin_items.html";i:1657785098;}*/ ?>
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title><?php echo htmlentities((isset($html_title) && ($html_title !== '')?$html_title:config('ds_config.site_name'))); ?><?php echo htmlentities(lang('system_backend')); ?></title>
- <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
- <link rel="stylesheet" href="<?php echo htmlentities(ADMIN_SITE_ROOT); ?>/css/admin.css">
- <link rel="stylesheet" href="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery-ui.min.css">
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery-2.1.4.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.validate.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.cookie.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/common.js"></script>
- <script src="<?php echo htmlentities(ADMIN_SITE_ROOT); ?>/js/admin.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery-ui.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery.ui.datepicker-zh-CN.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/perfect-scrollbar.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/layer/layer.js"></script>
- <script type="text/javascript">
- var BASESITEROOT = "<?php echo htmlentities(BASE_SITE_ROOT); ?>";
- var ADMINSITEROOT = "<?php echo htmlentities(ADMIN_SITE_ROOT); ?>";
- var BASESITEURL = "<?php echo htmlentities(BASE_SITE_URL); ?>";
- var HOMESITEURL = "<?php echo htmlentities(HOME_SITE_URL); ?>";
- var ADMINSITEURL = "<?php echo htmlentities(ADMIN_SITE_URL); ?>";
- </script>
- </head>
- <body>
- <div id="append_parent"></div>
- <div id="ajaxwaitid"></div>
- <div class="page">
- <div class="fixed-bar">
- <div class="item-title">
- <div class="subject">
- <h3><?php echo htmlentities(lang('ds_operation')); ?></h3>
- <h5></h5>
- </div>
- <?php if($admin_item): ?>
- <ul class="tab-base ds-row">
- <?php if(is_array($admin_item) || $admin_item instanceof \think\Collection || $admin_item instanceof \think\Paginator): if( count($admin_item)==0 ) : echo "" ;else: foreach($admin_item as $key=>$item): ?>
- <li><a href="<?php echo htmlentities($item['url']); ?>" <?php if($item['name'] == $curitem): ?>class="current"<?php endif; ?>><span><?php echo htmlentities($item['text']); ?></span></a></li>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- </ul>
- <?php endif; ?>
- </div>
- </div>
- <div class="operation-tool">
- <div class="mt">
- <?php echo htmlentities(lang('seller_promotion_tool')); ?>
- </div>
- <div class="mc">
- <a href="<?php echo url('Promotionwholesale/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-6C93CD"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_promotion_wholesale')); ?></h5>
- <p><?php echo htmlentities(lang('ds_promotion_wholesale_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Promotionxianshi/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-E9BB5F"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_promotion_xianshi')); ?></h5>
- <p><?php echo htmlentities(lang('ds_promotion_xianshi_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Promotionmansong/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-79BAD0"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_promotion_mansong')); ?></h5>
- <p><?php echo htmlentities(lang('ds_promotion_mansong_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Promotionbundling/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-EC7E7F"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_promotion_bundling')); ?></h5>
- <p><?php echo htmlentities(lang('ds_promotion_bundling_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Promotionbooth/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-86CE86"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_promotion_booth')); ?></h5>
- <p><?php echo htmlentities(lang('ds_promotion_booth_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Groupbuy/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-6C93CD"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_groupbuy')); ?></h5>
- <p><?php echo htmlentities(lang('ds_groupbuy_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Vrgroupbuy/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-E9BB5F"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_groupbuy_vr')); ?></h5>
- <p><?php echo htmlentities(lang('ds_groupbuy_vr_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Voucher/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-6CCDA5"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_voucher_price_manage')); ?></h5>
- <p><?php echo htmlentities(lang('ds_voucher_price_manage_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Promotionmgdiscount/mgdiscount_store'); ?>">
- <dl>
- <dt><i class="iconfont bg-E9BB5F"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_promotion_mgdiscount')); ?></h5>
- <p><?php echo htmlentities(lang('ds_promotion_mgdiscount_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Inviter/setting'); ?>">
- <dl>
- <dt><i class="iconfont bg-9C6CCD"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_inviter_set')); ?></h5>
- <p><?php echo htmlentities(lang('ds_inviter_set_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Promotionpintuan/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-EC7E7F"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_promotion_pintuan')); ?></h5>
- <p><?php echo htmlentities(lang('ds_promotion_pintuan_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Promotionbargain/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-6C93CD"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_promotion_bargain')); ?></h5>
- <p><?php echo htmlentities(lang('ds_promotion_bargain_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Activity/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-79BAD0"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_activity_manage')); ?></h5>
- <p><?php echo htmlentities(lang('ds_activity_manage_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Promotionpresell/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-6CCDA5"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_promotion_presell')); ?></h5>
- <p><?php echo htmlentities(lang('ds_promotion_presell_tips')); ?></p>
- </dd>
- </dl>
- </a>
- </div>
- </div>
- <div class="operation-tool ">
- <div class="mt">
- <?php echo htmlentities(lang('platform_promotion_tool')); ?>
- </div>
- <div class="mc">
- <a href="javascript:void(0)" onclick="window.parent.openItem('flea,Flea,flea')">
- <dl>
- <dt><i class="iconfont bg-9C6CCD"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('flea')); ?></h5>
- <p><?php echo htmlentities(lang('flea_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Bonus/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-79BAD0"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_bonus')); ?></h5>
- <p><?php echo htmlentities(lang('ds_bonus_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Marketmanage/index',['type'=>1]); ?>">
- <dl>
- <dt><i class="iconfont bg-EC7E7F"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_market_1')); ?></h5>
- <p><?php echo htmlentities(lang('ds_market_1_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Marketmanage/index',['type'=>2]); ?>">
- <dl>
- <dt><i class="iconfont bg-86CE86"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_market_2')); ?></h5>
- <p><?php echo htmlentities(lang('ds_market_2_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Marketmanage/index',['type'=>3]); ?>">
- <dl>
- <dt><i class="iconfont bg-E9BB5F"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_market_3')); ?></h5>
- <p><?php echo htmlentities(lang('ds_market_3_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Marketmanage/index',['type'=>4]); ?>">
- <dl>
- <dt><i class="iconfont bg-6CCDA5"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_market_4')); ?></h5>
- <p><?php echo htmlentities(lang('ds_market_4_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Pointprod/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-6C93CD"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_pointprod')); ?></h5>
- <p><?php echo htmlentities(lang('ds_pointprod_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Pointorder/pointorder_list'); ?>">
- <dl>
- <dt><i class="iconfont bg-6CCDA5"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_pointorder')); ?></h5>
- <p><?php echo htmlentities(lang('ds_pointorder_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('points/setting'); ?>">
- <dl>
- <dt><i class="iconfont bg-EC7E7F"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_points_setting')); ?></h5>
- <p><?php echo htmlentities(lang('ds_points_setting_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Operation/point_signin'); ?>">
- <dl>
- <dt><i class="iconfont bg-86CE86"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_point_signin')); ?></h5>
- <p><?php echo htmlentities(lang('ds_point_signin_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Rechargecard/index'); ?>">
- <dl>
- <dt><i class="iconfont bg-6CCDA5"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_rechargecard')); ?></h5>
- <p><?php echo htmlentities(lang('ds_rechargecard_tips')); ?></p>
- </dd>
- </dl>
- </a>
- <a href="<?php echo url('Mallvouchertemplate/mallvouchertemplatelist'); ?>">
- <dl>
- <dt><i class="iconfont bg-6CCDA5"></i></dt>
- <dd>
- <h5><?php echo htmlentities(lang('ds_mallvouchertemplate_manage')); ?></h5>
- <p><?php echo htmlentities(lang('ds_mallvouchertemplate_manage_tips')); ?></p>
- </dd>
- </dl>
- </a>
- </div>
- </div>
- </div>
|