mirror of https://github.com/ColorlibHQ/AdminLTE
Updated list of skins and removed whitespace from end of lines in documentation build files
parent
8adf3ef9e8
commit
d3494a468e
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
</script>
|
||||
<script src='dist/js/app.js' type='text/javascript'></script></code></pre>
|
||||
|
||||
|
||||
<h3>Available AdminLTE Options</h3>
|
||||
<pre class='prettyprint'><code class='javascript'>{
|
||||
//Add slimscroll to navbar menus
|
||||
|
|
|
@ -465,7 +465,7 @@
|
|||
these methods can be set through the <a href="#adminlte-options">Javascript options</a>.</p>
|
||||
<p class="lead">The following code should be placed within the <code>.wrapper</code> div. I prefer
|
||||
to place it right after the footer.</p>
|
||||
<p class="lead">Dark Sidebar Markup</p>
|
||||
<p class="lead">Dark Sidebar Markup</p>
|
||||
<pre class="prettyprint"><code class="lang-html"><!-- The Right Sidebar -->
|
||||
<aside class="control-sidebar control-sidebar-dark">
|
||||
<!-- Content of the sidebar goes here -->
|
||||
|
@ -473,8 +473,8 @@
|
|||
<!-- The sidebar's background -->
|
||||
<!-- This div must placed right after the sidebar for it to work-->
|
||||
<div class="control-sidebar-bg"></div></code></pre>
|
||||
|
||||
<p class="lead">Light Sidebar Markup</p>
|
||||
|
||||
<p class="lead">Light Sidebar Markup</p>
|
||||
<pre class="prettyprint"><code class="lang-html"><!-- The Right Sidebar -->
|
||||
<aside class="control-sidebar control-sidebar-light">
|
||||
<!-- Content of the sidebar goes here -->
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
<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/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>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<div class="callout callout-danger lead">
|
||||
<h4>Tip!</h4>
|
||||
<p>The <a href="../starter.html">starter page</a> is a good place to start building your app if you'd like to start from scratch.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3>Layout Options</h3>
|
||||
<p class="lead">AdminLTE 2.0 provides a set of options to apply to your main layout. Each on of these classes can be added
|
||||
|
@ -29,10 +29,16 @@
|
|||
class to the body tag to change the template's appearance. Here is the list of available skins:</p>
|
||||
<ul class="bring-up">
|
||||
<li><code>skin-blue</code></li>
|
||||
<li><code>skin-blue-light</code></li>
|
||||
<li><code>skin-yellow</code></li>
|
||||
<li><code>skin-yellow-light</code></li>
|
||||
<li><code>skin-purple</code></li>
|
||||
<li><code>skin-purple-light</code></li>
|
||||
<li><code>skin-green</code></li>
|
||||
<li><code>skin-green-light</code></li>
|
||||
<li><code>skin-red</code></li>
|
||||
<li><code>skin-red-light</code></li>
|
||||
<li><code>skin-black</code></li>
|
||||
<li><code>skin-black-light</code></li>
|
||||
</ul>
|
||||
</section>
|
|
@ -70,7 +70,7 @@
|
|||
<li><a href='#component-main-header'>Main Header</a></li>
|
||||
<li><a href='#component-sidebar'>Sidebar</a></li>
|
||||
<li><a href='#component-control-sidebar'>Control Sidebar</a></li>
|
||||
<li><a href='#component-info-box'>Info Box</a></li>
|
||||
<li><a href='#component-info-box'>Info Box</a></li>
|
||||
<li><a href='#component-box'>Boxes</a></li>
|
||||
<li><a href='#component-direct-chat'>Direct Chat</a></li>
|
||||
</ul>
|
||||
|
@ -181,7 +181,7 @@ include "license.html"
|
|||
<!-- Bootstrap 3.3.2 JS -->
|
||||
<script src="../bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<!-- FastClick -->
|
||||
<script src='../plugins/fastclick/fastclick.min.js'></script>
|
||||
<script src='../plugins/fastclick/fastclick.min.js'></script>
|
||||
<!-- AdminLTE App -->
|
||||
<script src="../dist/js/app.min.js" type="text/javascript"></script>
|
||||
<!-- SlimScroll 1.3.0 -->
|
||||
|
|
Loading…
Reference in New Issue