mirror of https://github.com/ColorlibHQ/AdminLTE
Added implementations section to the documentation
parent
654fcc0922
commit
95a5719287
|
@ -28,7 +28,7 @@
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<a href="index2.html" class="logo" style='position: relative;'><b>Admin</b>LTE</a>
|
<a href="index2.html" class="logo" style='position: relative;'><b>Admin</b>LTE</a>
|
||||||
<!-- Header Navbar: style can be found in header.less -->
|
<!-- Header Navbar: style can be found in header.less -->
|
||||||
<nav class="navbar" role="navigation" style="border: 0;">
|
<nav class="navbar" role="navigation" style="border: 0;max-height: 50px;">
|
||||||
<!-- Sidebar toggle button-->
|
<!-- Sidebar toggle button-->
|
||||||
<a href="#" class="sidebar-toggle" role="button">
|
<a href="#" class="sidebar-toggle" role="button">
|
||||||
<span class="sr-only">Toggle navigation</span>
|
<span class="sr-only">Toggle navigation</span>
|
||||||
|
@ -160,8 +160,7 @@
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<pre class='prettyprint'>
|
<pre class='prettyprint'><header class="main-header">
|
||||||
<header class="main-header">
|
|
||||||
<a href="../../index2.html" class="logo">
|
<a href="../../index2.html" class="logo">
|
||||||
<!-- LOGO -->
|
<!-- LOGO -->
|
||||||
AdminLTE
|
AdminLTE
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
<section id="implementations">
|
||||||
|
<h2 class="page-header"><a href="#implementations">Implementations</a></h2>
|
||||||
|
<p class="lead">Thanks to many of AdminLTE users, there are multiple implementations of the template
|
||||||
|
for easy integration with back-end frameworks. The following are some of them:</p>
|
||||||
|
|
||||||
|
<ul class="">
|
||||||
|
<li><a href="https://github.com/dmstr/yii2-adminlte-asset" target="_blank">Yii 2</a> by <a href="https://github.com/schmunk42" target="_blank">Tobias Munk</a></li>
|
||||||
|
<li><a href="https://github.com/yajra/laravel-admin-template" target="_blank">Laravel</a> by <a href="https://github.com/yajra" target="_blank">Arjay Angeles</a></li>
|
||||||
|
<li><a href="https://github.com/avanzu/AdminThemeBundle" target="_blank">Symfony</a> by <a href="https://github.com/avanzu" target="_blank">Marc Bach</a></li>
|
||||||
|
<li><a href="https://github.com/nicolas-besnard/adminlte2-rails" target="_blank">Rails Gem</a> by <a href="https://github.com/nicolas-besnard" target="_blank">Nicolas Besnard</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><b class="text-red">Note:</b> these implementations are not supported by Almsaeed Studio. However,
|
||||||
|
they do provide a good example of how to integrate AdminLTE into different frameworks. For the latest release
|
||||||
|
of AdminLTE, please visit our <a href="https://github.com/almasaeed2010/AdminLTE">repository</a> or <a href="https://almsaeedstudio.com">website</a></p>
|
||||||
|
</section>
|
|
@ -77,6 +77,7 @@
|
||||||
<li><a href="#plugins"><i class='fa fa-circle-o'></i> Plugins</a></li>
|
<li><a href="#plugins"><i class='fa fa-circle-o'></i> Plugins</a></li>
|
||||||
<li><a href="#browsers"><i class='fa fa-circle-o'></i> Browser Support</a></li>
|
<li><a href="#browsers"><i class='fa fa-circle-o'></i> Browser Support</a></li>
|
||||||
<li><a href="#upgrade"><i class='fa fa-circle-o'></i> Upgrade Guide</a></li>
|
<li><a href="#upgrade"><i class='fa fa-circle-o'></i> Upgrade Guide</a></li>
|
||||||
|
<li><a href="#implementations"><i class='fa fa-circle-o'></i> Implementations</a></li>
|
||||||
<li><a href="#faq"><i class='fa fa-circle-o'></i> FAQ</a></li>
|
<li><a href="#faq"><i class='fa fa-circle-o'></i> FAQ</a></li>
|
||||||
<li><a href="#license"><i class='fa fa-circle-o'></i> License</a></li>
|
<li><a href="#license"><i class='fa fa-circle-o'></i> License</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -90,7 +91,7 @@
|
||||||
<div class="content-header">
|
<div class="content-header">
|
||||||
<h1>
|
<h1>
|
||||||
AdminLTE Documentation
|
AdminLTE Documentation
|
||||||
<small>Current version 2.0.2</small>
|
<small>Current version 2.1.0</small>
|
||||||
</h1>
|
</h1>
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
||||||
|
@ -103,19 +104,19 @@
|
||||||
|
|
||||||
include "introduction.html"
|
include "introduction.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "download.html"
|
include "download.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "dependencies.html"
|
include "dependencies.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "advice.html"
|
include "advice.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "layout.html"
|
include "layout.html"
|
||||||
|
|
||||||
|
@ -123,27 +124,31 @@ include "layout.html"
|
||||||
|
|
||||||
include "adminlte-options.html"
|
include "adminlte-options.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "components.html"
|
include "components.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "plugins.html"
|
include "plugins.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "browsers.html"
|
include "browsers.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "upgrade.html"
|
include "upgrade.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
|
include "implementations.html"
|
||||||
|
|
||||||
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "faq.html"
|
include "faq.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "license.html"
|
include "license.html"
|
||||||
|
|
||||||
|
|
|
@ -77,6 +77,7 @@
|
||||||
<li><a href="#plugins"><i class='fa fa-circle-o'></i> Plugins</a></li>
|
<li><a href="#plugins"><i class='fa fa-circle-o'></i> Plugins</a></li>
|
||||||
<li><a href="#browsers"><i class='fa fa-circle-o'></i> Browser Support</a></li>
|
<li><a href="#browsers"><i class='fa fa-circle-o'></i> Browser Support</a></li>
|
||||||
<li><a href="#upgrade"><i class='fa fa-circle-o'></i> Upgrade Guide</a></li>
|
<li><a href="#upgrade"><i class='fa fa-circle-o'></i> Upgrade Guide</a></li>
|
||||||
|
<li><a href="#implementations"><i class='fa fa-circle-o'></i> Implementations</a></li>
|
||||||
<li><a href="#faq"><i class='fa fa-circle-o'></i> FAQ</a></li>
|
<li><a href="#faq"><i class='fa fa-circle-o'></i> FAQ</a></li>
|
||||||
<li><a href="#license"><i class='fa fa-circle-o'></i> License</a></li>
|
<li><a href="#license"><i class='fa fa-circle-o'></i> License</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -90,7 +91,7 @@
|
||||||
<div class="content-header">
|
<div class="content-header">
|
||||||
<h1>
|
<h1>
|
||||||
AdminLTE Documentation
|
AdminLTE Documentation
|
||||||
<small>Current version 2.0.2</small>
|
<small>Current version 2.1.0</small>
|
||||||
</h1>
|
</h1>
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
||||||
|
@ -114,7 +115,7 @@
|
||||||
</p>
|
</p>
|
||||||
</section><!-- /#introduction -->
|
</section><!-- /#introduction -->
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
<section id='download'>
|
<section id='download'>
|
||||||
<h2 class='page-header'><a href="#download">Download</a></h2>
|
<h2 class='page-header'><a href="#download">Download</a></h2>
|
||||||
|
@ -168,7 +169,7 @@ AdminLTE/
|
||||||
├── All the customized plugins CSS and JS files</code></pre>
|
├── All the customized plugins CSS and JS files</code></pre>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
<section id="dependencies">
|
<section id="dependencies">
|
||||||
<h2 class="page-header"><a href="#dependencies">Dependencies</a></h2>
|
<h2 class="page-header"><a href="#dependencies">Dependencies</a></h2>
|
||||||
|
@ -181,7 +182,7 @@ AdminLTE/
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
<section id='advice'>
|
<section id='advice'>
|
||||||
<h2 class='page-header'><a href="#advice">A Word of Advice</a></h2>
|
<h2 class='page-header'><a href="#advice">A Word of Advice</a></h2>
|
||||||
|
@ -201,7 +202,7 @@ AdminLTE/
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
<section id='layout'>
|
<section id='layout'>
|
||||||
<h2 class='page-header'><a href="#layout">Layout</a></h2>
|
<h2 class='page-header'><a href="#layout">Layout</a></h2>
|
||||||
|
@ -364,7 +365,7 @@ AdminLTE/
|
||||||
}</code></pre>
|
}</code></pre>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
<section id='components' data-spy="scroll" data-target="#scrollspy-components">
|
<section id='components' data-spy="scroll" data-target="#scrollspy-components">
|
||||||
<h2 class='page-header'><a href="#components">Components</a></h2>
|
<h2 class='page-header'><a href="#components">Components</a></h2>
|
||||||
|
@ -396,7 +397,7 @@ AdminLTE/
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<a href="index2.html" class="logo" style='position: relative;'><b>Admin</b>LTE</a>
|
<a href="index2.html" class="logo" style='position: relative;'><b>Admin</b>LTE</a>
|
||||||
<!-- Header Navbar: style can be found in header.less -->
|
<!-- Header Navbar: style can be found in header.less -->
|
||||||
<nav class="navbar" role="navigation" style="border: 0;">
|
<nav class="navbar" role="navigation" style="border: 0;max-height: 50px;">
|
||||||
<!-- Sidebar toggle button-->
|
<!-- Sidebar toggle button-->
|
||||||
<a href="#" class="sidebar-toggle" role="button">
|
<a href="#" class="sidebar-toggle" role="button">
|
||||||
<span class="sr-only">Toggle navigation</span>
|
<span class="sr-only">Toggle navigation</span>
|
||||||
|
@ -528,8 +529,7 @@ AdminLTE/
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<pre class='prettyprint'>
|
<pre class='prettyprint'><header class="main-header">
|
||||||
<header class="main-header">
|
|
||||||
<a href="../../index2.html" class="logo">
|
<a href="../../index2.html" class="logo">
|
||||||
<!-- LOGO -->
|
<!-- LOGO -->
|
||||||
AdminLTE
|
AdminLTE
|
||||||
|
@ -1879,7 +1879,7 @@ AdminLTE/
|
||||||
</div><!-- /.row -->
|
</div><!-- /.row -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
<section id='plugins'>
|
<section id='plugins'>
|
||||||
<h2 class='page-header'><a href="#plugins">Plugins</a></h2>
|
<h2 class='page-header'><a href="#plugins">Plugins</a></h2>
|
||||||
|
@ -1929,7 +1929,7 @@ AdminLTE/
|
||||||
</div><!-- /.row -->
|
</div><!-- /.row -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
<section id='browsers'>
|
<section id='browsers'>
|
||||||
<h2 class='page-header'><a href="#browsers">Browser Support</a></h2>
|
<h2 class='page-header'><a href="#browsers">Browser Support</a></h2>
|
||||||
|
@ -1944,7 +1944,7 @@ AdminLTE/
|
||||||
<p><b>Note:</b> IE9 does not support transitions or animations. The template will function properly but it won't use animations/transitions on IE9.</p>
|
<p><b>Note:</b> IE9 does not support transitions or animations. The template will function properly but it won't use animations/transitions on IE9.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
<section id='upgrade'>
|
<section id='upgrade'>
|
||||||
<h2 class='page-header'><a href="#upgrade">Upgrade Guide</a></h2>
|
<h2 class='page-header'><a href="#upgrade">Upgrade Guide</a></h2>
|
||||||
|
@ -1973,7 +1973,26 @@ AdminLTE/
|
||||||
<p><b class="text-red">Note:</b> the old mailbox layout has been deprecated in favor of the new one and will be removed by the next release.</p>
|
<p><b class="text-red">Note:</b> the old mailbox layout has been deprecated in favor of the new one and will be removed by the next release.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
|
<section id="implementations">
|
||||||
|
<h2 class="page-header"><a href="#implementations">Implementations</a></h2>
|
||||||
|
<p class="lead">Thanks to many of AdminLTE users, there are multiple implementations of the template
|
||||||
|
for easy integration with back-end frameworks. The following are some of them:</p>
|
||||||
|
|
||||||
|
<ul class="">
|
||||||
|
<li><a href="https://github.com/dmstr/yii2-adminlte-asset" target="_blank">Yii 2</a> by <a href="https://github.com/schmunk42" target="_blank">Tobias Munk</a></li>
|
||||||
|
<li><a href="https://github.com/yajra/laravel-admin-template" target="_blank">Laravel</a> by <a href="https://github.com/yajra" target="_blank">Arjay Angeles</a></li>
|
||||||
|
<li><a href="https://github.com/avanzu/AdminThemeBundle" target="_blank">Symfony</a> by <a href="https://github.com/avanzu" target="_blank">Marc Bach</a></li>
|
||||||
|
<li><a href="https://github.com/nicolas-besnard/adminlte2-rails" target="_blank">Rails Gem</a> by <a href="https://github.com/nicolas-besnard" target="_blank">Nicolas Besnard</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><b class="text-red">Note:</b> these implementations are not supported by Almsaeed Studio. However,
|
||||||
|
they do provide a good example of how to integrate AdminLTE into different frameworks. For the latest release
|
||||||
|
of AdminLTE, please visit our <a href="https://github.com/almasaeed2010/AdminLTE">repository</a> or <a href="https://almsaeedstudio.com">website</a></p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
<section id='faq'>
|
<section id='faq'>
|
||||||
<h2 class='page-header'><a href="#faq">FAQ</a></h2>
|
<h2 class='page-header'><a href="#faq">FAQ</a></h2>
|
||||||
|
@ -1993,7 +2012,7 @@ AdminLTE/
|
||||||
or visit <a href="http://almsaeedstudio.com">Almsaeed Studio</a> every now and then for updates and announcements.</p>
|
or visit <a href="http://almsaeedstudio.com">Almsaeed Studio</a> every now and then for updates and announcements.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
<section id="license">
|
<section id="license">
|
||||||
<h2 class="page-header"><a href="#license">License</a></h2>
|
<h2 class="page-header"><a href="#license">License</a></h2>
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
z-index: 30;
|
z-index: 30;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
|
font-size: 16px;
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -109,7 +110,7 @@ p {
|
||||||
}
|
}
|
||||||
/* Hemisu Light */
|
/* Hemisu Light */
|
||||||
/* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */
|
/* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */
|
||||||
.prettyprint {
|
pre.prettyprint {
|
||||||
background: white;
|
background: white;
|
||||||
font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
|
font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -117,6 +118,12 @@ p {
|
||||||
border: 1px solid #dedede!important;
|
border: 1px solid #dedede!important;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
|
width: auto;
|
||||||
|
overflow: auto!important;
|
||||||
|
}
|
||||||
|
pre.prettyprint > code {
|
||||||
|
width: auto;
|
||||||
|
overflow: auto!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pln {
|
.pln {
|
||||||
|
|
Loading…
Reference in New Issue