Update Dash
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 23 May 2017 12:28:41 +0000 (08:28 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 23 May 2017 12:28:41 +0000 (08:28 -0400)
Adding
    GACVB
    PHSCAF
    CS Lewis Festival

dash/app.js
index.html

index 9017b87..a74af56 100644 (file)
@@ -13,15 +13,6 @@ $(document).ready(function(){
         el: '#trailmapsList',
         collection: trailmapsTasks});
 
-    // Great Lakes Center For The Arts
-    var greatlakesTasks = new Tasks([
-    ]);
-    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([
     ]);
@@ -31,15 +22,6 @@ $(document).ready(function(){
         el: '#chxlibraryList',
         collection: chxlibraryTasks});
 
-    // Starline
-    var starlineTasks = new Tasks([
-    ]);
-    starlineTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    starlineTasks.fetch({cache: false, async:true, data: {pid: 4105, t: bTime}});
-    var starlineList = new TaskListView({
-        el: '#starlineList',
-        collection: starlineTasks});
-
     // Event Calender
     var eventcTasks = new Tasks([
     ]);
@@ -67,4 +49,31 @@ $(document).ready(function(){
         el: '#memberdbList',
         collection: memberdbTasks});
 
+    // GACVB
+    var gacvbTasks = new Tasks([
+    ]);
+    gacvbTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    gacvbTasks.fetch({cache: false, async:true, data: {pid: 4090, t: bTime}});
+    var gacvbList = new TaskListView({
+        el: '#gacvbList',
+        collection: gacvbTasks});
+
+    // PHSACF
+    var phsacfTasks = new Tasks([
+    ]);
+    phsacfTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    phsacfTasks.fetch({cache: false, async:true, data: {pid: 4109, t: bTime}});
+    var phsacfList = new TaskListView({
+        el: '#phsacfList',
+        collection: phsacfTasks});
+
+    // CS LEWIS
+    var cslewisTasks = new Tasks([
+    ]);
+    cslewisTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    cslewisTasks.fetch({cache: false, async:true, data: {pid: 4106, t: bTime}});
+    var cslewisList = new TaskListView({
+        el: '#cslewisList',
+        collection: cslewisTasks});
+
 });
index 6a664e4..28d3b93 100644 (file)
@@ -37,8 +37,8 @@
             <div class="row">
 
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=4110" target="_blank">Great Lakes Center For The Arts</a></h3>
-                    <table id="greatlakesList"
+                    <h3><a href="../project.php?pid=4074" target="_blank">Michigan Trail Maps</a></h3>
+                    <table id="trailmapsList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
@@ -52,8 +52,8 @@
                 </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"
+                    <h3><a href="../project.php?pid=4109" target="_blank">PHSACF</a></h3>
+                    <table id="phsacfList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <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=4076" target="_blank">Charlevoix Library</a></h3>
-                    <table id="chxlibraryList"
+                    <h3><a href="../project.php?pid=4106" target="_blank">CS Lewis Festival</a></h3>
+                    <table id="cslewisList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
@@ -86,8 +86,8 @@
                 </div>
 
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=4105" target="_blank">Starline</a></h3>
-                    <table id="starlineList"
+                    <h3><a href="../project.php?pid=4090" target="_blank">Gaylord Michigan</a></h3>
+                    <table id="gacvbList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
                     </table>
                 </div>
 
+
+
             </div>
             <div class="row">