update dash
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Apr 2016 11:56:48 +0000 (07:56 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Apr 2016 11:56:48 +0000 (07:56 -0400)
dash/app.js
index.html

index 3b50a36..02c5753 100644 (file)
@@ -58,14 +58,14 @@ $(document).ready(function(){
         el: '#starlineList',
         collection: starlineTasks});
 
-    // Little Field
-    var littleFieldTasks = new Tasks([
+    // Events Plugin
+    var eventsTasks = new Tasks([
     ]);
-    littleFieldTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    littleFieldTasks.fetch({cache: false, async:true, data: {pid: 3951, t: bTime}});
-    var littleFieldList = new TaskListView({
-        el: '#littleFieldList',
-        collection: littleFieldTasks});
+    eventsTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    eventsTasks.fetch({cache: false, async:true, data: {pid: 4020, t: bTime}});
+    var eventsList = new TaskListView({
+        el: '#eventsList',
+        collection: eventsTasks});
 
     // The Mole Hole Online
     var moleholeTasks = new Tasks([
index beeb392..c67ebf9 100644 (file)
             </div>
 
             <div class="row">
-                <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=3882" target="_blank">Great Lakes Shipwreck</a></h3>
-                    <table id="shipwreckList"
-                        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=3901" target="_blank">Pellston Airport</a></h3>
                     <table id="pellstonList"
@@ -96,9 +84,8 @@
                             </tr>
                         </thead>
                     </table>
-                </div>            </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=4000" target="_blank">Jolly Lama</a></h3>
                     <table id="jollylamaList"
                         </thead>
                     </table>
                 </div>
-                <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>
 
+            </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"
+                    <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>
                     </table>
                 </div>
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=3972" target="_blank">The Mole Hole Online</a></h3>
-                    <table id="moleholeList"
+                    <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>
 
+
             <div class="row">
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=3727" target="_blank">Starline</a></h3>
-                    <table id="starlineList"
+                    <h3><a href="../project.php?pid=3928" target="_blank">Michigan Scientific</a></h3>
+                    <table id="misciList"
                         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=3951" target="_blank">Little Field Township</a></h3>
-                    <table id="littleFieldList"
+                    <h3><a href="../project.php?pid=3972" target="_blank">The Mole Hole Online</a></h3>
+                    <table id="moleholeList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
                 </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=3878" target="_blank">Emmet - Gov't</a></h3>