mirror of https://github.com/ColorlibHQ/AdminLTE
				
				
				
			Added implementations section to the documentation
							parent
							
								
									654fcc0922
								
							
						
					
					
						commit
						95a5719287
					
				| 
						 | 
				
			
			@ -28,7 +28,7 @@
 | 
			
		|||
        <!-- Logo -->
 | 
			
		||||
        <a href="index2.html" class="logo" style='position: relative;'><b>Admin</b>LTE</a>
 | 
			
		||||
        <!-- 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-->
 | 
			
		||||
          <a href="#" class="sidebar-toggle" role="button">
 | 
			
		||||
            <span class="sr-only">Toggle navigation</span>
 | 
			
		||||
| 
						 | 
				
			
			@ -160,8 +160,7 @@
 | 
			
		|||
      </header>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
  <pre class='prettyprint'>
 | 
			
		||||
<header class="main-header">
 | 
			
		||||
  <pre class='prettyprint'><header class="main-header">
 | 
			
		||||
  <a href="../../index2.html" class="logo">
 | 
			
		||||
    <!-- LOGO -->
 | 
			
		||||
    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="#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="#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="#license"><i class='fa fa-circle-o'></i> License</a></li>
 | 
			
		||||
          </ul>
 | 
			
		||||
| 
						 | 
				
			
			@ -90,7 +91,7 @@
 | 
			
		|||
        <div class="content-header">
 | 
			
		||||
          <h1>
 | 
			
		||||
            AdminLTE Documentation
 | 
			
		||||
            <small>Current version 2.0.2</small>
 | 
			
		||||
            <small>Current version 2.1.0</small>
 | 
			
		||||
          </h1>
 | 
			
		||||
          <ol class="breadcrumb">
 | 
			
		||||
            <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
 | 
			
		||||
| 
						 | 
				
			
			@ -100,22 +101,22 @@
 | 
			
		|||
 | 
			
		||||
        <!-- Main content -->
 | 
			
		||||
        <div class="content body">
 | 
			
		||||
          
 | 
			
		||||
 | 
			
		||||
include "introduction.html"
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
include "download.html"
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
include "dependencies.html"
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
include "advice.html"
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
include "layout.html"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -123,30 +124,34 @@ include "layout.html"
 | 
			
		|||
 | 
			
		||||
include "adminlte-options.html"
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
include "components.html"
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
include "plugins.html"
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
include "browsers.html"
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
include "upgrade.html"
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
include "implementations.html"
 | 
			
		||||
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
include "faq.html"
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
include "license.html"
 | 
			
		||||
          
 | 
			
		||||
 | 
			
		||||
        </div><!-- /.content -->
 | 
			
		||||
      </div><!-- /.content-wrapper -->
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -77,6 +77,7 @@
 | 
			
		|||
            <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="#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="#license"><i class='fa fa-circle-o'></i> License</a></li>
 | 
			
		||||
          </ul>
 | 
			
		||||
| 
						 | 
				
			
			@ -90,7 +91,7 @@
 | 
			
		|||
        <div class="content-header">
 | 
			
		||||
          <h1>
 | 
			
		||||
            AdminLTE Documentation
 | 
			
		||||
            <small>Current version 2.0.2</small>
 | 
			
		||||
            <small>Current version 2.1.0</small>
 | 
			
		||||
          </h1>
 | 
			
		||||
          <ol class="breadcrumb">
 | 
			
		||||
            <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
 | 
			
		||||
| 
						 | 
				
			
			@ -100,7 +101,7 @@
 | 
			
		|||
 | 
			
		||||
        <!-- Main content -->
 | 
			
		||||
        <div class="content body">
 | 
			
		||||
          
 | 
			
		||||
 | 
			
		||||
<section id='introduction'>
 | 
			
		||||
  <h2 class='page-header'><a href="#introduction">Introduction</a></h2>
 | 
			
		||||
  <p class='lead'>
 | 
			
		||||
| 
						 | 
				
			
			@ -114,7 +115,7 @@
 | 
			
		|||
  </p>
 | 
			
		||||
</section><!-- /#introduction -->
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
<section id='download'>
 | 
			
		||||
  <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>
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
<section id="dependencies">
 | 
			
		||||
  <h2 class="page-header"><a href="#dependencies">Dependencies</a></h2>
 | 
			
		||||
| 
						 | 
				
			
			@ -181,7 +182,7 @@ AdminLTE/
 | 
			
		|||
  </ul>
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
<section id='advice'>
 | 
			
		||||
  <h2 class='page-header'><a href="#advice">A Word of Advice</a></h2>
 | 
			
		||||
