From: Steve Sutton Date: Tue, 24 Jan 2017 19:26:07 +0000 (-0500) Subject: Update list X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=412a72bb9301a4bb28c3c3fec92238017cf05b9d;p=prog%2FDash.git Update list adding projects Charlevoix Library Crawford County --- diff --git a/dash/app.js b/dash/app.js index 0eea81a..59171cb 100644 --- a/dash/app.js +++ b/dash/app.js @@ -58,4 +58,22 @@ $(document).ready(function(){ el: '#trailmapsList', collection: trailmapsTasks}); + // Crowford County + var crawfordTasks = new Tasks([ + ]); + crawfordTasks.url = prefixUrl + '/Dash/fetchTask.php'; + crawfordTasks.fetch({cache: false, async:true, data: {pid: 4082, t: bTime}}); + var crawfordList = new TaskListView({ + el: '#crawfordList', + collection: crawfordTasks}); + + // Crowford County + var chxlibraryTasks = new Tasks([ + ]); + chxlibraryTasks.url = prefixUrl + '/Dash/fetchTask.php'; + chxlibraryTasks.fetch({cache: false, async:true, data: {pid: 4076, t: bTime}}); + var chxlibraryList = new TaskListView({ + el: '#chxlibraryList', + collection: chxlibraryTasks}); + }); diff --git a/index.html b/index.html index 0c14d6d..6c80ed4 100644 --- a/index.html +++ b/index.html @@ -102,6 +102,36 @@ +
+
+

Crawford County

+ + + + + + + + + +
EmployeeStatusTask NameDeadline
+
+
+

Charlevoix Library

+ + + + + + + + + +
EmployeeStatusTask NameDeadline
+
+