el: '#petoskeyAreaList',
collection: petoskeyAreaTasks});
- // Member Leads
+ // Petoskey.com
var petoskeyTasks = new Tasks([
]);
petoskeyTasks.url = prefixUrl + '/Dash/fetchTask.php';
var petoskeyList = new TaskListView({
el: '#petoskeyList',
collection: petoskeyTasks});
+
+ // Harbor Country
+ var harborcountryTasks = new Tasks([
+ ]);
+ harborcountryTasks.url = prefixUrl + '/Dash/fetchTask.php';
+ harborcountryTasks.fetch({cache: false, async:true, data: {pid: 4038, t: bTime}});
+ var harborcountryList = new TaskListView({
+ el: '#harborcountryList',
+ collection: harborcountryTasks});
});
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4049" target="_blank">Petoskey Area</a></h3>
- <table id="petoskeyAreaList"
+ <h3><a href="../project.php?pid=4038" target="_blank">Harbor Country</a></h3>
+ <table id="harborcountryList"
class="table table-condensed table-striped table-bordered table-hover">
<thead>
<tr>
</div>
<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"
+ <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>
<div class="row">
+
+
+
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4037" target="_blank">Capstone Leadership</a></h3>
- <table id="capstoneList"
+ <h3><a href="../project.php?pid=3975" target="_blank">GLM Associate</a></h3>
+ <table id="memberdbList"
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=3975" target="_blank">GLM Associate</a></h3>
- <table id="memberdbList"
+ <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>
<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=4047" target="_blank">Member Leads</a></h3>
+ <table id="leadsList"
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=4047" target="_blank">Member Leads</a></h3>
- <table id="leadsList"
+ <h3><a href="../project.php?pid=4003" target="_blank">Petoskey.com</a></h3>
+ <table id="petoskeyList"
class="table table-condensed table-striped table-bordered table-hover">
<thead>
<tr>
</table>
</div>
-
</div>