%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/11584/root/var/www/html/ppaobm/backend/theme/adminlte/layouts/ |
Upload File : |
<?php use yii\helpers\Html; use backend\assets\AppAsset; $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; $backendAsset = Yii::getAlias('@backend'); $images = Yii::getAlias('@images-back'); $backend = Yii::getAlias('@back'); ?> <?= \dominus77\sweetalert2\Alert::widget(['useSessionFlash' => true]) ?> <?php if (Yii::$app->controller->action->id === 'login') { echo $this->render( 'main-login', ['content' => $content] ); } else { ?> <?php $this->beginPage() ?> <!DOCTYPE html> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <!-- BEGIN HEAD --> <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, maximum-scale=1, shrink-to-fit=no"> <?= Html::csrfMetaTags() ?> <title>ระบบตรวจสอบและขอใช้ห้องประชุมและอาคารสถานที่ศูนย์ประสานแผนพัฒนาท้องถิ่นประจำอำเภอองค์การบริหารส่วนจังหวัดพิษณุโลก </title> <?php $this->head() ?> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script> <script> WebFont.load({ google: {"families": ["Prompt:300,400,500,600,700"]}, active: function () { sessionStorage.fonts = true; } }); </script> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="<?= $directoryAsset ?>/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/bower_components/Ionicons/css/ionicons.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/bower_components/jvectormap/jquery-jvectormap.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/dist/css/skins/_all-skins.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $backend ?>/css/custom.css" rel="stylesheet" type="text/css" /> <link href="<?= $backend ?>/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <?php $this->beginBody() ?> <?php echo $this->render('header.php', ['directoryAsset' => $directoryAsset]) ?> <?php echo $this->render('site-menubar.php', ['directoryAsset' => $directoryAsset]) ?> <?php echo $this->render('content.php', ['content' => $content, 'directoryAsset' => $directoryAsset]) ?> <?php $this->endBody() ?> <?= $this->render('footer.php', ['directoryAsset' => $directoryAsset]) ?> </div> <div class="m-scroll-top m-scroll-top--skin-top" data-toggle="m-scroll-top" data-scroll-offset="500" data-scroll-speed="300"> <i class="la la-arrow-up"></i> </div> <script src="<?= $directoryAsset ?>/bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/bower_components/fastclick/lib/fastclick.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/dist/js/adminlte.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/bower_components/jquery-sparkline/dist/jquery.sparkline.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/plugins/jvectormap/jquery-jvectormap-world-mill-en.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/bower_components/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/dist/js/demo.js" type="text/javascript"></script> <script src="<?= $backend ?>/js/custom.js" type="text/javascript"></script> </body> </html> <?php $this->endPage() ?> <?php } ?>