var harborcountryList = new TaskListView({
el: '#harborcountryList',
collection: harborcountryTasks});
+
+ // Mackinac Bridge
+ var mackinacbridgeTasks = new Tasks([
+ ]);
+ mackinacbridgeTasks.url = prefixUrl + '/Dash/fetchTask.php';
+ mackinacbridgeTasks.fetch({cache: false, async:true, data: {pid: 4060, t: bTime}});
+ var mackinacbridgeList = new TaskListView({
+ el: '#mackinacbridgeList',
+ collection: mackinacbridgeTasks});
+
});
<div class="row">
+ <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+ <h3><a href="../project.php?pid=4060" target="_blank">Mackinac Bridge</a></h3>
+ <table id="mackinacbridgeList"
+ 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">
</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=4020" target="_blank">Events Plugin</a></h3>
<table id="eventsList"
</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"
</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=4016" target="_blank">John Hoffman Landscaping</a></h3>
<table id="hoffmanList"
</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 class="row">
+
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<h3><a href="../project.php?pid=4003" target="_blank">Petoskey.com</a></h3>
<table id="petoskeyList"
</div>
</div>
-
-
-
-
</div>
<script src="libs/jquery/dist/jquery.min.js"></script>