2015-03-02 23:39:46 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2017-05-18 12:22:52 +00:00
|
|
|
<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">
|
|
|
|
<!-- Bootstrap 3.3.7 -->
|
2017-06-25 18:46:09 +00:00
|
|
|
<link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.min.css">
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- Font Awesome -->
|
2017-06-25 18:46:09 +00:00
|
|
|
<link rel="stylesheet" href="../bower_components/font-awesome/css/font-awesome.min.css">
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- Ionicons -->
|
2017-06-25 18:46:09 +00:00
|
|
|
<link rel="stylesheet" href="../bower_components/Ionicons/c/css/ionicons.min.css">
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- Theme style -->
|
|
|
|
<link rel="stylesheet" href="../dist/css/AdminLTE.min.css">
|
|
|
|
<link rel="stylesheet" href="../dist/css/skins/_all-skins.min.css">
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
|
|
|
|
<!-- 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/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<!-- Google Font -->
|
|
|
|
<link rel="stylesheet"
|
|
|
|
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
|
|
|
|
</head>
|
|
|
|
<body class="skin-blue" data-spy="scroll" data-target="#scrollspy">
|
|
|
|
<div class="wrapper">
|
|
|
|
|
|
|
|
<header class="main-header">
|
|
|
|
<!-- Logo -->
|
|
|
|
<a href="../index2.html" class="logo">
|
|
|
|
<!-- mini logo for sidebar mini 50x50 pixels -->
|
|
|
|
<span class="logo-mini"><b>A</b>LT</span>
|
|
|
|
<!-- logo for regular state and mobile devices -->
|
|
|
|
<span class="logo-lg"><b>Admin</b>LTE</span>
|
|
|
|
</a>
|
|
|
|
<!-- 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="push-menu" role="button">
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
</a>
|
|
|
|
<!-- Navbar Right Menu -->
|
|
|
|
<div class="navbar-custom-menu">
|
|
|
|
<ul class="nav navbar-nav">
|
2017-05-18 21:36:20 +00:00
|
|
|
<li><a href="https://adminlte.io">Almsaeed Studio</a></li>
|
|
|
|
<li><a href="https://adminlte.io/premium">Premium Templates</a></li>
|
2017-05-18 12:22:52 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<!-- Left side column. contains the logo and sidebar -->
|
|
|
|
<aside class="main-sidebar">
|
|
|
|
<!-- sidebar: style can be found in sidebar.less -->
|
|
|
|
<div class="sidebar" id="scrollspy">
|
|
|
|
|
|
|
|
<!-- sidebar menu: : style can be found in sidebar.less -->
|
|
|
|
<ul class="nav sidebar-menu">
|
|
|
|
<li class="header">TABLE OF CONTENTS</li>
|
|
|
|
<li class="active"><a href="#introduction"><i class="fa fa-circle-o"></i> Introduction</a></li>
|
|
|
|
<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>
|
|
|
|
<li><a href="#advice"><i class="fa fa-circle-o"></i> Advice</a></li>
|
|
|
|
<li><a href="#layout"><i class="fa fa-circle-o"></i> Layout</a></li>
|
|
|
|
<li><a href="#adminlte-options"><i class="fa fa-circle-o"></i> Javascript Options</a></li>
|
|
|
|
<li class="treeview" id="scrollspy-components">
|
|
|
|
<a href="javascript:void(0)"><i class="fa fa-circle-o"></i> Components</a>
|
|
|
|
<ul class="nav treeview-menu">
|
|
|
|
<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-box">Boxes</a></li>
|
|
|
|
<li><a href="#component-direct-chat">Direct Chat</a></li>
|
2015-03-02 23:39:46 +00:00
|
|
|
</ul>
|
2017-05-18 12:22:52 +00:00
|
|
|
</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="#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>
|
|
|
|
</div>
|
|
|
|
<!-- /.sidebar -->
|
|
|
|
</aside>
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- Content Wrapper. Contains page content -->
|
|
|
|
<div class="content-wrapper">
|
|
|
|
<!-- Content Header (Page header) -->
|
|
|
|
<div class="content-header">
|
|
|
|
<h1>
|
|
|
|
AdminLTE Documentation
|
|
|
|
<small>Version 2.3</small>
|
|
|
|
</h1>
|
|
|
|
<ol class="breadcrumb">
|
|
|
|
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
|
|
|
<li class="active">Documentation</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- Main content -->
|
|
|
|
<div class="content body">
|
|
|
|
<p class="lead">
|
|
|
|
This documentation is for versions 2.3 and under.
|
|
|
|
If you are looking for documentation for version 2.4 and above,
|
2017-05-18 21:36:20 +00:00
|
|
|
please visit <a href="https://adminlte.io/docs">our online documentation</a>.
|
2017-05-18 12:22:52 +00:00
|
|
|
</p>
|
2015-05-05 14:41:17 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "introduction.html"
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "download.html"
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "dependencies.html"
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "advice.html"
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "layout.html"
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-04-19 15:16:01 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "adminlte-options.html"
|
2015-04-19 15:16:01 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "components.html"
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "plugins.html"
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "browsers.html"
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "upgrade.html"
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-05-05 14:41:17 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "implementations.html"
|
2015-05-05 14:41:17 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "faq.html"
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- ============================================================= -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
include "license.html"
|
2015-05-05 14:41:17 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
</div><!-- /.content -->
|
|
|
|
</div><!-- /.content-wrapper -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<footer class="main-footer">
|
|
|
|
<div class="pull-right hidden-xs">
|
|
|
|
<b>Version</b> 2.3.12
|
|
|
|
</div>
|
2017-05-18 21:36:20 +00:00
|
|
|
<strong>Copyright © 2014-2016 <a href="https://adminlte.io">Almsaeed Studio</a>.</strong> All rights
|
2017-05-18 12:22:52 +00:00
|
|
|
reserved.
|
|
|
|
</footer>
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- Control Sidebar -->
|
|
|
|
<aside class="control-sidebar control-sidebar-dark">
|
|
|
|
<!-- Create the tabs -->
|
|
|
|
<div class="pad">
|
|
|
|
This is an example of the control sidebar.
|
|
|
|
</div>
|
|
|
|
</aside><!-- /.control-sidebar -->
|
|
|
|
<!-- Add the sidebar's background. This div must be placed
|
|
|
|
immediately after the control sidebar -->
|
|
|
|
<div class="control-sidebar-bg"></div>
|
2015-05-07 04:04:48 +00:00
|
|
|
|
2017-05-18 12:22:52 +00:00
|
|
|
</div><!-- ./wrapper -->
|
2015-03-02 23:39:46 +00:00
|
|
|
|
2017-06-25 18:46:09 +00:00
|
|
|
<!-- jQuery 3 -->
|
|
|
|
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- Bootstrap 3.3.7 -->
|
2017-06-25 18:46:09 +00:00
|
|
|
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
2017-05-18 12:22:52 +00:00
|
|
|
<!-- FastClick -->
|
|
|
|
<script src="../plugins/fastclick/fastclick.min.js"></script>
|
|
|
|
<!-- AdminLTE App -->
|
|
|
|
<script src="../dist/js/adminlte.min.js"></script>
|
2017-06-25 18:46:09 +00:00
|
|
|
<!-- SlimScroll -->
|
|
|
|
<script src="../bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script>
|
2017-05-18 12:22:52 +00:00
|
|
|
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
|
|
|
|
<script src="docs.js"></script>
|
|
|
|
</body>
|
2015-03-02 23:39:46 +00:00
|
|
|
</html>
|