mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
262 lines
8.8 KiB
262 lines
8.8 KiB
<!DOCTYPE html>
|
|
<!--
|
|
This is a starter template page. Use this page to start your new project from
|
|
scratch. This page gets rid of all links and provides the needed markup only.
|
|
-->
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
<title>AdminLTE 2 | Starter</title>
|
|
<!-- Font Awesome -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
|
|
<!-- Theme style -->
|
|
<link rel="stylesheet" href="dist/tmp/AdminLTE.min.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]-->
|
|
</head>
|
|
<!--
|
|
BODY TAG OPTIONS:
|
|
=================
|
|
Apply one or more of the following classes to get the
|
|
desired effect
|
|
|---------------------------------------------------------|
|
|
| SKINS | skin-blue |
|
|
| | skin-black |
|
|
| | skin-purple |
|
|
| | skin-yellow |
|
|
| | skin-red |
|
|
| | skin-green |
|
|
|---------------------------------------------------------|
|
|
|LAYOUT OPTIONS | layout-fixed |
|
|
| | layout-boxed |
|
|
| | layout-top-nav |
|
|
| | sidebar-collapse |
|
|
| | sidebar-mini |
|
|
|---------------------------------------------------------|
|
|
-->
|
|
<body class="hold-transition skin-blue sidebar-mini sidebar-collapsed">
|
|
<div class="wrapper">
|
|
|
|
<!-- Navbar -->
|
|
<nav class="navbar navbar-static-top navbar-dark bg-light-blue">
|
|
<!-- Logo -->
|
|
<a class="navbar-brand" href="#"><b>Admin</b>LTE</a>
|
|
<ul class="nav navbar-nav">
|
|
<li class="nav-item active">
|
|
<a class="nav-link" href="#">Home</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="#">Features</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="#">Pricing</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="#">About</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
<!-- /.navbar -->
|
|
|
|
<!-- Left side column. contains the logo and sidebar -->
|
|
<aside class="main-sidebar">
|
|
|
|
<!-- sidebar: style can be found in sidebar.less -->
|
|
<section class="sidebar">
|
|
|
|
<!-- Sidebar user panel (optional) -->
|
|
<div class="user-panel">
|
|
<div class="pull-left image">
|
|
<img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
|
|
</div>
|
|
<div class="pull-left info">
|
|
<p>Alexander Pierce</p>
|
|
<!-- Status -->
|
|
<a href="#"><i class="fa fa-circle text-success"></i> Online</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Sidebar Menu -->
|
|
<ul class="sidebar-menu">
|
|
<li class="header">HEADER</li>
|
|
<!-- Optionally, you can add icons to the links -->
|
|
<li class="active"><a href="#"><i class="fa fa-link"></i> <span>Link</span></a></li>
|
|
<li><a href="#"><i class="fa fa-link"></i> <span>Another Link</span></a></li>
|
|
<li class="treeview">
|
|
<a href="#"><i class="fa fa-link"></i> <span>Multilevel</span> <i class="fa fa-angle-left pull-right"></i></a>
|
|
<ul class="treeview-menu">
|
|
<li><a href="#">Link in level 2</a></li>
|
|
<li><a href="#">Link in level 2</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<!-- /.sidebar-menu -->
|
|
</section>
|
|
<!-- /.sidebar -->
|
|
</aside>
|
|
|
|
<!-- Content Wrapper. Contains page content -->
|
|
<div class="content-wrapper">
|
|
<!-- Content Header (Page header) -->
|
|
<section class="content-header">
|
|
<div class="row">
|
|
<div class="col-sm-6">
|
|
<h1>
|
|
Page Header
|
|
</h1>
|
|
</div>
|
|
<!-- /.col-sm-6 -->
|
|
<div class="col-sm-6">
|
|
<ol class="breadcrumb pull-right">
|
|
<li><a href="#"><i class="fa fa-dashboard"></i> Level</a></li>
|
|
<li class="active">Here</li>
|
|
</ol>
|
|
</div>
|
|
<!-- /.col-sm-6 -->
|
|
</div>
|
|
<!-- /.row -->
|
|
</section>
|
|
|
|
<!-- Main content -->
|
|
<section class="content container-fluid">
|
|
|
|
<div class="row">
|
|
<div class="col-sm-6">
|
|
<!-- Your Page Content Here -->
|
|
<div class="box box-default">
|
|
<div class="box-header with-border">
|
|
<h3 class="box-title">Title</h3>
|
|
|
|
<div class="box-tools pull-right">
|
|
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
|
|
</button>
|
|
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-remove"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<!-- /.box-header -->
|
|
<div class="box-body">
|
|
</div>
|
|
<!-- /.box-body -->
|
|
</div>
|
|
<!-- /.box -->
|
|
</div>
|
|
<!-- /.col-sm-6 -->
|
|
</div>
|
|
|
|
</section>
|
|
<!-- /.content -->
|
|
</div>
|
|
<!-- /.content-wrapper -->
|
|
|
|
<!-- Main Footer -->
|
|
<footer class="main-footer">
|
|
<!-- To the right -->
|
|
<div class="pull-right hidden-xs">
|
|
Anything you want
|
|
</div>
|
|
<!-- Default to the left -->
|
|
<strong>Copyright © 2015 <a href="#">Company</a>.</strong> All rights reserved.
|
|
</footer>
|
|
|
|
<!-- Control Sidebar -->
|
|
<aside class="control-sidebar control-sidebar-dark">
|
|
<!-- Create the tabs -->
|
|
<ul class="nav nav-tabs nav-justified control-sidebar-tabs">
|
|
<li class="active"><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
|
|
<li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
|
|
</ul>
|
|
<!-- Tab panes -->
|
|
<div class="tab-content">
|
|
<!-- Home tab content -->
|
|
<div class="tab-pane active" id="control-sidebar-home-tab">
|
|
<h3 class="control-sidebar-heading">Recent Activity</h3>
|
|
<ul class="control-sidebar-menu">
|
|
<li>
|
|
<a href="javascript::;">
|
|
<i class="menu-icon fa fa-birthday-cake bg-red"></i>
|
|
|
|
<div class="menu-info">
|
|
<h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
|
|
|
|
<p>Will be 23 on April 24th</p>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<!-- /.control-sidebar-menu -->
|
|
|
|
<h3 class="control-sidebar-heading">Tasks Progress</h3>
|
|
<ul class="control-sidebar-menu">
|
|
<li>
|
|
<a href="javascript::;">
|
|
<h4 class="control-sidebar-subheading">
|
|
Custom Template Design
|
|
<span class="label label-danger pull-right">70%</span>
|
|
</h4>
|
|
|
|
<div class="progress progress-xxs">
|
|
<div class="progress-bar progress-bar-danger" style="width: 70%"></div>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<!-- /.control-sidebar-menu -->
|
|
|
|
</div>
|
|
<!-- /.tab-pane -->
|
|
<!-- Stats tab content -->
|
|
<div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div>
|
|
<!-- /.tab-pane -->
|
|
<!-- Settings tab content -->
|
|
<div class="tab-pane" id="control-sidebar-settings-tab">
|
|
<form method="post">
|
|
<h3 class="control-sidebar-heading">General Settings</h3>
|
|
|
|
<div class="form-group">
|
|
<label class="control-sidebar-subheading">
|
|
Report panel usage
|
|
<input type="checkbox" class="pull-right" checked>
|
|
</label>
|
|
|
|
<p>
|
|
Some information about this general settings option
|
|
</p>
|
|
</div>
|
|
<!-- /.form-group -->
|
|
</form>
|
|
</div>
|
|
<!-- /.tab-pane -->
|
|
</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>
|
|
</div>
|
|
<!-- ./wrapper -->
|
|
|
|
<!-- REQUIRED JS SCRIPTS -->
|
|
|
|
<!-- jQuery 2.1.4 -->
|
|
<script src="bower_components/jquery/dist/jquery.min.js"></script>
|
|
<!-- Bootstrap 3.3.5 -->
|
|
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
<!-- AdminLTE App -->
|
|
<script src="dist/js/app.min.js"></script>
|
|
|
|
<!-- Optionally, you can add Slimscroll and FastClick plugins.
|
|
Both of these plugins are recommended to enhance the
|
|
user experience. Slimscroll is required when using the
|
|
fixed layout. -->
|
|
</body>
|
|
</html>
|