17 lines
672 B
PHP
17 lines
672 B
PHP
<?php include $app->getModuleRoot() . 'common/view/header.lite.html.php';?>
|
|
<script type="module" crossorigin src="<?php echo $webRoot;?>static/js/index-67a30bc6.js"></script>
|
|
<link rel="stylesheet" href="<?php echo $webRoot;?>static/css/index-c34cea1e.css">
|
|
<?php js::set('screen', $screen);?>
|
|
<?php js::set('year', $year);?>
|
|
<?php js::set('dept', $dept);?>
|
|
<?php js::set('account', $account);?>
|
|
<div id="appProvider" style="display: none;"></div>
|
|
<div id="app">
|
|
<div class="first-loading-wrp">
|
|
<div class="loading-wrp">
|
|
<span class="dot dot-spin"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php include $app->getModuleRoot() . 'common/view/footer.lite.html.php';?>
|