123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <!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'>
- <!-- Bootstrap 3.3.2 -->
- <link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
- <!-- Font Awesome Icons -->
- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
- <!-- Ionicons -->
- <link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css" />
- <!-- Theme style -->
- <link href="../dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
- <link href="../dist/css/skins/skin-blue.min.css" rel="stylesheet" type="text/css" />
- <link href="style.css" rel="stylesheet" type="text/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/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]-->
- </head>
- <body class="skin-blue fixed" data-spy="scroll" data-target="#scrollspy">
- <div class="wrapper">
- <header class="main-header">
- <!-- Logo -->
- <!-- 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="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>
- <li><a href="http://almsaeedstudio.com/premium">Premium Templates</a></li>
- </ul>
- </div>
- </nav>
- </header>
- <!-- Left side column. contains the logo and sidebar -->
- <aside class="main-sidebar">
- <!-- sidebar: style can be found in sidebar.less -->
- <section 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><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 class='treeview' id='scrollspy-components'>
- <a href="#components"><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-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>
- </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="#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>
- </section>
- <!-- /.sidebar -->
- </aside>
- <!-- Content Wrapper. Contains page content -->
- <div class="content-wrapper">
- <!-- Content Header (Page header) -->
- <div class="content-header">
- <h1>
- AdminLTE Documentation
- <small>Current version 2.0.2</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">
- <div class="callout callout-warning no-margin bring-up">
- <h4>Warning!</h4>
- This documentation is under development. Some information may change as the progress of creating the documentation continues.
- </div>
- include "introduction.html"
- <!-- ============================================================= -->
- include "download.html"
- <!-- ============================================================= -->
- include "dependencies.html"
- <!-- ============================================================= -->
- include "advice.html"
- <!-- ============================================================= -->
- include "layout.html"
- <!-- ============================================================= -->
- include "components.html"
- <!-- ============================================================= -->
- include "plugins.html"
- <!-- ============================================================= -->
- include "browsers.html"
- <!-- ============================================================= -->
- include "upgrade.html"
- <!-- ============================================================= -->
- include "faq.html"
- <!-- ============================================================= -->
- include "license.html"
-
- </div><!-- /.content -->
- </div><!-- /.content-wrapper -->
- <footer class="main-footer">
- <div class="pull-right hidden-xs">
- <b>Version</b> 2.0
- </div>
- <strong>Copyright © 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
- </footer>
- </div><!-- ./wrapper -->
- <!-- jQuery 2.1.3 -->
- <script src="../plugins/jQuery/jQuery-2.1.3.min.js"></script>
- <!-- 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>
- <!-- AdminLTE App -->
- <script src="../dist/js/app.min.js" type="text/javascript"></script>
- <!-- 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="docs.js"></script>
- </body>
- </html>
|