| 
						 | 
				
			
			@ -201,7 +202,7 @@ AdminLTE/
 | 
			
		|||
  </p>
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
<section id='layout'>
 | 
			
		||||
  <h2 class='page-header'><a href="#layout">Layout</a></h2>
 | 
			
		||||
| 
						 | 
				
			
			@ -364,7 +365,7 @@ AdminLTE/
 | 
			
		|||
}</code></pre>
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
<section id='components' data-spy="scroll" data-target="#scrollspy-components">
 | 
			
		||||
  <h2 class='page-header'><a href="#components">Components</a></h2>
 | 
			
		||||
| 
						 | 
				
			
			@ -396,7 +397,7 @@ AdminLTE/
 | 
			
		|||
        <!-- Logo -->
 | 
			
		||||
        <a href="index2.html" class="logo" style='position: relative;'><b>Admin</b>LTE</a>
 | 
			
		||||
        <!-- 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-->
 | 
			
		||||
          <a href="#" class="sidebar-toggle" role="button">
 | 
			
		||||
            <span class="sr-only">Toggle navigation</span>
 | 
			
		||||
| 
						 | 
				
			
			@ -528,8 +529,7 @@ AdminLTE/
 | 
			
		|||
      </header>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
  <pre class='prettyprint'>
 | 
			
		||||
<header class="main-header">
 | 
			
		||||
  <pre class='prettyprint'><header class="main-header">
 | 
			
		||||
  <a href="../../index2.html" class="logo">
 | 
			
		||||
    <!-- LOGO -->
 | 
			
		||||
    AdminLTE
 | 
			
		||||
| 
						 | 
				
			
			@ -1879,7 +1879,7 @@ AdminLTE/
 | 
			
		|||
  </div><!-- /.row -->
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
<section id='plugins'>
 | 
			
		||||
  <h2 class='page-header'><a href="#plugins">Plugins</a></h2>
 | 
			
		||||
| 
						 | 
				
			
			@ -1929,7 +1929,7 @@ AdminLTE/
 | 
			
		|||
  </div><!-- /.row -->
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
<section id='browsers'>
 | 
			
		||||
  <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>
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
<section id='upgrade'>
 | 
			
		||||
  <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>
 | 
			
		||||
</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'>
 | 
			
		||||
  <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>
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
          <!-- ============================================================= -->
 | 
			
		||||
<!-- ============================================================= -->
 | 
			
		||||
 | 
			
		||||
<section id="license">
 | 
			
		||||
  <h2 class="page-header"><a href="#license">License</a></h2>
 | 
			
		||||
| 
						 | 
				
			
			@ -2038,7 +2057,7 @@ AdminLTE/
 | 
			
		|||
  </ul>
 | 
			
		||||
  <p>For further question about which license you should get, please email us at <a href="mailto:support@almsaeedstudio.com">support@almsaeedstudio.com</a>.</p>
 | 
			
		||||
</section>
 | 
			
		||||
          
 | 
			
		||||
 | 
			
		||||
        </div><!-- /.content -->
 | 
			
		||||
      </div><!-- /.content-wrapper -->
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,7 +11,8 @@
 | 
			
		|||
  position: relative;
 | 
			
		||||
  z-index: 30;
 | 
			
		||||
}
 | 
			
		||||
.content {
 | 
			
		||||
.content {  
 | 
			
		||||
  font-size: 16px;
 | 
			
		||||
  z-index: 500;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -109,7 +110,7 @@ p {
 | 
			
		|||
}
 | 
			
		||||
/* Hemisu Light */
 | 
			
		||||
/* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */
 | 
			
		||||
.prettyprint {
 | 
			
		||||
pre.prettyprint {
 | 
			
		||||
  background: white;
 | 
			
		||||
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
 | 
			
		||||
  font-size: 12px;
 | 
			
		||||
| 
						 | 
				
			
			@ -117,6 +118,12 @@ p {
 | 
			
		|||
  border: 1px solid #dedede!important;
 | 
			
		||||
  padding: 10px;
 | 
			
		||||
  max-height: 300px;
 | 
			
		||||
  width: auto;
 | 
			
		||||
  overflow: auto!important;
 | 
			
		||||
}
 | 
			
		||||
pre.prettyprint > code {
 | 
			
		||||
  width: auto;
 | 
			
		||||
  overflow: auto!important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.pln {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue