532 lines
33 KiB
HTML
532 lines
33 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<title>Ambition-敏捷开发项目管理工具</title>
|
|||
|
<!-- Tell the browser to be responsive to screen width -->
|
|||
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
|||
|
<!-- Font Awesome -->
|
|||
|
<link rel="stylesheet" href="../plugins/font-awesome/css/font-awesome.css">
|
|||
|
<!-- Theme style -->
|
|||
|
<link rel="stylesheet" href="../dist/css/AdminLTE.min.css">
|
|||
|
<!-- Bootstrap 3.3.5 -->
|
|||
|
<link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css">
|
|||
|
<!-- AdminLTE Skins. We have chosen the skin-blue for this starter
|
|||
|
page. However, you can choose any other skin. Make sure you
|
|||
|
apply the skin class to the body tag so the changes take effect.
|
|||
|
-->
|
|||
|
<link rel="stylesheet" href="../dist/css/skins/skin-green.min.css">
|
|||
|
<!-- date picker -->
|
|||
|
<link rel="stylesheet" href="../dist/css/datepicker.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]-->
|
|||
|
<style>
|
|||
|
.task-content-a {
|
|||
|
text-decoration: none !important;
|
|||
|
color: black !important;
|
|||
|
}
|
|||
|
|
|||
|
.content-container-unstart {
|
|||
|
background: #F4F4F4;
|
|||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
|
|||
|
border-left: 8px solid #d2d6de;
|
|||
|
}
|
|||
|
|
|||
|
.content-container-processing {
|
|||
|
background: #F4F4F4;
|
|||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
|
|||
|
border-left: 8px solid #dd4b39;
|
|||
|
}
|
|||
|
|
|||
|
.content-container-success {
|
|||
|
background: #F4F4F4;
|
|||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
|
|||
|
border-left: 8px solid #00a65a;
|
|||
|
}
|
|||
|
|
|||
|
.content-container-tested {
|
|||
|
background: #F4F4F4;
|
|||
|
box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
|
|||
|
border-left: 8px solid #00c0ef;
|
|||
|
}
|
|||
|
|
|||
|
.modal-detail {
|
|||
|
background-color: #ecf0f5;
|
|||
|
}
|
|||
|
</style>
|
|||
|
</head>
|
|||
|
|
|||
|
<body class="hold-transition skin-green sidebar-mini" style="overflow-x:hidden;">
|
|||
|
<div class="wrapper">
|
|||
|
<!-- Content Wrapper. Contains page content -->
|
|||
|
<div class="content-wrapper" style="margin-left:0px;">
|
|||
|
<section class="content-header">
|
|||
|
<h1>
|
|||
|
任务
|
|||
|
<small>Ready to work!</small>
|
|||
|
</h1>
|
|||
|
</section>
|
|||
|
<!-- header section -->
|
|||
|
<!-- Content Header (Page header) -->
|
|||
|
<section class="content">
|
|||
|
<div class="row">
|
|||
|
<div class="col-md-3">
|
|||
|
<div class="box box-default">
|
|||
|
<div class="box-header with-border">
|
|||
|
<h3 class="box-title">未开始 · 4</h3>
|
|||
|
<div class="box-tools pull-right">
|
|||
|
<button class="btn btn-box-tool" data-toggle="modal" data-target="#myModal2"><i class="fa fa-plus"></i></button>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /.box-header -->
|
|||
|
<div class="box-body">
|
|||
|
<div class="callout content-container-unstart">
|
|||
|
<a href="#" class="task-content-a" data-toggle="modal" data-target="#myModal">
|
|||
|
<h4>前端原型开发</h4>
|
|||
|
<p>开发出项目的前端原型。</p>
|
|||
|
</a>
|
|||
|
|
|||
|
</div>
|
|||
|
<div class="callout content-container-unstart">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>数据库建表</h4>
|
|||
|
<p>建库建表。</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-unstart">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>撰写测试用例</h4>
|
|||
|
<p>根据需求撰写Rspec测试用例</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-unstart">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>数据接口列表</h4>
|
|||
|
<p>撰写前端需要的数据接口列表.</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /.box-body -->
|
|||
|
</div>
|
|||
|
<!-- /.box -->
|
|||
|
</div>
|
|||
|
<!-- /.col -->
|
|||
|
<div class="col-md-3">
|
|||
|
<div class="box box-danger">
|
|||
|
<div class="box-header with-border">
|
|||
|
<h3 class="box-title">进行中 · 5</h3>
|
|||
|
<div class="box-tools pull-right">
|
|||
|
<button class="btn btn-box-tool"><i class="fa fa-plus"></i></button>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /.box-header -->
|
|||
|
<div class="box-body">
|
|||
|
<div class="callout content-container-processing">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>前端原型开发</h4>
|
|||
|
<p>开发出项目的前端原型。</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-processing">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>数据库建表</h4>
|
|||
|
<p>建库建表。</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-processing">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>撰写测试用例</h4>
|
|||
|
<p>根据需求撰写Rspec测试用例</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-processing">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>数据接口列表</h4>
|
|||
|
<p>撰写前端需要的数据接口列表.</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-processing">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>测试</h4>
|
|||
|
<p>测试</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /.box-body -->
|
|||
|
</div>
|
|||
|
<!-- /.box -->
|
|||
|
</div>
|
|||
|
<!-- /.col -->
|
|||
|
<div class="col-md-3">
|
|||
|
<div class="box box-success">
|
|||
|
<div class="box-header with-border">
|
|||
|
<h3 class="box-title">已完成 · 5</h3>
|
|||
|
<div class="box-tools pull-right">
|
|||
|
<button class="btn btn-box-tool"><i class="fa fa-plus"></i></button>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /.box-header -->
|
|||
|
<div class="box-body">
|
|||
|
<div class="callout content-container-success">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>前端原型开发</h4>
|
|||
|
<p>开发出项目的前端原型。</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-success">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>数据库建表</h4>
|
|||
|
<p>建库建表。</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-success">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>撰写测试用例</h4>
|
|||
|
<p>根据需求撰写Rspec测试用例</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-success">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>数据接口列表</h4>
|
|||
|
<p>撰写前端需要的数据接口列表.</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-success">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>测试</h4>
|
|||
|
<p>测试</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /.box-body -->
|
|||
|
</div>
|
|||
|
<!-- /.box -->
|
|||
|
</div>
|
|||
|
<!-- /.col -->
|
|||
|
<div class="col-md-3">
|
|||
|
<div class="box box-info">
|
|||
|
<div class="box-header with-border">
|
|||
|
<h3 class="box-title">已测试 · 5</h3>
|
|||
|
<div class="box-tools pull-right">
|
|||
|
<button class="btn btn-box-tool"><i class="fa fa-plus"></i></button>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /.box-header -->
|
|||
|
<div class="box-body">
|
|||
|
<div class="callout content-container-tested">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>前端原型开发</h4>
|
|||
|
<p>开发出项目的前端原型。</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-tested">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>数据库建表</h4>
|
|||
|
<p>建库建表。</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-tested">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>撰写测试用例</h4>
|
|||
|
<p>根据需求撰写Rspec测试用例</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-tested">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>数据接口列表</h4>
|
|||
|
<p>撰写前端需要的数据接口列表.</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
<div class="callout content-container-tested">
|
|||
|
<a href="#" class="task-content-a">
|
|||
|
<h4>测试</h4>
|
|||
|
<p>测试</p>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /.box-body -->
|
|||
|
</div>
|
|||
|
<!-- /.box -->
|
|||
|
</div>
|
|||
|
<!-- /.col -->
|
|||
|
</div>
|
|||
|
<!-- row -->
|
|||
|
<!-- 模态框(Modal) -->
|
|||
|
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|||
|
<div class="modal-dialog">
|
|||
|
<div class="modal-content modal-detail">
|
|||
|
<div class="modal-header">
|
|||
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
|
|||
|
×
|
|||
|
</button>
|
|||
|
<h4 class="modal-title" id="myModalLabel">
|
|||
|
未开始列表
|
|||
|
</h4>
|
|||
|
</div>
|
|||
|
<div class="modal-body">
|
|||
|
<div class="row">
|
|||
|
<div class="col-lg-12">
|
|||
|
<div class="box box-primary">
|
|||
|
<div class="box-header with-border">
|
|||
|
<h3 class="box-title">基本信息</h3>
|
|||
|
</div>
|
|||
|
<!-- /.box-header -->
|
|||
|
<div class="box-body">
|
|||
|
<strong><i class="fa fa-book margin-r-5"></i>任务名称</strong>
|
|||
|
<p class="text-muted">
|
|||
|
前端原型开发
|
|||
|
</p>
|
|||
|
<hr>
|
|||
|
<strong><i class="fa fa-tasks margin-r-5"></i>任务内容</strong>
|
|||
|
<p class="text-muted">开发出项目的前端原型。</p>
|
|||
|
<hr>
|
|||
|
<strong><i class="fa fa-calendar margin-r-5"></i>截止时间</strong> 2016年12月8日
|
|||
|
<hr>
|
|||
|
<strong><i class="fa fa-clock-o margin-r-5"></i>优先级</strong>
|
|||
|
<div class="label label-danger" style="font-size:15px;font-weight:0 !important;">紧急</div>
|
|||
|
<hr>
|
|||
|
<strong><i class="fa fa-file-text-o margin-r-5"></i>参与人员</strong>
|
|||
|
<p>
|
|||
|
杨诏、陈翊
|
|||
|
</p>
|
|||
|
</div>
|
|||
|
<!-- /.box-body -->
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- col -->
|
|||
|
<div class="col-lg-12">
|
|||
|
<div class="box box-primary direct-chat direct-chat-primary">
|
|||
|
<div class="box-header with-border">
|
|||
|
<h3 class="box-title">任务评论</h3>
|
|||
|
</div>
|
|||
|
<!-- /.box-header -->
|
|||
|
<div class="box-body">
|
|||
|
<!-- Conversations are loaded here -->
|
|||
|
<div class="direct-chat-messages">
|
|||
|
<!-- Message. Default to the left -->
|
|||
|
<div class="direct-chat-msg">
|
|||
|
<div class="direct-chat-info clearfix">
|
|||
|
<span class="direct-chat-name pull-left">杨诏</span>
|
|||
|
<span class="direct-chat-timestamp pull-right">2016-12-7 2:00 pm</span>
|
|||
|
</div>
|
|||
|
<!-- /.direct-chat-info -->
|
|||
|
<img class="direct-chat-img" src="../dist/img/avatar5.png" alt="message user image">
|
|||
|
<!-- /.direct-chat-img -->
|
|||
|
<div class="direct-chat-text">
|
|||
|
这个任务相当好!
|
|||
|
</div>
|
|||
|
<!-- /.direct-chat-text -->
|
|||
|
</div>
|
|||
|
<!-- /.direct-chat-msg -->
|
|||
|
<!-- Message. Default to the left -->
|
|||
|
<div class="direct-chat-msg">
|
|||
|
<div class="direct-chat-info clearfix">
|
|||
|
<span class="direct-chat-name pull-left">陈翊</span>
|
|||
|
<span class="direct-chat-timestamp pull-right">2016-12-7 2:00 pm</span>
|
|||
|
</div>
|
|||
|
<!-- /.direct-chat-info -->
|
|||
|
<img class="direct-chat-img" src="../dist/img/avatar5.png" alt="message user image">
|
|||
|
<!-- /.direct-chat-img -->
|
|||
|
<div class="direct-chat-text">
|
|||
|
@杨诏,说的对呀!
|
|||
|
</div>
|
|||
|
<!-- /.direct-chat-text -->
|
|||
|
</div>
|
|||
|
<!-- /.direct-chat-msg -->
|
|||
|
<!-- Message. Default to the left -->
|
|||
|
<div class="direct-chat-msg">
|
|||
|
<div class="direct-chat-info clearfix">
|
|||
|
<span class="direct-chat-name pull-left">崔承旭</span>
|
|||
|
<span class="direct-chat-timestamp pull-right">2016-12-7 2:00 pm</span>
|
|||
|
</div>
|
|||
|
<!-- /.direct-chat-info -->
|
|||
|
<img class="direct-chat-img" src="../dist/img/avatar5.png" alt="message user image">
|
|||
|
<!-- /.direct-chat-img -->
|
|||
|
<div class="direct-chat-text">
|
|||
|
@陈翊,说的对呀!
|
|||
|
</div>
|
|||
|
<!-- /.direct-chat-text -->
|
|||
|
</div>
|
|||
|
<!-- /.direct-chat-msg -->
|
|||
|
</div>
|
|||
|
<!--/.direct-chat-messages-->
|
|||
|
|
|||
|
<!-- Contacts are loaded here -->
|
|||
|
<div class="direct-chat-contacts">
|
|||
|
<ul class="contacts-list">
|
|||
|
<li>
|
|||
|
<a href="#">
|
|||
|
<img class="contacts-list-img" src="../dist/img/avatar5.png">
|
|||
|
<div class="contacts-list-info">
|
|||
|
<span class="contacts-list-name">
|
|||
|
Count Dracula
|
|||
|
<small class="contacts-list-date pull-right">2/28/2015</small>
|
|||
|
</span>
|
|||
|
<span class="contacts-list-msg">How have you been? I was...</span>
|
|||
|
</div>
|
|||
|
<!-- /.contacts-list-info -->
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<!-- End Contact Item -->
|
|||
|
</ul>
|
|||
|
<!-- /.contatcts-list -->
|
|||
|
</div>
|
|||
|
<!-- /.direct-chat-pane -->
|
|||
|
</div>
|
|||
|
<!-- /.box-body -->
|
|||
|
<div class="box-footer">
|
|||
|
<form action="#" method="post">
|
|||
|
<div class="input-group">
|
|||
|
<input type="text" name="message" placeholder="输入评论内容" class="form-control">
|
|||
|
<span class="input-group-btn">
|
|||
|
<button type="button" class="btn btn-primary btn-flat">提交评论</button>
|
|||
|
</span>
|
|||
|
</div>
|
|||
|
</form>
|
|||
|
</div>
|
|||
|
<!-- /.box-footer-->
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- col -->
|
|||
|
</div>
|
|||
|
<!-- row -->
|
|||
|
</div>
|
|||
|
<div class="modal-footer">
|
|||
|
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal2">
|
|||
|
修改
|
|||
|
</button>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /.modal-content -->
|
|||
|
</div>
|
|||
|
<!-- /.modal -->
|
|||
|
</div>
|
|||
|
<!-- 模态框(Modal) -->
|
|||
|
<div class="modal fade" id="myModal2" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|||
|
<div class="modal-dialog">
|
|||
|
<div class="modal-content modal-detail">
|
|||
|
<div class="modal-header">
|
|||
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
|
|||
|
×
|
|||
|
</button>
|
|||
|
<h4 class="modal-title" id="myModalLabel">
|
|||
|
未开始列表
|
|||
|
</h4>
|
|||
|
</div>
|
|||
|
<div class="modal-body">
|
|||
|
<div class="row">
|
|||
|
<div class="col-lg-12">
|
|||
|
<div class="box box-primary">
|
|||
|
<div class="box-header with-border">
|
|||
|
<h3 class="box-title">任务信息</h3>
|
|||
|
</div>
|
|||
|
<!-- /.box-header -->
|
|||
|
<!-- form start -->
|
|||
|
<form role="form">
|
|||
|
<div class="box-body">
|
|||
|
<div class="form-group row has-feedback">
|
|||
|
<label for="inputPassword3" class="col-sm-2 col-md-push-2 control-label">任务名称</label>
|
|||
|
<div class="col-sm-6 col-md-push-2">
|
|||
|
<input type="text" class="form-control" value="11" id="address" name="address" placeholder="地址">
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- ./form-group -->
|
|||
|
<div class="form-group row has-feedback">
|
|||
|
<label for="inputPassword3" class="col-sm-2 col-md-push-2 control-label">任务内容</label>
|
|||
|
<div class="col-sm-6 col-md-push-2">
|
|||
|
<textarea class="form-control" rows="3" placeholder="Enter ..."></textarea> </div>
|
|||
|
</div>
|
|||
|
<!-- ./form-group -->
|
|||
|
<div class="form-group row has-feedback">
|
|||
|
<label for="inputPassword3" class="col-sm-2 col-md-push-2 control-label">截止时间</label>
|
|||
|
<div class="col-sm-6 col-md-push-2">
|
|||
|
<input type="text" class="form-control" value="11" id="address" name="address" placeholder="地址">
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- ./form-group -->
|
|||
|
<div class="form-group row has-feedback">
|
|||
|
<label for="inputPassword3" class="col-sm-2 col-md-push-2 control-label">优先级</label>
|
|||
|
<div class="col-sm-6 col-md-push-2">
|
|||
|
<div class="radio">
|
|||
|
<label>
|
|||
|
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked="">
|
|||
|
普通
|
|||
|
</label>
|
|||
|
</div>
|
|||
|
<div class="radio">
|
|||
|
<label>
|
|||
|
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
|
|||
|
紧急
|
|||
|
</label>
|
|||
|
</div>
|
|||
|
<div class="radio">
|
|||
|
<label>
|
|||
|
<input type="radio" name="optionsRadios" id="optionsRadios3" value="option3">
|
|||
|
非常紧急
|
|||
|
</label>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- ./form-group -->
|
|||
|
<div class="form-group row has-feedback">
|
|||
|
<label for="inputPassword3" class="col-sm-2 col-md-push-2 control-label">参与人员</label>
|
|||
|
<div class="col-sm-6 col-md-push-2">
|
|||
|
<select multiple="" class="form-control">
|
|||
|
<option>杨诏</option>
|
|||
|
<option>陈翊</option>
|
|||
|
<option>崔承旭</option>
|
|||
|
<option>胡家煊</option>
|
|||
|
<option>马旭桐</option>
|
|||
|
</select>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- ./form-group -->
|
|||
|
</div>
|
|||
|
<!-- /.box-body -->
|
|||
|
</form>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- col -->
|
|||
|
<div class="col-lg-12">
|
|||
|
|
|||
|
</div>
|
|||
|
<!-- col -->
|
|||
|
</div>
|
|||
|
<!-- row -->
|
|||
|
</div>
|
|||
|
<div class="modal-footer">
|
|||
|
<button type="button" class="btn btn-primary">
|
|||
|
提交
|
|||
|
</button>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<!-- /.modal-content -->
|
|||
|
</div>
|
|||
|
<!-- /.modal -->
|
|||
|
</div>
|
|||
|
</section>
|
|||
|
<!-- content section -->
|
|||
|
</div>
|
|||
|
<!-- content-wrapper -->
|
|||
|
</div>
|
|||
|
<!-- ./wrapper -->
|
|||
|
<center><strong>Copyright © 2016 <a href="#">Ambition Inc.</a>.</strong> All rights reserved.</center>
|
|||
|
|
|||
|
<!-- jQuery 2.1.4 -->
|
|||
|
<script src="../plugins/jQuery/jQuery-2.1.4.min.js"></script>
|
|||
|
<!-- Bootstrap 3.3.5 -->
|
|||
|
<script src="../bootstrap/js/bootstrap.min.js"></script>
|
|||
|
<!-- AdminLTE App -->
|
|||
|
<script src="../dist/js/app.min.js"></script>
|
|||
|
<!-- AdminLTE for demo purposes -->
|
|||
|
<script src="../dist/js/demo.js"></script>
|
|||
|
<!-- date select and query -->
|
|||
|
</body>
|
|||
|
|
|||
|
</html>
|