el: '#trailmapsList',
collection: trailmapsTasks});
- // Harbor Point Golf Club
- var hpgolfclubTasks = new Tasks([
+ // Great Lakes Center For The Arts
+ var greatlakesTasks = new Tasks([
]);
- hpgolfclubTasks.url = prefixUrl + '/Dash/fetchTask.php';
- hpgolfclubTasks.fetch({cache: false, async:true, data: {pid: 4116, t: bTime}});
- var hpgolfclubList = new TaskListView({
- el: '#hpgolfclubList',
- collection: hpgolfclubTasks});
+ greatlakesTasks.url = prefixUrl + '/Dash/fetchTask.php';
+ greatlakesTasks.fetch({cache: false, async:true, data: {pid: 4110, t: bTime}});
+ var greatlakesList = new TaskListView({
+ el: '#greatlakesList',
+ collection: greatlakesTasks});
// Charlevoix Library
var chxlibraryTasks = new Tasks([
el: '#chxlibraryList',
collection: chxlibraryTasks});
- // Turkeyville
- var turkeyvilleTasks = new Tasks([
- ]);
- turkeyvilleTasks.url = prefixUrl + '/Dash/fetchTask.php';
- turkeyvilleTasks.fetch({cache: false, async:true, data: {pid: 4085, t: bTime}});
- var turkeyvilleList = new TaskListView({
- el: '#turkeyvilleList',
- collection: turkeyvilleTasks});
-
- // Brewbakers
- var brewbakersTasks = new Tasks([
- ]);
- brewbakersTasks.url = prefixUrl + '/Dash/fetchTask.php';
- brewbakersTasks.fetch({cache: false, async:true, data: {pid: 4089, t: bTime}});
- var brewbakersList = new TaskListView({
- el: '#brewbakersList',
- collection: brewbakersTasks});
-
// Starline
var starlineTasks = new Tasks([
]);
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4116" target="_blank">Harbor Point Golf Club</a></h3>
- <table id="hpgolfclubList"
- 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=4085" target="_blank">Turkeyville</a></h3>
- <table id="turkeyvilleList"
- 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>
- <div class="row">
-
- <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4089" target="_blank">Brewbaker's</a></h3>
- <table id="brewbakersList"
+ <h3><a href="../project.php?pid=4110" target="_blank">Great Lakes Center For The Arts</a></h3>
+ <table id="greatlakesList"
class="table table-condensed table-striped table-bordered table-hover">
<thead>
<tr>
</div>
</div>
+
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">