%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.248 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 : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/eoffice/frontend/theme/metronic/layouts/ |
Upload File : |
<?php use yii\helpers\Html; use frontend\assets\AppAsset; //use kartik\grid\GridView; /* @var $this \yii\web\View */ /* @var $content string */ $asset = new frontend\theme\MetronicAsset(); $asset::register($this); AppAsset::register($this); $directoryAsset = Yii::$app->assetManager->getPublishedUrl($asset->sourcePath); $controllerl = Yii::$app->controller; $homecheker = $controllerl->id . '/' . $controllerl->action->id; $frontendAsset = Yii::getAlias('@frontend'); $images = Yii::getAlias('@images'); $frontend = Yii::getAlias('@front'); ?> <?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]--> <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><?= Html::encode($this->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", "Kanit:300,400,500,600,700", "Mitr:300,400,500,600,700", "Pattaya:300,400,500,600,700", "Poppins:300,400,500,600,700", "Roboto:300,400,500,600,700"]}, active: function () { sessionStorage.fonts = true; } }); </script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="<?= $directoryAsset ?>/vendors/custom/fullcalendar/fullcalendar.bundle.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/vendors/base/vendors.bundle.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/demo/demo10/base/style.bundle.css" rel="stylesheet" type="text/css" /> <link href="<?= $frontend ?>/css/custom.css" rel="stylesheet" type="text/css" /> </head> <body class="m-page--fluid m-page--loading-enabled m-page--loading m-header--fixed m-header--fixed-mobile m-footer--push m-aside--offcanvas-default" > <div class="m-page-loader m-page-loader--base"> <div class="m-blockui"> <span> กรุณารอสักครู่... </span> <span> <div class="m-loader m-loader--brand"></div> </span> </div> </div> <div class="m-grid m-grid--hor m-grid--root m-page"> <?php $this->beginBody() ?> <?= $this->render('header.php', ['directoryAsset' => $directoryAsset]) ?> <?= $this->render('content.php', ['content' => $content, 'directoryAsset' => $directoryAsset]) ?> <?php $this->endBody() ?> <?= $this->render('footer.php', ['directoryAsset' => $directoryAsset]) ?> </div> <div id="m_scroll_top" class="m-scroll-top"> <i class="la la-arrow-up"></i> </div> <script src="<?= $frontend ?>/js/custom.js" type="text/javascript"></script> <script> $(window).on('load', function () { $('body').removeClass('m-page--loading'); }); </script> </body> </html> <?php $this->endPage() ?>