index.html 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>AdminLTE 2 | Documentation</title>
  7. <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
  8. <!-- Bootstrap 3.3.2 -->
  9. <link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  10. <!-- Font Awesome Icons -->
  11. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  12. <!-- Ionicons -->
  13. <link href="http://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css" rel="stylesheet" type="text/css" />
  14. <!-- Theme style -->
  15. <link href="../dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
  16. <link href="../dist/css/skins/skin-blue.min.css" rel="stylesheet" type="text/css" />
  17. <link href="style.css" rel="stylesheet" type="text/css" />
  18. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  19. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  20. <!--[if lt IE 9]>
  21. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  22. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  23. <![endif]-->
  24. </head>
  25. <body class="skin-blue fixed" data-spy="scroll" data-target="#scrollspy">
  26. <div class="wrapper">
  27. <header class="main-header">
  28. <!-- Logo -->
  29. <a href="../index2.html" class="logo"><b>Admin</b>LTE</a>
  30. <!-- Header Navbar: style can be found in header.less -->
  31. <nav class="navbar navbar-static-top" role="navigation">
  32. <!-- Sidebar toggle button-->
  33. <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
  34. <span class="sr-only">Toggle navigation</span>
  35. </a>
  36. <!-- Navbar Right Menu -->
  37. <div class="navbar-custom-menu">
  38. <ul class="nav navbar-nav">
  39. <li><a href="http://almsaeedstudio.com">Almsaeed Studio</a></li>
  40. <li><a href="http://almsaeedstudio.com/premium">Premium Templates</a></li>
  41. </ul>
  42. </div>
  43. </nav>
  44. </header>
  45. <!-- Left side column. contains the logo and sidebar -->
  46. <aside class="main-sidebar">
  47. <!-- sidebar: style can be found in sidebar.less -->
  48. <section class="sidebar" id="scrollspy">
  49. <!-- sidebar menu: : style can be found in sidebar.less -->
  50. <ul class="nav sidebar-menu">
  51. <li class="header">TABLE OF CONTENTS</li>
  52. <li class='active'><a href="#introduction"><i class='fa fa-circle-o'></i> Introduction</a></li>
  53. <li><a href="#download"><i class='fa fa-circle-o'></i> Download</a></li>
  54. <li><a href="#dependencies"><i class='fa fa-circle-o'></i> Dependencies</a></li>
  55. <li><a href="#advice"><i class='fa fa-circle-o'></i> Advice</a></li>
  56. <li><a href="#layout"><i class='fa fa-circle-o'></i> Layout</a></li>
  57. <li class='treeview' id='scrollspy-components'>
  58. <a href="#components"><i class='fa fa-circle-o'></i> Components</a>
  59. <ul class='nav treeview-menu'>
  60. <li><a href='#component-main-header'>Main Header</a></li>
  61. <li><a href='#component-sidebar'>Sidebar</a></li>
  62. <li><a href='#component-info-box'>Info Box</a></li>
  63. <li><a href='#component-box'>Boxes</a></li>
  64. <li><a href='#component-direct-chat'>Direct Chat</a></li>
  65. </ul>
  66. </li>
  67. <li><a href="#plugins"><i class='fa fa-circle-o'></i> Plugins</a></li>
  68. <li><a href="#browsers"><i class='fa fa-circle-o'></i> Browser Support</a></li>
  69. <li><a href="#upgrade"><i class='fa fa-circle-o'></i> Upgrade Guide</a></li>
  70. <li><a href="#faq"><i class='fa fa-circle-o'></i> FAQ</a></li>
  71. <li><a href="#license"><i class='fa fa-circle-o'></i> License</a></li>
  72. </ul>
  73. </section>
  74. <!-- /.sidebar -->
  75. </aside>
  76. <!-- Content Wrapper. Contains page content -->
  77. <div class="content-wrapper">
  78. <!-- Content Header (Page header) -->
  79. <div class="content-header">
  80. <h1>
  81. AdminLTE Documentation
  82. <small>Current version 2.0.2</small>
  83. </h1>
  84. <ol class="breadcrumb">
  85. <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
  86. <li class="active">Documentation</li>
  87. </ol>
  88. </div>
  89. <!-- Main content -->
  90. <div class="content body">
  91. <div class="callout callout-warning no-margin">
  92. <h4>Warning!</h4>
  93. This documentation is under development. Some information may change as the progress of creating the documentation continues.
  94. </div>
  95. include "introduction.html"
  96. <!-- ============================================================= -->
  97. include "download.html"
  98. <!-- ============================================================= -->
  99. include "dependencies.html"
  100. <!-- ============================================================= -->
  101. include "advice.html"
  102. <!-- ============================================================= -->
  103. include "layout.html"
  104. <!-- ============================================================= -->
  105. include "components.html"
  106. <!-- ============================================================= -->
  107. include "plugins.html"
  108. <!-- ============================================================= -->
  109. include "browsers.html"
  110. <!-- ============================================================= -->
  111. include "upgrade.html"
  112. <!-- ============================================================= -->
  113. include "faq.html"
  114. <!-- ============================================================= -->
  115. include "license.html"
  116. </div><!-- /.content -->
  117. </div><!-- /.content-wrapper -->
  118. <footer class="main-footer">
  119. <div class="pull-right hidden-xs">
  120. <b>Version</b> 2.0
  121. </div>
  122. <strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
  123. </footer>
  124. </div><!-- ./wrapper -->
  125. <!-- jQuery 2.1.3 -->
  126. <script src="../plugins/jQuery/jQuery-2.1.3.min.js"></script>
  127. <!-- Bootstrap 3.3.2 JS -->
  128. <script src="../bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
  129. <!-- FastClick -->
  130. <script src='../plugins/fastclick/fastclick.min.js'></script>
  131. <!-- AdminLTE App -->
  132. <script src="../dist/js/app.min.js" type="text/javascript"></script>
  133. <!-- SlimScroll 1.3.0 -->
  134. <script src="../plugins/slimScroll/jquery.slimscroll.min.js" type="text/javascript"></script>
  135. <script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
  136. <script src="docs.js"></script>
  137. </body>
  138. </html>