%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 14.207.165.8 / Your IP : 216.73.216.26 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/thread-self/root/proc/self/root/var/www/html/ppaobm/backend/theme/adminlte/security/ |
Upload File : |
<?php
use yii\helpers\Html;
use yii\bootstrap\ActiveForm;
use yii\helpers\Url;
use yii\helpers\ArrayHelper;
use dektrium\user\widgets\Connect;
//$this->title = Yii::t('user', 'Sign in');
$this->title = 'SmartOffice';
$asset = new backend\theme\AdminlteAsset();
//$asset::register($this);
$directoryAsset = Yii::$app->assetManager->getPublishedUrl($asset->sourcePath);
$ppaoAsset = Yii::getAlias('root');
$images = Yii::getAlias('@images-back');
?>
<div class="login-box">
<div class="login-logo">
<a href="#">
<img class="login-logo" src="<?= Yii::getAlias('@root') ?>/images/ppao96.png" />
</a>
</div>
<div class="login-box-body">
<div class="m-login__head d-none d-md-block">
<p class="login-box-msg">ระบบตรวจสอบและขอใช้ห้องประชุมและอาคารสถานที่ศูนย์ประสานแผนพัฒนาท้องถิ่นประจำอำเภอองค์การบริหารส่วนจังหวัดพิษณุโลก <br>(สำหรับเจ้าหน้าที่)</p>
</div>
<?php
$form = ActiveForm::begin([
'id' => 'login-form',
'options' => ['class' => 'm-login__form m-form'],
// 'fieldConfig' => [
// 'template' => "{beginWrapper}{input}{hint}{error}{endWrapper}",
// ],
'enableAjaxValidation' => true,
'enableClientValidation' => false,
'validateOnBlur' => false,
'validateOnType' => false,
'validateOnChange' => false,
]);
?>
<div class="form-group m-form__group">
<?= $form->field($model, 'login', ['inputOptions' => ['autofocus' => 'autofocus', 'placeholder' => 'ชื่อผู้ใช้', 'class' => 'form-control m-input m-input--air m-input--pill', 'tabindex' => '1']])->label(false); ?>
</div>
<div class="form-group m-form__group">
<?= $form->field($model, 'password', ['inputOptions' => ['placeholder' => 'รหัสผ่าน', 'class' => 'form-control m-input m-input--air m-input--pill', 'tabindex' => '2']])->passwordInput()->label(false); ?>
</div>
<?php if (Yii::$app->session->hasFlash('error')): ?>
<?=
\yii\bootstrap\Alert::widget([
'closeButton' => false,
'body' => ArrayHelper::getValue(Yii::$app->session->getFlash('error'), 'body'),
'options' => ArrayHelper::getValue(Yii::$app->session->getFlash('error'), 'options'),
])
?>
<?php endif; ?>
<div class="m-login__form-action">
<?= Html::submitButton(Yii::t('user', 'Sign in'), ['class' => 'btn btn-primary btn-block btn-flat', 'id' => 'm_login_signin_submit']) ?>
</div>
<?php ActiveForm::end(); ?>
<div class="social-auth-links text-center">
<p>Copyright © นายคามิน คุ้มแพทย์ กองแผนและงบประมาณ องค์การบริหารส่วนจังหวัดพิษณุโลก</p>
</div>
</div>
</div>