%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 yii\helpers\Url; $asset = new frontend\theme\MetronicAsset(); $asset::register($this); $directoryAsset = Yii::$app->assetManager->getPublishedUrl($asset->sourcePath); ?> <header id="m_header" class="m-grid__item m-header " m-minimize="minimize" m-minimize-mobile="minimize" m-minimize-offset="10" m-minimize-mobile-offset="10" > <div class="m-header__top"> <div class="m-container m-container--fluid m-container--full-height m-page__container"> <div class="m-stack m-stack--ver m-stack--desktop"> <div class="m-stack__item m-brand m-stack__item--left"> <div class="m-stack m-stack--ver m-stack--general m-stack--inline"> <div class="m-stack__item m-stack__item--middle m-brand__logo"> <a href="index.html" class="m-brand__logo-wrapper"> <?= Html::a('<img alt="" class="m-brand__logo-desktop" src="' . Yii::getAlias('@root') . '/images/logo.png"/><img alt="" class="m-brand__logo-mobile" src="' . Yii::getAlias('@root') . '/images/logo.png"/>', ['/site/index'], ['class' => 'm-brand__logo-wrapper']) ?> </a> </div> <div class="m-stack__item m-stack__item--middle m-brand__tools"> <?= Html::a('<i class="fas fa-lock"></i>', 'https://eoffice.ppao.go.th', [ 'class' => 'm-brand__icon m--visible-tablet-and-mobile-inline-block', 'target' => '_blank', 'data-toggle' => 'tooltip', 'title' => 'เข้าสู่ระบบสำหรับเจ้าหน้าที่', ]); ?> <a id="m_aside_header_menu_mobile_toggle" href="javascript:;" class="m-brand__icon m-brand__toggler m--visible-tablet-and-mobile-inline-block"> <span></span> </a> </div> </div> </div> <div class="m-stack__item m-stack__item--right m-header-head d-none d-lg-block" id="m_header_nav"> <div id="m_header_topbar" class="m-topbar m-stack m-stack--ver m-stack--general"> <div class="m-stack__item m-topbar__nav-wrapper"> <?= Html::a('<i class="fas fa-lock" style="padding-right:10px"></i> เข้าสู่ระบบสำหรับเจ้าหน้าที่', 'https://eoffice.ppao.go.th', [ 'class' => 'btn btn-info m-btn m-btn--custom', 'target' => '_blank', 'data-toggle' => 'tooltip', 'title' => 'เข้าสู่ระบบสำหรับเจ้าหน้าที่', ]); ?> </div> </div> </div> </div> </div> </div> <div class="m-header__bottom"> <div class="m-container m-container--fluid m-container--full-height m-page__container"> <div class="m-stack m-stack--ver m-stack--desktop"> <?= $this->render('site-menubar.php') ?> </div> </div> </div> </header>