Worked on agenda and detail views
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 17 Mar 2016 20:04:27 +0000 (16:04 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 17 Mar 2016 20:04:27 +0000 (16:04 -0400)
commitebde5424fb3df1c27f8cd12e5b32677f555455b5
treea8032e3e94bc320fc839f3e8c0c17a3599ac1cc9
parent1370953813671dc3852bdcf4bbfc452f10048b85
Worked on agenda and detail views

Agenda view groups the events by the day.
Detail view has the get directions button working.
Need to work on the map itself.
Images are not being import yet.
13 files changed:
classes/data/dataCategories.php
classes/data/dataEvents.php
css/front.css [new file with mode: 0644]
js/dashboard.js
js/front.js [new file with mode: 0644]
js/geoCoder.js [new file with mode: 0644]
models/admin/management/events.php
models/front/events/baseAction.php
models/front/events/detail.php
models/front/events/list.php
views/front/events/agenda.html
views/front/events/detail.html
views/front/events/searchForm.html