el: '#exploreList',
collection: exploreTasks});
- // Camp Petosega Maps
- var campTasks = new Tasks([
+ // Capstone Leadership
+ var capstoneTasks = new Tasks([
]);
- campTasks.url = prefixUrl + '/Dash/fetchTask.php';
- campTasks.fetch({cache: false, async:true, data: {pid: 3903, t: bTime}});
- var campList = new TaskListView({
- el: '#campList',
- collection: campTasks});
+ capstoneTasks.url = prefixUrl + '/Dash/fetchTask.php';
+ capstoneTasks.fetch({cache: false, async:true, data: {pid: 4037, t: bTime}});
+ var capstoneList = new TaskListView({
+ el: '#capstoneList',
+ collection: capstoneTasks});
// Member Leads
var leadsTasks = new Tasks([
</div>
<div class="row">
-
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4020" target="_blank">Events Plugin</a></h3>
- <table id="eventsList"
+ <h3><a href="../project.php?pid=4037" target="_blank">Capstone Leadership</a></h3>
+ <table id="capstoneList"
class="table table-condensed table-striped table-bordered table-hover">
<thead>
<tr>
</table>
</div>
+
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<h3><a href="../project.php?pid=3975" target="_blank">GLM Associate</a></h3>
<table id="memberdbList"
</div>
<div class="row">
-
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=3903" target="_blank">Camp Petosega Map</a></h3>
- <table id="campList"
+ <h3><a href="../project.php?pid=3928" target="_blank">Michigan Scientific</a></h3>
+ <table id="misciList"
class="table table-condensed table-striped table-bordered table-hover">
<thead>
<tr>
</thead>
</table>
</div>
-
-
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4048" target="_blank">Explore Western UP Upgrades</a></h3>
- <table id="exploreList"
+ <h3><a href="../project.php?pid=4016" target="_blank">John Hoffman Landscaping</a></h3>
+ <table id="hoffmanList"
class="table table-condensed table-striped table-bordered table-hover">
<thead>
<tr>
</table>
</div>
</div>
-
<div class="row">
+
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=3928" target="_blank">Michigan Scientific</a></h3>
- <table id="misciList"
- class="table table-condensed table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th>Employee</th>
- <th>Status</th>
- <th>Task Name</th>
- <th>Deadline</th>
- </tr>
- </thead>
- </table>
- </div>
- <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4016" target="_blank">John Hoffman Landscaping</a></h3>
- <table id="hoffmanList"
+ <h3><a href="../project.php?pid=4020" target="_blank">Events Plugin</a></h3>
+ <table id="eventsList"
class="table table-condensed table-striped table-bordered table-hover">
<thead>
<tr>
</thead>
</table>
</div>
- </div>
-
- <div class="row">
-
-
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<h3><a href="../project.php?pid=4047" target="_blank">Member Leads</a></h3>
</thead>
</table>
</div>
+
+
</div>
+
+
</div>
<script src="libs/jquery/dist/jquery.min.js"></script>