Uploaded
all the files have been uploaded
This commit is contained in:
41
examples/404.html
Normal file
41
examples/404.html
Normal file
@@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>AdminLTE - 404 Not Found</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<!-- bootstrap 3.0.2 -->
|
||||
<link href="../css/bootstrap.min.css" rel="stylesheet" />
|
||||
<!-- font Awesome -->
|
||||
<link href="../css/font-awesome.min.css" rel="stylesheet" />
|
||||
<!-- Theme style -->
|
||||
<link href="../theme/theme.css" rel="stylesheet" />
|
||||
<!-- Google font Signika -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Signika+Negative' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body class="bg-white">
|
||||
<div class="row-fluid">
|
||||
<div class="valign col-md-4 col-md-offset-4 col-sm-5 col-sm-offset-4 col-xs-12">
|
||||
<h1 class="text-center signika"><i class="fa fa-shield"></i> AdminLTE</h1>
|
||||
</div><!-- /.col -->
|
||||
</div><!-- /.col -->
|
||||
|
||||
<div class="row-fluid">
|
||||
<div class="col-md-4 col-md-offset-4 col-sm-5 col-sm-offset-4 col-xs-12">
|
||||
<h1 class="font-light-blue"><i class="fa fa-search"></i> 404 Oops!</h1>
|
||||
<h4>We are sorry about that! <br/><small>We don't seem to be able to find the page you requested.</small></h4>
|
||||
<form action="#" method="post">
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon control"><i class="fa fa-search"></i></span>
|
||||
<input type="text" name="search" class="form-control" placeholder="Search for what you want..."/>
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-light-blue" type="button">Go!</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div><!-- /.col -->
|
||||
</div><!-- /.row -->
|
||||
</body>
|
||||
</html>
|
||||
42
examples/500.html
Normal file
42
examples/500.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>AdminLTE - 500 Error</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<!-- bootstrap 3.0.2 -->
|
||||
<link href="../css/bootstrap.min.css" rel="stylesheet" />
|
||||
<!-- font Awesome -->
|
||||
<link href="../css/font-awesome.min.css" rel="stylesheet" />
|
||||
<!-- Theme style -->
|
||||
<link href="../theme/theme.css" rel="stylesheet" />
|
||||
<!-- Google font Signika -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Signika+Negative' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body class="bg-white">
|
||||
<div class="row-fluid">
|
||||
<div class="valign col-md-4 col-md-offset-4 col-sm-5 col-sm-offset-4 col-xs-12">
|
||||
<h1 class="text-center signika"><i class="fa fa-shield"></i> AdminLTE</h1>
|
||||
</div><!-- /.col -->
|
||||
</div><!-- /.row -->
|
||||
|
||||
<div class="row-fluid">
|
||||
<div class="col-md-4 col-md-offset-4 col-sm-5 col-sm-offset-4 col-xs-12">
|
||||
<h1 class="font-light-blue"><i class="fa fa-wrench"></i> 500 Oops!</h1>
|
||||
<h4>This page is currently having problems!<br/>
|
||||
<small>We are working on it. We promise this won't happen again.</small></h4>
|
||||
<form action="#" method="post">
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon control"><i class="fa fa-search"></i></span>
|
||||
<input type="text" name="search" class="form-control" placeholder="Try searching the website..."/>
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-light-blue" type="button">Go!</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div><!-- /.col -->
|
||||
</div><!-- /.row -->
|
||||
</body>
|
||||
</html>
|
||||
143
examples/blank_page.html
Normal file
143
examples/blank_page.html
Normal file
@@ -0,0 +1,143 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>AdminLTE - Blank Page</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<!-- bootstrap 3.0.2 -->
|
||||
<link href="../css/bootstrap.min.css" rel="stylesheet" />
|
||||
<!-- font Awesome -->
|
||||
<link href="../css/font-awesome.min.css" rel="stylesheet" />
|
||||
<!-- Theme style -->
|
||||
<link href="../theme/theme.css" rel="stylesheet" />
|
||||
<!-- Google font Signika -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Signika+Negative' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-theme bg-blue navbar-static-top" role="navigation">
|
||||
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="../index.html"><span class="fa fa-shield"></span> AdminLTE</a>
|
||||
<a href="#" class='lte-menu-sm visible-xs navbar-brand'>
|
||||
<span class="fa fa-list"></span>
|
||||
</a>
|
||||
</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 navbar-right">
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-gears"></i></a>
|
||||
<ul class="dropdown-menu navbar-selector">
|
||||
<li role="presentation" class="dropdown-header font-primary noClick">Navbar Color</li>
|
||||
<li class="font-primary" data-color="bg-primary"><a href="#"><i class="fa fa-gear"></i> Primary</a></li>
|
||||
<li class="font-blue" data-color="bg-blue"><a href="#"><i class="fa fa-gear"></i> Blue <small class="text-muted">(default)</small></a></li>
|
||||
<li class="font-light-blue" data-color="bg-light-blue"><a href="#"><i class="fa fa-gear"></i> Light Blue</a></li>
|
||||
<li class="font-green" data-color="bg-green"><a href="#"><i class="fa fa-gear"></i> Green</a></li>
|
||||
<li class="font-yellow" data-color="bg-yellow"><a href="#"><i class="fa fa-gear"></i> Yellow</a></li>
|
||||
<li class="font-purple" data-color="bg-purple"><a href="#"><i class="fa fa-gear"></i> Purple</a></li>
|
||||
<li class="font-red" data-color="bg-red"><a href="#"><i class="fa fa-gear"></i> Red</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#"><i class="fa fa-bullhorn"></i></a></li>
|
||||
<li><a href="#"><i class="fa fa-envelope"></i></a></li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="#">Profile</a></li>
|
||||
<li><a href="#">Friends</a></li>
|
||||
<li><a href="#">Settings</a></li>
|
||||
<li class="divider"></li>
|
||||
<li><a href="#">Privacy</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="navbar-form navbar-right">
|
||||
<div class="form-group">
|
||||
<input type="text" name="search" class="form-control" placeholder="..."/>
|
||||
</div>
|
||||
</form>
|
||||
</div><!-- /.navbar-collapse -->
|
||||
</nav>
|
||||
<div class="lte-main-content">
|
||||
<!-- side bar -->
|
||||
<div class="lte-sidebar col-md-2 col-sm-3 hidden-xs">
|
||||
<ul class="lte-sidebar-menu">
|
||||
<li><a href="../index.html"><i class="fa fa-dashboard"></i> Dashboard</a></li>
|
||||
<li class="lte-tree">
|
||||
<a href="#"><i class="fa fa-bar-chart-o"></i> Charts<i class="pull-right fa fa-angle-right"></i></a>
|
||||
<ul class="lte-tree-menu">
|
||||
<li><a href="../charts/flot.html"><i class="fa fa-bar-chart-o"></i> Flot</a></li>
|
||||
<li><a href="../charts/jqplot.html"><i class="fa fa-bar-chart-o"></i> JQplot</a></li>
|
||||
<li><a href="../charts/xcharts.html"><i class="fa fa-bar-chart-o"></i> xCharts</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="../ui.html"><i class="fa fa-tint"></i> User Interface </a></li>
|
||||
<!--<li><a href="../widgets.html"><i class="fa fa-gear"></i> Widgets</a></li>-->
|
||||
<li class="lte-tree active">
|
||||
<a href="#"><i class="fa fa-pagelines"></i> Example Pages <i class="pull-right fa fa-angle-right"></i></a>
|
||||
<ul class="lte-tree-menu">
|
||||
<li><a href="invoice.html"><i class="fa fa-money"></i> Invoice</a></li>
|
||||
<li><a href="login.html"><i class="fa fa-sign-in"></i> Login</a></li>
|
||||
<li><a href="register.html"><i class="fa fa-lock"></i> Register</a></li>
|
||||
<li class="active"><a href="blank_page.html"><i class="fa fa-paperclip"></i> Blank Page</a></li>
|
||||
<li><a href="404.html"><i class="fa fa-unlink"></i> 404 Error Page</a></li>
|
||||
<li><a href="500.html"><i class="fa fa-unlink"></i> 500 Error Page</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="../forms.html"><i class="fa fa-edit"></i> Forms</a></li>
|
||||
<li><a href="../typography.html"><i class="fa fa-text-width"></i> Typography</a></li>
|
||||
<li><a href="../calendar.html"><i class="fa fa-calendar"></i> Calendar</a></li>
|
||||
|
||||
<li class="lte-tree">
|
||||
<a href="#"><i class="fa fa-pagelines"></i> Multilevel Dropdown<i class="pull-right fa fa-angle-right"></i></a>
|
||||
<ul class="lte-tree-menu">
|
||||
<li class="lte-tree">
|
||||
<a href="#"><i class="fa fa-pagelines"></i> Level 1<i class="pull-right fa fa-angle-right"></i></a>
|
||||
<ul class="lte-tree-menu">
|
||||
<li class="lte-tree">
|
||||
<a href="#"><i class="fa fa-pagelines"></i> Level 2<i class="pull-right fa fa-angle-right"></i></a>
|
||||
<ul class="lte-tree-menu">
|
||||
<li><a href="#"><i class="fa fa-pagelines"></i> Level 3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<!-- /.side-bar-->
|
||||
|
||||
<div class="lte-main-container col-md-10 col-sm-9">
|
||||
<!-- main content -->
|
||||
<div class="page-header">
|
||||
<i class="fa fa-paperclip"></i> Blank Page <small>example page</small>
|
||||
</div>
|
||||
<!-- /.page-header -->
|
||||
<!-- CONTENT GOES HERE -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- ./.lte-main-content -->
|
||||
<footer>
|
||||
Copyright © 2013 - <a>Preview</a> - <a>Purchase</a> - Built with <a target="blank" href="http://getbootstrap.com">Bootstrap 3</a>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- JQuery 1.10.2 -->
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
||||
<!-- Bootstrap -->
|
||||
<script src="../js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<!-- LTE Tree -->
|
||||
<script src="../js/lteTree.js" type="text/javascript"></script>
|
||||
<!-- LTE App -->
|
||||
<script src="../js/lteApp.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
247
examples/invoice.html
Normal file
247
examples/invoice.html
Normal file
@@ -0,0 +1,247 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>AdminLTE - Invoice Example</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<!-- bootstrap 3.0.2 -->
|
||||
<link href="../css/bootstrap.min.css" rel="stylesheet" />
|
||||
<!-- font Awesome -->
|
||||
<link href="../css/font-awesome.min.css" rel="stylesheet" />
|
||||
<!-- Theme style -->
|
||||
<link href="../theme/theme.css" rel="stylesheet" />
|
||||
<!-- Google font Signika -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Signika+Negative' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-theme bg-green navbar-static-top" role="navigation">
|
||||
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="index.html"><span class="fa fa-shield"></span> AdminLTE</a>
|
||||
<a href="#" class='lte-menu-sm visible-xs navbar-brand'>
|
||||
<span class="fa fa-list"></span>
|
||||
</a>
|
||||
</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 navbar-right">
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-gears"></i></a>
|
||||
<ul class="dropdown-menu navbar-selector">
|
||||
<li role="presentation" class="dropdown-header font-primary noClick">Navbar Color</li>
|
||||
<li class="font-primary" data-color="bg-primary"><a href="#"><i class="fa fa-gear"></i> Primary</a></li>
|
||||
<li class="font-blue" data-color="bg-blue"><a href="#"><i class="fa fa-gear"></i> Blue <small class="text-muted">(default)</small></a></li>
|
||||
<li class="font-light-blue" data-color="bg-light-blue"><a href="#"><i class="fa fa-gear"></i> Light Blue</a></li>
|
||||
<li class="font-green" data-color="bg-green"><a href="#"><i class="fa fa-gear"></i> Green</a></li>
|
||||
<li class="font-yellow" data-color="bg-yellow"><a href="#"><i class="fa fa-gear"></i> Yellow</a></li>
|
||||
<li class="font-purple" data-color="bg-purple"><a href="#"><i class="fa fa-gear"></i> Purple</a></li>
|
||||
<li class="font-red" data-color="bg-red"><a href="#"><i class="fa fa-gear"></i> Red</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#"><i class="fa fa-bullhorn"></i></a></li>
|
||||
<li><a href="#"><i class="fa fa-envelope"></i></a></li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="#">Profile</a></li>
|
||||
<li><a href="#">Friends</a></li>
|
||||
<li><a href="#">Settings</a></li>
|
||||
<li class="divider"></li>
|
||||
<li><a href="#">Privacy</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="navbar-form navbar-right">
|
||||
<div class="form-group">
|
||||
<input type="text" name="search" class="form-control" placeholder="..."/>
|
||||
</div>
|
||||
</form>
|
||||
</div><!-- /.navbar-collapse -->
|
||||
</nav>
|
||||
<div class="lte-main-content">
|
||||
<!-- side bar -->
|
||||
<div class="lte-sidebar col-md-2 col-sm-3 hidden-xs">
|
||||
<ul class="lte-sidebar-menu">
|
||||
<li><a href="../index.html"><i class="fa fa-dashboard"></i> Dashboard</a></li>
|
||||
<li class="lte-tree">
|
||||
<a href="#"><i class="fa fa-bar-chart-o"></i> Charts<i class="pull-right fa fa-angle-right"></i></a>
|
||||
<ul class="lte-tree-menu">
|
||||
<li><a href="../charts/flot.html"><i class="fa fa-bar-chart-o"></i> Flot</a></li>
|
||||
<li><a href="../charts/jqplot.html"><i class="fa fa-bar-chart-o"></i> JQplot</a></li>
|
||||
<li><a href="../charts/xcharts.html"><i class="fa fa-bar-chart-o"></i> xCharts</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="../ui.html"><i class="fa fa-tint"></i> User Interface </a></li>
|
||||
<!--<li><a href="../widgets.html"><i class="fa fa-gear"></i> Widgets</a></li>-->
|
||||
<li class="lte-tree active">
|
||||
<a href="#"><i class="fa fa-pagelines"></i> Example Pages <i class="pull-right fa fa-angle-right"></i></a>
|
||||
<ul class="lte-tree-menu">
|
||||
<li class="active"><a href="invoice.html"><i class="fa fa-money"></i> Invoice</a></li>
|
||||
<li><a href="login.html"><i class="fa fa-sign-in"></i> Login</a></li>
|
||||
<li><a href="register.html"><i class="fa fa-lock"></i> Register</a></li>
|
||||
<li><a href="blank_page.html"><i class="fa fa-paperclip"></i> Blank Page</a></li>
|
||||
<li><a href="404.html"><i class="fa fa-unlink"></i> 404 Error Page</a></li>
|
||||
<li><a href="500.html"><i class="fa fa-unlink"></i> 500 Error Page</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="../forms.html"><i class="fa fa-edit"></i> Forms</a></li>
|
||||
<li><a href="../typography.html"><i class="fa fa-text-width"></i> Typography</a></li>
|
||||
<li><a href="../calendar.html"><i class="fa fa-calendar"></i> Calendar</a></li>
|
||||
|
||||
<li class="lte-tree">
|
||||
<a href="#"><i class="fa fa-pagelines"></i> Multilevel Dropdown<i class="pull-right fa fa-angle-right"></i></a>
|
||||
<ul class="lte-tree-menu">
|
||||
<li class="lte-tree">
|
||||
<a href="#"><i class="fa fa-pagelines"></i> Level 1<i class="pull-right fa fa-angle-right"></i></a>
|
||||
<ul class="lte-tree-menu">
|
||||
<li class="lte-tree">
|
||||
<a href="#"><i class="fa fa-pagelines"></i> Level 2<i class="pull-right fa fa-angle-right"></i></a>
|
||||
<ul class="lte-tree-menu">
|
||||
<li><a href="#"><i class="fa fa-pagelines"></i> Level 3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.side-bar-->
|
||||
|
||||
<div class="lte-main-container col-md-10 col-sm-9">
|
||||
<!-- main content -->
|
||||
<div class="page-header">
|
||||
<i class="fa fa-money"></i> Invoice <small>#001300</small>
|
||||
<div class="pull-right">
|
||||
<button class="btn btn-default noPrint" id="print-btn"><i class="fa fa-print"></i> Print</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.page-header -->
|
||||
<div class="lte-dashboard">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="box box-default box-fixed-height">
|
||||
<div class="box-header">
|
||||
<h3 class="box-title"><i class="fa fa-globe text-muted"></i> FROM</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<strong>John Doe</strong><br />
|
||||
123 Jump St.<br />
|
||||
Silicon Valley, CA<br />
|
||||
United States of America<br />
|
||||
Email: johndoe@email.com<br />
|
||||
Phone: (555)321-1234
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="box box-default box-fixed-height">
|
||||
<div class="box-header">
|
||||
<h3 class="box-title"><i class="fa fa-globe text-muted"></i> TO</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<strong>John Doe</strong><br />
|
||||
123 Jump St.<br />
|
||||
Silicon Valley, CA<br />
|
||||
United States of America<br />
|
||||
Email: johndoe@email.com<br />
|
||||
Phone: (555)321-1234
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="box box-default box-fixed-height">
|
||||
<div class="box-header">
|
||||
<h3 class="box-title">INVOICE</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<h3>#001300</h3>
|
||||
<strong>Date:</strong> 12-12-2013<br/>
|
||||
<strong>Account:</strong> 6678-1194-3449-0998
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- row -->
|
||||
<div class="row">
|
||||
<div class="col-xs-12 table-responsive">
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Item</th>
|
||||
<th>Quantity</th>
|
||||
<th>Unit Price</th>
|
||||
<th>Total</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Glasses</td>
|
||||
<td>3</td>
|
||||
<td>$100</td>
|
||||
<td>$300</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Mirror</td>
|
||||
<td>2</td>
|
||||
<td>$10</td>
|
||||
<td>$20</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Laptop</td>
|
||||
<td>3</td>
|
||||
<td>$2,000</td>
|
||||
<td>$6,000</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Cups</td>
|
||||
<td>13</td>
|
||||
<td>$10.50</td>
|
||||
<td>$136.50</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><!-- /.col -->
|
||||
<div class="col-xs-12">
|
||||
<div class="line"></div>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<h3 class="text-right">Total: $6,456.50</h3>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div><!-- /.lte-dashboard -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- ./.lte-main-content -->
|
||||
<footer>
|
||||
Copyright © 2013 - <a>Preview</a> - <a>Purchase</a> - Built with <a target="blank" href="http://getbootstrap.com">Bootstrap 3</a>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- JQuery 1.10.2 -->
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
||||
<!-- Bootstrap -->
|
||||
<script src="../js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<!-- LTE Tree -->
|
||||
<script src="../js/lteTree.js" type="text/javascript"></script>
|
||||
<!-- LTE App -->
|
||||
<script src="../js/lteApp.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$("#print-btn").click(function(e) {
|
||||
e.preventDefault();
|
||||
window.print();
|
||||
});
|
||||
});
|
||||
current_nav_color = "bg-green";
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
62
examples/login.html
Normal file
62
examples/login.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="bg-primary">
|
||||
<head>
|
||||
<title>AdminLTE - Login</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<!-- bootstrap 3.0.2 -->
|
||||
<link href="../css/bootstrap.min.css" rel="stylesheet" />
|
||||
<!-- font Awesome -->
|
||||
<link href="../css/font-awesome.min.css" rel="stylesheet" />
|
||||
<!-- Theme style -->
|
||||
<link href="../theme/theme.css" rel="stylesheet" />
|
||||
<!-- Google font Signika -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Signika+Negative' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body class="bg-primary">
|
||||
<div class="row-fluid">
|
||||
<div class="valign col-md-4 col-md-offset-4 col-sm-5 col-sm-offset-4 col-xs-12">
|
||||
<h1 class="text-center signika"><i class="fa fa-shield"></i> AdminLTE</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row-fluid">
|
||||
<div class="col-md-4 col-md-offset-4 col-sm-5 col-sm-offset-4 col-xs-12">
|
||||
<div class="box box-light-blue">
|
||||
<div class="box-header">
|
||||
<div class="box-title signika">
|
||||
<b>Login to your account</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-body bg-white">
|
||||
<form action="#" method="post">
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon control"><i class="fa fa-user"></i></span>
|
||||
<input type="text" name="username" class="form-control" placeholder="Email or Username"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon control"><i class="fa fa-lock"></i></span>
|
||||
<input type="password" name="password" class="form-control" placeholder="Password"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="checkbox" name="remember"/> Remember me
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<button type="submit" class="btn-block btn btn-light-blue">Login</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<p>
|
||||
<a href="#">Forgot your password?</a>
|
||||
</p>
|
||||
</div><!-- /.box-body -->
|
||||
</div><!-- /.box -->
|
||||
</div><!-- /.col -->
|
||||
</div><!-- /.row -->
|
||||
|
||||
<div class="clearfix"></div>
|
||||
</body>
|
||||
</html>
|
||||
69
examples/register.html
Normal file
69
examples/register.html
Normal file
@@ -0,0 +1,69 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="bg-primary">
|
||||
<head>
|
||||
<title>AdminLTE - Register</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<!-- bootstrap 3.0.2 -->
|
||||
<link href="../css/bootstrap.min.css" rel="stylesheet" />
|
||||
<!-- font Awesome -->
|
||||
<link href="../css/font-awesome.min.css" rel="stylesheet" />
|
||||
<!-- Theme style -->
|
||||
<link href="../theme/theme.css" rel="stylesheet" />
|
||||
<!-- Google font Signika -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Signika+Negative' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body class="bg-primary">
|
||||
<div class="row-fluid">
|
||||
<div class="valign col-md-4 col-md-offset-4 col-sm-5 col-sm-offset-4 col-xs-12">
|
||||
<h1 class="text-center signika"><i class="fa fa-shield"></i> AdminLTE</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row-fluid">
|
||||
<div class="col-md-4 col-md-offset-4 col-sm-5 col-sm-offset-4 col-xs-12">
|
||||
<div class="box box-light-blue">
|
||||
<div class="box-header">
|
||||
<div class="box-title signika">
|
||||
<b>Register New Account</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-body bg-white">
|
||||
<form action="#" method="post">
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon control"><i class="fa fa-user"></i></span>
|
||||
<input type="text" name="username" class="form-control" placeholder="Username"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon control"><i class="fa fa-envelope"></i></span>
|
||||
<input type="text" name="email" class="form-control" placeholder="Email"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon control"><i class="fa fa-lock"></i></span>
|
||||
<input type="password" name="password" class="form-control" placeholder="Password"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon control"><i class="fa fa-lock"></i></span>
|
||||
<input type="password" name="rePassword" class="form-control" placeholder="Retype Password"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="checkbox" name="remember"/> Log me in when registration is complete
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<button type="submit" class="btn-block btn btn-light-blue">Register</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user