Adding App for updating the Prop Images
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 11 Jul 2014 16:54:42 +0000 (12:54 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 11 Jul 2014 16:54:42 +0000 (12:54 -0400)
commit1b07b51ccf909d524cd45264ae82b3ec87d6c0ca
treea04e8d967bd70c91b653012bd68cd3e473b9ec02
parent50880af4073b52146526137b1862f8c46abccc84
Adding App for updating the Prop Images

These are pulling data from the property.property table.
23 files changed:
Toolkit/Property/Controller.php [new file with mode: 0644]
Toolkit/Property/Database/application.sql [new file with mode: 0644]
Toolkit/Property/Database/tables/property.sql [new file with mode: 0644]
Toolkit/Property/Display.php [new file with mode: 0644]
Toolkit/Property/Models/Property.php [new file with mode: 0644]
Toolkit/Property/Views/index.tpl [new file with mode: 0644]
Toolkit/Property/Views/listImages.tpl [new file with mode: 0644]
Toolkit/Property/css/foundation.css [new file with mode: 0644]
Toolkit/Property/css/foundation.min.css [new file with mode: 0644]
Toolkit/Property/css/normalize.css [new file with mode: 0644]
Toolkit/Property/index.php [new file with mode: 0644]
Toolkit/Property/js/foundation.min.js [new file with mode: 0644]
Toolkit/Property/js/foundation/foundation.accordion.js [new file with mode: 0644]
Toolkit/Property/js/foundation/foundation.dropdown.js [new file with mode: 0644]
Toolkit/Property/js/foundation/foundation.js [new file with mode: 0644]
Toolkit/Property/js/foundation/foundation.reveal.js [new file with mode: 0644]
Toolkit/Property/js/foundation/foundation.tooltip.js [new file with mode: 0644]
Toolkit/Property/js/foundation/foundation.topbar.js [new file with mode: 0644]
Toolkit/Property/js/vendor/fastclick.js [new file with mode: 0644]
Toolkit/Property/js/vendor/jquery.cookie.js [new file with mode: 0644]
Toolkit/Property/js/vendor/jquery.js [new file with mode: 0644]
Toolkit/Property/js/vendor/modernizr.js [new file with mode: 0644]
Toolkit/Property/js/vendor/placeholder.js [new file with mode: 0644]