%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/frontend/theme/oxygen/layouts/ |
Upload File : |
<?php /* @var $this \yii\web\View */ /* @var $content string */ use yii\helpers\Html; use yii\bootstrap\Nav; use yii\bootstrap\NavBar; use yii\widgets\Breadcrumbs; use frontend\assets\AppAsset; use common\widgets\Alert; AppAsset::register($this); $asset = new frontend\theme\OxygenAsset(); $asset::register($this); AppAsset::register($this); $directoryAsset = Yii::$app->assetManager->getPublishedUrl($asset->sourcePath); $controllerl = Yii::$app->controller; $homecheker = $controllerl->id . '/' . $controllerl->action->id; $front = Yii::getAlias('@front'); $images = Yii::getAlias('@images-back'); ?> <?php $this->beginPage() ?> <!DOCTYPE html> <html lang="<?= Yii::$app->language ?>"> <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 ?>/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/css/animate.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/css/lightbox.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/css/main.css" rel="stylesheet" type="text/css" /> <link id="css-preset" href="<?= $directoryAsset ?>/css/presets/preset1.css" rel="stylesheet" type="text/css" /> <link href="<?= $directoryAsset ?>/css/responsive.css" rel="stylesheet" type="text/css" /> <link href="<?= $front ?>/css/AdminLTE.min.css" rel="stylesheet" type="text/css" /> <link href="<?= $front ?>/css/custom.css" rel="stylesheet" type="text/css" /> <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'> </head> <body> <?php $this->beginBody() ?> <div class="preloader"> <i class="fa fa-circle-o-notch fa-spin"></i></div> <?php echo $this->render('header.php', ['directoryAsset' => $directoryAsset]) ?> <?php echo $this->render('content.php', ['content' => $content, 'directoryAsset' => $directoryAsset]) ?> <footer id="footer"> <div class="footer-top wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms"> <div class="container text-center"> <div class="footer-logo"> <a href="http://www.ppao.go.th"><img class="img-responsive" src="<?= $images ?>/ppao96.png" alt=""></a> </div> <div> <a href="http://www.ppao.go.th" style="color: white;font-weight: bold;" target="_blank">องค์การบริหารส่วนจังหวัดพิษณุโลก</a> </div> <div class="social-icons"> <ul> <li><a class="envelope" href="mailto:ppao@ppao.go.th" target="_blank"><i class="fa fa-envelope"></i></a></li> <li><a class="facebook" href="https://www.facebook.com/ppao.go.th" target="_blank"><i class="fa fa-facebook"></i></a></li> </ul> </div> </div> </div> <div class="footer-bottom"> <div class="container"> <div class="row"> <div class="col-sm-12"> <p>Copyright © <a href="#">นายคามิน คุ้มแพทย์ กองแผนและงบประมาณ องค์การบริหารส่วนจังหวัดพิษณุโลก</p> </div> </div> </div> </div> </footer> <?php $this->endBody() ?> <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC_JshhSV-JoqDfczJgTYtkbBnRIXPFfU0" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/js/jquery.inview.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/js/wow.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/js/mousescroll.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/js/jquery.countTo.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/js/lightbox.min.js" type="text/javascript"></script> <script src="<?= $directoryAsset ?>/js/main.js" type="text/javascript"></script> <script src="<?= $front ?>/js/sweetalert2.all.min.js" type="text/javascript"></script> <script src="<?= $front ?>/js/custom.js" type="text/javascript"></script> </body> </html> <?php $this->endPage() ?>