znt/module/screen/view/staticdataold.html.php

12 lines
389 B
PHP

<?php include $app->getModuleRoot() . 'common/view/header.lite.html.php';?>
<?php js::set('webRoot', $webRoot);?>
<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';?>