AdminLTE/documentation/index.html

1224 lines
59 KiB
HTML
Raw Normal View History

2015-02-01 22:25:09 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminLTE 2 | Documentation</title>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<!-- Ionicons -->
<link href="http://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css" rel="stylesheet" type="text/css" />
<!-- Theme style -->
<link href="../dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
2015-02-06 00:08:52 +01:00
<link href="../dist/css/skins/skin-blue.min.css" rel="stylesheet" type="text/css" />
2015-02-01 22:25:09 +01:00
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<style>
body {
font-family: "proxima-nova", 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
}
2015-02-02 19:38:02 +01:00
.content-wrapper {
background: #f4f5f7;
2015-02-02 23:09:59 +01:00
padding: 0 10px;
2015-02-01 22:25:09 +01:00
}
.page-header {
border: 0;
2015-02-02 20:47:07 +01:00
margin: 0 0 20px 0;
padding: 0;
2015-02-01 22:25:09 +01:00
position: relative;
z-index: 1;
2015-02-02 20:47:07 +01:00
font-size: 30px;
}
section[id] {
padding: 20px 0 0 0;
}
2015-02-03 18:25:15 +01:00
#components > h3 {
font-size: 25px;
border-bottom: 1px solid #dedede;
2015-02-06 00:08:52 +01:00
color: #000;
}
#components > h4 {
font-size: 20px;
color: #000;
2015-02-01 22:25:09 +01:00
}
.page-header span {
2015-02-01 22:25:09 +01:00
z-index: 5;
display: inline-block;
background-color: #f4f5f7;
2015-02-02 20:47:07 +01:00
padding-right: 10px;
2015-02-01 22:25:09 +01:00
}
.page-header::before {
content: " ";
display: block;
2015-02-03 18:25:15 +01:00
background: #ccc;
2015-02-01 22:25:09 +01:00
width: 100%;
height: 1px;
position: absolute;
top: 50%;
margin-top: 2px;
z-index: -1;
2015-02-01 22:25:09 +01:00
}
.lead {
font-size: 16px;
font-weight: 400;
2015-02-01 22:25:09 +01:00
}
2015-02-02 23:09:59 +01:00
.eg{
position: absolute;
top: 0;
left: 0;
display: inline-block;
background: #d2d6de;
2015-02-02 23:09:59 +01:00
padding: 5px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom: 1px solid #d2d6dc;
border-right: 1px solid #d2d6dc;
2015-02-02 23:09:59 +01:00
}
.eg + * {
margin-top: 30px;
}
2015-02-01 22:25:09 +01:00
.content {
padding: 10px 25px;
}
.hierarchy {
background: #333;
color: #fff;
}
pre {
2015-02-06 00:08:52 +01:00
border: none;
2015-02-01 22:25:09 +01:00
}
/* desert scheme ported from vim to google prettify */
pre.prettyprint {display: block; background-color: #333; max-height: 300px; border: none!important; margin-bottom: 20px;}
2015-02-01 22:25:09 +01:00
pre .nocode { background-color: none; color: #000 }
pre .str { color: #ffa0a0 } /* string - pink */
pre .kwd { color: #f0e68c; font-weight: bold }
pre .com { color: #87ceeb } /* comment - skyblue */
pre .typ { color: #98fb98 } /* type - lightgreen */
pre .lit { color: #cd5c5c } /* literal - darkred */
pre .pun { color: #fff } /* punctuation */
pre .pln { color: #fff } /* plaintext */
pre .tag { color: #f0e68c; font-weight: bold } /* html/xml tag - lightyellow */
pre .atn { color: #bdb76b; font-weight: bold } /* attribute name - khaki */
pre .atv { color: #ffa0a0 } /* attribute value - pink */
pre .dec { color: #98fb98 } /* decimal - lightgreen */
/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { }
@media print {
pre.prettyprint { background-color: none }
pre .str, code .str { color: #060 }
pre .kwd, code .kwd { color: #006; font-weight: bold }
pre .com, code .com { color: #600; font-style: italic }
pre .typ, code .typ { color: #404; font-weight: bold }
pre .lit, code .lit { color: #044 }
pre .pun, code .pun { color: #440 }
pre .pln, code .pln { color: #000 }
pre .tag, code .tag { color: #006; font-weight: bold }
pre .atn, code .atn { color: #404 }
pre .atv, code .atv { color: #060 }
}
2015-02-02 23:09:59 +01:00
.sidebar {
margin-top: 0;
padding-top: 0!important;
}
.box .main-header {
z-index: 1000;
position: relative;
}
2015-02-01 22:25:09 +01:00
</style>
</head>
<body class="skin-blue fixed" data-spy="scroll" data-target="#scrollspy">
<div class="wrapper">
<!-- header logo: style can be found in header.less -->
<header class="main-header">
<!-- Logo -->
2015-02-04 23:12:18 +01:00
<a href="../index2.html" class="logo"><b>Admin</b>LTE</a>
2015-02-01 22:25:09 +01:00
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle navigation</span>
</a>
<!-- Navbar Right Menu -->
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<li><a href="http://almsaeedstudio.com">Almsaeed Studio</a></li>
</ul>
</div>
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar">
2015-02-01 22:25:09 +01:00
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar" id="scrollspy">
2015-02-01 22:25:09 +01:00
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="nav sidebar-menu">
2015-02-01 22:25:09 +01:00
<li class="header">TABLE OF CONTENTS</li>
<li class='active'><a href="#introduction"><i class='fa fa-circle-o'></i> Introduction</a></li>
2015-02-02 20:47:07 +01:00
<li><a href="#download"><i class='fa fa-circle-o'></i> Download</a></li>
<li><a href="#dependencies"><i class='fa fa-circle-o'></i> Dependencies</a></li>
2015-02-01 22:25:09 +01:00
<li><a href="#advice"><i class='fa fa-circle-o'></i> Advice</a></li>
2015-02-02 20:47:07 +01:00
<li><a href="#layout"><i class='fa fa-circle-o'></i> Layout</a></li>
<li><a href="#components"><i class='fa fa-circle-o'></i> Components</a></li>
2015-02-03 18:25:15 +01:00
<li><a href="#plugins"><i class='fa fa-circle-o'></i> Plugins</a></li>
2015-02-02 20:47:07 +01:00
<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="#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>
2015-02-01 22:25:09 +01:00
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- Right side column. Contains the navbar and content of the page -->
2015-02-02 19:38:02 +01:00
<div class="content-wrapper">
2015-02-01 22:25:09 +01:00
<!-- Content Header (Page header) -->
<div class="content-header">
<h1>
AdminLTE Documentation
<small>Current version 2.0</small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">Documentation</li>
</ol>
</div>
<!-- Main content -->
<div class="content body">
2015-02-06 00:08:52 +01:00
<div class="callout callout-warning">
<h4>Warning!</h4>
This documentation is under development. Some information may change as the template
goes through different pre-releases.
</div>
<div class="callout callout-danger">
<h4>Heads Up!</h4>
The current AdminLTE 2.0 version is in its alpha stage and should not be used in
production. It's however available for testing and to get developers familiar with
the new syntax.
</div>
2015-02-01 22:25:09 +01:00
<section id='introduction'>
<h2 class='page-header'><span>Introduction</span></h2>
<p class='lead'>
<b>AdminLTE</b> is a popular open source WebApp template for admin dashboards and control panels.
It is a responsive HTML template that is based on the CSS framework Bootstrap 3.
It utilizes all of the Bootstrap components in its design and re-styles many
commonly used plugins to create a consistent design that can be used as a user
interface for backend applications. AdminLTE is based on a modular design, which
allows it to be easily customized and built upon. This documentation will guide you through
installing the template and exploring the various components that are bundled with the template.
</p>
</section><!-- /#introduction -->
2015-02-02 20:47:07 +01:00
2015-02-02 19:38:02 +01:00
<!-- ============================================================= -->
2015-02-02 20:47:07 +01:00
2015-02-01 22:25:09 +01:00
<section id='download'>
<h2 class='page-header'><span>Download</span></h2>
<p class='lead'>
AdminLTE can be downloaded in two different versions, each appealing to different
skill levels and use case.
</p>
<div class='row'>
<div class='col-sm-6'>
<div class='box box-primary'>
<div class='box-header with-border'>
<h3 class='box-title'>Ready</h3>
<span class='label label-primary pull-right'><i class='fa fa-html5'></i></span>
</div><!-- /.box-header -->
<div class='box-body'>
<p>Compiled and ready to use in production. Download this version
if you don't want to customize AdminLTE's LESS files.</p>
<a href='#' class='btn btn-primary'><i class='fa fa-download'></i> Download</a>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div><!-- /.col -->
<div class='col-sm-6'>
<div class='box box-danger'>
<div class='box-header with-border'>
<h3 class='box-title'>Source Code</h3>
<span class='label label-danger pull-right'><i class='fa fa-database'></i></span>
</div><!-- /.box-header -->
<div class='box-body'>
<p>All files including the compiled CSS. Download this version
if you plan on customizing the template. <b>Requires a LESS compiler.</b></p>
<a href='#' class='btn btn-danger'><i class='fa fa-download'></i> Download</a>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div><!-- /.col -->
</div><!-- /.row -->
<pre class='hierarchy'><code class="language-bash" data-lang="bash">File Hierarchy of the Source Code Package
AdminLTE/
├── dist/
│ ├── CSS/
│ ├── JS
│ ├── img
├── build/
│ ├── less/
│ │ ├── AdminLTE's Less files
│ └── Bootstrap-less/ (Only for reference. No modifications have been made)
│ ├── mixins/
│ ├── variables.less
│ ├── mixins.less
└── plugins/
├── All the customized plugins CSS and JS files</code></pre>
</section>
2015-02-02 20:47:07 +01:00
2015-02-02 19:38:02 +01:00
<!-- ============================================================= -->
2015-02-02 20:47:07 +01:00
2015-02-01 22:25:09 +01:00
<section id="dependencies">
<h2 class="page-header"><span>Dependencies</span></h2>
<p class="lead">AdminLTE depends on two main frameworks.
2015-02-01 22:25:09 +01:00
The downloadable package contains both of these libraries, so you don't have to manually download them.</p>
<ul class="lead">
2015-02-01 22:25:09 +01:00
<li><a href="http://getbootstrap.com" target="_blank">Bootstrap 3</a></li>
<li><a href="http://jquery.com/" target="_blank">jQuery 1.11+</a></li>
2015-02-02 19:38:02 +01:00
<li><a href="#plugins">All other plugins are listed below</a></li>
2015-02-01 22:25:09 +01:00
</ul>
</section>
2015-02-02 20:47:07 +01:00
2015-02-02 19:38:02 +01:00
<!-- ============================================================= -->
2015-02-02 20:47:07 +01:00
2015-02-01 22:25:09 +01:00
<section id='advice'>
<h2 class='page-header'><span>A Word of Advice</span></h2>
<p class='lead'>
Before you go to see your new awesome theme, here are few tips on how to familiarize yourself with it:
</p>
2015-02-02 19:38:02 +01:00
<ul>
2015-02-01 22:25:09 +01:00
<li><b>AdminLTE is based on <a href="http://getbootstrap.com/" target="_blank">Bootstrap 3</a>.</b> If you are unfamiliar with Bootstrap, visit their website and read through the documentation. All of Bootstrap components have been modified to fit the style of AdminLTE and provide a consistent look throughout the template. This way, we guarantee you will get the best of AdminLTE.</li>
<li><b>Go through the pages that are bundled with the theme.</b> Most of the template example pages contain quick tips on how to create or use a component which can be really helpful when you need to create something on the fly.</li>
<li><b>Documentation.</b> We are trying our best to make your experience with AdminLTE be smooth. One way to achieve that is to provide documentation and support. If you think that something is missing from the documentation, please do not hesitate to create an issue to tell us about it. Also, if you would like to contribute, email the support team at support@almsaeedstudio.com.</li>
<li><b>Built with <a href="http://lesscss.org/" target="_blank">LESS</a>.</b> This theme uses the LESS compiler to make it easier to customize and use. LESS is easy to learn if you know css or SASS. It is not necessary to learn LESS but it will benefit you a lot in the future.</li>
<li><b>Hosted on <a href="https://github.com/almasaeed2010/AdminLTE/" target="_blank">GitHub</a>.</b> Visit our GitHub repository to view issues, make requests, or contribute to the project.</li>
</ul>
2015-02-02 19:38:02 +01:00
<p>
2015-02-01 22:25:09 +01:00
<b>Note:</b> LESS files are better commented than the compiled css file.
</p>
</section>
2015-02-02 20:47:07 +01:00
2015-02-02 19:38:02 +01:00
<!-- ============================================================= -->
2015-02-02 20:47:07 +01:00
2015-02-01 22:25:09 +01:00
<section id='layout'>
<h2 class='page-header'><span>Layout</span></h2>
2015-02-02 23:09:59 +01:00
<p class='lead'>The layout consists of four major parts:</p>
2015-02-02 19:38:02 +01:00
<ul>
2015-02-02 23:09:59 +01:00
<li>Wrapper <code>.wrapper</code>. A div that wraps the whole site.</li>
<li>Main Header <code>.main-header</code>. Contains the logo and navbar.</li>
<li>Sidebar <code>.sidebar-wrapper</code>. Contains the user panel and sidebar menu.</li>
<li>Content <code>.content-wrapper</code>. Contains the page header and content.</li>
2015-02-01 22:25:09 +01:00
</ul>
2015-02-03 18:25:15 +01:00
<div class="callout callout-danger lead">
<h4>Tip!</h4>
<p>Use the blank example page located in <a href="../pages/examples/blank.html">pages/examples/blank.html</a> to build your own pages.</p>
2015-02-03 18:25:15 +01:00
</div>
2015-02-02 20:47:07 +01:00
<p>A full layout example for a quick start</p>
2015-02-01 22:25:09 +01:00
<pre class='prettyprint'>
&LT;!DOCTYPE html>
&LT;html>
&LT;head>
&LT;meta charset="UTF-8">
&LT;title>AdminLTE 2 | Dashboard&LT;/title>
&LT;meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
&LT;!-- Bootstrap 3.3.1 loaded from CDN. You can add you own bootstrap copy -->
&LT;!-- AdminLTE won't work without loading Bootstrap first -->
&LT;link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
&LT;!-- FontAwesome Icons -->
&LT;link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
&LT;!-- Ionicons -->
&LT;link href="http://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css" rel="stylesheet" type="text/css" />
&LT;!-- ADMINLTE MAIN CSS FILE -->
&LT;link href="../../dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
&LT;!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
&LT;!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
&LT;!--[if lt IE 9]>
&LT;script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js">&LT;/script>
&LT;script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js">&LT;/script>
&LT;![endif]-->
&LT;/head>
&LT;body class="skin-blue">
&LT;!-- Site wrapper -->
&LT;div class="wrapper">
&LT;!-- header logo: style can be found in header.less -->
&LT;header class="main-header">
&LT;a href="../../index2.html" class="logo">
&LT;!-- LOGO -->
&LT;/a>
&LT;!-- Header Navbar: style can be found in header.less -->
&LT;nav class="navbar navbar-static-top" role="navigation">
&LT;/nav>
&LT;/header>
&LT;!-- =============================================== -->
&LT;!-- Left side column. contains the sidebar -->
&LT;aside class="main-sidebar">
2015-02-01 22:25:09 +01:00
&LT;!-- sidebar: style can be found in sidebar.less -->
&LT;section class="sidebar">
&LT;!-- sidebar menu: : style can be found in sidebar.less -->
&LT;ul class="sidebar-menu">
&LT;/ul>
&LT;/section>
&LT;!-- /.sidebar -->
&LT;/aside>
&LT;!-- =============================================== -->
&LT;!-- Right side column. Contains the content of the page -->
2015-02-02 19:38:02 +01:00
&LT;div class="content-wrapper">
2015-02-01 22:25:09 +01:00
&LT;section class="content-header">
&LT;!-- Page title and breadcrumbs go here -->
&LT;/section>&LT;!-- /.content-header -->
&LT;!-- Main content -->
&LT;section class="content">
&LT;/section>&LT;!-- /.content -->
&LT;/div>&LT;!-- /.right-side -->
&LT;footer class="main-footer">
&LT;div class="pull-right hidden-xs">
&LT;b>Version&LT;/b> 2.0
&LT;/div>
&LT;strong>Copyright &copy; 2014-2015 &LT;a href="http://almsaeedstudio.com">Almsaeed Studio&LT;/a>.&LT;/strong> All rights reserved.
&LT;/footer>
&LT;/div>&LT;!-- ./wrapper -->
&LT;!-- jQuery 2.1.1: both Bootstrap and AdminLTE dependent on jQuery -->
&LT;script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js">&LT;/script>
&LT;!-- Bootstrap 3.3.2 JS -->
&LT;script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js" type="text/javascript">&LT;/script>
&LT;!-- AdminLTE App. Required in all pages -->
&LT;script src="../../js/AdminLTE/app.js" type="text/javascript">&LT;/script>
&LT;/body>
&LT;/html></pre>
2015-02-02 20:47:07 +01:00
<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
to the body tag to get the desired goal.</p>
<ul>
<li><b>Fixed:</b> use the class <code>.fixed</code> to get a fixed header and sidebar.</li>
<li><b>Collapsed Sidebar:</b> use the class <code>.collapsed-sidebar</code> to have a collapsed sidebar upon loading.</li>
<li><b>Boxed Layout:</b> use the class <code>.layout-boxed</code> to get a boxed layout that stretches only to 1024px.</li>
<li><b>Top Navigation</b> use the class <code>.layout-top-nav</code> to remove the sidebar and have your links at the top navbar.</li>
</ul>
<p><b>Note:</b> you cannot use both layout-boxed and fixed at the same time. Anything else can be mixed together.</p>
<h3>Skins</h3>
2015-02-06 00:08:52 +01:00
<p class="lead">Skins can be found in the dist/css/skins folder.
Choose and the skin file that you want then add the appropriate
class to the body tag to change the template's appearance. Here is the list of available skins:</p>
2015-02-02 20:47:07 +01:00
<ul>
<li><code>skin-blue</code></li>
<li><code>skin-yellow</code></li>
<li><code>skin-purple</code></li>
<li><code>skin-green</code></li>
<li><code>skin-red</code></li>
<li><code>skin-black</code></li>
</ul>
2015-02-01 22:25:09 +01:00
</section>
2015-02-02 20:47:07 +01:00
2015-02-02 19:38:02 +01:00
<!-- ============================================================= -->
2015-02-02 20:47:07 +01:00
2015-02-01 22:25:09 +01:00
<section id='components'>
<h2 class='page-header'><span>Components</span></h2>
2015-02-03 18:25:15 +01:00
<div class='callout callout-info lead'>
<h4>Reminder!</h4>
<p>
2015-02-06 00:08:52 +01:00
AdminLTE uses all of Bootstrap 3 components. It's a good start to review
2015-02-03 18:25:15 +01:00
the <a href="http://getbootstrap.com">Bootstrap documentation</a> to get an idea of the various components
that this documentation does not cover.
</p>
</div>
<div class='callout callout-danger lead'>
<h4>Tip!</h4>
<p>
2015-02-06 00:08:52 +01:00
If you go through the example pages and would like to copy a component, right-click on
the component and choose "inspect element" to get to the HTML quicker than scanning
the HTML page.
</p>
</div>
2015-02-02 20:47:07 +01:00
<h3>Main Header</h3>
<p class='lead'>The main header contains the logo and navbar. Construction of the
navbar differs slightly from Bootstrap because it has components that Bootstrap doesn't provide.
The navbar can be constructed in two way. This an example for the normal navbar and next we will provide an example for
the top nav layout.</p>
2015-02-02 23:09:59 +01:00
<div class="box box-solid">
<div class="box-body" style="position: relative;">
<span class="eg">Main Header Example</span>
<header class="main-header" style="position: relative;">
<!-- Logo -->
2015-02-04 23:12:18 +01:00
<a href="index2.html" class="logo"><b>Admin</b>LTE</a>
2015-02-02 23:09:59 +01:00
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar" role="navigation" style="border: 0;">
<!-- Sidebar toggle button-->
2015-02-06 00:08:52 +01:00
<a href="#" class="sidebar-toggle" role="button">
2015-02-02 23:09:59 +01:00
<span class="sr-only">Toggle navigation</span>
</a>
<!-- Navbar Right Menu -->
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<!-- Messages: style can be found in dropdown.less-->
<li class="dropdown messages-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-envelope-o"></i>
<span class="label label-success">4</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 4 messages</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- start message -->
<a href="#">
<div class="pull-left">
<img src="../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"/>
2015-02-02 23:09:59 +01:00
</div>
<h4>
Support Team
<small><i class="fa fa-clock-o"></i> 5 mins</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
2015-02-03 18:25:15 +01:00
</li><!-- end message -->
2015-02-02 23:09:59 +01:00
</ul>
</li>
<li class="footer"><a href="#">See All Messages</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li class="dropdown notifications-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bell-o"></i>
<span class="label label-warning">10</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 10 notifications</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li>
<a href="#">
2015-02-07 01:00:29 +01:00
<i class="fa fa-users text-aqua"></i> 5 new members joined today
2015-02-02 23:09:59 +01:00
</a>
2015-02-03 18:25:15 +01:00
</li>
2015-02-02 23:09:59 +01:00
</ul>
</li>
<li class="footer"><a href="#">View all</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<li class="dropdown tasks-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-flag-o"></i>
<span class="label label-danger">9</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 9 tasks</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- Task item -->
<a href="#">
<h3>
Design some buttons
<small class="pull-right">20%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">20% Complete</span>
</div>
</div>
</a>
2015-02-03 18:25:15 +01:00
</li><!-- end task item -->
2015-02-02 23:09:59 +01:00
</ul>
</li>
<li class="footer">
<a href="#">View all tasks</a>
</li>
</ul>
</li>
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="../dist/img/user2-160x160.jpg" class="user-image" alt="User Image"/>
<span class="hidden-xs">Alexander Pierce</span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<img src="../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" />
<p>
Alexander Pierce - Web Developer
<small>Member since Nov. 2012</small>
</p>
</li>
<!-- Menu Body -->
<li class="user-body">
<div class="col-xs-4 text-center">
<a href="#">Followers</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Sales</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Friends</a>
</div>
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">Profile</a>
</div>
<div class="pull-right">
<a href="#" class="btn btn-default btn-flat">Sign out</a>
</div>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</header>
</div>
</div>
2015-02-02 20:47:07 +01:00
<pre class='prettyprint'>
&LT;header class="main-header">
&LT;a href="../../index2.html" class="logo">
&LT;!-- LOGO -->
AdminLTE
&LT;/a>
&LT;!-- Header Navbar: style can be found in header.less -->
&LT;nav class="navbar navbar-static-top" role="navigation">
&LT;!-- Navbar Right Menu -->
&LT;div class="navbar-custom-menu">
&LT;ul class="nav navbar-nav">
&LT;!-- Messages: style can be found in dropdown.less-->
&LT;li class="dropdown messages-menu">
&LT;a href="#" class="dropdown-toggle" data-toggle="dropdown">
&LT;i class="fa fa-envelope-o">&LT;/i>
&LT;span class="label label-success">4&LT;/span>
&LT;/a>
&LT;ul class="dropdown-menu">
&LT;li class="header">You have 4 messages&LT;/li>
&LT;li>
&LT;!-- inner menu: contains the actual data -->
&LT;ul class="menu">
&LT;li>&LT;!-- start message -->
&LT;a href="#">
&LT;div class="pull-left">
&LT;img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"/>
&LT;/div>
&LT;h4>
Sender Name
&LT;small>&LT;i class="fa fa-clock-o">&LT;/i> 5 mins&LT;/small>
&LT;/h4>
&LT;p>Message Excerpt&LT;/p>
&LT;/a>
&LT;/li>&LT;!-- end message -->
...
&LT;/ul>
&LT;/li>
&LT;li class="footer">&LT;a href="#">See All Messages&LT;/a>&LT;/li>
&LT;/ul>
&LT;/li>
&LT;!-- Notifications: style can be found in dropdown.less -->
&LT;li class="dropdown notifications-menu">
&LT;a href="#" class="dropdown-toggle" data-toggle="dropdown">
&LT;i class="fa fa-bell-o">&LT;/i>
&LT;span class="label label-warning">10&LT;/span>
&LT;/a>
&LT;ul class="dropdown-menu">
&LT;li class="header">You have 10 notifications&LT;/li>
&LT;li>
&LT;!-- inner menu: contains the actual data -->
&LT;ul class="menu">
&LT;li>
&LT;a href="#">
&LT;i class="ion ion-ios-people info">&LT;/i> Notification title
&LT;/a>
&LT;/li>
...
&LT;/ul>
&LT;/li>
&LT;li class="footer">&LT;a href="#">View all&LT;/a>&LT;/li>
&LT;/ul>
&LT;/li>
&LT;!-- Tasks: style can be found in dropdown.less -->
&LT;li class="dropdown tasks-menu">
&LT;a href="#" class="dropdown-toggle" data-toggle="dropdown">
&LT;i class="fa fa-flag-o">&LT;/i>
&LT;span class="label label-danger">9&LT;/span>
&LT;/a>
&LT;ul class="dropdown-menu">
&LT;li class="header">You have 9 tasks&LT;/li>
&LT;li>
&LT;!-- inner menu: contains the actual data -->
&LT;ul class="menu">
&LT;li>&LT;!-- Task item -->
&LT;a href="#">
&LT;h3>
Design some buttons
&LT;small class="pull-right">20%&LT;/small>
&LT;/h3>
&LT;div class="progress xs">
&LT;div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
&LT;span class="sr-only">20% Complete&LT;/span>
&LT;/div>
&LT;/div>
&LT;/a>
&LT;/li>&LT;!-- end task item -->
...
&LT;/ul>
&LT;/li>
&LT;li class="footer">
&LT;a href="#">View all tasks&LT;/a>
&LT;/li>
&LT;/ul>
&LT;/li>
&LT;!-- User Account: style can be found in dropdown.less -->
&LT;li class="dropdown user user-menu">
&LT;a href="#" class="dropdown-toggle" data-toggle="dropdown">
&LT;img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image"/>
&LT;span class="hidden-xs">Alexander Pierce&LT;/span>
&LT;/a>
&LT;ul class="dropdown-menu">
&LT;!-- User image -->
&LT;li class="user-header">
&LT;img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" />
&LT;p>
Alexander Pierce - Web Developer
&LT;small>Member since Nov. 2012&LT;/small>
&LT;/p>
&LT;/li>
&LT;!-- Menu Body -->
&LT;li class="user-body">
&LT;div class="col-xs-4 text-center">
&LT;a href="#">Followers&LT;/a>
&LT;/div>
&LT;div class="col-xs-4 text-center">
&LT;a href="#">Sales&LT;/a>
&LT;/div>
&LT;div class="col-xs-4 text-center">
&LT;a href="#">Friends&LT;/a>
&LT;/div>
&LT;/li>
&LT;!-- Menu Footer-->
&LT;li class="user-footer">
&LT;div class="pull-left">
&LT;a href="#" class="btn btn-default btn-flat">Profile&LT;/a>
&LT;/div>
&LT;div class="pull-right">
&LT;a href="#" class="btn btn-default btn-flat">Sign out&LT;/a>
&LT;/div>
&LT;/li>
&LT;/ul>
&LT;/li>
&LT;/ul>
&LT;/div>
&LT;/nav>
&LT;/header></pre>
<h4>Top Nav Layout. Main Header Example.</h4>
2015-02-03 18:25:15 +01:00
<div class="callout callout-info lead">
<h4>Reminder!</h4>
<p>To use this main header instead of the regular one, you must add the <code>layout-top-nav</code> class to the body tag.</p>
</div>
<div class="box box-solid">
<div class="box-body">
<span class="eg">Top Nav Example</span>
<header class="main-header">
<!-- Logo -->
2015-02-04 23:12:18 +01:00
<a href="../index2.html" class="logo"><b>Admin</b>LTE</a>
<nav class="navbar navbar-static-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<i class="fa fa-bars"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Link <span class="sr-only">(current)</span></a></li>
<li><a href="#">Link</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
<li class="divider"></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
</ul>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
</form>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Link</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</header>
</div>
</div>
2015-02-02 20:47:07 +01:00
<pre class='prettyprint'>
&LT;!-- header logo: style can be found in header.less -->
&LT;header class="main-header">
&LT;!-- Logo -->
&LT;a href="../../index2.html" class="logo">AdminLTE&LT;/a>
&LT;nav class="navbar navbar-static-top">
&LT;div class="navbar-header">
&LT;button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
&LT;i class="fa fa-bars">&LT;/i>
&LT;/button>
&LT;/div>
&LT;!-- Collect the nav links, forms, and other content for toggling -->
&LT;div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
&LT;ul class="nav navbar-nav">
&LT;li class="active">&LT;a href="#">Link &LT;span class="sr-only">(current)&LT;/span>&LT;/a>&LT;/li>
&LT;li>&LT;a href="#">Link&LT;/a>&LT;/li>
&LT;li class="dropdown">
&LT;a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown &LT;span class="caret">&LT;/span>&LT;/a>
&LT;ul class="dropdown-menu" role="menu">
&LT;li>&LT;a href="#">Action&LT;/a>&LT;/li>
&LT;li>&LT;a href="#">Another action&LT;/a>&LT;/li>
&LT;li>&LT;a href="#">Something else here&LT;/a>&LT;/li>
&LT;li class="divider">&LT;/li>
&LT;li>&LT;a href="#">Separated link&LT;/a>&LT;/li>
&LT;li class="divider">&LT;/li>
&LT;li>&LT;a href="#">One more separated link&LT;/a>&LT;/li>
&LT;/ul>
&LT;/li>
&LT;/ul>
&LT;form class="navbar-form navbar-left" role="search">
&LT;div class="form-group">
&LT;input type="text" class="form-control" placeholder="Search">
&LT;/div>
&LT;/form>
&LT;ul class="nav navbar-nav navbar-right">
&LT;li>&LT;a href="#">Link&LT;/a>&LT;/li>
&LT;li class="dropdown">
&LT;a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown &LT;span class="caret">&LT;/span>&LT;/a>
&LT;ul class="dropdown-menu" role="menu">
&LT;li>&LT;a href="#">Action&LT;/a>&LT;/li>
&LT;li>&LT;a href="#">Another action&LT;/a>&LT;/li>
&LT;li>&LT;a href="#">Something else here&LT;/a>&LT;/li>
&LT;li class="divider">&LT;/li>
&LT;li>&LT;a href="#">Separated link&LT;/a>&LT;/li>
&LT;/ul>
&LT;/li>
&LT;/ul>
&LT;/div>&LT;!-- /.navbar-collapse -->
&LT;/nav>
&LT;/header>
</pre>
2015-02-03 18:25:15 +01:00
<!-- ----------------------------------------------------------- -->
<h3>Sidebar</h3>
<p class="lead">
The sidebar used in this page to the left provides an example of what your sidebar should like.
Construction of a sidebar:
</p>
<pre class="prettyprint">
&LT;div class="main-sidebar">
&LT;!-- Inner sidebar -->
&LT;div class="sidebar">
&LT;!-- user panel (Optional) -->
&LT;div class="user-panel">
&LT;div class="pull-left image">
&LT;img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" />
&LT;/div>
&LT;div class="pull-left info">
&LT;p>User Name&LT;/p>
&LT;a href="#">&LT;i class="fa fa-circle text-success">&LT;/i> Online&LT;/a>
&LT;/div>
&LT;/div>&LT;!-- /.user-panel -->
&LT;!-- Search Form (Optional) -->
&LT;form action="#" method="get" class="sidebar-form">
&LT;div class="input-group">
&LT;input type="text" name="q" class="form-control" placeholder="Search..."/>
&LT;span class="input-group-btn">
&LT;button type='submit' name='search' id='search-btn' class="btn btn-flat">&LT;i class="fa fa-search">&LT;/i>&LT;/button>
&LT;/span>
&LT;/div>
&LT;/form>&LT;!-- /.sidebar-form -->
&LT;!-- Sidebar Menu -->
&LT;ul class="sidebar-menu">
&LT;li class="active">&LT;a href="#">Link&LT;/a>&LT;/li>
&LT;li>&LT;a href="#">Another Link&LT;/a>&LT;/li>
&LT;li class="treeview">
&LT;a href="#">Second Level&LT;/a>
&LT;ul class="treeview-menu">
&LT;li>&LT;a href="#">Link in level 2&LT;/a>&LT;/li>
&LT;li>&LT;a href="#">Link in level 2&LT;/a>&LT;/li>
&LT;/ul>
&LT;/li>
&LT;/ul>&LT;!-- /.sidebar-menu -->
&LT;/div>&LT;!-- /.sidebar -->
&LT;/div>&LT;!-- /.main-sidebar -->
</pre>
<!-- ----------------------------------------------------------- -->
<h3>Box</h3>
<p class="lead">The box component is the most widely used component through out this template. You can
use it for anything from displaying charts to just blocks of text. It comes in many different
styles that we will explore below.</p>
<h4>Default Box Markup</h4>
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">Default Box Example</h3>
<div class="box-tools pull-right">
<!-- Buttons, labels, and many other things can be placed here! -->
<!-- Here is a label for example -->
<span class="label label-primary">Label</span>
</div><!-- /.box-tools -->
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
<div class="box-footer">
The footer of the box
</div><!-- box-footer -->
</div><!-- /.box -->
<pre class="prettyprint">
&LT;div class="box">
&LT;div class="box-header with-border">
&LT;h3 class="box-title">Default Box Example&LT;/h3>
&LT;div class="box-tools pull-right">
&LT;!-- Buttons, labels, and many other things can be placed here! -->
&LT;!-- Here is a label for example -->
&LT;span class="label label-primary">Label&LT;/span>
&LT;/div>&LT;!-- /.box-tools -->
&LT;/div>&LT;!-- /.box-header -->
&LT;div class="box-body">
The body of the box
&LT;/div>&LT;!-- /.box-body -->
&LT;div class="box-footer">
The footer of the box
&LT;/div>&LT;!-- box-footer -->
&LT;/div>&LT;!-- /.box --></pre>
<h4>Box Variants</h4>
<p class="lead">You can change the style of the box by adding any of the contextual classes.</p>
<div class="row">
<div class="col-md-4">
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">Default Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="col-md-4">
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">Primary Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="col-md-4">
<div class="box box-info">
<div class="box-header with-border">
<h3 class="box-title">Info Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="clearfix"></div>
<div class="col-md-4">
<div class="box box-warning">
<div class="box-header with-border">
<h3 class="box-title">Warning Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="col-md-4">
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">Success Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="col-md-4">
<div class="box box-danger">
<div class="box-header with-border">
<h3 class="box-title">Danger Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
</div><!-- /.row -->
<pre class="prettyprint">
&LT;div class="box box-default">...&LT;/div>
&LT;div class="box box-primary">...&LT;/div>
&LT;div class="box box-info">...&LT;/div>
&LT;div class="box box-warning">...&LT;/div>
&LT;div class="box box-success">...&LT;/div>
&LT;div class="box box-danger">...&LT;/div></pre>
2015-02-06 00:08:52 +01:00
2015-02-03 18:25:15 +01:00
<h4>Solid Box</h4>
<p class="lead">Solid Boxes are alternative ways to display boxes.
They can be created by simply adding th box-solid class to the box component.
You may also use contextual classes with you solid boxes.</p>
<div class="row">
<div class="col-md-4">
<div class="box box-solid box-default">
<div class="box-header">
2015-02-03 18:25:15 +01:00
<h3 class="box-title">Default Solid Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="col-md-4">
<div class="box box-solid box-primary">
<div class="box-header">
2015-02-03 18:25:15 +01:00
<h3 class="box-title">Primary Solid Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="col-md-4">
<div class="box box-solid box-info">
<div class="box-header">
2015-02-03 18:25:15 +01:00
<h3 class="box-title">Info Solid Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="clearfix"></div>
<div class="col-md-4">
<div class="box box-solid box-warning">
<div class="box-header">
2015-02-03 18:25:15 +01:00
<h3 class="box-title">Warning Solid Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="col-md-4">
<div class="box box-solid box-success">
<div class="box-header">
2015-02-03 18:25:15 +01:00
<h3 class="box-title">Success Solid Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="col-md-4">
<div class="box box-solid box-danger">
<div class="box-header">
2015-02-03 18:25:15 +01:00
<h3 class="box-title">Danger Solid Box Example</h3>
</div><!-- /.box-header -->
<div class="box-body">
The body of the box
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
</div><!-- /.row -->
2015-02-06 00:08:52 +01:00
<pre class="prettyprint">
2015-02-03 18:25:15 +01:00
&LT;div class="box box-solid">...&LT;/div>
&LT;div class="box box-solid box-primary">...&LT;/div>
&LT;div class="box box-solid box-info">...&LT;/div>
&LT;div class="box box-solid box-warning">...&LT;/div>
&LT;div class="box box-solid box-success">...&LT;/div>
&LT;div class="box box-solid box-danger">...&LT;/div></pre>
</section>
<!-- ============================================================= -->
<section id='plugins'>
<h2 class='page-header'><span>Plugins</span></h2>
<p class="lead">AdminLTE makes use of the following plugins. For documentation and/or updates, please visit the provided links.</p>
<ul>
2015-02-03 18:25:15 +01:00
</ul>
2015-02-01 22:25:09 +01:00
</section>
2015-02-02 20:47:07 +01:00
2015-02-02 19:38:02 +01:00
<!-- ============================================================= -->
2015-02-02 20:47:07 +01:00
2015-02-01 22:25:09 +01:00
<section id='browsers'>
<h2 class='page-header'><span>Browser Support</span></h2>
<p class="lead">AdminLTE supports the following browsers:</p>
<ul>
<li>IE9+</li>
<li>FireFox (latest)</li>
<li>Safari (latest)</li>
<li>Chrome (latest)</li>
<li>Opera (latest)</li>
</ul>
2015-02-01 22:25:09 +01:00
</section>
2015-02-02 20:47:07 +01:00
2015-02-02 19:38:02 +01:00
<!-- ============================================================= -->
2015-02-02 20:47:07 +01:00
<section id='upgrade'>
<h2 class='page-header'><span>Upgrade Guide</span></h2>
2015-02-02 19:38:02 +01:00
<p class="lead">To upgrade from version 1.x to the lateset version, apply these changes to your HTML markup:</p>
<ol>
<li>The .wrapper div must be placed immediately after the body tag rather than after the header</li>
<li>Change the .header div to .main-header <code>&LT;div class="main-header"></code></li>
2015-02-02 20:47:07 +01:00
<li>Change the .right-side class to .content-wrapper <code>&LT;div class="content-wrapper"></code></li>
<li>Change the .left-side class to .main-sidebar <code>&LT;div class="main-sidebar"></code></li>
<li>In the navbar, change .navbar-right to .navbar-custom-menu <code>&LT;div class="navbar-custom-menu"></code></li>
2015-02-02 19:38:02 +01:00
</ol>
2015-02-02 20:47:07 +01:00
<p>And you should be set to go!</p>
</section>
2015-02-02 20:47:07 +01:00
2015-02-02 19:38:02 +01:00
<!-- ============================================================= -->
2015-02-02 20:47:07 +01:00
<section id='faq'>
2015-02-01 22:25:09 +01:00
<h2 class='page-header'><span>FAQ</span></h2>
2015-02-02 19:38:02 +01:00
<h3>Can AdminLTE be used with Wordpress?</h3>
<p class="lead">AdminLTE is an HTML template that can be used for any purpose. However, it is not made to be easily installed on Wordpress. It will require some effort and enough knowledge of the Wordpress script to do so.</p>
2015-02-02 20:47:07 +01:00
<h3>Is there an integration guide for PHP frameworks such as Yii or Symphony?</h3>
<p class='lead'>Short answer, no. However, there are forks and tutorials around the web that
provide info on how to integrate with many different frameworks. There are even versions of
AdminLTE that are integrated with jQuery ajax, AngularJS and/or MVC5 ASP .NET.
</p>
<h3>How do I get notified of new AdminLTE versions?</h3>
<p class='lead'>The best option is to subscribe to our mailing list using the
<a href="http://almsaeedstudio.com/#subscribe">subscription form on Almsaeed Studio</a>.
If that's not appealing to you, you may watch the <a href="https://github.com/almasaeed2010/AdminLTE">repository on Github</a>
or visit <a href="http://almsaeedstudio.com">Almsaeed Studio</a> every now and then for updates and announcements.</p>
2015-02-01 22:25:09 +01:00
</section>
2015-02-02 20:47:07 +01:00
<!-- ============================================================= -->
<section id="license">
<h1 class="page-header"><span>License</span></h1>
<h3>AdminLTE</h3>
<p class="lead">AdminLTE is an open source project that is licensed under the <a href="http://opensource.org/licenses/MIT">MIT license</a>.
2015-02-03 18:25:15 +01:00
This allows you to do pretty much anything you want with it except selling it without any major modifications.
2015-02-02 20:47:07 +01:00
Attribution is not required (though very much appreciated).</p>
<h3>AdminLTE Premium Collection</h3>
<p class="lead">AdminLTE's premium collection provides a set of non-open source components, plugins and widgets. To use
the premium collection, you must buy a license that fits your use case. The following is the set of available licenses:</p>
<p><b>Single Application License</b></p>
<ul>
<li>Your use of the item is restricted to a single installation.
<li>You may use the item in work which you are creating for your own purposes or for your client.
<li>You must not incorporate the item in a work which is created for redistribution or resale by you or your client.
<li>The item may not be redistributed or resold.
<li>If the item contains licensed components, those components must only be used within the item and you must not extract and use them on a stand-alone basis.
<li>If the item was created using materials which are the subject of a GNU General Public License (GPL), your use of the item is subject to the terms of the GPL in place of the foregoing conditions (to the extent the GPL applies).
</ul>
<p><b>Multiple Applications License</b></p>
<ul>
<li>Your use of the item may extend to multiple installations.
<li>You may use the item in work which you are creating for your own purposes or for your clients.
<li>You must not incorporate the item in a work which is created for redistribution or resale by you or your clients.
<li>The item may not be redistributed or resold.
<li>If the item contains licensed components, those components must only be used within the item and you must not extract and use them on a stand-alone basis.
<li>If the item was created using materials which are the subject of a GNU General Public License (GPL), your use of the item is subject to the terms of the GPL in place of the foregoing conditions (to the extent the GPL applies).
</ul>
<p><b>Extended License</b></p>
<p>This license must be purchased if you intend to license, sublicense, redistribute, or resell the final product.</p>
<ul>
<li>Your use of the item may extend to multiple installations.
<li>You may use the item in work which you are creating for your own purposes or for your clients.
<li>You may license, sublicense, redistribute, or resell the item in the following circumstances:
<li>The item is incorporated into a larger work you have created; or
<li>If you modify the item and resell the end product.
<li>If the item contains licensed components, those components must only be used within the item and you must not extract and use them on a stand-alone basis.
<li>If the item was created using materials which are the subject of a GNU General Public License (GPL), your use of the item is subject to the terms of the GPL in place of the foregoing conditions (to the extent the GPL applies).
</ul>
</section>
2015-02-03 18:25:15 +01:00
</div><!-- /.content -->
2015-02-01 22:25:09 +01:00
</div><!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.0
</div>
<strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
</footer>
</div><!-- ./wrapper -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js" type="text/javascript"></script>
<!-- AdminLTE App -->
2015-02-02 17:52:30 +01:00
<script src="../dist/js/app.min.js" type="text/javascript"></script>
2015-02-01 22:25:09 +01:00
<!-- SlimScroll 1.3.0 -->
<script src="../plugins/slimScroll/jquery.slimscroll.min.js" type="text/javascript"></script>
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script src="//use.typekit.net/yvy0plb.js"></script>
<script>
try {
2015-02-01 22:25:09 +01:00
Typekit.load();
} catch (e) {
}
</script>
<script>
2015-02-02 20:47:07 +01:00
$(function () {
$(".sidebar-menu li a").click(function () {
$(this).parents("ul").find(".active").removeClass("active");
$(this).parent('li').addClass('active');
});
2015-02-02 20:47:07 +01:00
});
</script>
2015-02-01 22:25:09 +01:00
</body>
</html>