1045 lines
63 KiB
PHP
1045 lines
63 KiB
PHP
|
|
<?php
|
||
|
|
|
||
|
|
ini_set("allow_url_fopen", 1);
|
||
|
|
|
||
|
|
/* @var $this yii\web\View */
|
||
|
|
|
||
|
|
use common\models\CmsEgp;
|
||
|
|
use common\models\CmsFile;
|
||
|
|
use common\models\CmsFileCategory;
|
||
|
|
use common\models\CmsPage;
|
||
|
|
use common\models\CmsPost;
|
||
|
|
use common\models\CmsSlide;
|
||
|
|
use common\models\Ebook;
|
||
|
|
use common\models\EbookCategory;
|
||
|
|
use xgosoftwarecraft\RssFeed\RssReader;
|
||
|
|
use yii\data\ActiveDataProvider;
|
||
|
|
use yii\grid\GridView;
|
||
|
|
use yii\helpers\Html;
|
||
|
|
use yii\bootstrap4\ActiveForm;
|
||
|
|
use yii\helpers\StringHelper;
|
||
|
|
use yii\helpers\Url;
|
||
|
|
use yii\widgets\ListView;
|
||
|
|
use yii\widgets\Pjax;
|
||
|
|
use yii2fullcalendar\yii2fullcalendar;
|
||
|
|
|
||
|
|
$assets = Yii::$app->assetManager->getPublishedUrl('@frontend/themes/mali/assets');
|
||
|
|
|
||
|
|
$this->title = 'องค์การบริหารส่วนตำบลโคกจาน';
|
||
|
|
|
||
|
|
?>
|
||
|
|
|
||
|
|
<?php // $this->render('_popup')
|
||
|
|
?>
|
||
|
|
|
||
|
|
<!-- นายก/สไลด -->
|
||
|
|
<div class="ceo-banner section-bg1">
|
||
|
|
<div class="container">
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-lg-6 col-sm-3 wow fadeInLeftBig delay-04s">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/header/.png', ['class' => 'img-fluid', 'width' => 350]) ?>
|
||
|
|
</div>
|
||
|
|
<div class="col-lg-6 col-sm-3 wow fadeInRightBig delay-04s">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/header/palad.png', ['class' => 'img-fluid', 'width' => 350]) ?>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- นายก/สไลด -->
|
||
|
|
|
||
|
|
<!-- สไลด -->
|
||
|
|
<div class="slide-sec d-none d-lg-block section-bg2">
|
||
|
|
<div class="container">
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-lg-12 mt-20 d-none d-lg-block">
|
||
|
|
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
|
||
|
|
<ol class="carousel-indicators">
|
||
|
|
<?php
|
||
|
|
$i = 0;
|
||
|
|
foreach (
|
||
|
|
CmsSlide::find()->where(['status' => 1])
|
||
|
|
->orderBy(['created_at' => SORT_DESC])->all() as $carousel
|
||
|
|
) {
|
||
|
|
?>
|
||
|
|
<li data-target="#carouselExampleIndicators" data-slide-to="0"
|
||
|
|
class="<?= $i == 0 ? 'active' : '' ?>"></li>
|
||
|
|
<?php
|
||
|
|
$i++;
|
||
|
|
} ?>
|
||
|
|
</ol>
|
||
|
|
<div class="carousel-inner">
|
||
|
|
<?php
|
||
|
|
$i = 1;
|
||
|
|
foreach (CmsSlide::find()->where(['status' => 1])->all() as $slide) {
|
||
|
|
?>
|
||
|
|
<div class="carousel-item <?= $i == 1 ? 'active' : '' ?> img-slide">
|
||
|
|
<?= Html::img(Yii::$app->params['backendUrl'] . '/uploads/slides/' . $slide->slide, ['class' => 'd-block w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<?php
|
||
|
|
$i++;
|
||
|
|
} ?>
|
||
|
|
</div>
|
||
|
|
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
|
||
|
|
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||
|
|
<span class="sr-only">Previous</span>
|
||
|
|
</a>
|
||
|
|
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next"
|
||
|
|
style="
|
||
|
|
background: #423b3b57;
|
||
|
|
width: 35px;
|
||
|
|
height: 60px;
|
||
|
|
border-radius: 2px;
|
||
|
|
top: 45%;
|
||
|
|
margin: 5px;
|
||
|
|
">
|
||
|
|
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||
|
|
<span class="sr-only">Next</span>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="col-lg-12 mt-20 d-none d-lg-block">
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-md-3 wow fadeInUp delay-04s">
|
||
|
|
<a href="#" target="_blank">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/service-ico/newsqr.png', ['width' => '100%']) ?>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<div class="col-md-3 wow fadeInDown delay-04s">
|
||
|
|
<a href="#" target="_blank">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/service-ico/rongqr.png', ['width' => '100%']) ?>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<div class="col-md-3 wow fadeInUp delay-04s">
|
||
|
|
<a href="<?= Yii::$app->params['org_face'] ?>" target="_blank">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/service-ico/FB.png', ['width' => '100%']) ?>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<div class="col-md-3 wow fadeInUp delay-04s">
|
||
|
|
<a href="https://www.dla.go.th/oss.htm" target="_blank">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/oss.png', ['width' => '100%']) ?>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="col-lg-8 offset-2 align-self-center mt-20 d-none d-lg-block"
|
||
|
|
style="background-color: rgba(255, 255, 255, 0.7); padding: 5px; border-radius: 10px;">
|
||
|
|
|
||
|
|
<div class="mx-auto text-center mt-4 mb-4">
|
||
|
|
<h1 style="font-size: 30px !important; line-height: 25px;">
|
||
|
|
<small style="font-size: 18px; color: #1f4e3d;">ค้นหาข้อมูลข่าวสาร</small><br /><span
|
||
|
|
style="color: #0b82b9"><?= Yii::$app->params['org_name_th'] ?></span>
|
||
|
|
</h1>
|
||
|
|
<?= Yii::$app->params['org_name_en'] ?>
|
||
|
|
|
||
|
|
<?php $form = ActiveForm::begin(['method' => 'get', 'action' => ['/site/search']]) ?>
|
||
|
|
|
||
|
|
<?= $form->field($model, 'q', [
|
||
|
|
'inputTemplate' => '<div class="input-group">{input}<div class="input-group-append">
|
||
|
|
' . (Html::submitButton('<i class="fa fa-search"></i>', ['class' => 'btn btn-secondary'])) . '</div></div>',
|
||
|
|
])->label(false)->textInput(['placeholder' => 'คำค้น เช่น ข้อบัญญัติ']) ?>
|
||
|
|
|
||
|
|
<?php ActiveForm::end() ?>
|
||
|
|
<small><span class="fa fa-info"></span> คำแนะนำ
|
||
|
|
การค้นหาข้อมูลข่าวสาร<?= Yii::$app->params['org_name_th'] ?>
|
||
|
|
โดยพิมพ์คำค้นที่ต้องการค้นหา จากนั้นกดรูปแว่นขยาย เพื่อค้นหาข้อมูลข่าวสารที่ต้องการ</small>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- สไลด -->
|
||
|
|
|
||
|
|
<!-- ข่าวสารอื่นๆ -->
|
||
|
|
<div class="content-area featured-properties news-sec section-bg5">
|
||
|
|
<div class="container">
|
||
|
|
<!-- Main title -->
|
||
|
|
<div class="main-title">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/title/news.png', ['class' => 'h1 img-fluid rounded', 'width' => 360]) ?>
|
||
|
|
<ul class="nav nav-tabs" id="myTab" role="tablist" style="justify-content: center; padding: 30px">
|
||
|
|
<li class="nav-item">
|
||
|
|
<a class="nav-link btn btn-inline filtr-button filtr active" id="anouce-tab" data-toggle="tab"
|
||
|
|
href="#anouce" role="tab" aria-controls="anouce" aria-selected="true">ประชาสัมพันธ์</a>
|
||
|
|
</li>
|
||
|
|
<li class="nav-item">
|
||
|
|
<a class="nav-link btn btn-inline filtr-button filtr" id="activity-tab" data-toggle="tab"
|
||
|
|
href="#activity" role="tab" aria-controls="activity" aria-selected="false">กิจกรรม
|
||
|
|
<?= Yii::$app->params['org_short'] ?></a>
|
||
|
|
</li>
|
||
|
|
<li class="nav-item">
|
||
|
|
<a class="nav-link btn btn-inline filtr-button filtr" id="buyding-tab" data-toggle="tab"
|
||
|
|
href="#buyding" role="tab" aria-controls="buyding"
|
||
|
|
aria-selected="false">ประกาศจัดซื้อจัดจ้าง</a>
|
||
|
|
</li>
|
||
|
|
<li class="nav-item">
|
||
|
|
<a class="nav-link btn btn-inline filtr-button filtr" id="jobs-tab" data-toggle="tab" href="#jobs"
|
||
|
|
role="tab" aria-controls="jobs" aria-selected="false">รับสมัครงาน/โอน/ย้าย</a>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
<div class="tab-content wow fadeInUp delay-04s" id="myTabContent">
|
||
|
|
<div class="tab-pane fade show active" id="anouce" role="tabpanel" aria-labelledby="anouce-tab">
|
||
|
|
<div class="container">
|
||
|
|
<div class="row wow fadeInUp delay-04s">
|
||
|
|
<?php Pjax::begin(['id' => 'pjax-news']) ?>
|
||
|
|
|
||
|
|
<?= ListView::widget([
|
||
|
|
'dataProvider' => $dataProviderNews,
|
||
|
|
'layout' => "{summary}\n{items}\n<div class='mx-auto'>{pager}</div>",
|
||
|
|
'pager' => ['class' => 'yii\bootstrap4\LinkPager'],
|
||
|
|
'summary' => false,
|
||
|
|
'itemView' => '_news',
|
||
|
|
'options' => [
|
||
|
|
'class' => 'list-view row'
|
||
|
|
],
|
||
|
|
'itemOptions' => [
|
||
|
|
'tag' => false,
|
||
|
|
]
|
||
|
|
]) ?>
|
||
|
|
|
||
|
|
<?php Pjax::end() ?>
|
||
|
|
</div>
|
||
|
|
<div class="submit-property-button">
|
||
|
|
<?= Html::a('ข่าวประชาสัมพันธ์ทั้งหมด', ['/post/index', 'slug' => Yii::$app->abt->simpleSlug('ข่าวประชาสัมพันธ์'), 'id' => 1], ['class' => 'button btn-3']) ?>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="tab-pane fade" id="activity" role="tabpanel" aria-labelledby="activity-tab">
|
||
|
|
<div class="container">
|
||
|
|
<div class="row wow fadeInUp delay-04s">
|
||
|
|
<?php Pjax::begin(['id' => 'pjax-activity']) ?>
|
||
|
|
|
||
|
|
<?= ListView::widget([
|
||
|
|
'dataProvider' => $dataProviderActivity,
|
||
|
|
'layout' => "{summary}\n{items}\n<div class='mx-auto'>{pager}</div>",
|
||
|
|
'pager' => ['class' => 'yii\bootstrap4\LinkPager'],
|
||
|
|
'summary' => false,
|
||
|
|
'itemView' => '_activity',
|
||
|
|
'options' => [
|
||
|
|
'class' => 'list-view row'
|
||
|
|
],
|
||
|
|
'itemOptions' => [
|
||
|
|
'tag' => false,
|
||
|
|
]
|
||
|
|
]) ?>
|
||
|
|
<?php Pjax::end() ?>
|
||
|
|
</div>
|
||
|
|
<div class="submit-property-button">
|
||
|
|
<?= Html::a('ดูกิจกรรมทั้งหมด', ['/post/index', 'slug' => Yii::$app->abt->simpleSlug('ดูกิจกรรมทั้งหมด'), 'id' => 2], ['class' => 'button btn-3']) ?>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="tab-pane fade" id="buyding" role="tabpanel" aria-labelledby="buyding-tab">
|
||
|
|
|
||
|
|
<?php Pjax::begin(['id' => 'pjax-procurement']) ?>
|
||
|
|
<div class="container">
|
||
|
|
<?= ListView::widget([
|
||
|
|
'dataProvider' => $dataProviderProcurement,
|
||
|
|
'layout' => "{summary}\n{items}\n<div class='mx-auto'>{pager}</div>",
|
||
|
|
'pager' => ['class' => 'yii\bootstrap4\LinkPager'],
|
||
|
|
'summary' => false,
|
||
|
|
'itemView' => '_procurement',
|
||
|
|
'options' => [
|
||
|
|
'class' => '',
|
||
|
|
'tag' => 'ul',
|
||
|
|
],
|
||
|
|
'itemOptions' => [
|
||
|
|
'tag' => 'li',
|
||
|
|
]
|
||
|
|
]) ?>
|
||
|
|
|
||
|
|
<?php Pjax::end() ?>
|
||
|
|
<div class="submit-property-button">
|
||
|
|
<?= Html::a('ประกาศจัดซื้อจัดจ้างทั้งหมด', ['/post/index', 'slug' => Yii::$app->abt->simpleSlug('ประกาศจัดซื้อจัดจ้างทั้งหมด'), 'id' => 3], ['class' => 'button btn-3']) ?>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="tab-pane fade" id="jobs" role="tabpanel" aria-labelledby="jobs-tab">
|
||
|
|
<?php Pjax::begin(['id' => 'pjax-jobs']) ?>
|
||
|
|
<div class="container">
|
||
|
|
<?= ListView::widget([
|
||
|
|
'dataProvider' => $dataProviderJob,
|
||
|
|
'layout' => "{summary}\n{items}\n<div class='mx-auto'>{pager}</div>",
|
||
|
|
'pager' => ['class' => 'yii\bootstrap4\LinkPager'],
|
||
|
|
'summary' => false,
|
||
|
|
'itemView' => '_job',
|
||
|
|
'options' => [
|
||
|
|
'class' => '',
|
||
|
|
'tag' => 'ul',
|
||
|
|
],
|
||
|
|
'itemOptions' => [
|
||
|
|
'tag' => 'li',
|
||
|
|
]
|
||
|
|
]) ?>
|
||
|
|
|
||
|
|
<?php Pjax::end() ?>
|
||
|
|
<div class="submit-property-button">
|
||
|
|
<?= Html::a('รับสมัครงาน/โอน/ย้ายทั้งหมด', ['/post/index', 'slug' => Yii::$app->abt->simpleSlug('รับสมัครงาน/โอน/ย้ายทั้งหมด'), 'id' => 6], ['class' => 'button btn-3']) ?>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- ข่าวสารอื่นๆ -->
|
||
|
|
|
||
|
|
<!-- ITA PAGE -->
|
||
|
|
<div class="ita-page section-bg4">
|
||
|
|
<div class="container">
|
||
|
|
<?= CmsPage::findOne(35)->description ?>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- END ITA PAGE -->
|
||
|
|
|
||
|
|
<!-- EGP/book -->
|
||
|
|
<div class="content-area featured-properties section-bg6">
|
||
|
|
<div class="container">
|
||
|
|
<!-- Main title -->
|
||
|
|
<div class="main-title">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/title/eGP.png', ['class' => 'h1 img-fluid rounded', 'width' => 600]) ?>
|
||
|
|
<ul class="nav nav-tabs" id="myTab" role="tablist" style="justify-content: center; padding: 30px">
|
||
|
|
<li class="nav-item">
|
||
|
|
<a class="nav-link btn btn-inline filtr-button filtr active" id="egp-tab" data-toggle="tab"
|
||
|
|
href="#egp" role="tab" aria-controls="egp" aria-selected="true">ประกาศจัดซื้อจัดจ้าง e-GP</a>
|
||
|
|
</li>
|
||
|
|
<li class="nav-item">
|
||
|
|
<a class="nav-link btn btn-inline filtr-button filtr" id="bookst-tab" data-toggle="tab"
|
||
|
|
href="#bookst" role="tab" aria-controls="bookst" aria-selected="false">หนังสือราชการ สถ.</a>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
<div class="tab-content wow fadeInUp delay-04s" id="myTabContent">
|
||
|
|
<div class="tab-pane fade show active" id="egp" role="tabpanel" aria-labelledby="egp-tab">
|
||
|
|
<div class="section section-egp">
|
||
|
|
<?php
|
||
|
|
$type = [
|
||
|
|
'P0' => 'แผนการจัดซื้อจัดจ้าง',
|
||
|
|
'15' => 'ประกาศราคากลาง',
|
||
|
|
'B0' => 'ร่างเอกสารประกวดราคา',
|
||
|
|
'D0' => 'ประกาศเชิญชวน',
|
||
|
|
'W0' => 'ประกาศรายชื่อผู้ชนะการเสนอราคา',
|
||
|
|
'D1' => 'ยกเลิกประกาศเชิญชวน',
|
||
|
|
'W1' => 'ยกเลิกประกาศรายชื่อผู้ชนะการเสนอราคา',
|
||
|
|
'D2' => 'เปลี่ยนแปลงประกาศเชิญชวน',
|
||
|
|
'W2' => 'เปลี่ยนแปลงประกาศรายชื่อ'
|
||
|
|
];
|
||
|
|
|
||
|
|
?>
|
||
|
|
<div class="container">
|
||
|
|
<ul class="nav nav-pills nav-justified mb-3" id="pills-tab" role="tablist">
|
||
|
|
<?php
|
||
|
|
$i = 1;
|
||
|
|
foreach ($type as $key => $value) {
|
||
|
|
?>
|
||
|
|
<li class="nav-item">
|
||
|
|
<a class="nav-link <?= $key == 'W0' ? 'active' : '' ?>" id="pills-egp<?= $i ?>-tab"
|
||
|
|
data-toggle="pill" href="#pills-egp<?= $i ?>" role="tab"
|
||
|
|
aria-controls="pills-egp<?= $i ?>" aria-selected="true"><?= $value ?></a>
|
||
|
|
</li>
|
||
|
|
<?php
|
||
|
|
$i++;
|
||
|
|
} ?>
|
||
|
|
|
||
|
|
</ul>
|
||
|
|
<div class="tab-content" id="pills-tabContent">
|
||
|
|
|
||
|
|
<?php
|
||
|
|
$i = 1;
|
||
|
|
foreach ($type as $key => $value) { ?>
|
||
|
|
<div class="tab-pane fade show <?= $key == 'W0' ? 'active' : '' ?>"
|
||
|
|
id="pills-egp<?= $i ?>" role="tabpanel" aria-labelledby="pills-egp<?= $i ?>-tab">
|
||
|
|
<?php
|
||
|
|
$dataProvider = new ActiveDataProvider([
|
||
|
|
'query' => CmsEgp::find()->where(['type' => $key])->limit(20),
|
||
|
|
'sort' => [
|
||
|
|
'defaultOrder' => [
|
||
|
|
'pub_date' => SORT_DESC
|
||
|
|
]
|
||
|
|
],
|
||
|
|
'pagination' => false,
|
||
|
|
]);
|
||
|
|
|
||
|
|
Pjax::begin(['id' => 'pjax-egp-' . $key]);
|
||
|
|
echo ListView::widget([
|
||
|
|
'dataProvider' => $dataProvider,
|
||
|
|
'itemView' => '_egp'
|
||
|
|
]);
|
||
|
|
Pjax::end();
|
||
|
|
?>
|
||
|
|
</div>
|
||
|
|
<!--tab egp<?= $i ?>-->
|
||
|
|
<?php
|
||
|
|
$i++;
|
||
|
|
} ?>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!--section-egp-->
|
||
|
|
</div>
|
||
|
|
<div class="tab-pane fade" id="bookst" role="tabpanel" aria-labelledby="bookst-tab">
|
||
|
|
<!-- หังสือราชการ -->
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- EGP/book -->
|
||
|
|
|
||
|
|
<!-- ข้อมูล อบต. -->
|
||
|
|
<div class="counters-3 section-bg7">
|
||
|
|
<div class="container">
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-lg-5 col-md-12 col-sm-12 col-xs-12 align-self-center wow fadeInLeft delay-04s">
|
||
|
|
<div class="sec-title-three">
|
||
|
|
<div class="main-title main-title-5 mb-0">
|
||
|
|
<h1>ข้อมูลประชากร</h1>
|
||
|
|
<P><?= Yii::$app->params['org_name_th'] ?><br>
|
||
|
|
<span><?= Yii::$app->params['org_name_en'] ?></span>
|
||
|
|
</P>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="col-lg-7 col-md-12 col-sm-12 col-xs-12 wow fadeInRight delay-04s">
|
||
|
|
<div class="counters-3-inner">
|
||
|
|
<div class="counter-box-3 d-flex">
|
||
|
|
<i class="flaticon-apartment"></i>
|
||
|
|
<div class="detail">
|
||
|
|
<h1 class="counter">7</h1>
|
||
|
|
<p>จำนวนหมู่บ้าน</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="counter-box-3 d-flex">
|
||
|
|
<i class="flaticon-internet"></i>
|
||
|
|
<div class="detail">
|
||
|
|
<h1 class="counter">842</h1>
|
||
|
|
<p> จำนวนครัวเรือน</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="counter-box-3 d-flex">
|
||
|
|
<i class="flaticon-people"></i>
|
||
|
|
<div class="detail">
|
||
|
|
<h1 class="counter">2710</h1>
|
||
|
|
<p>ประชากรรวม</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="counter-box-3 d-flex">
|
||
|
|
<i class="flaticon-people-1"></i>
|
||
|
|
<div class="detail">
|
||
|
|
<h1 class="counter">0</h1>
|
||
|
|
<p>พื้นที่รวม(ไร่)</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- ข้อมูล อบต. -->
|
||
|
|
|
||
|
|
<!-- ท่องเที่ยว/อื่นๆ -->
|
||
|
|
<div class="content-area comon-slick recently-properties section-bg5">
|
||
|
|
<div class="container">
|
||
|
|
<!-- Main title -->
|
||
|
|
<div class="main-title">
|
||
|
|
|
||
|
|
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-3">
|
||
|
|
<div class="nav flex-column nav-pills" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||
|
|
<a class="nav-link active" id="v-pills-otop-tab" data-toggle="pill" href="#v-pills-otop"
|
||
|
|
role="tab" aria-controls="v-pills-otop" aria-selected="true">ผลิตภัณฑ์ในตำบล</a>
|
||
|
|
<a class="nav-link" id="v-pills-tour-tab" data-toggle="pill" href="#v-pills-tour" role="tab"
|
||
|
|
aria-controls="v-pills-tour" aria-selected="false">สถานที่สำคัญ</a>
|
||
|
|
<a class="nav-link " id="v-pills-calendar-tab" data-toggle="pill" href="#v-pills-calendar"
|
||
|
|
role="tab" aria-controls="v-pills-calendar" aria-selected="false">ปฏิทินงาน</a>
|
||
|
|
<a class="nav-link" id="v-pills-ebook-tab" data-toggle="pill" href="#v-pills-ebook" role="tab"
|
||
|
|
aria-controls="v-pills-ebook" aria-selected="false">หนังสือ/วารสาร/เอกสาร อิเล็กทรอนิกส์</a>
|
||
|
|
<a class="nav-link" id="v-pills-load-tab" data-toggle="pill" href="#v-pills-load" role="tab"
|
||
|
|
aria-controls="v-pills-load" aria-selected="false">ดาวน์โหลดแบบฟอร์ม</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="col-9">
|
||
|
|
<div class="tab-content" id="v-pills-tabContent">
|
||
|
|
<div class="tab-pane fade show active" id="v-pills-otop" role="tabpanel"
|
||
|
|
aria-labelledby="v-pills-otop-tab">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/title/otop.png', ['class' => 'h1 img-fluid rounded', 'width' => 260]) ?>
|
||
|
|
<br>
|
||
|
|
|
||
|
|
<div class="card-deck img-tour">
|
||
|
|
<?php Pjax::begin(['id' => 'pjax-product']) ?>
|
||
|
|
<?= ListView::widget([
|
||
|
|
'dataProvider' => $dataProviderProduct,
|
||
|
|
'layout' => "{summary}\n{items}\n<div class='mx-auto'>{pager}</div>",
|
||
|
|
'pager' => ['class' => 'yii\bootstrap4\LinkPager'],
|
||
|
|
'summary' => false,
|
||
|
|
'itemView' => '_product',
|
||
|
|
'options' => [
|
||
|
|
'class' => 'list-view row'
|
||
|
|
],
|
||
|
|
'itemOptions' => [
|
||
|
|
'tag' => false,
|
||
|
|
]
|
||
|
|
]) ?>
|
||
|
|
|
||
|
|
<?php Pjax::end() ?>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="submit-property-button">
|
||
|
|
<?= Html::a('ผลิตภัณฑ์ในตำบลทั้งหมด', ['/post/index', 'slug' => Yii::$app->abt->simpleSlug('ผลิตภัณฑ์ในตำบลทั้งหมด'), 'id' => 35], ['class' => 'button btn-3']) ?>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<div class="tab-pane fade" id="v-pills-tour" role="tabpanel" aria-labelledby="v-pills-tour-tab">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/title/tour.png', ['class' => 'h1 img-fluid rounded', 'width' => 260]) ?>
|
||
|
|
<br>
|
||
|
|
|
||
|
|
<div class="card-deck img-tour">
|
||
|
|
|
||
|
|
<?php Pjax::begin(['id' => 'pjax-place']) ?>
|
||
|
|
<?= ListView::widget([
|
||
|
|
'dataProvider' => $dataProviderPlace,
|
||
|
|
'layout' => "{summary}\n{items}\n<div class='mx-auto'>{pager}</div>",
|
||
|
|
'pager' => ['class' => 'yii\bootstrap4\LinkPager'],
|
||
|
|
'summary' => false,
|
||
|
|
'itemView' => '_place',
|
||
|
|
'options' => [
|
||
|
|
'class' => 'list-view row'
|
||
|
|
],
|
||
|
|
'itemOptions' => [
|
||
|
|
'tag' => false,
|
||
|
|
]
|
||
|
|
]) ?>
|
||
|
|
|
||
|
|
<?php Pjax::end() ?>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="submit-property-button">
|
||
|
|
<?= Html::a('แหล่งท่องเที่ยว/สถานที่สำคัญทั้งหมด', ['/post/index', 'slug' => Yii::$app->abt->simpleSlug('แหล่งท่องเที่ยว/สถานที่สำคัญทั้งหมด'), 'id' => 36], ['class' => 'button btn-3']) ?>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<div class="tab-pane fade " id="v-pills-calendar" role="tabpanel"
|
||
|
|
aria-labelledby="v-pills-calendar-tab">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/title/calendar.png', ['class' => 'h1 img-fluid rounded', 'width' => 260]) ?>
|
||
|
|
<br>
|
||
|
|
|
||
|
|
<?= yii2fullcalendar::widget([
|
||
|
|
'events' => Url::to(['/site/jsoncalendar']),
|
||
|
|
/*'events' => [
|
||
|
|
'googleCalendarId' => 'l6nbt4hdoua2b0vpldogt3tmes@group.calendar.google.com',
|
||
|
|
'className' => 'gcal-event'
|
||
|
|
],
|
||
|
|
'googleCalendar' => true,
|
||
|
|
'clientOptions' => [
|
||
|
|
'googleCalendarApiKey' => '195023435793-j7pbkoq1i6e0mjpg2vt06ajc4gf28aq6.apps.googleusercontent.com'
|
||
|
|
]*/
|
||
|
|
'options' => [
|
||
|
|
'header' => [
|
||
|
|
'left' => 'prev,next today',
|
||
|
|
'center' => 'title',
|
||
|
|
'right' => 'dayGridMonth,timerGridWeek,timerGridDay'
|
||
|
|
]
|
||
|
|
]
|
||
|
|
]) ?>
|
||
|
|
<?php $this->registerCss("
|
||
|
|
.fc-day-grid-event > .fc-content {
|
||
|
|
white-space: normal;
|
||
|
|
}
|
||
|
|
.btn-default {
|
||
|
|
color: aliceblue !important;
|
||
|
|
}
|
||
|
|
") ?>
|
||
|
|
</div>
|
||
|
|
<div class="tab-pane fade" id="v-pills-ebook" role="tabpanel"
|
||
|
|
aria-labelledby="v-pills-ebook-tab">
|
||
|
|
<?php
|
||
|
|
\frontend\assets\EbookAsset::register($this);
|
||
|
|
|
||
|
|
$script = '';
|
||
|
|
foreach (EbookCategory::find()->orderBy(['sort_order' => SORT_ASC])->all() as $category) {
|
||
|
|
?>
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/title/book.png', ['class' => 'h1 img-fluid rounded', 'width' => 260]) ?>
|
||
|
|
<!-- begin BookShelf html -->
|
||
|
|
<div id="bookshelf_<?= $category->id ?>" class="bs-container">
|
||
|
|
|
||
|
|
|
||
|
|
<!-- begin images for bookshelf -->
|
||
|
|
<section>
|
||
|
|
<?php foreach (Ebook::find()->where(['ebook_category_id' => $category->id])->limit(4)->orderBy(['id' => SORT_DESC])->all() as $book) { ?>
|
||
|
|
<div class="bs-shelf-image">
|
||
|
|
<?= Html::a(
|
||
|
|
Html::img(Yii::$app->params['backendUrl'] . '/uploads/ebook/cover/' . $book->cover),
|
||
|
|
['/ebook/view', 'id' => $book->id],
|
||
|
|
['target' => '_blank']
|
||
|
|
) ?>
|
||
|
|
<div class="bs-textbox">
|
||
|
|
<p><?= $book->name ?></p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<?php } ?>
|
||
|
|
|
||
|
|
</section>
|
||
|
|
<!-- end images for bookshelf -->
|
||
|
|
</div>
|
||
|
|
<!-- end BookShelf html -->
|
||
|
|
<?php
|
||
|
|
$script .= "$('#bookshelf_" . $category->id . "').bookshelf({color:\"#dd9933\",width:900});";
|
||
|
|
} ?>
|
||
|
|
<?php $this->registerJs($script) ?>
|
||
|
|
</div>
|
||
|
|
<div class="tab-pane fade" id="v-pills-load" role="tabpanel" aria-labelledby="v-pills-load-tab">
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-9">
|
||
|
|
<div class="tab-content" id="v-pills-tabContent">
|
||
|
|
<?php
|
||
|
|
$i = 1;
|
||
|
|
foreach (CmsFileCategory::find()->all() as $category) {
|
||
|
|
?>
|
||
|
|
<div class="tab-pane fade <?= $i == 1 ? ' show active' : '' ?>"
|
||
|
|
id="v-pills-tab<?= $category->id ?>" role="tabpanel"
|
||
|
|
aria-labelledby="v-pills-tab<?= $category->id ?>-tab">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/title/load.png', ['class' => 'h1 img-fluid rounded', 'width' => 260]) ?>
|
||
|
|
<br>
|
||
|
|
<h1><?= $category->name ?></h1>
|
||
|
|
|
||
|
|
<?php Pjax::begin(['id' => 'pjax-service-' . $i]) ?>
|
||
|
|
<?= ListView::widget([
|
||
|
|
'dataProvider' => new ActiveDataProvider([
|
||
|
|
'query' => CmsFile::find()->where(['cms_file_category_id' => $category->id])->limit(6),
|
||
|
|
'sort' => [
|
||
|
|
'defaultOrder' => [
|
||
|
|
'id' => SORT_DESC
|
||
|
|
]
|
||
|
|
],
|
||
|
|
/*
|
||
|
|
'pagination' => [
|
||
|
|
'pageSize' => 50
|
||
|
|
]*/
|
||
|
|
'pagination' => false,
|
||
|
|
]),
|
||
|
|
'layout' => "{summary}\n{items}\n<div class='mx-auto'>{pager}</div>",
|
||
|
|
'pager' => ['class' => 'yii\bootstrap4\LinkPager'],
|
||
|
|
'summary' => false,
|
||
|
|
'itemView' => '_file',
|
||
|
|
'options' => [
|
||
|
|
'class' => '',
|
||
|
|
'tag' => 'ul',
|
||
|
|
],
|
||
|
|
'itemOptions' => [
|
||
|
|
'tag' => 'li',
|
||
|
|
]
|
||
|
|
]) ?>
|
||
|
|
|
||
|
|
<?php Pjax::end() ?>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<?php
|
||
|
|
$i++;
|
||
|
|
} ?>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="col-3">
|
||
|
|
<div class="nav flex-column nav-pills" id="v-pills-tab" role="tablist"
|
||
|
|
aria-orientation="vertical">
|
||
|
|
<?php
|
||
|
|
$i = 1;
|
||
|
|
foreach (CmsFileCategory::find()->all() as $category) {
|
||
|
|
?>
|
||
|
|
<a class="nav-link <?= $i == 1 ? 'active' : '' ?>"
|
||
|
|
id="v-pills-tabtab<?= $category->id ?>-tab" data-toggle="pill"
|
||
|
|
href="#v-pills-tab<?= $category->id ?>" role="tab"
|
||
|
|
aria-controls="v-pills-tab<?= $category->id ?>"
|
||
|
|
aria-selected="true"><?= $category->name ?></a>
|
||
|
|
<?php
|
||
|
|
$i++;
|
||
|
|
} ?>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- ท่องเที่ยว/อื่นๆ -->
|
||
|
|
|
||
|
|
<!-- บุคลากร -->
|
||
|
|
<div class="agent-section content-area-17 comon-slick section-bg9">
|
||
|
|
<div class="container">
|
||
|
|
<!-- Main title -->
|
||
|
|
<div class="main-title">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/title/person.png', ['class' => 'h1 img-fluid rounded', 'width' => 360]) ?>
|
||
|
|
</div>
|
||
|
|
<div class="slick row comon-slick-inner"
|
||
|
|
data-slick='{"slidesToShow": 4, "responsive":[{"breakpoint": 1024,"settings":{"slidesToShow": 2}}, {"breakpoint": 768,"settings":{"slidesToShow": 1}}]}'>
|
||
|
|
<div class="item slide-box wow fadeInLeft delay-04s">
|
||
|
|
<div class="agent-1">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-content-wrap">
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 2]) ?>">หัวหน้าส่วนราชการ</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="team-hover-content">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 2]) ?>">หัวหน้าส่วนราชการ</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item slide-box wow fadeInLeft delay-04s">
|
||
|
|
<div class="agent-1">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-content-wrap">
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 4]) ?>" target="_blank">สำนักปลัด</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="team-hover-content">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 4]) ?>" target="_blank">สำนักปลัด</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item slide-box wow fadeInLeft delay-04s">
|
||
|
|
<div class="agent-1">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-content-wrap">
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 5]) ?>" target="_blank">กองคลัง</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="team-hover-content">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 5]) ?>" target="_blank">กองคลัง</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item slide-box wow fadeInLeft delay-04s">
|
||
|
|
<div class="agent-1">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-content-wrap">
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 6]) ?>" target="_blank">กองช่าง</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="team-hover-content">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 6]) ?>" target="_blank">กองช่าง</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item slide-box wow fadeInLeft delay-04s">
|
||
|
|
<div class="agent-1">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-content-wrap">
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 7]) ?>" target="_blank">กองการศึกษา
|
||
|
|
ศาสนา และวัฒนธรรม</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="team-hover-content">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 7]) ?>" target="_blank">กองการศึกษา
|
||
|
|
ศาสนา และวัฒนธรรม</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item slide-box wow fadeInRight delay-04s">
|
||
|
|
<div class="agent-1">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-content-wrap">
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 1]) ?>"
|
||
|
|
target="_blank">คณะผู้บริหาร</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="team-hover-content">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 1]) ?>"
|
||
|
|
target="_blank">คณะผู้บริหาร</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item slide-box wow fadeInRight delay-04s">
|
||
|
|
<div class="agent-1">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-content-wrap">
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 3]) ?>" target="_blank">สภาตำบล</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="team-hover-content">
|
||
|
|
<div class="member-thumb">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/borad.png', ['class' => 'img-fluid w-100']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="member-name-designation">
|
||
|
|
<h4 class="member-name">
|
||
|
|
<a href="<?= Url::to(['personnel/index', 'id' => 3]) ?>" target="_blank">สภาตำบล</a>
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- บุคลากร -->
|
||
|
|
|
||
|
|
<!-- แบนเนอร์ -->
|
||
|
|
<div class="partners partners-bg section-bg10">
|
||
|
|
<div class="container">
|
||
|
|
<div class="main-title">
|
||
|
|
<?= Html::img(Yii::getAlias('@web') . '/img/title/link.png', ['class' => 'img-fluid rounded', 'width' => 400, 'style' => 'max-width: unset']) ?>
|
||
|
|
</div>
|
||
|
|
<div class="link-page">
|
||
|
|
<div class=""
|
||
|
|
style="
|
||
|
|
box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;">
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-md-3" style="padding: 20px 0px 20px 50px; text-align: left;">
|
||
|
|
<h5 style="color: #ffffff">เว็บไซต์ที่เกี่ยวข้อง</h5>
|
||
|
|
<ul class="menu">
|
||
|
|
<li><a style="color: #ffffff" target="_blank" href="http://www.thaigov.go.th">รัฐบาลไทย</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank" href="http://www.moi.go.th">กระทรวงมหาดไทย</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank" href="https://dopa.go.th/">กรมการปกครอง</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/">กรมส่งเสริมการปกครองส่วนท้องถิ่น</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.cdd.go.th/">กรมการพัฒนาชุมชน</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dpt.go.th/">กรมโยธาธิการและผังเมือง</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank" href="http://www.doh.go.th">กรมทางหลวง</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank" href="http://www.rid.go.th">กรมชลประทาน</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/servlet/TemplateServlet?province=ubn">ท้องถิ่นจังหวัดอุบลราชธานี</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.ubonratchathani.go.th/">จังหวัดอุบลราชธานี</a>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
<div class="col-md-3" style="padding: 20px 0px 20px 50px; text-align: left;">
|
||
|
|
<h5 style="color: #ffffff">ข้อมูลสารสนเทศ</h5>
|
||
|
|
<ul class="menu">
|
||
|
|
<li><a style="color: #ffffff" target="_blank" href="http://info.dla.go.th/">ระบบข้อมูลกลาง
|
||
|
|
อปท.</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/work/abt/index.jsp">ข้อมูล
|
||
|
|
อปท.</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://info.dla.go.th/public/orgWebSite.do">เว็บไซต์
|
||
|
|
อปท.</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/work/2559/LPA/index.jsp">การประเมินประสิทธิภาพ
|
||
|
|
อปท.</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://ereport.dla.go.th/teacher.jsp">ข้อมูลผู้ดูแลเด็ก</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://ltax3000.dla.go.th/download.html">ดาวน์โหลดโปรแกรมแผนที่ภาษี</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/work/money/index.jsp">การเงินการคลังท้องถิ่น</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/servlet/DynamicWebServlet?dynamicwebId=21">ดาวน์โหลดแบบฟอร์ม</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://sis.dla.go.th/gpa.jsp">โปรแกรมจัดการผลการเรียนเฉลี่ย</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/servlet/DocumentServlet">หนังสือราชการจาก
|
||
|
|
สถ.</a>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
<div class="col-md-3" style="padding: 20px 0px 20px 50px; text-align: left;">
|
||
|
|
<h5 style="color: #ffffff">ระบบสารสนเทศ</h5>
|
||
|
|
<ul class="menu">
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://sarabun.dla.go.th/">ระบบสารบรรณ</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://ereport.dla.go.th/">ระบบแบบฟอร์มอิเล็กทรอนิกส์</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank" href="http://info.dla.go.th/">ระบบข้อมูลกลาง
|
||
|
|
อปท.</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank" href="http://e-plan.dla.go.th/">ระบบสารสนเทศ
|
||
|
|
เพื่อการวางแผน</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://welfare.dla.go.th/">ระบบเบี้ยยังชีพ</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://sis.dla.go.th/">ระบบการศึกษาท้องถิ่น</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://ccis.dla.go.th/">ระบบศูนย์พัฒนาเด็กเล็ก</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.laas.go.th/">ระบบบันทึกบัญชีท้องถิ่น</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://lhr.dla.go.th/hr/">ระบบข้อมูลบุคลากร</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/servlet/NewsServlet?_mode=new_abt_news">ฝากข่าว
|
||
|
|
อปท.</a></li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
<div class="col-md-3" style="padding: 20px 0px 20px 50px; text-align: left;">
|
||
|
|
<h5 style="color: #ffffff">ลิงก์ที่น่าสนใจ</h5>
|
||
|
|
<ul class="menu">
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://asean.dla.go.th/">ศูนย์การเรียนรู้อาเซียน</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/servlet/TemplateOrganizeServlet?organize=quality&_mode=menu&tempWebMenuId=3261">คู่มือสำหรับประชาชน</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/DLA-Magazine/DLA_Bookshelf/DLA_Bookshelf.html">DLA
|
||
|
|
ฉบับปฐมฤกษ์</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://info.dla.go.th/travel/main.do">ท้องถิ่นไทยหัวใจพอเพียง</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/servlet/ServiceServlet">ศูนย์บริการข้อมูลข่าวสาร</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/dla/doc.jsp">ศูนย์ปฎิบัติการ
|
||
|
|
DOC</a></li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank" href="http://info.dla.go.th/travel/">สถ.
|
||
|
|
ชวนเที่ยว</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.dla.go.th/servlet/TemplateOrganizeServlet?_mode=menu&tempWebMenuId=7281&organize=secretary">ข่าวรัฐบาลสู่ประชาชน</a>
|
||
|
|
</li>
|
||
|
|
<li><a style="color: #ffffff" target="_blank"
|
||
|
|
href="http://www.oic.go.th/ginfo/">ฐานข้อมูลหน่วยงานของรัฐ</a>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<a style="color: #ffffff"
|
||
|
|
href="/%E0%B8%A5%E0%B8%B4%E0%B8%87%E0%B8%84%E0%B9%8C%E0%B8%A0%E0%B8%B2%E0%B8%A2%E0%B8%99%E0%B8%AD%E0%B8%81/">ลิงก์หน่วยงานทั่วไป</a>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-lg-12">
|
||
|
|
<div class="container" style="text-align: left;">
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/banner_local2.jpg'), 'http://www.localsociety.org/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/bb01.jpg'), 'http://www.bb.go.th/bbhome/index.asp') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/bc.jpg'), 'http://www.cgd.go.th/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/bnn12.jpg'), 'http://thai.tourismthailand.org/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/ginfo.jpg'), 'http://www.oic.thaigov.go.th/ginfo/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/kkt.jpg'), 'http://www.ect.go.th/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/law.jpg'), 'http://www.krisdika.go.th/lawChar.jsp?head=3&item=3&process=displayLawList&id=1') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/mict.jpg'), 'http://www.mict.go.th/main.php?filename=index') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/ppch.jpg'), 'http://www.nccc.thaigov.net/nccc/1.php') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/pricem.jpg'), 'http://www.dit.go.th/pricemain2.asp') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/sahakorn.jpg'), 'http://www.savingcoop.com/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/sml.jpg'), 'http://www.dopa.go.th/sml/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/stng.jpg'), 'http://www.oag.go.th/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/tac.jpg'), 'http://www.admincourt.go.th/amc_tha.html') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/yota.jpg', ['width' => 152, 'height' => 45]), 'http://www.yotathai.net/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/lpa.png', ['width' => 152, 'height' => 45]), 'http://203.151.233.115/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/245_1.jpg', ['width' => 152, 'height' => 45]), 'http://sufficiency.dla.go.th/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/229_1.jpg', ['width' => 152, 'height' => 45]), 'http://www.paosavingcoop.or.th/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/4_1.gif', ['width' => 152, 'height' => 45]), 'http://www.lgp.go.th/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/190_1.gif', ['width' => 152, 'height' => 45]), 'http://cremation.no-ip.org/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/1_1.gif', ['width' => 152, 'height' => 45]), 'http://www.munsaving.com/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/181_1.gif', ['width' => 152, 'height' => 45]), 'http://203.150.231.1/pensionfund/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/7_1.gif', ['width' => 152, 'height' => 45]), 'http://www.dla.go.th/work/WebHR2/home/home.htm') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/10_1.gif', ['width' => 152, 'height' => 45]), 'http://www.dla.go.th/organize/quality') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/225_1.jpg', ['width' => 152, 'height' => 45]), 'http://www.lpdi.go.th/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/9_1.gif', ['width' => 152, 'height' => 45]), 'http://www.dla.go.th/servlet/ServiceServlet') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/185_1.gif', ['width' => 152, 'height' => 45]), 'http://km.laas.go.th/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/68_1.gif', ['width' => 152, 'height' => 45]), 'http://www.dla.go.th/servlet/DocumentServlet?documentType=13') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/230_1.jpg', ['width' => 152, 'height' => 45]), 'http://info.dla.go.th/travel/') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/252_1.jpg', ['width' => 152, 'height' => 45]), 'http://www.dla.go.th/dla/dss.jsp') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/224_1.jpg', ['width' => 152, 'height' => 45]), 'http://www.dla.go.th/work/DIN/index.html') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/182_1.gif', ['width' => 152, 'height' => 45]), 'http://www.dla.go.th/work/planlocal/index.htm') ?>
|
||
|
|
<?= Html::a(Html::img(Yii::getAlias('@web') . '/img/banner/235_1.jpg', ['width' => 152, 'height' => 45]), 'http://321-ac.eg.mahidol.ac.th/') ?>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<br>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- แบนเนอร์ -->
|