Last active
May 11, 2016 10:55
-
-
Save agungsijawir/38e588ade262b12efd931f19ba867d32 to your computer and use it in GitHub Desktop.
Sample use gentella theme admin on yii2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"require": { | |
... | |
"bower-asset/gentelella": "*" <-- tambahkan ini | |
... | |
}, | |
... | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This is gentella layout, taken from index.html | |
*/ | |
use yii\helpers\Html; | |
\app\assets\MyAsset::register($this); | |
?> | |
<?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"/> | |
<meta name="description" content="Indosat - IP Allocation & Booking Management" /> | |
<?= Html::csrfMetaTags() ?> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<!-- Meta, title, CSS, favicons, etc. --> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- Title & Rest --> | |
<title><?= Html::encode($this->title); ?></title> | |
<?php $this->head() ?> | |
</head> | |
<body class="nav-md"> | |
<?php $this->beginBody() ?> | |
<div class="container body"> | |
<div class="main_container"> | |
<div class="col-md-3 left_col"> | |
<div class="left_col scroll-view"> | |
<div class="navbar nav_title" style="border: 0;"> | |
<a href="#" class="site_title"><i class="fa fa-paw"></i> <span><?= Html::encode($this->title) ?></span></a> | |
</div> | |
<div class="clearfix"></div> | |
<!-- menu profile quick info --> | |
<div class="profile"> | |
<div class="profile_pic"> | |
<img src="images/img.jpg" alt="..." class="img-circle profile_img"> | |
</div> | |
<div class="profile_info"> | |
<span>Welcome,</span> | |
<h2>John Doe</h2> | |
</div> | |
</div> | |
<!-- /menu profile quick info --> | |
<br /> | |
<!-- sidebar menu --> | |
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu"> | |
<div class="menu_section"> | |
<h3>General</h3> | |
<ul class="nav side-menu"> | |
<li><a><i class="fa fa-home"></i> Home <span class="fa fa-chevron-down"></span></a> | |
<ul class="nav child_menu"> | |
<li><a href="index.html">Dashboard</a> | |
</li> | |
<li><a href="index2.html">Dashboard2</a> | |
</li> | |
<li><a href="index3.html">Dashboard3</a> | |
</li> | |
</ul> | |
</li> | |
<li><a><i class="fa fa-edit"></i> Forms <span class="fa fa-chevron-down"></span></a> | |
<ul class="nav child_menu"> | |
<li><a href="form.html">General Form</a> | |
</li> | |
<li><a href="form_advanced.html">Advanced Components</a> | |
</li> | |
<li><a href="form_validation.html">Form Validation</a> | |
</li> | |
<li><a href="form_wizards.html">Form Wizard</a> | |
</li> | |
<li><a href="form_upload.html">Form Upload</a> | |
</li> | |
<li><a href="form_buttons.html">Form Buttons</a> | |
</li> | |
</ul> | |
</li> | |
<li><a><i class="fa fa-desktop"></i> UI Elements <span class="fa fa-chevron-down"></span></a> | |
<ul class="nav child_menu"> | |
<li><a href="general_elements.html">General Elements</a> | |
</li> | |
<li><a href="media_gallery.html">Media Gallery</a> | |
</li> | |
<li><a href="typography.html">Typography</a> | |
</li> | |
<li><a href="icons.html">Icons</a> | |
</li> | |
<li><a href="glyphicons.html">Glyphicons</a> | |
</li> | |
<li><a href="widgets.html">Widgets</a> | |
</li> | |
<li><a href="invoice.html">Invoice</a> | |
</li> | |
<li><a href="inbox.html">Inbox</a> | |
</li> | |
<li><a href="calendar.html">Calendar</a> | |
</li> | |
</ul> | |
</li> | |
<li><a><i class="fa fa-table"></i> Tables <span class="fa fa-chevron-down"></span></a> | |
<ul class="nav child_menu"> | |
<li><a href="tables.html">Tables</a> | |
</li> | |
<li><a href="tables_dynamic.html">Table Dynamic</a> | |
</li> | |
</ul> | |
</li> | |
<li><a><i class="fa fa-bar-chart-o"></i> Data Presentation <span class="fa fa-chevron-down"></span></a> | |
<ul class="nav child_menu"> | |
<li><a href="chartjs.html">Chart JS</a> | |
</li> | |
<li><a href="chartjs2.html">Chart JS2</a> | |
</li> | |
<li><a href="morisjs.html">Moris JS</a> | |
</li> | |
<li><a href="echarts.html">ECharts </a> | |
</li> | |
<li><a href="other_charts.html">Other Charts </a> | |
</li> | |
</ul> | |
</li> | |
<li><a><i class="fa fa-clone"></i>Layouts <span class="fa fa-chevron-down"></span></a> | |
<ul class="nav child_menu"> | |
<li><a href="fixed_sidebar.html">Fixed Sidebar</a> | |
</li> | |
</ul> | |
</li> | |
</ul> | |
</div> | |
<div class="menu_section"> | |
<h3>Live On</h3> | |
<ul class="nav side-menu"> | |
<li><a><i class="fa fa-bug"></i> Additional Pages <span class="fa fa-chevron-down"></span></a> | |
<ul class="nav child_menu"> | |
<li><a href="e_commerce.html">E-commerce</a> | |
</li> | |
<li><a href="projects.html">Projects</a> | |
</li> | |
<li><a href="project_detail.html">Project Detail</a> | |
</li> | |
<li><a href="contacts.html">Contacts</a> | |
</li> | |
<li><a href="profile.html">Profile</a> | |
</li> | |
</ul> | |
</li> | |
<li><a><i class="fa fa-windows"></i> Extras <span class="fa fa-chevron-down"></span></a> | |
<ul class="nav child_menu"> | |
<li><a href="page_404.html">404 Error</a> | |
</li> | |
<li><a href="page_500.html">500 Error</a> | |
</li> | |
<li><a href="plain_page.html">Plain Page</a> | |
</li> | |
<li><a href="login.html">Login Page</a> | |
</li> | |
<li><a href="pricing_tables.html">Pricing Tables</a> | |
</li> | |
</ul> | |
</li> | |
<li><a><i class="fa fa-sitemap"></i> Multilevel Menu <span class="fa fa-chevron-down"></span></a> | |
<ul class="nav child_menu"> | |
<li><a href="#level1_1">Level One</a> | |
<li><a>Level One<span class="fa fa-chevron-down"></span></a> | |
<ul class="nav child_menu"> | |
<li class="sub_menu"><a href="level2.html">Level Two</a> | |
</li> | |
<li><a href="#level2_1">Level Two</a> | |
</li> | |
<li><a href="#level2_2">Level Two</a> | |
</li> | |
</ul> | |
</li> | |
<li><a href="#level1_2">Level One</a> | |
</li> | |
</ul> | |
</li> | |
<li><a href="javascript:void(0)"><i class="fa fa-laptop"></i> Landing Page <span class="label label-success pull-right">Coming Soon</span></a> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<!-- /sidebar menu --> | |
<!-- /menu footer buttons --> | |
<div class="sidebar-footer hidden-small"> | |
<a data-toggle="tooltip" data-placement="top" title="Settings"> | |
<span class="glyphicon glyphicon-cog" aria-hidden="true"></span> | |
</a> | |
<a data-toggle="tooltip" data-placement="top" title="FullScreen"> | |
<span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span> | |
</a> | |
<a data-toggle="tooltip" data-placement="top" title="Lock"> | |
<span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span> | |
</a> | |
<a data-toggle="tooltip" data-placement="top" title="Logout"> | |
<span class="glyphicon glyphicon-off" aria-hidden="true"></span> | |
</a> | |
</div> | |
<!-- /menu footer buttons --> | |
</div> | |
</div> | |
<!-- top navigation --> | |
<div class="top_nav"> | |
</div> | |
<!-- /top navigation --> | |
<!-- page content --> | |
<div class="right_col" role="main"> | |
</div> | |
<!-- /page content --> | |
<!-- footer content --> | |
<footer> | |
<div class="pull-right"> | |
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a> | |
</div> | |
<div class="clearfix"></div> | |
</footer> | |
<!-- /footer content --> | |
</div> | |
</div> | |
<?php $this->endBody() ?> | |
</body> | |
</html> | |
<?php $this->endPage() ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace app\assets; | |
use yii\web\AssetBundle; | |
class MyAsset extends AssetBundle | |
{ | |
public $sourcePath = '@bower/gentelella'; | |
public $css = [ | |
/** | |
* Ini diambil dari folder vendors | |
*/ | |
'vendors/font-awesome/css/font-awesome.min.css', | |
'vendors/iCheck/skins/flat/green.css', | |
'vendors/bootstrap-progressbar/css/bootstrap-progressbar-3.3.4.min.css', | |
/** | |
* CSS khusus untuk theme sendiri diambil dari production/css | |
*/ | |
'production/css/custom.css', | |
]; | |
public $js = [ | |
'fastclick/lib/fastclick.js', | |
'nprogress/nprogress.js', | |
'Chart.js/dist/Chart.min.js', | |
'bernii/gauge.js/dist/gauge.min.js', | |
'bootstrap-progressbar/bootstrap-progressbar.min.js', | |
'iCheck/icheck.min.js', | |
'skycons/skycons.js' | |
]; | |
public $depends = [ | |
'yii\bootstrap\BootstrapAsset', | |
'yii\bootstrap\BootstrapPluginAsset', | |
]; | |
public $publishOptions = []; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment