var bTime = bDate.getTime();
// Trout Creek
- var troutcreekTasks = new Tasks([
- ]);
- troutcreekTasks.url = prefixUrl + '/Dash/fetchTask.php';
- troutcreekTasks.fetch({cache: false, async:true, data: {pid: 4147, t: bTime}});
- var troutcreekList = new TaskListView({
- el: '#troutcreekList',
- collection: troutcreekTasks});
+ // var troutcreekTasks = new Tasks([
+ // ]);
+ // troutcreekTasks.url = prefixUrl + '/Dash/fetchTask.php';
+ // troutcreekTasks.fetch({cache: false, async:true, data: {pid: 4147, t: bTime}});
+ // var troutcreekList = new TaskListView({
+ // el: '#troutcreekList',
+ // collection: troutcreekTasks});
- // Baraga County
- var baragaTasks = new Tasks([
+ // Keweenaw
+ var keweenawTasks = new Tasks([
]);
- baragaTasks.url = prefixUrl + '/Dash/fetchTask.php';
- baragaTasks.fetch({cache: false, async:true, data: {pid: 4131, t: bTime}});
- var baragaList = new TaskListView({
- el: '#baragaList',
- collection: baragaTasks});
+ keweenawTasks.url = prefixUrl + '/Dash/fetchTask.php';
+ keweenawTasks.fetch({cache: false, async:true, data: {pid: 4144, t: bTime}});
+ var keweenawList = new TaskListView({
+ el: '#keweenawList',
+ collection: keweenawTasks});
// // Mich Trail Maps
var trailmapsTasks = new Tasks([
el: '#migcsaList',
collection: migcsaTasks});
+ // Coldwater
+ var coldwaterTasks = new Tasks([
+ ]);
+ coldwaterTasks.url = prefixUrl + '/Dash/fetchTask.php';
+ coldwaterTasks.fetch({cache: false, async:true, data: {pid: 4152, t: bTime}});
+ var coldwaterList = new TaskListView({
+ el: '#coldwaterList',
+ collection: coldwaterTasks});
+
});
</div><!-- /.container-fluid -->
</nav>
<div class="container">
-
<div class="row">
-
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
- <h3><a href="../project.php?pid=4131" target="_blank">Baraga County</a></h3>
- <table id="baragaList"
+ <h3><a href="../project.php?pid=4152" target="_blank">Coldwater</a></h3>
+ <table id="coldwaterList"
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=4091" target="_blank">MiGCSA</a></h3>
<table id="migcsaList"
</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=4147" target="_blank">Trout Creek</a></h3>
- <table id="troutcreekList"
+ <h3><a href="../project.php?pid=4144" target="_blank">Keweenaw</a></h3>
+ <table id="keweenawList"
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=4074" target="_blank">Michigan Trail Maps</a></h3>
<table id="trailmapsList"