115 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			115 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php if (!defined('THINK_PATH')) exit(); /*a:4:{s:126:"/www/wwwroot/testy.hschool.com.cn/git-test/DiverseYouthNightSchool/public/../application/admin/view/manystore/index/index.html";i:1740553698;s:109:"/www/wwwroot/testy.hschool.com.cn/git-test/DiverseYouthNightSchool/application/admin/view/layout/default.html";i:1740553698;s:106:"/www/wwwroot/testy.hschool.com.cn/git-test/DiverseYouthNightSchool/application/admin/view/common/meta.html";i:1740553698;s:108:"/www/wwwroot/testy.hschool.com.cn/git-test/DiverseYouthNightSchool/application/admin/view/common/script.html";i:1740553698;}*/ ?>
 | 
						|
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <meta charset="utf-8">
 | 
						|
<title><?php echo (isset($title) && ($title !== '')?$title:''); ?></title>
 | 
						|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
 | 
						|
<meta name="renderer" content="webkit">
 | 
						|
<meta name="referrer" content="never">
 | 
						|
<meta name="robots" content="noindex, nofollow">
 | 
						|
 | 
						|
<link rel="shortcut icon" href="/assets/img/favicon.ico" />
 | 
						|
<!-- Loading Bootstrap -->
 | 
						|
<link href="/assets/css/backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
 | 
						|
 | 
						|
<?php if(\think\Config::get('fastadmin.adminskin')): ?>
 | 
						|
<link href="/assets/css/skins/<?php echo \think\Config::get('fastadmin.adminskin'); ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
 | 
						|
<?php endif; ?>
 | 
						|
 | 
						|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
 | 
						|
<!--[if lt IE 9]>
 | 
						|
  <script src="/assets/js/html5shiv.js"></script>
 | 
						|
  <script src="/assets/js/respond.min.js"></script>
 | 
						|
<![endif]-->
 | 
						|
<script type="text/javascript">
 | 
						|
    var require = {
 | 
						|
        config:  <?php echo json_encode($config ?? ''); ?>
 | 
						|
    };
 | 
						|
</script>
 | 
						|
 | 
						|
    </head>
 | 
						|
 | 
						|
    <body class="inside-header inside-aside <?php echo defined('IS_DIALOG') && IS_DIALOG ? 'is-dialog' : ''; ?>">
 | 
						|
        <div id="main" role="main">
 | 
						|
            <div class="tab-content tab-addtabs">
 | 
						|
                <div id="content">
 | 
						|
                    <div class="row">
 | 
						|
                        <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
 | 
						|
                            <section class="content-header hide">
 | 
						|
                                <h1>
 | 
						|
                                    <?php echo __('Dashboard'); ?>
 | 
						|
                                    <small><?php echo __('Control panel'); ?></small>
 | 
						|
                                </h1>
 | 
						|
                            </section>
 | 
						|
                            <?php if(!IS_DIALOG && !\think\Config::get('fastadmin.multiplenav') && \think\Config::get('fastadmin.breadcrumb')): ?>
 | 
						|
                            <!-- RIBBON -->
 | 
						|
                            <div id="ribbon">
 | 
						|
                                <ol class="breadcrumb pull-left">
 | 
						|
                                    <?php if($auth->check('dashboard')): ?>
 | 
						|
                                    <li><a href="dashboard" class="addtabsit"><i class="fa fa-dashboard"></i> <?php echo __('Dashboard'); ?></a></li>
 | 
						|
                                    <?php endif; ?>
 | 
						|
                                </ol>
 | 
						|
                                <ol class="breadcrumb pull-right">
 | 
						|
                                    <?php foreach($breadcrumb as $vo): ?>
 | 
						|
                                    <li><a href="javascript:;" data-url="<?php echo $vo['url']; ?>"><?php echo $vo['title']; ?></a></li>
 | 
						|
                                    <?php endforeach; ?>
 | 
						|
                                </ol>
 | 
						|
                            </div>
 | 
						|
                            <!-- END RIBBON -->
 | 
						|
                            <?php endif; ?>
 | 
						|
                            <div class="content">
 | 
						|
                                <div class="panel panel-default panel-intro">
 | 
						|
    <div class="panel-heading">
 | 
						|
        <?php echo build_heading(null,FALSE); ?>
 | 
						|
        <ul class="nav nav-tabs" data-field="shop.status">
 | 
						|
            <li class="<?php echo \think\Request::instance()->get('shop.status') === null ? 'active' : ''; ?>"><a href="#t-all" data-value="" data-toggle="tab"><?php echo __('All'); ?></a></li>
 | 
						|
            <?php if(is_array($statusList) || $statusList instanceof \think\Collection || $statusList instanceof \think\Paginator): if( count($statusList)==0 ) : echo "" ;else: foreach($statusList as $key=>$vo): ?>
 | 
						|
            <li class="<?php echo \think\Request::instance()->get('shop.status') === (string)$key ? 'active' : ''; ?>"><a href="#t-<?php echo $key; ?>" data-value="<?php echo $key; ?>" data-toggle="tab"><?php echo $vo; ?></a></li>
 | 
						|
            <?php endforeach; endif; else: echo "" ;endif; ?>
 | 
						|
        </ul>
 | 
						|
    </div>
 | 
						|
 | 
						|
    <div class="panel-body">
 | 
						|
        <div id="myTabContent" class="tab-content">
 | 
						|
            <div class="tab-pane fade active in" id="one">
 | 
						|
                <div class="widget-body no-padding">
 | 
						|
                    <?php echo $check_auth_msg; ?>
 | 
						|
                    <div id="toolbar" class="toolbar">
 | 
						|
                        <?php echo build_toolbar('refresh,add'); ?>
 | 
						|
 | 
						|
<!--                        <div class="alert alert-danger-light">-->
 | 
						|
<!--                            <b>机构后台地址:</b><br>-->
 | 
						|
<!--                            <div id="auto_1">-->
 | 
						|
<!--                                <a href="#" target="_blank"></a>-->
 | 
						|
<!--                            </div>-->
 | 
						|
 | 
						|
<!--                        </div>-->
 | 
						|
 | 
						|
 | 
						|
                    </div>
 | 
						|
                    <table id="table" class="table table-striped table-bordered table-hover"
 | 
						|
                           data-operate-edit="<?php echo $auth->check('manystore/index/edit'); ?>"
 | 
						|
                           width="100%">
 | 
						|
                    </table>
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
</div>
 | 
						|
<script>
 | 
						|
    var shop_backend_url = "<?php echo $shop_backend_url; ?>";
 | 
						|
 | 
						|
    var shop_api_backend_url = "<?php echo $shop_api_backend_url; ?>";
 | 
						|
</script>
 | 
						|
                            </div>
 | 
						|
                        </div>
 | 
						|
                    </div>
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
        <script src="/assets/js/require<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js" data-main="/assets/js/require-backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js?v=<?php echo htmlentities($site['version'] ?? ''); ?>"></script>
 | 
						|
    </body>
 | 
						|
</html>
 |