el: '#misciList',
collection: misciTasks});
- // Gaslight
- var gaslightTasks = new Tasks([
- ]);
- gaslightTasks.url = prefixUrl + '/Dash/fetchTask.php';
- gaslightTasks.fetch({cache: false, async:true, data: {pid: 3989, t: bTime}});
- var gaslightList = new TaskListView({
- el: '#gaslightList',
- collection: gaslightTasks});
-
// Think Dunes
var thinkdunesTasks = new Tasks([
]);
el: '#discoverList',
collection: discoverTasks});
- // Pellston Airport
- var pellstonTasks = new Tasks([
+ // John Hoffman Landscaping
+ var hoffmanTasks = new Tasks([
]);
- pellstonTasks.url = prefixUrl + '/Dash/fetchTask.php';
- pellstonTasks.fetch({cache: false, async:true, data: {pid: 3901, t: bTime}});
- var pellstonList = new TaskListView({
- el: '#pellstonList',
- collection: pellstonTasks});
-
-
+ hoffmanTasks.url = prefixUrl + '/Dash/fetchTask.php';
+ hoffmanTasks.fetch({cache: false, async:true, data: {pid: 4016, t: bTime}});
+ var hoffmanList = new TaskListView({
+ el: '#hoffmanList',
+ collection: hoffmanTasks});
});
<div class="row">
-
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=3901" target="_blank">Pellston Airport</a></h3>
- <table id="pellstonList"
+ <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>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=3989" target="_blank">Gaslight Media</a></h3>
- <table id="gaslightList"
- 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=4020" target="_blank">Events Plugin</a></h3>
- <table id="eventsList"
+ <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>