%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11585/root/var/www/html/water/backend/theme/adminlte/layouts/ |
Upload File : |
<?php /* @var $this \yii\web\View */ /* @var $content string */ use backend\assets\AppAsset; use yii\helpers\Html; use yii\bootstrap\Nav; use yii\bootstrap\NavBar; use yii\widgets\Breadcrumbs; use common\widgets\Alert; $asset = new backend\theme\AdminlteAsset(); $asset::register($this); AppAsset::register($this); $directoryAsset = Yii::$app->assetManager->getPublishedUrl($asset->sourcePath); $controllerl = Yii::$app->controller; $homecheker = $controllerl->id . '/' . $controllerl->action->id; ?> <?php if (Yii::$app->controller->action->id === 'login') { echo $this->render( 'main-login', ['content' => $content] ); } else { ?> <?php $this->beginPage() ?> <!DOCTYPE html> <html lang="<?= Yii::$app->language ?>"> <head><?php $this->head() ?> <meta charset="<?= Yii::$app->charset ?>"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php $this->registerCsrfMetaTags() ?> <title><?= Html::encode($this->title) ?></title> <?php $this->head() ?> <link href="<?= $directoryAsset ?>/plugins/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <link href="<?= $directoryAsset ?>/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/plugins/icheck-bootstrap/icheck-bootstrap.min.css" rel="stylesheetx" type="text/css" /> <link href="<?= $directoryAsset ?>/plugins/jqvmap/jqvmap.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/dist/css/adminlte.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/plugins/overlayScrollbars/css/OverlayScrollbars.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/plugins/daterangepicker/daterangepicker.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/plugins/summernote/summernote-bs4.css" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap" rel="stylesheet"> </head> <body class="hold-transition sidebar-mini layout-fixed"> <?php $this->beginBody() ?> <div class="wrapper"> <?= $this->render('header.php', ['directoryAsset' => $directoryAsset]) ?> <?= $this->render('site-menubar.php', ['directoryAsset' => $directoryAsset]) ?> <div class="content-wrapper"> <?= $this->render('content.php', ['content' => $content, 'directoryAsset' => $directoryAsset]) ?> </div> <?= $this->render('footer.php', ['directoryAsset' => $directoryAsset]) ?> <aside class="control-sidebar control-sidebar-dark"> </aside> </div> <?php $this->endBody() ?> <script src="<?= $directoryAsset ?>/plugins/jquery/jquery.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script> <script> $.widget.bridge('uibutton', $.ui.button) </script> <script src="<?= $directoryAsset ?>/plugins/bootstrap/js/bootstrap.bundle.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/chart.js/Chart.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/sparklines/sparkline.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/jqvmap/jquery.vmap.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/jqvmap/maps/jquery.vmap.usa.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/jquery-knob/jquery.knob.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/moment/moment.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/daterangepicker/daterangepicker.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/summernote/summernote-bs4.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/dist/js/adminlte.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/dist/js/pages/dashboard.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/dist/js/demo.js" type="text/javascript"></script> </body> </html> <?php $this->endPage() ?> <?php } ?>