From 1b544be9711aa73c94c6782948d06333f9057830 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Tue, 20 Mar 2018 00:24:44 +0200 Subject: [PATCH] Updated the component to work better in PHP 7 --- README.md | 20 +- admin/README.txt | 20 +- admin/assets/css/admin.css | 23 +- admin/assets/css/dashboard.css | 23 +- admin/assets/css/external_source.css | 23 +- admin/assets/css/external_sources.css | 23 +- admin/assets/css/help_document.css | 23 +- admin/assets/css/help_documents.css | 23 +- admin/assets/css/local_listing.css | 23 +- admin/assets/css/local_listings.css | 23 +- admin/assets/css/manual_updater.css | 23 +- admin/assets/css/preacher.css | 23 +- admin/assets/css/preachers.css | 23 +- admin/assets/css/series.css | 23 +- admin/assets/css/series_list.css | 23 +- admin/assets/css/sermon.css | 23 +- admin/assets/css/sermons.css | 23 +- admin/assets/css/statistic.css | 23 +- admin/assets/css/statistics.css | 23 +- admin/assets/js/admin.js | 23 +- admin/config.xml | 2799 +++++++++-------- admin/controller.php | 42 +- admin/controllers/ajax.json.php | 23 +- admin/controllers/external_source.php | 23 +- admin/controllers/external_sources.php | 23 +- admin/controllers/help.php | 23 +- admin/controllers/help_document.php | 23 +- admin/controllers/help_documents.php | 23 +- admin/controllers/import.php | 23 +- admin/controllers/local_listing.php | 23 +- admin/controllers/local_listings.php | 23 +- admin/controllers/manual_updater.php | 23 +- admin/controllers/preacher.php | 23 +- admin/controllers/preachers.php | 23 +- admin/controllers/series.php | 23 +- admin/controllers/series_list.php | 23 +- admin/controllers/sermon.php | 23 +- admin/controllers/sermondistributor.php | 23 +- admin/controllers/sermons.php | 23 +- admin/controllers/statistic.php | 23 +- admin/controllers/statistics.php | 23 +- admin/helpers/headercheck.php | 23 +- admin/helpers/html/batch_.php | 23 +- admin/helpers/sermondistributor.php | 1853 ++++++----- .../en-GB/en-GB.com_sermondistributor.ini | 4 +- admin/layouts/batchselection.php | 23 +- .../build_option_fullwidth.php | 23 +- .../layouts/external_source/details_above.php | 23 +- .../external_source/details_fullwidth.php | 23 +- .../layouts/external_source/details_left.php | 23 +- .../layouts/external_source/details_right.php | 23 +- .../layouts/external_source/details_under.php | 23 +- admin/layouts/external_source/publishing.php | 23 +- admin/layouts/external_source/publlshing.php | 23 +- admin/layouts/help_document/details_above.php | 23 +- .../help_document/details_fullwidth.php | 23 +- admin/layouts/help_document/details_left.php | 23 +- admin/layouts/help_document/details_right.php | 23 +- admin/layouts/help_document/details_under.php | 23 +- admin/layouts/help_document/metadata.php | 23 +- admin/layouts/help_document/publishing.php | 23 +- admin/layouts/local_listing/details_above.php | 23 +- .../local_listing/details_fullwidth.php | 23 +- admin/layouts/local_listing/details_left.php | 23 +- admin/layouts/local_listing/details_right.php | 23 +- admin/layouts/local_listing/publishing.php | 23 +- admin/layouts/local_listing/publlshing.php | 23 +- admin/layouts/preacher/details_above.php | 23 +- admin/layouts/preacher/details_fullwidth.php | 23 +- admin/layouts/preacher/details_left.php | 23 +- admin/layouts/preacher/details_right.php | 23 +- admin/layouts/preacher/metadata.php | 23 +- admin/layouts/preacher/publishing.php | 23 +- admin/layouts/preacher/sermons_fullwidth.php | 23 +- admin/layouts/series/details_above.php | 23 +- admin/layouts/series/details_fullwidth.php | 23 +- admin/layouts/series/details_left.php | 23 +- admin/layouts/series/details_right.php | 23 +- admin/layouts/series/metadata.php | 23 +- admin/layouts/series/publishing.php | 23 +- admin/layouts/series/sermons_fullwidth.php | 23 +- admin/layouts/sermon/details_above.php | 23 +- admin/layouts/sermon/details_fullwidth.php | 23 +- admin/layouts/sermon/details_left.php | 23 +- admin/layouts/sermon/details_right.php | 23 +- admin/layouts/sermon/details_under.php | 23 +- admin/layouts/sermon/files_fullwidth.php | 23 +- admin/layouts/sermon/metadata.php | 23 +- admin/layouts/sermon/publishing.php | 23 +- admin/layouts/sermon/stastics_fullwidth.php | 23 +- admin/layouts/statistic/details_above.php | 23 +- admin/layouts/statistic/details_left.php | 23 +- admin/layouts/statistic/details_right.php | 23 +- admin/layouts/statistic/metadata.php | 23 +- admin/layouts/statistic/publishing.php | 23 +- admin/models/ajax.php | 23 +- admin/models/external_source.php | 27 +- admin/models/external_sources.php | 25 +- admin/models/fields/adminviewfolderlist.php | 23 +- admin/models/fields/articles.php | 23 +- admin/models/fields/externalsource.php | 23 +- admin/models/fields/externalsourcefiles.php | 23 +- admin/models/fields/localfiles.php | 23 +- admin/models/fields/preachers.php | 23 +- admin/models/fields/series.php | 23 +- admin/models/fields/sermon.php | 23 +- admin/models/fields/siteviewfolderlist.php | 23 +- admin/models/forms/external_source.js | 24 +- admin/models/forms/external_source.xml | 645 ++-- admin/models/forms/help_document.js | 23 +- admin/models/forms/help_document.xml | 513 +-- admin/models/forms/local_listing.js | 24 +- admin/models/forms/local_listing.xml | 301 +- admin/models/forms/preacher.js | 23 +- admin/models/forms/preacher.xml | 388 +-- admin/models/forms/series.js | 23 +- admin/models/forms/series.xml | 364 ++- admin/models/forms/sermon.js | 23 +- admin/models/forms/sermon.xml | 692 ++-- admin/models/forms/statistic.js | 23 +- admin/models/forms/statistic.xml | 364 ++- admin/models/help_document.php | 23 +- admin/models/help_documents.php | 23 +- admin/models/import.php | 23 +- admin/models/local_listing.php | 27 +- admin/models/local_listings.php | 25 +- admin/models/manual_updater.php | 25 +- admin/models/preacher.php | 23 +- admin/models/preachers.php | 23 +- admin/models/series.php | 23 +- admin/models/series_list.php | 23 +- admin/models/sermon.php | 23 +- admin/models/sermondistributor.php | 125 +- admin/models/sermons.php | 23 +- admin/models/statistic.php | 23 +- admin/models/statistics.php | 23 +- admin/sermondistributor.php | 23 +- admin/sql/install.mysql.utf8.sql | 8 +- admin/sql/updates/mysql/2.0.1.sql | 1 + admin/tables/external_source.php | 23 +- admin/tables/help_document.php | 23 +- admin/tables/local_listing.php | 23 +- admin/tables/preacher.php | 23 +- admin/tables/series.php | 23 +- admin/tables/sermon.php | 23 +- admin/tables/statistic.php | 23 +- admin/views/external_source/submitbutton.js | 23 +- admin/views/external_source/tmpl/edit.php | 24 +- admin/views/external_source/view.html.php | 23 +- admin/views/external_sources/tmpl/default.php | 23 +- .../tmpl/default_batch_body.php | 23 +- .../tmpl/default_batch_footer.php | 23 +- .../external_sources/tmpl/default_body.php | 23 +- .../external_sources/tmpl/default_foot.php | 23 +- .../external_sources/tmpl/default_head.php | 23 +- .../external_sources/tmpl/default_toolbar.php | 23 +- admin/views/external_sources/view.html.php | 23 +- admin/views/help_document/submitbutton.js | 23 +- admin/views/help_document/tmpl/edit.php | 23 +- admin/views/help_document/view.html.php | 23 +- admin/views/help_documents/tmpl/default.php | 23 +- .../tmpl/default_batch_body.php | 23 +- .../tmpl/default_batch_footer.php | 23 +- .../help_documents/tmpl/default_body.php | 23 +- .../help_documents/tmpl/default_foot.php | 23 +- .../help_documents/tmpl/default_head.php | 23 +- .../help_documents/tmpl/default_toolbar.php | 23 +- admin/views/help_documents/view.html.php | 23 +- admin/views/import/tmpl/default.php | 23 +- admin/views/import/view.html.php | 23 +- admin/views/local_listing/submitbutton.js | 23 +- admin/views/local_listing/tmpl/edit.php | 24 +- admin/views/local_listing/view.html.php | 23 +- admin/views/local_listings/tmpl/default.php | 23 +- .../tmpl/default_batch_body.php | 23 +- .../tmpl/default_batch_footer.php | 23 +- .../local_listings/tmpl/default_body.php | 23 +- .../local_listings/tmpl/default_foot.php | 23 +- .../local_listings/tmpl/default_head.php | 23 +- .../local_listings/tmpl/default_toolbar.php | 23 +- admin/views/local_listings/view.html.php | 23 +- admin/views/manual_updater/tmpl/default.php | 23 +- admin/views/manual_updater/view.html.php | 23 +- admin/views/preacher/submitbutton.js | 23 +- admin/views/preacher/tmpl/edit.php | 23 +- admin/views/preacher/view.html.php | 23 +- admin/views/preachers/tmpl/default.php | 23 +- .../preachers/tmpl/default_batch_body.php | 23 +- .../preachers/tmpl/default_batch_footer.php | 23 +- admin/views/preachers/tmpl/default_body.php | 23 +- admin/views/preachers/tmpl/default_foot.php | 23 +- admin/views/preachers/tmpl/default_head.php | 23 +- .../views/preachers/tmpl/default_toolbar.php | 23 +- admin/views/preachers/view.html.php | 23 +- admin/views/series/submitbutton.js | 23 +- admin/views/series/tmpl/edit.php | 23 +- admin/views/series/view.html.php | 23 +- admin/views/series_list/tmpl/default.php | 23 +- .../series_list/tmpl/default_batch_body.php | 23 +- .../series_list/tmpl/default_batch_footer.php | 23 +- admin/views/series_list/tmpl/default_body.php | 23 +- admin/views/series_list/tmpl/default_foot.php | 23 +- admin/views/series_list/tmpl/default_head.php | 23 +- .../series_list/tmpl/default_toolbar.php | 23 +- admin/views/series_list/view.html.php | 23 +- admin/views/sermon/submitbutton.js | 23 +- admin/views/sermon/tmpl/edit.php | 23 +- admin/views/sermon/view.html.php | 23 +- .../views/sermondistributor/tmpl/default.php | 23 +- ...sed_issues_the_closed_issues_on_github.php | 23 +- .../sermondistributor/tmpl/default_main.php | 23 +- ..._open_issues_the_open_issues_on_github.php | 23 +- .../tmpl/default_readme_information.php | 23 +- .../tmpl/default_releases_information.php | 23 +- ...t_vast_development_method_notice_board.php | 23 +- .../sermondistributor/tmpl/default_vdm.php | 23 +- admin/views/sermondistributor/view.html.php | 23 +- admin/views/sermons/tmpl/default.php | 23 +- .../views/sermons/tmpl/default_batch_body.php | 23 +- .../sermons/tmpl/default_batch_footer.php | 23 +- admin/views/sermons/tmpl/default_body.php | 23 +- admin/views/sermons/tmpl/default_foot.php | 23 +- admin/views/sermons/tmpl/default_head.php | 23 +- admin/views/sermons/tmpl/default_toolbar.php | 23 +- admin/views/sermons/view.html.php | 23 +- admin/views/statistic/submitbutton.js | 23 +- admin/views/statistic/tmpl/edit.php | 23 +- admin/views/statistic/view.html.php | 23 +- admin/views/statistics/tmpl/default.php | 23 +- .../statistics/tmpl/default_batch_body.php | 23 +- .../statistics/tmpl/default_batch_footer.php | 23 +- admin/views/statistics/tmpl/default_body.php | 23 +- admin/views/statistics/tmpl/default_foot.php | 23 +- admin/views/statistics/tmpl/default_head.php | 23 +- .../views/statistics/tmpl/default_toolbar.php | 23 +- admin/views/statistics/view.html.php | 23 +- script.php | 59 +- sermondistributor.xml | 8 +- sermondistributor_update_server.xml | 17 + site/assets/css/api.css | 23 +- site/assets/css/categories.css | 23 +- site/assets/css/category.css | 23 +- site/assets/css/preacher.css | 23 +- site/assets/css/preachers.css | 23 +- site/assets/css/series.css | 23 +- site/assets/css/serieslist.css | 23 +- site/assets/css/sermon.css | 23 +- site/assets/css/site.css | 23 +- site/assets/js/site.js | 23 +- site/controller.php | 23 +- site/controllers/ajax.json.php | 23 +- site/controllers/api.php | 23 +- site/controllers/download.php | 33 +- site/controllers/help.php | 23 +- site/helpers/category.php | 23 +- site/helpers/categorysermons.php | 23 +- site/helpers/dropboxupdater.php | 23 +- site/helpers/headercheck.php | 23 +- site/helpers/route.php | 23 +- site/helpers/sermondistributor.php | 1857 ++++++----- site/layouts/addtodropboxbutton.php | 23 +- site/layouts/addtodropboxicon.php | 23 +- site/layouts/categorieslistitem.php | 23 +- site/layouts/categoriespanel.php | 23 +- site/layouts/categoriesrow.php | 23 +- site/layouts/downloadsermonbutton.php | 23 +- site/layouts/htmlfive.php | 23 +- site/layouts/isnew.php | 23 +- site/layouts/jplayerbluemonday.php | 23 +- site/layouts/jplayerbluemondaylist.php | 23 +- site/layouts/mediaplayer.php | 23 +- site/layouts/opensermonbutton.php | 23 +- site/layouts/preacherslistitem.php | 23 +- site/layouts/preacherspanel.php | 23 +- site/layouts/preachersrow.php | 23 +- site/layouts/serieslistitem.php | 23 +- site/layouts/seriespanel.php | 23 +- site/layouts/seriesrow.php | 23 +- site/layouts/sermonslistitem.php | 23 +- site/layouts/sermonspanel.php | 23 +- site/layouts/sermonsrow.php | 23 +- site/layouts/soundmanagerthreesixty.php | 23 +- site/models/ajax.php | 23 +- site/models/api.php | 23 +- site/models/categories.php | 23 +- site/models/category.php | 23 +- site/models/preacher.php | 23 +- site/models/preachers.php | 23 +- site/models/series.php | 23 +- site/models/serieslist.php | 23 +- site/models/sermon.php | 23 +- site/router.php | 23 +- site/sermondistributor.php | 23 +- site/views/api/submitbutton.js | 23 +- site/views/api/tmpl/default.php | 23 +- site/views/api/view.html.php | 23 +- site/views/categories/tmpl/default.php | 23 +- site/views/categories/tmpl/default.xml | 227 +- .../tmpl/default_categories-grid.php | 23 +- .../tmpl/default_categories-list.php | 23 +- .../tmpl/default_categories-table.php | 23 +- site/views/categories/view.html.php | 23 +- site/views/category/tmpl/default.php | 23 +- site/views/category/tmpl/default.xml | 576 ++-- .../category/tmpl/default_categorybox.php | 23 +- .../category/tmpl/default_categorypanel.php | 23 +- .../category/tmpl/default_categorysmall.php | 23 +- .../category/tmpl/default_sermons-grid.php | 23 +- .../category/tmpl/default_sermons-list.php | 23 +- .../category/tmpl/default_sermons-table.php | 23 +- site/views/category/view.html.php | 23 +- site/views/preacher/tmpl/default.php | 23 +- site/views/preacher/tmpl/default.xml | 634 ++-- .../preacher/tmpl/default_preacherbox.php | 23 +- .../preacher/tmpl/default_preacherpanel.php | 23 +- .../preacher/tmpl/default_preachersmall.php | 23 +- .../preacher/tmpl/default_sermons-grid.php | 23 +- .../preacher/tmpl/default_sermons-list.php | 23 +- .../preacher/tmpl/default_sermons-table.php | 23 +- site/views/preacher/view.html.php | 23 +- site/views/preachers/tmpl/default.php | 23 +- site/views/preachers/tmpl/default.xml | 281 +- .../preachers/tmpl/default_preachers-grid.php | 23 +- .../preachers/tmpl/default_preachers-list.php | 23 +- .../tmpl/default_preachers-table.php | 23 +- site/views/preachers/view.html.php | 23 +- site/views/series/tmpl/default.php | 23 +- site/views/series/tmpl/default.xml | 578 ++-- site/views/series/tmpl/default_seriesbox.php | 23 +- .../views/series/tmpl/default_seriespanel.php | 23 +- .../views/series/tmpl/default_seriessmall.php | 23 +- .../series/tmpl/default_sermons-grid.php | 23 +- .../series/tmpl/default_sermons-list.php | 23 +- .../series/tmpl/default_sermons-table.php | 23 +- site/views/series/view.html.php | 23 +- site/views/serieslist/tmpl/default.php | 23 +- site/views/serieslist/tmpl/default.xml | 227 +- .../serieslist/tmpl/default_series-grid.php | 23 +- .../serieslist/tmpl/default_series-list.php | 23 +- .../serieslist/tmpl/default_series-table.php | 23 +- site/views/serieslist/view.html.php | 23 +- site/views/sermon/tmpl/default.php | 23 +- site/views/sermon/tmpl/default_sermonbig.php | 23 +- site/views/sermon/tmpl/default_sermonbox.php | 23 +- .../views/sermon/tmpl/default_sermonpanel.php | 23 +- site/views/sermon/view.html.php | 23 +- 346 files changed, 10720 insertions(+), 9271 deletions(-) create mode 100644 admin/sql/updates/mysql/2.0.1.sql diff --git a/README.md b/README.md index 0b6c0d00..e3dadfb7 100644 --- a/README.md +++ b/README.md @@ -23,38 +23,38 @@ The best way to see all your options is to install this component on you Joomla + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Sermon Distributor](https://www.vdm.io/) + *First Build*: 22nd October, 2015 -+ *Last Build*: 3rd March, 2018 ++ *Last Build*: 19th March, 2018 + *Version*: 2.0.x + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html ## Build Time :hourglass: -**184 Hours** or **23 Eight Hour Days** (actual time the author saved - +**188 Hours** or **24 Eight Hour Days** (actual time the author saved - due to [Automated Component Builder](https://www.vdm.io/joomla-component-builder)) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > never making one mistake or taking any coffee break.) -+ *Line count*: **65798** -+ *File count*: **444** ++ *Line count*: **67247** ++ *File count*: **445** + *Folder count*: **93** -**121 Hours** or **15 Eight Hour Days** (the actual time the author spent) +**123 Hours** or **15 Eight Hour Days** (the actual time the author spent) > (with the following break down: -> **debugging @46hours** = codingtime / 4; -> **planning @26hours** = codingtime / 7; -> **mapping @18hours** = codingtime / 10; +> **debugging @47hours** = codingtime / 4; +> **planning @27hours** = codingtime / 7; +> **mapping @19hours** = codingtime / 10; > **office @31hours** = codingtime / 6;) -**305 Hours** or **38 Eight Hour Days** +**311 Hours** or **39 Eight Hour Days** (a total of the realistic time frame for this project) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > with the normal everyday realities at the office, that includes the component planning, mapping & debugging.) -Project duration: **7.6 weeks** or **1.6 months** +Project duration: **7.8 weeks** or **1.6 months** > This **component** was build with a Joomla [Automated Component Builder](https://www.vdm.io/joomla-component-builder). > Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io) diff --git a/admin/README.txt b/admin/README.txt index 0b6c0d00..e3dadfb7 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -23,38 +23,38 @@ The best way to see all your options is to install this component on you Joomla + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Sermon Distributor](https://www.vdm.io/) + *First Build*: 22nd October, 2015 -+ *Last Build*: 3rd March, 2018 ++ *Last Build*: 19th March, 2018 + *Version*: 2.0.x + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html ## Build Time :hourglass: -**184 Hours** or **23 Eight Hour Days** (actual time the author saved - +**188 Hours** or **24 Eight Hour Days** (actual time the author saved - due to [Automated Component Builder](https://www.vdm.io/joomla-component-builder)) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > never making one mistake or taking any coffee break.) -+ *Line count*: **65798** -+ *File count*: **444** ++ *Line count*: **67247** ++ *File count*: **445** + *Folder count*: **93** -**121 Hours** or **15 Eight Hour Days** (the actual time the author spent) +**123 Hours** or **15 Eight Hour Days** (the actual time the author spent) > (with the following break down: -> **debugging @46hours** = codingtime / 4; -> **planning @26hours** = codingtime / 7; -> **mapping @18hours** = codingtime / 10; +> **debugging @47hours** = codingtime / 4; +> **planning @27hours** = codingtime / 7; +> **mapping @19hours** = codingtime / 10; > **office @31hours** = codingtime / 6;) -**305 Hours** or **38 Eight Hour Days** +**311 Hours** or **39 Eight Hour Days** (a total of the realistic time frame for this project) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > with the normal everyday realities at the office, that includes the component planning, mapping & debugging.) -Project duration: **7.6 weeks** or **1.6 months** +Project duration: **7.8 weeks** or **1.6 months** > This **component** was build with a Joomla [Automated Component Builder](https://www.vdm.io/joomla-component-builder). > Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io) diff --git a/admin/assets/css/admin.css b/admin/assets/css/admin.css index 3e417e8c..caa06819 100644 --- a/admin/assets/css/admin.css +++ b/admin/assets/css/admin.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage admin.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ .no-click { diff --git a/admin/assets/css/dashboard.css b/admin/assets/css/dashboard.css index d470ff96..8a819aa5 100644 --- a/admin/assets/css/dashboard.css +++ b/admin/assets/css/dashboard.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage dashboard.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/external_source.css b/admin/assets/css/external_source.css index 03179c51..ea4518a8 100644 --- a/admin/assets/css/external_source.css +++ b/admin/assets/css/external_source.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage external_source.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/external_sources.css b/admin/assets/css/external_sources.css index 556d4f4b..1ebd41d8 100644 --- a/admin/assets/css/external_sources.css +++ b/admin/assets/css/external_sources.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage external_sources.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/help_document.css b/admin/assets/css/help_document.css index 84400872..c61d2818 100644 --- a/admin/assets/css/help_document.css +++ b/admin/assets/css/help_document.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage help_document.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/help_documents.css b/admin/assets/css/help_documents.css index 8ad60c1a..e3460ff4 100644 --- a/admin/assets/css/help_documents.css +++ b/admin/assets/css/help_documents.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage help_documents.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/local_listing.css b/admin/assets/css/local_listing.css index 1bf729c0..ca2f72df 100644 --- a/admin/assets/css/local_listing.css +++ b/admin/assets/css/local_listing.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage local_listing.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/local_listings.css b/admin/assets/css/local_listings.css index 6ab80ea4..766c3116 100644 --- a/admin/assets/css/local_listings.css +++ b/admin/assets/css/local_listings.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage local_listings.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/manual_updater.css b/admin/assets/css/manual_updater.css index f462de51..e49b3f78 100644 --- a/admin/assets/css/manual_updater.css +++ b/admin/assets/css/manual_updater.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage manual_updater.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/preacher.css b/admin/assets/css/preacher.css index a1fec2b7..e2969a0d 100644 --- a/admin/assets/css/preacher.css +++ b/admin/assets/css/preacher.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage preacher.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/preachers.css b/admin/assets/css/preachers.css index 3bc9ce41..0a2b6850 100644 --- a/admin/assets/css/preachers.css +++ b/admin/assets/css/preachers.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage preachers.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/series.css b/admin/assets/css/series.css index 6c994941..ad9bdc2c 100644 --- a/admin/assets/css/series.css +++ b/admin/assets/css/series.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage series.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/series_list.css b/admin/assets/css/series_list.css index 68dfb396..ea64c0e1 100644 --- a/admin/assets/css/series_list.css +++ b/admin/assets/css/series_list.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage series_list.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/sermon.css b/admin/assets/css/sermon.css index ee5088c9..7cd91fe6 100644 --- a/admin/assets/css/sermon.css +++ b/admin/assets/css/sermon.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage sermon.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/sermons.css b/admin/assets/css/sermons.css index 53d6e1d3..c44e98d9 100644 --- a/admin/assets/css/sermons.css +++ b/admin/assets/css/sermons.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage sermons.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/statistic.css b/admin/assets/css/statistic.css index 61b1295e..10a37d50 100644 --- a/admin/assets/css/statistic.css +++ b/admin/assets/css/statistic.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage statistic.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/css/statistics.css b/admin/assets/css/statistics.css index a7206d8a..4fc1316a 100644 --- a/admin/assets/css/statistics.css +++ b/admin/assets/css/statistics.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage statistics.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/admin/assets/js/admin.js b/admin/assets/js/admin.js index f2ec8337..58b4e54f 100644 --- a/admin/assets/js/admin.js +++ b/admin/assets/js/admin.js @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage admin.js @@ -20,6 +19,6 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* JS Document */ diff --git a/admin/config.xml b/admin/config.xml index cb5fea36..f8186798 100644 --- a/admin/config.xml +++ b/admin/config.xml @@ -47,22 +47,21 @@ /> - - - - + + + + - - - - - - - - + + + + + + + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
input->getCmd('view', 'Sermondistributor'); + $view = $this->input->getCmd('view', 'sermondistributor'); $data = $this->getViewRelation($view); $layout = $this->input->get('layout', null, 'WORD'); $id = $this->input->getInt('id'); diff --git a/admin/controllers/ajax.json.php b/admin/controllers/ajax.json.php index 2a934687..aab716eb 100644 --- a/admin/controllers/ajax.json.php +++ b/admin/controllers/ajax.json.php @@ -1,17 +1,16 @@ "text/vnd.in3d.3dml", - "3g2" => "video/3gpp2", - "3gp" => "video/3gpp", - "7z" => "application/x-7z-compressed", - "aab" => "application/x-authorware-bin", - "aac" => "audio/x-aac", - "aam" => "application/x-authorware-map", - "aas" => "application/x-authorware-seg", - "abw" => "application/x-abiword", - "ac" => "application/pkix-attr-cert", - "acc" => "application/vnd.americandynamics.acc", - "ace" => "application/x-ace-compressed", - "acu" => "application/vnd.acucobol", - "adp" => "audio/adpcm", - "aep" => "application/vnd.audiograph", - "afp" => "application/vnd.ibm.modcap", - "ahead" => "application/vnd.ahead.space", - "ai" => "application/postscript", - "aif" => "audio/x-aiff", - "air" => "application/vnd.adobe.air-application-installer-package+zip", - "ait" => "application/vnd.dvb.ait", - "ami" => "application/vnd.amiga.ami", - "apk" => "application/vnd.android.package-archive", - "application" => "application/x-ms-application", - "apr" => "application/vnd.lotus-approach", - "asf" => "video/x-ms-asf", - "aso" => "application/vnd.accpac.simply.aso", - "atc" => "application/vnd.acucorp", - "atom" => "application/atom+xml", - "atomcat" => "application/atomcat+xml", - "atomsvc" => "application/atomsvc+xml", - "atx" => "application/vnd.antix.game-component", - "au" => "audio/basic", - "avi" => "video/x-msvideo", - "aw" => "application/applixware", - "azf" => "application/vnd.airzip.filesecure.azf", - "azs" => "application/vnd.airzip.filesecure.azs", - "azw" => "application/vnd.amazon.ebook", - "bcpio" => "application/x-bcpio", - "bdf" => "application/x-font-bdf", - "bdm" => "application/vnd.syncml.dm+wbxml", - "bed" => "application/vnd.realvnc.bed", - "bh2" => "application/vnd.fujitsu.oasysprs", - "bin" => "application/octet-stream", - "bmi" => "application/vnd.bmi", - "bmp" => "image/bmp", - "box" => "application/vnd.previewsystems.box", - "btif" => "image/prs.btif", - "bz" => "application/x-bzip", - "bz2" => "application/x-bzip2", - "c" => "text/x-c", - "c11amc" => "application/vnd.cluetrust.cartomobile-config", - "c11amz" => "application/vnd.cluetrust.cartomobile-config-pkg", - "c4g" => "application/vnd.clonk.c4group", - "cab" => "application/vnd.ms-cab-compressed", - "car" => "application/vnd.curl.car", - "cat" => "application/vnd.ms-pki.seccat", - "ccxml" => "application/ccxml+xml,", - "cdbcmsg" => "application/vnd.contact.cmsg", - "cdkey" => "application/vnd.mediastation.cdkey", - "cdmia" => "application/cdmi-capability", - "cdmic" => "application/cdmi-container", - "cdmid" => "application/cdmi-domain", - "cdmio" => "application/cdmi-object", - "cdmiq" => "application/cdmi-queue", - "cdx" => "chemical/x-cdx", - "cdxml" => "application/vnd.chemdraw+xml", - "cdy" => "application/vnd.cinderella", - "cer" => "application/pkix-cert", - "cgm" => "image/cgm", - "chat" => "application/x-chat", - "chm" => "application/vnd.ms-htmlhelp", - "chrt" => "application/vnd.kde.kchart", - "cif" => "chemical/x-cif", - "cii" => "application/vnd.anser-web-certificate-issue-initiation", - "cil" => "application/vnd.ms-artgalry", - "cla" => "application/vnd.claymore", - "class" => "application/java-vm", - "clkk" => "application/vnd.crick.clicker.keyboard", - "clkp" => "application/vnd.crick.clicker.palette", - "clkt" => "application/vnd.crick.clicker.template", - "clkw" => "application/vnd.crick.clicker.wordbank", - "clkx" => "application/vnd.crick.clicker", - "clp" => "application/x-msclip", - "cmc" => "application/vnd.cosmocaller", - "cmdf" => "chemical/x-cmdf", - "cml" => "chemical/x-cml", - "cmp" => "application/vnd.yellowriver-custom-menu", - "cmx" => "image/x-cmx", - "cod" => "application/vnd.rim.cod", - "cpio" => "application/x-cpio", - "cpt" => "application/mac-compactpro", - "crd" => "application/x-mscardfile", - "crl" => "application/pkix-crl", - "cryptonote" => "application/vnd.rig.cryptonote", - "csh" => "application/x-csh", - "csml" => "chemical/x-csml", - "csp" => "application/vnd.commonspace", - "css" => "text/css", - "csv" => "text/csv", - "cu" => "application/cu-seeme", - "curl" => "text/vnd.curl", - "cww" => "application/prs.cww", - "dae" => "model/vnd.collada+xml", - "daf" => "application/vnd.mobius.daf", - "davmount" => "application/davmount+xml", - "dcurl" => "text/vnd.curl.dcurl", - "dd2" => "application/vnd.oma.dd2+xml", - "ddd" => "application/vnd.fujixerox.ddd", - "deb" => "application/x-debian-package", - "der" => "application/x-x509-ca-cert", - "dfac" => "application/vnd.dreamfactory", - "dir" => "application/x-director", - "dis" => "application/vnd.mobius.dis", - "djvu" => "image/vnd.djvu", - "dna" => "application/vnd.dna", - "doc" => "application/msword", - "docm" => "application/vnd.ms-word.document.macroenabled.12", - "docx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.document", - "dotm" => "application/vnd.ms-word.template.macroenabled.12", - "dotx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.template", - "dp" => "application/vnd.osgi.dp", - "dpg" => "application/vnd.dpgraph", - "dra" => "audio/vnd.dra", - "dsc" => "text/prs.lines.tag", - "dssc" => "application/dssc+der", - "dtb" => "application/x-dtbook+xml", - "dtd" => "application/xml-dtd", - "dts" => "audio/vnd.dts", - "dtshd" => "audio/vnd.dts.hd", - "dvi" => "application/x-dvi", - "dwf" => "model/vnd.dwf", - "dwg" => "image/vnd.dwg", - "dxf" => "image/vnd.dxf", - "dxp" => "application/vnd.spotfire.dxp", - "ecelp4800" => "audio/vnd.nuera.ecelp4800", - "ecelp7470" => "audio/vnd.nuera.ecelp7470", - "ecelp9600" => "audio/vnd.nuera.ecelp9600", - "edm" => "application/vnd.novadigm.edm", - "edx" => "application/vnd.novadigm.edx", - "efif" => "application/vnd.picsel", - "ei6" => "application/vnd.pg.osasli", - "eml" => "message/rfc822", - "emma" => "application/emma+xml", - "eol" => "audio/vnd.digital-winds", - "eot" => "application/vnd.ms-fontobject", - "epub" => "application/epub+zip", - "es" => "application/ecmascript", - "es3" => "application/vnd.eszigno3+xml", - "esf" => "application/vnd.epson.esf", - "etx" => "text/x-setext", - "exe" => "application/x-msdownload", - "exi" => "application/exi", - "ext" => "application/vnd.novadigm.ext", - "ez2" => "application/vnd.ezpix-album", - "ez3" => "application/vnd.ezpix-package", - "f" => "text/x-fortran", - "f4v" => "video/x-f4v", - "fbs" => "image/vnd.fastbidsheet", - "fcs" => "application/vnd.isac.fcs", - "fdf" => "application/vnd.fdf", - "fe_launch" => "application/vnd.denovo.fcselayout-link", - "fg5" => "application/vnd.fujitsu.oasysgp", - "fh" => "image/x-freehand", - "fig" => "application/x-xfig", - "fli" => "video/x-fli", - "flo" => "application/vnd.micrografx.flo", - "flv" => "video/x-flv", - "flw" => "application/vnd.kde.kivio", - "flx" => "text/vnd.fmi.flexstor", - "fly" => "text/vnd.fly", - "fm" => "application/vnd.framemaker", - "fnc" => "application/vnd.frogans.fnc", - "fpx" => "image/vnd.fpx", - "fsc" => "application/vnd.fsc.weblaunch", - "fst" => "image/vnd.fst", - "ftc" => "application/vnd.fluxtime.clip", - "fti" => "application/vnd.anser-web-funds-transfer-initiation", - "fvt" => "video/vnd.fvt", - "fxp" => "application/vnd.adobe.fxp", - "fzs" => "application/vnd.fuzzysheet", - "g2w" => "application/vnd.geoplan", - "g3" => "image/g3fax", - "g3w" => "application/vnd.geospace", - "gac" => "application/vnd.groove-account", - "gdl" => "model/vnd.gdl", - "geo" => "application/vnd.dynageo", - "gex" => "application/vnd.geometry-explorer", - "ggb" => "application/vnd.geogebra.file", - "ggt" => "application/vnd.geogebra.tool", - "ghf" => "application/vnd.groove-help", - "gif" => "image/gif", - "gim" => "application/vnd.groove-identity-message", - "gmx" => "application/vnd.gmx", - "gnumeric" => "application/x-gnumeric", - "gph" => "application/vnd.flographit", - "gqf" => "application/vnd.grafeq", - "gram" => "application/srgs", - "grv" => "application/vnd.groove-injector", - "grxml" => "application/srgs+xml", - "gsf" => "application/x-font-ghostscript", - "gtar" => "application/x-gtar", - "gtm" => "application/vnd.groove-tool-message", - "gtw" => "model/vnd.gtw", - "gv" => "text/vnd.graphviz", - "gxt" => "application/vnd.geonext", - "h261" => "video/h261", - "h263" => "video/h263", - "h264" => "video/h264", - "hal" => "application/vnd.hal+xml", - "hbci" => "application/vnd.hbci", - "hdf" => "application/x-hdf", - "hlp" => "application/winhlp", - "hpgl" => "application/vnd.hp-hpgl", - "hpid" => "application/vnd.hp-hpid", - "hps" => "application/vnd.hp-hps", - "hqx" => "application/mac-binhex40", - "htke" => "application/vnd.kenameaapp", - "html" => "text/html", - "hvd" => "application/vnd.yamaha.hv-dic", - "hvp" => "application/vnd.yamaha.hv-voice", - "hvs" => "application/vnd.yamaha.hv-script", - "i2g" => "application/vnd.intergeo", - "icc" => "application/vnd.iccprofile", - "ice" => "x-conference/x-cooltalk", - "ico" => "image/x-icon", - "ics" => "text/calendar", - "ief" => "image/ief", - "ifm" => "application/vnd.shana.informed.formdata", - "igl" => "application/vnd.igloader", - "igm" => "application/vnd.insors.igm", - "igs" => "model/iges", - "igx" => "application/vnd.micrografx.igx", - "iif" => "application/vnd.shana.informed.interchange", - "imp" => "application/vnd.accpac.simply.imp", - "ims" => "application/vnd.ms-ims", - "ipfix" => "application/ipfix", - "ipk" => "application/vnd.shana.informed.package", - "irm" => "application/vnd.ibm.rights-management", - "irp" => "application/vnd.irepository.package+xml", - "itp" => "application/vnd.shana.informed.formtemplate", - "ivp" => "application/vnd.immervision-ivp", - "ivu" => "application/vnd.immervision-ivu", - "jad" => "text/vnd.sun.j2me.app-descriptor", - "jam" => "application/vnd.jam", - "jar" => "application/java-archive", - "java" => "text/x-java-source,java", - "jisp" => "application/vnd.jisp", - "jlt" => "application/vnd.hp-jlyt", - "jnlp" => "application/x-java-jnlp-file", - "joda" => "application/vnd.joost.joda-archive", - "jpeg" => "image/jpeg", - "jpg" => "image/jpeg", - "jpgv" => "video/jpeg", - "jpm" => "video/jpm", - "js" => "application/javascript", - "json" => "application/json", - "karbon" => "application/vnd.kde.karbon", - "kfo" => "application/vnd.kde.kformula", - "kia" => "application/vnd.kidspiration", - "kml" => "application/vnd.google-earth.kml+xml", - "kmz" => "application/vnd.google-earth.kmz", - "kne" => "application/vnd.kinar", - "kon" => "application/vnd.kde.kontour", - "kpr" => "application/vnd.kde.kpresenter", - "ksp" => "application/vnd.kde.kspread", - "ktx" => "image/ktx", - "ktz" => "application/vnd.kahootz", - "kwd" => "application/vnd.kde.kword", - "lasxml" => "application/vnd.las.las+xml", - "latex" => "application/x-latex", - "lbd" => "application/vnd.llamagraphics.life-balance.desktop", - "lbe" => "application/vnd.llamagraphics.life-balance.exchange+xml", - "les" => "application/vnd.hhe.lesson-player", - "link66" => "application/vnd.route66.link66+xml", - "lrm" => "application/vnd.ms-lrm", - "ltf" => "application/vnd.frogans.ltf", - "lvp" => "audio/vnd.lucent.voice", - "lwp" => "application/vnd.lotus-wordpro", - "m21" => "application/mp21", - "m3u" => "audio/x-mpegurl", - "m3u8" => "application/vnd.apple.mpegurl", - "m4v" => "video/x-m4v", - "ma" => "application/mathematica", - "mads" => "application/mads+xml", - "mag" => "application/vnd.ecowin.chart", - "map" => "application/json", - "mathml" => "application/mathml+xml", - "mbk" => "application/vnd.mobius.mbk", - "mbox" => "application/mbox", - "mc1" => "application/vnd.medcalcdata", - "mcd" => "application/vnd.mcd", - "mcurl" => "text/vnd.curl.mcurl", - "md" => "text/x-markdown", - "mdb" => "application/x-msaccess", - "mdi" => "image/vnd.ms-modi", - "meta4" => "application/metalink4+xml", - "mets" => "application/mets+xml", - "mfm" => "application/vnd.mfmp", - "mgp" => "application/vnd.osgeo.mapguide.package", - "mgz" => "application/vnd.proteus.magazine", - "mid" => "audio/midi", - "mif" => "application/vnd.mif", - "mj2" => "video/mj2", - "mlp" => "application/vnd.dolby.mlp", - "mmd" => "application/vnd.chipnuts.karaoke-mmd", - "mmf" => "application/vnd.smaf", - "mmr" => "image/vnd.fujixerox.edmics-mmr", - "mny" => "application/x-msmoney", - "mods" => "application/mods+xml", - "movie" => "video/x-sgi-movie", - "mp1" => "audio/mpeg", - "mp2" => "audio/mpeg", - "mp3" => "audio/mpeg", - "mp4" => "video/mp4", - "mp4a" => "audio/mp4", - "mpc" => "application/vnd.mophun.certificate", - "mpeg" => "video/mpeg", - "mpga" => "audio/mpeg", - "mpkg" => "application/vnd.apple.installer+xml", - "mpm" => "application/vnd.blueice.multipass", - "mpn" => "application/vnd.mophun.application", - "mpp" => "application/vnd.ms-project", - "mpy" => "application/vnd.ibm.minipay", - "mqy" => "application/vnd.mobius.mqy", - "mrc" => "application/marc", - "mrcx" => "application/marcxml+xml", - "mscml" => "application/mediaservercontrol+xml", - "mseq" => "application/vnd.mseq", - "msf" => "application/vnd.epson.msf", - "msh" => "model/mesh", - "msl" => "application/vnd.mobius.msl", - "msty" => "application/vnd.muvee.style", - "mts" => "model/vnd.mts", - "mus" => "application/vnd.musician", - "musicxml" => "application/vnd.recordare.musicxml+xml", - "mvb" => "application/x-msmediaview", - "mwf" => "application/vnd.mfer", - "mxf" => "application/mxf", - "mxl" => "application/vnd.recordare.musicxml", - "mxml" => "application/xv+xml", - "mxs" => "application/vnd.triscape.mxs", - "mxu" => "video/vnd.mpegurl", - "n-gage" => "application/vnd.nokia.n-gage.symbian.install", - "n3" => "text/n3", - "nbp" => "application/vnd.wolfram.player", - "nc" => "application/x-netcdf", - "ncx" => "application/x-dtbncx+xml", - "ngdat" => "application/vnd.nokia.n-gage.data", - "nlu" => "application/vnd.neurolanguage.nlu", - "nml" => "application/vnd.enliven", - "nnd" => "application/vnd.noblenet-directory", - "nns" => "application/vnd.noblenet-sealer", - "nnw" => "application/vnd.noblenet-web", - "npx" => "image/vnd.net-fpx", - "nsf" => "application/vnd.lotus-notes", - "oa2" => "application/vnd.fujitsu.oasys2", - "oa3" => "application/vnd.fujitsu.oasys3", - "oas" => "application/vnd.fujitsu.oasys", - "obd" => "application/x-msbinder", - "oda" => "application/oda", - "odb" => "application/vnd.oasis.opendocument.database", - "odc" => "application/vnd.oasis.opendocument.chart", - "odf" => "application/vnd.oasis.opendocument.formula", - "odft" => "application/vnd.oasis.opendocument.formula-template", - "odg" => "application/vnd.oasis.opendocument.graphics", - "odi" => "application/vnd.oasis.opendocument.image", - "odm" => "application/vnd.oasis.opendocument.text-master", - "odp" => "application/vnd.oasis.opendocument.presentation", - "ods" => "application/vnd.oasis.opendocument.spreadsheet", - "odt" => "application/vnd.oasis.opendocument.text", - "oga" => "audio/ogg", - "ogv" => "video/ogg", - "ogx" => "application/ogg", - "onetoc" => "application/onenote", - "opf" => "application/oebps-package+xml", - "org" => "application/vnd.lotus-organizer", - "osf" => "application/vnd.yamaha.openscoreformat", - "osfpvg" => "application/vnd.yamaha.openscoreformat.osfpvg+xml", - "otc" => "application/vnd.oasis.opendocument.chart-template", - "otf" => "application/x-font-otf", - "otg" => "application/vnd.oasis.opendocument.graphics-template", - "oth" => "application/vnd.oasis.opendocument.text-web", - "oti" => "application/vnd.oasis.opendocument.image-template", - "otp" => "application/vnd.oasis.opendocument.presentation-template", - "ots" => "application/vnd.oasis.opendocument.spreadsheet-template", - "ott" => "application/vnd.oasis.opendocument.text-template", - "oxt" => "application/vnd.openofficeorg.extension", - "p" => "text/x-pascal", - "p10" => "application/pkcs10", - "p12" => "application/x-pkcs12", - "p7b" => "application/x-pkcs7-certificates", - "p7m" => "application/pkcs7-mime", - "p7r" => "application/x-pkcs7-certreqresp", - "p7s" => "application/pkcs7-signature", - "p8" => "application/pkcs8", - "par" => "text/plain-bas", - "paw" => "application/vnd.pawaafile", - "pbd" => "application/vnd.powerbuilder6", - "pbm" => "image/x-portable-bitmap", - "pcf" => "application/x-font-pcf", - "pcl" => "application/vnd.hp-pcl", - "pclxl" => "application/vnd.hp-pclxl", - "pcurl" => "application/vnd.curl.pcurl", - "pcx" => "image/x-pcx", - "pdb" => "application/vnd.palm", - "pdf" => "application/pdf", - "pfa" => "application/x-font-type1", - "pfr" => "application/font-tdpfr", - "pgm" => "image/x-portable-graymap", - "pgn" => "application/x-chess-pgn", - "pgp" => "application/pgp-signature", - "pic" => "image/x-pict", - "pki" => "application/pkixcmp", - "pkipath" => "application/pkix-pkipath", - "plb" => "application/vnd.3gpp.pic-bw-large", - "plc" => "application/vnd.mobius.plc", - "plf" => "application/vnd.pocketlearn", - "pls" => "application/pls+xml", - "pml" => "application/vnd.ctc-posml", - "png" => "image/png", - "pnm" => "image/x-portable-anymap", - "portpkg" => "application/vnd.macports.portpkg", - "potm" => "application/vnd.ms-powerpoint.template.macroenabled.12", - "potx" => "application/vnd.openxmlformats-officedocument.presentationml.template", - "ppam" => "application/vnd.ms-powerpoint.addin.macroenabled.12", - "ppd" => "application/vnd.cups-ppd", - "ppm" => "image/x-portable-pixmap", - "ppsm" => "application/vnd.ms-powerpoint.slideshow.macroenabled.12", - "ppsx" => "application/vnd.openxmlformats-officedocument.presentationml.slideshow", - "ppt" => "application/vnd.ms-powerpoint", - "pptm" => "application/vnd.ms-powerpoint.presentation.macroenabled.12", - "pptx" => "application/vnd.openxmlformats-officedocument.presentationml.presentation", - "prc" => "application/x-mobipocket-ebook", - "pre" => "application/vnd.lotus-freelance", - "prf" => "application/pics-rules", - "psb" => "application/vnd.3gpp.pic-bw-small", - "psd" => "image/vnd.adobe.photoshop", - "psf" => "application/x-font-linux-psf", - "pskcxml" => "application/pskc+xml", - "ptid" => "application/vnd.pvi.ptid1", - "pub" => "application/x-mspublisher", - "pvb" => "application/vnd.3gpp.pic-bw-var", - "pwn" => "application/vnd.3m.post-it-notes", - "pya" => "audio/vnd.ms-playready.media.pya", - "pyv" => "video/vnd.ms-playready.media.pyv", - "qam" => "application/vnd.epson.quickanime", - "qbo" => "application/vnd.intu.qbo", - "qfx" => "application/vnd.intu.qfx", - "qps" => "application/vnd.publishare-delta-tree", - "qt" => "video/quicktime", - "qxd" => "application/vnd.quark.quarkxpress", - "ram" => "audio/x-pn-realaudio", - "rar" => "application/x-rar-compressed", - "ras" => "image/x-cmu-raster", - "rcprofile" => "application/vnd.ipunplugged.rcprofile", - "rdf" => "application/rdf+xml", - "rdz" => "application/vnd.data-vision.rdz", - "rep" => "application/vnd.businessobjects", - "res" => "application/x-dtbresource+xml", - "rgb" => "image/x-rgb", - "rif" => "application/reginfo+xml", - "rip" => "audio/vnd.rip", - "rl" => "application/resource-lists+xml", - "rlc" => "image/vnd.fujixerox.edmics-rlc", - "rld" => "application/resource-lists-diff+xml", - "rm" => "application/vnd.rn-realmedia", - "rmp" => "audio/x-pn-realaudio-plugin", - "rms" => "application/vnd.jcp.javame.midlet-rms", - "rnc" => "application/relax-ng-compact-syntax", - "rp9" => "application/vnd.cloanto.rp9", - "rpss" => "application/vnd.nokia.radio-presets", - "rpst" => "application/vnd.nokia.radio-preset", - "rq" => "application/sparql-query", - "rs" => "application/rls-services+xml", - "rsd" => "application/rsd+xml", - "rss" => "application/rss+xml", - "rtf" => "application/rtf", - "rtx" => "text/richtext", - "s" => "text/x-asm", - "saf" => "application/vnd.yamaha.smaf-audio", - "sbml" => "application/sbml+xml", - "sc" => "application/vnd.ibm.secure-container", - "scd" => "application/x-msschedule", - "scm" => "application/vnd.lotus-screencam", - "scq" => "application/scvp-cv-request", - "scs" => "application/scvp-cv-response", - "scurl" => "text/vnd.curl.scurl", - "sda" => "application/vnd.stardivision.draw", - "sdc" => "application/vnd.stardivision.calc", - "sdd" => "application/vnd.stardivision.impress", - "sdkm" => "application/vnd.solent.sdkm+xml", - "sdp" => "application/sdp", - "sdw" => "application/vnd.stardivision.writer", - "see" => "application/vnd.seemail", - "seed" => "application/vnd.fdsn.seed", - "sema" => "application/vnd.sema", - "semd" => "application/vnd.semd", - "semf" => "application/vnd.semf", - "ser" => "application/java-serialized-object", - "setpay" => "application/set-payment-initiation", - "setreg" => "application/set-registration-initiation", - "sfd-hdstx" => "application/vnd.hydrostatix.sof-data", - "sfs" => "application/vnd.spotfire.sfs", - "sgl" => "application/vnd.stardivision.writer-global", - "sgml" => "text/sgml", - "sh" => "application/x-sh", - "shar" => "application/x-shar", - "shf" => "application/shf+xml", - "sis" => "application/vnd.symbian.install", - "sit" => "application/x-stuffit", - "sitx" => "application/x-stuffitx", - "skp" => "application/vnd.koan", - "sldm" => "application/vnd.ms-powerpoint.slide.macroenabled.12", - "sldx" => "application/vnd.openxmlformats-officedocument.presentationml.slide", - "slt" => "application/vnd.epson.salt", - "sm" => "application/vnd.stepmania.stepchart", - "smf" => "application/vnd.stardivision.math", - "smi" => "application/smil+xml", - "snf" => "application/x-font-snf", - "spf" => "application/vnd.yamaha.smaf-phrase", - "spl" => "application/x-futuresplash", - "spot" => "text/vnd.in3d.spot", - "spp" => "application/scvp-vp-response", - "spq" => "application/scvp-vp-request", - "src" => "application/x-wais-source", - "sru" => "application/sru+xml", - "srx" => "application/sparql-results+xml", - "sse" => "application/vnd.kodak-descriptor", - "ssf" => "application/vnd.epson.ssf", - "ssml" => "application/ssml+xml", - "st" => "application/vnd.sailingtracker.track", - "stc" => "application/vnd.sun.xml.calc.template", - "std" => "application/vnd.sun.xml.draw.template", - "stf" => "application/vnd.wt.stf", - "sti" => "application/vnd.sun.xml.impress.template", - "stk" => "application/hyperstudio", - "stl" => "application/vnd.ms-pki.stl", - "str" => "application/vnd.pg.format", - "stw" => "application/vnd.sun.xml.writer.template", - "sub" => "image/vnd.dvb.subtitle", - "sus" => "application/vnd.sus-calendar", - "sv4cpio" => "application/x-sv4cpio", - "sv4crc" => "application/x-sv4crc", - "svc" => "application/vnd.dvb.service", - "svd" => "application/vnd.svd", - "svg" => "image/svg+xml", - "swf" => "application/x-shockwave-flash", - "swi" => "application/vnd.aristanetworks.swi", - "sxc" => "application/vnd.sun.xml.calc", - "sxd" => "application/vnd.sun.xml.draw", - "sxg" => "application/vnd.sun.xml.writer.global", - "sxi" => "application/vnd.sun.xml.impress", - "sxm" => "application/vnd.sun.xml.math", - "sxw" => "application/vnd.sun.xml.writer", - "t" => "text/troff", - "tao" => "application/vnd.tao.intent-module-archive", - "tar" => "application/x-tar", - "tcap" => "application/vnd.3gpp2.tcap", - "tcl" => "application/x-tcl", - "teacher" => "application/vnd.smart.teacher", - "tei" => "application/tei+xml", - "tex" => "application/x-tex", - "texinfo" => "application/x-texinfo", - "tfi" => "application/thraud+xml", - "tfm" => "application/x-tex-tfm", - "thmx" => "application/vnd.ms-officetheme", - "tiff" => "image/tiff", - "tmo" => "application/vnd.tmobile-livetv", - "torrent" => "application/x-bittorrent", - "tpl" => "application/vnd.groove-tool-template", - "tpt" => "application/vnd.trid.tpt", - "tra" => "application/vnd.trueapp", - "trm" => "application/x-msterminal", - "tsd" => "application/timestamped-data", - "tsv" => "text/tab-separated-values", - "ttf" => "application/x-font-ttf", - "ttl" => "text/turtle", - "twd" => "application/vnd.simtech-mindmapper", - "txd" => "application/vnd.genomatix.tuxedo", - "txf" => "application/vnd.mobius.txf", - "txt" => "text/plain", - "ufd" => "application/vnd.ufdl", - "umj" => "application/vnd.umajin", - "unityweb" => "application/vnd.unity", - "uoml" => "application/vnd.uoml+xml", - "uri" => "text/uri-list", - "ustar" => "application/x-ustar", - "utz" => "application/vnd.uiq.theme", - "uu" => "text/x-uuencode", - "uva" => "audio/vnd.dece.audio", - "uvh" => "video/vnd.dece.hd", - "uvi" => "image/vnd.dece.graphic", - "uvm" => "video/vnd.dece.mobile", - "uvp" => "video/vnd.dece.pd", - "uvs" => "video/vnd.dece.sd", - "uvu" => "video/vnd.uvvu.mp4", - "uvv" => "video/vnd.dece.video", - "vcd" => "application/x-cdlink", - "vcf" => "text/x-vcard", - "vcg" => "application/vnd.groove-vcard", - "vcs" => "text/x-vcalendar", - "vcx" => "application/vnd.vcx", - "vis" => "application/vnd.visionary", - "viv" => "video/vnd.vivo", - "vsd" => "application/vnd.visio", - "vsf" => "application/vnd.vsf", - "vtu" => "model/vnd.vtu", - "vxml" => "application/voicexml+xml", - "wad" => "application/x-doom", - "wav" => "audio/x-wav", - "wax" => "audio/x-ms-wax", - "wbmp" => "image/vnd.wap.wbmp", - "wbs" => "application/vnd.criticaltools.wbs+xml", - "wbxml" => "application/vnd.wap.wbxml", - "weba" => "audio/webm", - "webm" => "video/webm", - "webp" => "image/webp", - "wg" => "application/vnd.pmi.widget", - "wgt" => "application/widget", - "wm" => "video/x-ms-wm", - "wma" => "audio/x-ms-wma", - "wmd" => "application/x-ms-wmd", - "wmf" => "application/x-msmetafile", - "wml" => "text/vnd.wap.wml", - "wmlc" => "application/vnd.wap.wmlc", - "wmls" => "text/vnd.wap.wmlscript", - "wmlsc" => "application/vnd.wap.wmlscriptc", - "wmv" => "video/x-ms-wmv", - "wmx" => "video/x-ms-wmx", - "wmz" => "application/x-ms-wmz", - "woff" => "application/x-font-woff", - "woff2" => "application/font-woff2", - "wpd" => "application/vnd.wordperfect", - "wpl" => "application/vnd.ms-wpl", - "wps" => "application/vnd.ms-works", - "wqd" => "application/vnd.wqd", - "wri" => "application/x-mswrite", - "wrl" => "model/vrml", - "wsdl" => "application/wsdl+xml", - "wspolicy" => "application/wspolicy+xml", - "wtb" => "application/vnd.webturbo", - "wvx" => "video/x-ms-wvx", - "x3d" => "application/vnd.hzn-3d-crossword", - "xap" => "application/x-silverlight-app", - "xar" => "application/vnd.xara", - "xbap" => "application/x-ms-xbap", - "xbd" => "application/vnd.fujixerox.docuworks.binder", - "xbm" => "image/x-xbitmap", - "xdf" => "application/xcap-diff+xml", - "xdm" => "application/vnd.syncml.dm+xml", - "xdp" => "application/vnd.adobe.xdp+xml", - "xdssc" => "application/dssc+xml", - "xdw" => "application/vnd.fujixerox.docuworks", - "xenc" => "application/xenc+xml", - "xer" => "application/patch-ops-error+xml", - "xfdf" => "application/vnd.adobe.xfdf", - "xfdl" => "application/vnd.xfdl", - "xhtml" => "application/xhtml+xml", - "xif" => "image/vnd.xiff", - "xlam" => "application/vnd.ms-excel.addin.macroenabled.12", - "xls" => "application/vnd.ms-excel", - "xlsb" => "application/vnd.ms-excel.sheet.binary.macroenabled.12", - "xlsm" => "application/vnd.ms-excel.sheet.macroenabled.12", - "xlsx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", - "xltm" => "application/vnd.ms-excel.template.macroenabled.12", - "xltx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.template", - "xml" => "application/xml", - "xo" => "application/vnd.olpc-sugar", - "xop" => "application/xop+xml", - "xpi" => "application/x-xpinstall", - "xpm" => "image/x-xpixmap", - "xpr" => "application/vnd.is-xpr", - "xps" => "application/vnd.ms-xpsdocument", - "xpw" => "application/vnd.intercon.formnet", - "xslt" => "application/xslt+xml", - "xsm" => "application/vnd.syncml+xml", - "xspf" => "application/xspf+xml", - "xul" => "application/vnd.mozilla.xul+xml", - "xwd" => "image/x-xwindowdump", - "xyz" => "chemical/x-xyz", - "yaml" => "text/yaml", - "yang" => "application/yang", - "yin" => "application/yin+xml", - "zaz" => "application/vnd.zzazz.deck+xml", - "zip" => "application/zip", - "zir" => "application/vnd.zul", - "zmm" => "application/vnd.handheld-entertainment+xml" + '123' => 'application/vnd.lotus-1-2-3', + '3dml' => 'text/vnd.in3d.3dml', + '3ds' => 'image/x-3ds', + '3g2' => 'video/3gpp2', + '3gp' => 'video/3gpp', + '7z' => 'application/x-7z-compressed', + 'aab' => 'application/x-authorware-bin', + 'aac' => 'audio/x-aac', + 'aam' => 'application/x-authorware-map', + 'aas' => 'application/x-authorware-seg', + 'abw' => 'application/x-abiword', + 'ac' => 'application/pkix-attr-cert', + 'acc' => 'application/vnd.americandynamics.acc', + 'ace' => 'application/x-ace-compressed', + 'acu' => 'application/vnd.acucobol', + 'acutc' => 'application/vnd.acucorp', + 'adp' => 'audio/adpcm', + 'aep' => 'application/vnd.audiograph', + 'afm' => 'application/x-font-type1', + 'afp' => 'application/vnd.ibm.modcap', + 'ahead' => 'application/vnd.ahead.space', + 'ai' => 'application/postscript', + 'aif' => 'audio/x-aiff', + 'aifc' => 'audio/x-aiff', + 'aiff' => 'audio/x-aiff', + 'air' => 'application/vnd.adobe.air-application-installer-package+zip', + 'ait' => 'application/vnd.dvb.ait', + 'ami' => 'application/vnd.amiga.ami', + 'apk' => 'application/vnd.android.package-archive', + 'appcache' => 'text/cache-manifest', + 'application' => 'application/x-ms-application', + 'apr' => 'application/vnd.lotus-approach', + 'arc' => 'application/x-freearc', + 'asc' => 'application/pgp-signature', + 'asf' => 'video/x-ms-asf', + 'asm' => 'text/x-asm', + 'aso' => 'application/vnd.accpac.simply.aso', + 'asx' => 'video/x-ms-asf', + 'atc' => 'application/vnd.acucorp', + 'atom' => 'application/atom+xml', + 'atomcat' => 'application/atomcat+xml', + 'atomsvc' => 'application/atomsvc+xml', + 'atx' => 'application/vnd.antix.game-component', + 'au' => 'audio/basic', + 'avi' => 'video/x-msvideo', + 'aw' => 'application/applixware', + 'azf' => 'application/vnd.airzip.filesecure.azf', + 'azs' => 'application/vnd.airzip.filesecure.azs', + 'azw' => 'application/vnd.amazon.ebook', + 'bat' => 'application/x-msdownload', + 'bcpio' => 'application/x-bcpio', + 'bdf' => 'application/x-font-bdf', + 'bdm' => 'application/vnd.syncml.dm+wbxml', + 'bed' => 'application/vnd.realvnc.bed', + 'bh2' => 'application/vnd.fujitsu.oasysprs', + 'bin' => 'application/octet-stream', + 'blb' => 'application/x-blorb', + 'blorb' => 'application/x-blorb', + 'bmi' => 'application/vnd.bmi', + 'bmp' => 'image/bmp', + 'book' => 'application/vnd.framemaker', + 'box' => 'application/vnd.previewsystems.box', + 'boz' => 'application/x-bzip2', + 'bpk' => 'application/octet-stream', + 'btif' => 'image/prs.btif', + 'bz' => 'application/x-bzip', + 'bz2' => 'application/x-bzip2', + 'c' => 'text/x-c', + 'c11amc' => 'application/vnd.cluetrust.cartomobile-config', + 'c11amz' => 'application/vnd.cluetrust.cartomobile-config-pkg', + 'c4d' => 'application/vnd.clonk.c4group', + 'c4f' => 'application/vnd.clonk.c4group', + 'c4g' => 'application/vnd.clonk.c4group', + 'c4p' => 'application/vnd.clonk.c4group', + 'c4u' => 'application/vnd.clonk.c4group', + 'cab' => 'application/vnd.ms-cab-compressed', + 'caf' => 'audio/x-caf', + 'cap' => 'application/vnd.tcpdump.pcap', + 'car' => 'application/vnd.curl.car', + 'cat' => 'application/vnd.ms-pki.seccat', + 'cb7' => 'application/x-cbr', + 'cba' => 'application/x-cbr', + 'cbr' => 'application/x-cbr', + 'cbt' => 'application/x-cbr', + 'cbz' => 'application/x-cbr', + 'cc' => 'text/x-c', + 'cct' => 'application/x-director', + 'ccxml' => 'application/ccxml+xml', + 'cdbcmsg' => 'application/vnd.contact.cmsg', + 'cdf' => 'application/x-netcdf', + 'cdkey' => 'application/vnd.mediastation.cdkey', + 'cdmia' => 'application/cdmi-capability', + 'cdmic' => 'application/cdmi-container', + 'cdmid' => 'application/cdmi-domain', + 'cdmio' => 'application/cdmi-object', + 'cdmiq' => 'application/cdmi-queue', + 'cdx' => 'chemical/x-cdx', + 'cdxml' => 'application/vnd.chemdraw+xml', + 'cdy' => 'application/vnd.cinderella', + 'cer' => 'application/pkix-cert', + 'cfs' => 'application/x-cfs-compressed', + 'cgm' => 'image/cgm', + 'chat' => 'application/x-chat', + 'chm' => 'application/vnd.ms-htmlhelp', + 'chrt' => 'application/vnd.kde.kchart', + 'cif' => 'chemical/x-cif', + 'cii' => 'application/vnd.anser-web-certificate-issue-initiation', + 'cil' => 'application/vnd.ms-artgalry', + 'cla' => 'application/vnd.claymore', + 'class' => 'application/java-vm', + 'clkk' => 'application/vnd.crick.clicker.keyboard', + 'clkp' => 'application/vnd.crick.clicker.palette', + 'clkt' => 'application/vnd.crick.clicker.template', + 'clkw' => 'application/vnd.crick.clicker.wordbank', + 'clkx' => 'application/vnd.crick.clicker', + 'clp' => 'application/x-msclip', + 'cmc' => 'application/vnd.cosmocaller', + 'cmdf' => 'chemical/x-cmdf', + 'cml' => 'chemical/x-cml', + 'cmp' => 'application/vnd.yellowriver-custom-menu', + 'cmx' => 'image/x-cmx', + 'cod' => 'application/vnd.rim.cod', + 'com' => 'application/x-msdownload', + 'conf' => 'text/plain', + 'cpio' => 'application/x-cpio', + 'cpp' => 'text/x-c', + 'cpt' => 'application/mac-compactpro', + 'crd' => 'application/x-mscardfile', + 'crl' => 'application/pkix-crl', + 'crt' => 'application/x-x509-ca-cert', + 'cryptonote' => 'application/vnd.rig.cryptonote', + 'csh' => 'application/x-csh', + 'csml' => 'chemical/x-csml', + 'csp' => 'application/vnd.commonspace', + 'css' => 'text/css', + 'cst' => 'application/x-director', + 'csv' => 'text/csv', + 'cu' => 'application/cu-seeme', + 'curl' => 'text/vnd.curl', + 'cww' => 'application/prs.cww', + 'cxt' => 'application/x-director', + 'cxx' => 'text/x-c', + 'dae' => 'model/vnd.collada+xml', + 'daf' => 'application/vnd.mobius.daf', + 'dart' => 'application/vnd.dart', + 'dataless' => 'application/vnd.fdsn.seed', + 'davmount' => 'application/davmount+xml', + 'dbk' => 'application/docbook+xml', + 'dcr' => 'application/x-director', + 'dcurl' => 'text/vnd.curl.dcurl', + 'dd2' => 'application/vnd.oma.dd2+xml', + 'ddd' => 'application/vnd.fujixerox.ddd', + 'deb' => 'application/x-debian-package', + 'def' => 'text/plain', + 'deploy' => 'application/octet-stream', + 'der' => 'application/x-x509-ca-cert', + 'dfac' => 'application/vnd.dreamfactory', + 'dgc' => 'application/x-dgc-compressed', + 'dic' => 'text/x-c', + 'dir' => 'application/x-director', + 'dis' => 'application/vnd.mobius.dis', + 'dist' => 'application/octet-stream', + 'distz' => 'application/octet-stream', + 'djv' => 'image/vnd.djvu', + 'djvu' => 'image/vnd.djvu', + 'dll' => 'application/x-msdownload', + 'dmg' => 'application/x-apple-diskimage', + 'dmp' => 'application/vnd.tcpdump.pcap', + 'dms' => 'application/octet-stream', + 'dna' => 'application/vnd.dna', + 'doc' => 'application/msword', + 'docm' => 'application/vnd.ms-word.document.macroenabled.12', + 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', + 'dot' => 'application/msword', + 'dotm' => 'application/vnd.ms-word.template.macroenabled.12', + 'dotx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.template', + 'dp' => 'application/vnd.osgi.dp', + 'dpg' => 'application/vnd.dpgraph', + 'dra' => 'audio/vnd.dra', + 'dsc' => 'text/prs.lines.tag', + 'dssc' => 'application/dssc+der', + 'dtb' => 'application/x-dtbook+xml', + 'dtd' => 'application/xml-dtd', + 'dts' => 'audio/vnd.dts', + 'dtshd' => 'audio/vnd.dts.hd', + 'dump' => 'application/octet-stream', + 'dvb' => 'video/vnd.dvb.file', + 'dvi' => 'application/x-dvi', + 'dwf' => 'model/vnd.dwf', + 'dwg' => 'image/vnd.dwg', + 'dxf' => 'image/vnd.dxf', + 'dxp' => 'application/vnd.spotfire.dxp', + 'dxr' => 'application/x-director', + 'ecelp4800' => 'audio/vnd.nuera.ecelp4800', + 'ecelp7470' => 'audio/vnd.nuera.ecelp7470', + 'ecelp9600' => 'audio/vnd.nuera.ecelp9600', + 'ecma' => 'application/ecmascript', + 'edm' => 'application/vnd.novadigm.edm', + 'edx' => 'application/vnd.novadigm.edx', + 'efif' => 'application/vnd.picsel', + 'ei6' => 'application/vnd.pg.osasli', + 'elc' => 'application/octet-stream', + 'emf' => 'application/x-msmetafile', + 'eml' => 'message/rfc822', + 'emma' => 'application/emma+xml', + 'emz' => 'application/x-msmetafile', + 'eol' => 'audio/vnd.digital-winds', + 'eot' => 'application/vnd.ms-fontobject', + 'eps' => 'application/postscript', + 'epub' => 'application/epub+zip', + 'es3' => 'application/vnd.eszigno3+xml', + 'esa' => 'application/vnd.osgi.subsystem', + 'esf' => 'application/vnd.epson.esf', + 'et3' => 'application/vnd.eszigno3+xml', + 'etx' => 'text/x-setext', + 'eva' => 'application/x-eva', + 'evy' => 'application/x-envoy', + 'exe' => 'application/x-msdownload', + 'exi' => 'application/exi', + 'ext' => 'application/vnd.novadigm.ext', + 'ez' => 'application/andrew-inset', + 'ez2' => 'application/vnd.ezpix-album', + 'ez3' => 'application/vnd.ezpix-package', + 'f' => 'text/x-fortran', + 'f4v' => 'video/x-f4v', + 'f77' => 'text/x-fortran', + 'f90' => 'text/x-fortran', + 'fbs' => 'image/vnd.fastbidsheet', + 'fcdt' => 'application/vnd.adobe.formscentral.fcdt', + 'fcs' => 'application/vnd.isac.fcs', + 'fdf' => 'application/vnd.fdf', + 'fe_launch' => 'application/vnd.denovo.fcselayout-link', + 'fg5' => 'application/vnd.fujitsu.oasysgp', + 'fgd' => 'application/x-director', + 'fh' => 'image/x-freehand', + 'fh4' => 'image/x-freehand', + 'fh5' => 'image/x-freehand', + 'fh7' => 'image/x-freehand', + 'fhc' => 'image/x-freehand', + 'fig' => 'application/x-xfig', + 'flac' => 'audio/x-flac', + 'fli' => 'video/x-fli', + 'flo' => 'application/vnd.micrografx.flo', + 'flv' => 'video/x-flv', + 'flw' => 'application/vnd.kde.kivio', + 'flx' => 'text/vnd.fmi.flexstor', + 'fly' => 'text/vnd.fly', + 'fm' => 'application/vnd.framemaker', + 'fnc' => 'application/vnd.frogans.fnc', + 'for' => 'text/x-fortran', + 'fpx' => 'image/vnd.fpx', + 'frame' => 'application/vnd.framemaker', + 'fsc' => 'application/vnd.fsc.weblaunch', + 'fst' => 'image/vnd.fst', + 'ftc' => 'application/vnd.fluxtime.clip', + 'fti' => 'application/vnd.anser-web-funds-transfer-initiation', + 'fvt' => 'video/vnd.fvt', + 'fxp' => 'application/vnd.adobe.fxp', + 'fxpl' => 'application/vnd.adobe.fxp', + 'fzs' => 'application/vnd.fuzzysheet', + 'g2w' => 'application/vnd.geoplan', + 'g3' => 'image/g3fax', + 'g3w' => 'application/vnd.geospace', + 'gac' => 'application/vnd.groove-account', + 'gam' => 'application/x-tads', + 'gbr' => 'application/rpki-ghostbusters', + 'gca' => 'application/x-gca-compressed', + 'gdl' => 'model/vnd.gdl', + 'geo' => 'application/vnd.dynageo', + 'gex' => 'application/vnd.geometry-explorer', + 'ggb' => 'application/vnd.geogebra.file', + 'ggt' => 'application/vnd.geogebra.tool', + 'ghf' => 'application/vnd.groove-help', + 'gif' => 'image/gif', + 'gim' => 'application/vnd.groove-identity-message', + 'gml' => 'application/gml+xml', + 'gmx' => 'application/vnd.gmx', + 'gnumeric' => 'application/x-gnumeric', + 'gph' => 'application/vnd.flographit', + 'gpx' => 'application/gpx+xml', + 'gqf' => 'application/vnd.grafeq', + 'gqs' => 'application/vnd.grafeq', + 'gram' => 'application/srgs', + 'gramps' => 'application/x-gramps-xml', + 'gre' => 'application/vnd.geometry-explorer', + 'grv' => 'application/vnd.groove-injector', + 'grxml' => 'application/srgs+xml', + 'gsf' => 'application/x-font-ghostscript', + 'gtar' => 'application/x-gtar', + 'gtm' => 'application/vnd.groove-tool-message', + 'gtw' => 'model/vnd.gtw', + 'gv' => 'text/vnd.graphviz', + 'gxf' => 'application/gxf', + 'gxt' => 'application/vnd.geonext', + 'h' => 'text/x-c', + 'h261' => 'video/h261', + 'h263' => 'video/h263', + 'h264' => 'video/h264', + 'hal' => 'application/vnd.hal+xml', + 'hbci' => 'application/vnd.hbci', + 'hdf' => 'application/x-hdf', + 'hh' => 'text/x-c', + 'hlp' => 'application/winhlp', + 'hpgl' => 'application/vnd.hp-hpgl', + 'hpid' => 'application/vnd.hp-hpid', + 'hps' => 'application/vnd.hp-hps', + 'hqx' => 'application/mac-binhex40', + 'htke' => 'application/vnd.kenameaapp', + 'htm' => 'text/html', + 'html' => 'text/html', + 'hvd' => 'application/vnd.yamaha.hv-dic', + 'hvp' => 'application/vnd.yamaha.hv-voice', + 'hvs' => 'application/vnd.yamaha.hv-script', + 'i2g' => 'application/vnd.intergeo', + 'icc' => 'application/vnd.iccprofile', + 'ice' => 'x-conference/x-cooltalk', + 'icm' => 'application/vnd.iccprofile', + 'ico' => 'image/x-icon', + 'ics' => 'text/calendar', + 'ief' => 'image/ief', + 'ifb' => 'text/calendar', + 'ifm' => 'application/vnd.shana.informed.formdata', + 'iges' => 'model/iges', + 'igl' => 'application/vnd.igloader', + 'igm' => 'application/vnd.insors.igm', + 'igs' => 'model/iges', + 'igx' => 'application/vnd.micrografx.igx', + 'iif' => 'application/vnd.shana.informed.interchange', + 'imp' => 'application/vnd.accpac.simply.imp', + 'ims' => 'application/vnd.ms-ims', + 'in' => 'text/plain', + 'ink' => 'application/inkml+xml', + 'inkml' => 'application/inkml+xml', + 'install' => 'application/x-install-instructions', + 'iota' => 'application/vnd.astraea-software.iota', + 'ipfix' => 'application/ipfix', + 'ipk' => 'application/vnd.shana.informed.package', + 'irm' => 'application/vnd.ibm.rights-management', + 'irp' => 'application/vnd.irepository.package+xml', + 'iso' => 'application/x-iso9660-image', + 'itp' => 'application/vnd.shana.informed.formtemplate', + 'ivp' => 'application/vnd.immervision-ivp', + 'ivu' => 'application/vnd.immervision-ivu', + 'jad' => 'text/vnd.sun.j2me.app-descriptor', + 'jam' => 'application/vnd.jam', + 'jar' => 'application/java-archive', + 'java' => 'text/x-java-source', + 'jisp' => 'application/vnd.jisp', + 'jlt' => 'application/vnd.hp-jlyt', + 'jnlp' => 'application/x-java-jnlp-file', + 'joda' => 'application/vnd.joost.joda-archive', + 'jpe' => 'image/jpeg', + 'jpeg' => 'image/jpeg', + 'jpg' => 'image/jpeg', + 'jpgm' => 'video/jpm', + 'jpgv' => 'video/jpeg', + 'jpm' => 'video/jpm', + 'js' => 'application/javascript', + 'json' => 'application/json', + 'jsonml' => 'application/jsonml+json', + 'kar' => 'audio/midi', + 'karbon' => 'application/vnd.kde.karbon', + 'kfo' => 'application/vnd.kde.kformula', + 'kia' => 'application/vnd.kidspiration', + 'kml' => 'application/vnd.google-earth.kml+xml', + 'kmz' => 'application/vnd.google-earth.kmz', + 'kne' => 'application/vnd.kinar', + 'knp' => 'application/vnd.kinar', + 'kon' => 'application/vnd.kde.kontour', + 'kpr' => 'application/vnd.kde.kpresenter', + 'kpt' => 'application/vnd.kde.kpresenter', + 'kpxx' => 'application/vnd.ds-keypoint', + 'ksp' => 'application/vnd.kde.kspread', + 'ktr' => 'application/vnd.kahootz', + 'ktx' => 'image/ktx', + 'ktz' => 'application/vnd.kahootz', + 'kwd' => 'application/vnd.kde.kword', + 'kwt' => 'application/vnd.kde.kword', + 'lasxml' => 'application/vnd.las.las+xml', + 'latex' => 'application/x-latex', + 'lbd' => 'application/vnd.llamagraphics.life-balance.desktop', + 'lbe' => 'application/vnd.llamagraphics.life-balance.exchange+xml', + 'les' => 'application/vnd.hhe.lesson-player', + 'lha' => 'application/x-lzh-compressed', + 'link66' => 'application/vnd.route66.link66+xml', + 'list' => 'text/plain', + 'list3820' => 'application/vnd.ibm.modcap', + 'listafp' => 'application/vnd.ibm.modcap', + 'lnk' => 'application/x-ms-shortcut', + 'log' => 'text/plain', + 'lostxml' => 'application/lost+xml', + 'lrf' => 'application/octet-stream', + 'lrm' => 'application/vnd.ms-lrm', + 'ltf' => 'application/vnd.frogans.ltf', + 'lvp' => 'audio/vnd.lucent.voice', + 'lwp' => 'application/vnd.lotus-wordpro', + 'lzh' => 'application/x-lzh-compressed', + 'm13' => 'application/x-msmediaview', + 'm14' => 'application/x-msmediaview', + 'm1v' => 'video/mpeg', + 'm21' => 'application/mp21', + 'm2a' => 'audio/mpeg', + 'm2v' => 'video/mpeg', + 'm3a' => 'audio/mpeg', + 'm3u' => 'audio/x-mpegurl', + 'm3u8' => 'application/vnd.apple.mpegurl', + 'm4a' => 'audio/mp4', + 'm4u' => 'video/vnd.mpegurl', + 'm4v' => 'video/x-m4v', + 'ma' => 'application/mathematica', + 'mads' => 'application/mads+xml', + 'mag' => 'application/vnd.ecowin.chart', + 'maker' => 'application/vnd.framemaker', + 'man' => 'text/troff', + 'mar' => 'application/octet-stream', + 'mathml' => 'application/mathml+xml', + 'mb' => 'application/mathematica', + 'mbk' => 'application/vnd.mobius.mbk', + 'mbox' => 'application/mbox', + 'mc1' => 'application/vnd.medcalcdata', + 'mcd' => 'application/vnd.mcd', + 'mcurl' => 'text/vnd.curl.mcurl', + 'mdb' => 'application/x-msaccess', + 'mdi' => 'image/vnd.ms-modi', + 'me' => 'text/troff', + 'mesh' => 'model/mesh', + 'meta4' => 'application/metalink4+xml', + 'metalink' => 'application/metalink+xml', + 'mets' => 'application/mets+xml', + 'mfm' => 'application/vnd.mfmp', + 'mft' => 'application/rpki-manifest', + 'mgp' => 'application/vnd.osgeo.mapguide.package', + 'mgz' => 'application/vnd.proteus.magazine', + 'mid' => 'audio/midi', + 'midi' => 'audio/midi', + 'mie' => 'application/x-mie', + 'mif' => 'application/vnd.mif', + 'mime' => 'message/rfc822', + 'mj2' => 'video/mj2', + 'mjp2' => 'video/mj2', + 'mk3d' => 'video/x-matroska', + 'mka' => 'audio/x-matroska', + 'mks' => 'video/x-matroska', + 'mkv' => 'video/x-matroska', + 'mlp' => 'application/vnd.dolby.mlp', + 'mmd' => 'application/vnd.chipnuts.karaoke-mmd', + 'mmf' => 'application/vnd.smaf', + 'mmr' => 'image/vnd.fujixerox.edmics-mmr', + 'mng' => 'video/x-mng', + 'mny' => 'application/x-msmoney', + 'mobi' => 'application/x-mobipocket-ebook', + 'mods' => 'application/mods+xml', + 'mov' => 'video/quicktime', + 'movie' => 'video/x-sgi-movie', + 'mp2' => 'audio/mpeg', + 'mp21' => 'application/mp21', + 'mp2a' => 'audio/mpeg', + 'mp3' => 'audio/mpeg', + 'mp4' => 'video/mp4', + 'mp4a' => 'audio/mp4', + 'mp4s' => 'application/mp4', + 'mp4v' => 'video/mp4', + 'mpc' => 'application/vnd.mophun.certificate', + 'mpe' => 'video/mpeg', + 'mpeg' => 'video/mpeg', + 'mpg' => 'video/mpeg', + 'mpg4' => 'video/mp4', + 'mpga' => 'audio/mpeg', + 'mpkg' => 'application/vnd.apple.installer+xml', + 'mpm' => 'application/vnd.blueice.multipass', + 'mpn' => 'application/vnd.mophun.application', + 'mpp' => 'application/vnd.ms-project', + 'mpt' => 'application/vnd.ms-project', + 'mpy' => 'application/vnd.ibm.minipay', + 'mqy' => 'application/vnd.mobius.mqy', + 'mrc' => 'application/marc', + 'mrcx' => 'application/marcxml+xml', + 'ms' => 'text/troff', + 'mscml' => 'application/mediaservercontrol+xml', + 'mseed' => 'application/vnd.fdsn.mseed', + 'mseq' => 'application/vnd.mseq', + 'msf' => 'application/vnd.epson.msf', + 'msh' => 'model/mesh', + 'msi' => 'application/x-msdownload', + 'msl' => 'application/vnd.mobius.msl', + 'msty' => 'application/vnd.muvee.style', + 'mts' => 'model/vnd.mts', + 'mus' => 'application/vnd.musician', + 'musicxml' => 'application/vnd.recordare.musicxml+xml', + 'mvb' => 'application/x-msmediaview', + 'mwf' => 'application/vnd.mfer', + 'mxf' => 'application/mxf', + 'mxl' => 'application/vnd.recordare.musicxml', + 'mxml' => 'application/xv+xml', + 'mxs' => 'application/vnd.triscape.mxs', + 'mxu' => 'video/vnd.mpegurl', + 'n-gage' => 'application/vnd.nokia.n-gage.symbian.install', + 'n3' => 'text/n3', + 'nb' => 'application/mathematica', + 'nbp' => 'application/vnd.wolfram.player', + 'nc' => 'application/x-netcdf', + 'ncx' => 'application/x-dtbncx+xml', + 'nfo' => 'text/x-nfo', + 'ngdat' => 'application/vnd.nokia.n-gage.data', + 'nitf' => 'application/vnd.nitf', + 'nlu' => 'application/vnd.neurolanguage.nlu', + 'nml' => 'application/vnd.enliven', + 'nnd' => 'application/vnd.noblenet-directory', + 'nns' => 'application/vnd.noblenet-sealer', + 'nnw' => 'application/vnd.noblenet-web', + 'npx' => 'image/vnd.net-fpx', + 'nsc' => 'application/x-conference', + 'nsf' => 'application/vnd.lotus-notes', + 'ntf' => 'application/vnd.nitf', + 'nzb' => 'application/x-nzb', + 'oa2' => 'application/vnd.fujitsu.oasys2', + 'oa3' => 'application/vnd.fujitsu.oasys3', + 'oas' => 'application/vnd.fujitsu.oasys', + 'obd' => 'application/x-msbinder', + 'obj' => 'application/x-tgif', + 'oda' => 'application/oda', + 'odb' => 'application/vnd.oasis.opendocument.database', + 'odc' => 'application/vnd.oasis.opendocument.chart', + 'odf' => 'application/vnd.oasis.opendocument.formula', + 'odft' => 'application/vnd.oasis.opendocument.formula-template', + 'odg' => 'application/vnd.oasis.opendocument.graphics', + 'odi' => 'application/vnd.oasis.opendocument.image', + 'odm' => 'application/vnd.oasis.opendocument.text-master', + 'odp' => 'application/vnd.oasis.opendocument.presentation', + 'ods' => 'application/vnd.oasis.opendocument.spreadsheet', + 'odt' => 'application/vnd.oasis.opendocument.text', + 'oga' => 'audio/ogg', + 'ogg' => 'audio/ogg', + 'ogv' => 'video/ogg', + 'ogx' => 'application/ogg', + 'omdoc' => 'application/omdoc+xml', + 'onepkg' => 'application/onenote', + 'onetmp' => 'application/onenote', + 'onetoc' => 'application/onenote', + 'onetoc2' => 'application/onenote', + 'opf' => 'application/oebps-package+xml', + 'opml' => 'text/x-opml', + 'oprc' => 'application/vnd.palm', + 'org' => 'application/vnd.lotus-organizer', + 'osf' => 'application/vnd.yamaha.openscoreformat', + 'osfpvg' => 'application/vnd.yamaha.openscoreformat.osfpvg+xml', + 'otc' => 'application/vnd.oasis.opendocument.chart-template', + 'otf' => 'font/otf', + 'otg' => 'application/vnd.oasis.opendocument.graphics-template', + 'oth' => 'application/vnd.oasis.opendocument.text-web', + 'oti' => 'application/vnd.oasis.opendocument.image-template', + 'otp' => 'application/vnd.oasis.opendocument.presentation-template', + 'ots' => 'application/vnd.oasis.opendocument.spreadsheet-template', + 'ott' => 'application/vnd.oasis.opendocument.text-template', + 'oxps' => 'application/oxps', + 'oxt' => 'application/vnd.openofficeorg.extension', + 'p' => 'text/x-pascal', + 'p10' => 'application/pkcs10', + 'p12' => 'application/x-pkcs12', + 'p7b' => 'application/x-pkcs7-certificates', + 'p7c' => 'application/pkcs7-mime', + 'p7m' => 'application/pkcs7-mime', + 'p7r' => 'application/x-pkcs7-certreqresp', + 'p7s' => 'application/pkcs7-signature', + 'p8' => 'application/pkcs8', + 'pas' => 'text/x-pascal', + 'paw' => 'application/vnd.pawaafile', + 'pbd' => 'application/vnd.powerbuilder6', + 'pbm' => 'image/x-portable-bitmap', + 'pcap' => 'application/vnd.tcpdump.pcap', + 'pcf' => 'application/x-font-pcf', + 'pcl' => 'application/vnd.hp-pcl', + 'pclxl' => 'application/vnd.hp-pclxl', + 'pct' => 'image/x-pict', + 'pcurl' => 'application/vnd.curl.pcurl', + 'pcx' => 'image/x-pcx', + 'pdb' => 'application/vnd.palm', + 'pdf' => 'application/pdf', + 'pfa' => 'application/x-font-type1', + 'pfb' => 'application/x-font-type1', + 'pfm' => 'application/x-font-type1', + 'pfr' => 'application/font-tdpfr', + 'pfx' => 'application/x-pkcs12', + 'pgm' => 'image/x-portable-graymap', + 'pgn' => 'application/x-chess-pgn', + 'pgp' => 'application/pgp-encrypted', + 'pic' => 'image/x-pict', + 'pkg' => 'application/octet-stream', + 'pki' => 'application/pkixcmp', + 'pkipath' => 'application/pkix-pkipath', + 'plb' => 'application/vnd.3gpp.pic-bw-large', + 'plc' => 'application/vnd.mobius.plc', + 'plf' => 'application/vnd.pocketlearn', + 'pls' => 'application/pls+xml', + 'pml' => 'application/vnd.ctc-posml', + 'png' => 'image/png', + 'pnm' => 'image/x-portable-anymap', + 'portpkg' => 'application/vnd.macports.portpkg', + 'pot' => 'application/vnd.ms-powerpoint', + 'potm' => 'application/vnd.ms-powerpoint.template.macroenabled.12', + 'potx' => 'application/vnd.openxmlformats-officedocument.presentationml.template', + 'ppam' => 'application/vnd.ms-powerpoint.addin.macroenabled.12', + 'ppd' => 'application/vnd.cups-ppd', + 'ppm' => 'image/x-portable-pixmap', + 'pps' => 'application/vnd.ms-powerpoint', + 'ppsm' => 'application/vnd.ms-powerpoint.slideshow.macroenabled.12', + 'ppsx' => 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', + 'ppt' => 'application/vnd.ms-powerpoint', + 'pptm' => 'application/vnd.ms-powerpoint.presentation.macroenabled.12', + 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', + 'pqa' => 'application/vnd.palm', + 'prc' => 'application/x-mobipocket-ebook', + 'pre' => 'application/vnd.lotus-freelance', + 'prf' => 'application/pics-rules', + 'ps' => 'application/postscript', + 'psb' => 'application/vnd.3gpp.pic-bw-small', + 'psd' => 'image/vnd.adobe.photoshop', + 'psf' => 'application/x-font-linux-psf', + 'pskcxml' => 'application/pskc+xml', + 'ptid' => 'application/vnd.pvi.ptid1', + 'pub' => 'application/x-mspublisher', + 'pvb' => 'application/vnd.3gpp.pic-bw-var', + 'pwn' => 'application/vnd.3m.post-it-notes', + 'pya' => 'audio/vnd.ms-playready.media.pya', + 'pyv' => 'video/vnd.ms-playready.media.pyv', + 'qam' => 'application/vnd.epson.quickanime', + 'qbo' => 'application/vnd.intu.qbo', + 'qfx' => 'application/vnd.intu.qfx', + 'qps' => 'application/vnd.publishare-delta-tree', + 'qt' => 'video/quicktime', + 'qwd' => 'application/vnd.quark.quarkxpress', + 'qwt' => 'application/vnd.quark.quarkxpress', + 'qxb' => 'application/vnd.quark.quarkxpress', + 'qxd' => 'application/vnd.quark.quarkxpress', + 'qxl' => 'application/vnd.quark.quarkxpress', + 'qxt' => 'application/vnd.quark.quarkxpress', + 'ra' => 'audio/x-pn-realaudio', + 'ram' => 'audio/x-pn-realaudio', + 'rar' => 'application/x-rar-compressed', + 'ras' => 'image/x-cmu-raster', + 'rcprofile' => 'application/vnd.ipunplugged.rcprofile', + 'rdf' => 'application/rdf+xml', + 'rdz' => 'application/vnd.data-vision.rdz', + 'rep' => 'application/vnd.businessobjects', + 'res' => 'application/x-dtbresource+xml', + 'rgb' => 'image/x-rgb', + 'rif' => 'application/reginfo+xml', + 'rip' => 'audio/vnd.rip', + 'ris' => 'application/x-research-info-systems', + 'rl' => 'application/resource-lists+xml', + 'rlc' => 'image/vnd.fujixerox.edmics-rlc', + 'rld' => 'application/resource-lists-diff+xml', + 'rm' => 'application/vnd.rn-realmedia', + 'rmi' => 'audio/midi', + 'rmp' => 'audio/x-pn-realaudio-plugin', + 'rms' => 'application/vnd.jcp.javame.midlet-rms', + 'rmvb' => 'application/vnd.rn-realmedia-vbr', + 'rnc' => 'application/relax-ng-compact-syntax', + 'roa' => 'application/rpki-roa', + 'roff' => 'text/troff', + 'rp9' => 'application/vnd.cloanto.rp9', + 'rpss' => 'application/vnd.nokia.radio-presets', + 'rpst' => 'application/vnd.nokia.radio-preset', + 'rq' => 'application/sparql-query', + 'rs' => 'application/rls-services+xml', + 'rsd' => 'application/rsd+xml', + 'rss' => 'application/rss+xml', + 'rtf' => 'application/rtf', + 'rtx' => 'text/richtext', + 's' => 'text/x-asm', + 's3m' => 'audio/s3m', + 'saf' => 'application/vnd.yamaha.smaf-audio', + 'sbml' => 'application/sbml+xml', + 'sc' => 'application/vnd.ibm.secure-container', + 'scd' => 'application/x-msschedule', + 'scm' => 'application/vnd.lotus-screencam', + 'scq' => 'application/scvp-cv-request', + 'scs' => 'application/scvp-cv-response', + 'scurl' => 'text/vnd.curl.scurl', + 'sda' => 'application/vnd.stardivision.draw', + 'sdc' => 'application/vnd.stardivision.calc', + 'sdd' => 'application/vnd.stardivision.impress', + 'sdkd' => 'application/vnd.solent.sdkm+xml', + 'sdkm' => 'application/vnd.solent.sdkm+xml', + 'sdp' => 'application/sdp', + 'sdw' => 'application/vnd.stardivision.writer', + 'see' => 'application/vnd.seemail', + 'seed' => 'application/vnd.fdsn.seed', + 'sema' => 'application/vnd.sema', + 'semd' => 'application/vnd.semd', + 'semf' => 'application/vnd.semf', + 'ser' => 'application/java-serialized-object', + 'setpay' => 'application/set-payment-initiation', + 'setreg' => 'application/set-registration-initiation', + 'sfd-hdstx' => 'application/vnd.hydrostatix.sof-data', + 'sfs' => 'application/vnd.spotfire.sfs', + 'sfv' => 'text/x-sfv', + 'sgi' => 'image/sgi', + 'sgl' => 'application/vnd.stardivision.writer-global', + 'sgm' => 'text/sgml', + 'sgml' => 'text/sgml', + 'sh' => 'application/x-sh', + 'shar' => 'application/x-shar', + 'shf' => 'application/shf+xml', + 'sid' => 'image/x-mrsid-image', + 'sig' => 'application/pgp-signature', + 'sil' => 'audio/silk', + 'silo' => 'model/mesh', + 'sis' => 'application/vnd.symbian.install', + 'sisx' => 'application/vnd.symbian.install', + 'sit' => 'application/x-stuffit', + 'sitx' => 'application/x-stuffitx', + 'skd' => 'application/vnd.koan', + 'skm' => 'application/vnd.koan', + 'skp' => 'application/vnd.koan', + 'skt' => 'application/vnd.koan', + 'sldm' => 'application/vnd.ms-powerpoint.slide.macroenabled.12', + 'sldx' => 'application/vnd.openxmlformats-officedocument.presentationml.slide', + 'slt' => 'application/vnd.epson.salt', + 'sm' => 'application/vnd.stepmania.stepchart', + 'smf' => 'application/vnd.stardivision.math', + 'smi' => 'application/smil+xml', + 'smil' => 'application/smil+xml', + 'smv' => 'video/x-smv', + 'smzip' => 'application/vnd.stepmania.package', + 'snd' => 'audio/basic', + 'snf' => 'application/x-font-snf', + 'so' => 'application/octet-stream', + 'spc' => 'application/x-pkcs7-certificates', + 'spf' => 'application/vnd.yamaha.smaf-phrase', + 'spl' => 'application/x-futuresplash', + 'spot' => 'text/vnd.in3d.spot', + 'spp' => 'application/scvp-vp-response', + 'spq' => 'application/scvp-vp-request', + 'spx' => 'audio/ogg', + 'sql' => 'application/x-sql', + 'src' => 'application/x-wais-source', + 'srt' => 'application/x-subrip', + 'sru' => 'application/sru+xml', + 'srx' => 'application/sparql-results+xml', + 'ssdl' => 'application/ssdl+xml', + 'sse' => 'application/vnd.kodak-descriptor', + 'ssf' => 'application/vnd.epson.ssf', + 'ssml' => 'application/ssml+xml', + 'st' => 'application/vnd.sailingtracker.track', + 'stc' => 'application/vnd.sun.xml.calc.template', + 'std' => 'application/vnd.sun.xml.draw.template', + 'stf' => 'application/vnd.wt.stf', + 'sti' => 'application/vnd.sun.xml.impress.template', + 'stk' => 'application/hyperstudio', + 'stl' => 'application/vnd.ms-pki.stl', + 'str' => 'application/vnd.pg.format', + 'stw' => 'application/vnd.sun.xml.writer.template', + 'sub' => 'text/vnd.dvb.subtitle', + 'sus' => 'application/vnd.sus-calendar', + 'susp' => 'application/vnd.sus-calendar', + 'sv4cpio' => 'application/x-sv4cpio', + 'sv4crc' => 'application/x-sv4crc', + 'svc' => 'application/vnd.dvb.service', + 'svd' => 'application/vnd.svd', + 'svg' => 'image/svg+xml', + 'svgz' => 'image/svg+xml', + 'swa' => 'application/x-director', + 'swf' => 'application/x-shockwave-flash', + 'swi' => 'application/vnd.aristanetworks.swi', + 'sxc' => 'application/vnd.sun.xml.calc', + 'sxd' => 'application/vnd.sun.xml.draw', + 'sxg' => 'application/vnd.sun.xml.writer.global', + 'sxi' => 'application/vnd.sun.xml.impress', + 'sxm' => 'application/vnd.sun.xml.math', + 'sxw' => 'application/vnd.sun.xml.writer', + 't' => 'text/troff', + 't3' => 'application/x-t3vm-image', + 'taglet' => 'application/vnd.mynfc', + 'tao' => 'application/vnd.tao.intent-module-archive', + 'tar' => 'application/x-tar', + 'tcap' => 'application/vnd.3gpp2.tcap', + 'tcl' => 'application/x-tcl', + 'teacher' => 'application/vnd.smart.teacher', + 'tei' => 'application/tei+xml', + 'teicorpus' => 'application/tei+xml', + 'tex' => 'application/x-tex', + 'texi' => 'application/x-texinfo', + 'texinfo' => 'application/x-texinfo', + 'text' => 'text/plain', + 'tfi' => 'application/thraud+xml', + 'tfm' => 'application/x-tex-tfm', + 'tga' => 'image/x-tga', + 'thmx' => 'application/vnd.ms-officetheme', + 'tif' => 'image/tiff', + 'tiff' => 'image/tiff', + 'tmo' => 'application/vnd.tmobile-livetv', + 'torrent' => 'application/x-bittorrent', + 'tpl' => 'application/vnd.groove-tool-template', + 'tpt' => 'application/vnd.trid.tpt', + 'tr' => 'text/troff', + 'tra' => 'application/vnd.trueapp', + 'trm' => 'application/x-msterminal', + 'tsd' => 'application/timestamped-data', + 'tsv' => 'text/tab-separated-values', + 'ttc' => 'font/collection', + 'ttf' => 'font/ttf', + 'ttl' => 'text/turtle', + 'twd' => 'application/vnd.simtech-mindmapper', + 'twds' => 'application/vnd.simtech-mindmapper', + 'txd' => 'application/vnd.genomatix.tuxedo', + 'txf' => 'application/vnd.mobius.txf', + 'txt' => 'text/plain', + 'u32' => 'application/x-authorware-bin', + 'udeb' => 'application/x-debian-package', + 'ufd' => 'application/vnd.ufdl', + 'ufdl' => 'application/vnd.ufdl', + 'ulx' => 'application/x-glulx', + 'umj' => 'application/vnd.umajin', + 'unityweb' => 'application/vnd.unity', + 'uoml' => 'application/vnd.uoml+xml', + 'uri' => 'text/uri-list', + 'uris' => 'text/uri-list', + 'urls' => 'text/uri-list', + 'ustar' => 'application/x-ustar', + 'utz' => 'application/vnd.uiq.theme', + 'uu' => 'text/x-uuencode', + 'uva' => 'audio/vnd.dece.audio', + 'uvd' => 'application/vnd.dece.data', + 'uvf' => 'application/vnd.dece.data', + 'uvg' => 'image/vnd.dece.graphic', + 'uvh' => 'video/vnd.dece.hd', + 'uvi' => 'image/vnd.dece.graphic', + 'uvm' => 'video/vnd.dece.mobile', + 'uvp' => 'video/vnd.dece.pd', + 'uvs' => 'video/vnd.dece.sd', + 'uvt' => 'application/vnd.dece.ttml+xml', + 'uvu' => 'video/vnd.uvvu.mp4', + 'uvv' => 'video/vnd.dece.video', + 'uvva' => 'audio/vnd.dece.audio', + 'uvvd' => 'application/vnd.dece.data', + 'uvvf' => 'application/vnd.dece.data', + 'uvvg' => 'image/vnd.dece.graphic', + 'uvvh' => 'video/vnd.dece.hd', + 'uvvi' => 'image/vnd.dece.graphic', + 'uvvm' => 'video/vnd.dece.mobile', + 'uvvp' => 'video/vnd.dece.pd', + 'uvvs' => 'video/vnd.dece.sd', + 'uvvt' => 'application/vnd.dece.ttml+xml', + 'uvvu' => 'video/vnd.uvvu.mp4', + 'uvvv' => 'video/vnd.dece.video', + 'uvvx' => 'application/vnd.dece.unspecified', + 'uvvz' => 'application/vnd.dece.zip', + 'uvx' => 'application/vnd.dece.unspecified', + 'uvz' => 'application/vnd.dece.zip', + 'vcard' => 'text/vcard', + 'vcd' => 'application/x-cdlink', + 'vcf' => 'text/x-vcard', + 'vcg' => 'application/vnd.groove-vcard', + 'vcs' => 'text/x-vcalendar', + 'vcx' => 'application/vnd.vcx', + 'vis' => 'application/vnd.visionary', + 'viv' => 'video/vnd.vivo', + 'vob' => 'video/x-ms-vob', + 'vor' => 'application/vnd.stardivision.writer', + 'vox' => 'application/x-authorware-bin', + 'vrml' => 'model/vrml', + 'vsd' => 'application/vnd.visio', + 'vsf' => 'application/vnd.vsf', + 'vss' => 'application/vnd.visio', + 'vst' => 'application/vnd.visio', + 'vsw' => 'application/vnd.visio', + 'vtu' => 'model/vnd.vtu', + 'vxml' => 'application/voicexml+xml', + 'w3d' => 'application/x-director', + 'wad' => 'application/x-doom', + 'wav' => 'audio/x-wav', + 'wax' => 'audio/x-ms-wax', + 'wbmp' => 'image/vnd.wap.wbmp', + 'wbs' => 'application/vnd.criticaltools.wbs+xml', + 'wbxml' => 'application/vnd.wap.wbxml', + 'wcm' => 'application/vnd.ms-works', + 'wdb' => 'application/vnd.ms-works', + 'wdp' => 'image/vnd.ms-photo', + 'weba' => 'audio/webm', + 'webm' => 'video/webm', + 'webp' => 'image/webp', + 'wg' => 'application/vnd.pmi.widget', + 'wgt' => 'application/widget', + 'wks' => 'application/vnd.ms-works', + 'wm' => 'video/x-ms-wm', + 'wma' => 'audio/x-ms-wma', + 'wmd' => 'application/x-ms-wmd', + 'wmf' => 'application/x-msmetafile', + 'wml' => 'text/vnd.wap.wml', + 'wmlc' => 'application/vnd.wap.wmlc', + 'wmls' => 'text/vnd.wap.wmlscript', + 'wmlsc' => 'application/vnd.wap.wmlscriptc', + 'wmv' => 'video/x-ms-wmv', + 'wmx' => 'video/x-ms-wmx', + 'wmz' => 'application/x-msmetafile', + 'woff' => 'font/woff', + 'woff2' => 'font/woff2', + 'wpd' => 'application/vnd.wordperfect', + 'wpl' => 'application/vnd.ms-wpl', + 'wps' => 'application/vnd.ms-works', + 'wqd' => 'application/vnd.wqd', + 'wri' => 'application/x-mswrite', + 'wrl' => 'model/vrml', + 'wsdl' => 'application/wsdl+xml', + 'wspolicy' => 'application/wspolicy+xml', + 'wtb' => 'application/vnd.webturbo', + 'wvx' => 'video/x-ms-wvx', + 'x32' => 'application/x-authorware-bin', + 'x3d' => 'model/x3d+xml', + 'x3db' => 'model/x3d+binary', + 'x3dbz' => 'model/x3d+binary', + 'x3dv' => 'model/x3d+vrml', + 'x3dvz' => 'model/x3d+vrml', + 'x3dz' => 'model/x3d+xml', + 'xaml' => 'application/xaml+xml', + 'xap' => 'application/x-silverlight-app', + 'xar' => 'application/vnd.xara', + 'xbap' => 'application/x-ms-xbap', + 'xbd' => 'application/vnd.fujixerox.docuworks.binder', + 'xbm' => 'image/x-xbitmap', + 'xdf' => 'application/xcap-diff+xml', + 'xdm' => 'application/vnd.syncml.dm+xml', + 'xdp' => 'application/vnd.adobe.xdp+xml', + 'xdssc' => 'application/dssc+xml', + 'xdw' => 'application/vnd.fujixerox.docuworks', + 'xenc' => 'application/xenc+xml', + 'xer' => 'application/patch-ops-error+xml', + 'xfdf' => 'application/vnd.adobe.xfdf', + 'xfdl' => 'application/vnd.xfdl', + 'xht' => 'application/xhtml+xml', + 'xhtml' => 'application/xhtml+xml', + 'xhvml' => 'application/xv+xml', + 'xif' => 'image/vnd.xiff', + 'xla' => 'application/vnd.ms-excel', + 'xlam' => 'application/vnd.ms-excel.addin.macroenabled.12', + 'xlc' => 'application/vnd.ms-excel', + 'xlf' => 'application/x-xliff+xml', + 'xlm' => 'application/vnd.ms-excel', + 'xls' => 'application/vnd.ms-excel', + 'xlsb' => 'application/vnd.ms-excel.sheet.binary.macroenabled.12', + 'xlsm' => 'application/vnd.ms-excel.sheet.macroenabled.12', + 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', + 'xlt' => 'application/vnd.ms-excel', + 'xltm' => 'application/vnd.ms-excel.template.macroenabled.12', + 'xltx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.template', + 'xlw' => 'application/vnd.ms-excel', + 'xm' => 'audio/xm', + 'xml' => 'application/xml', + 'xo' => 'application/vnd.olpc-sugar', + 'xop' => 'application/xop+xml', + 'xpi' => 'application/x-xpinstall', + 'xpl' => 'application/xproc+xml', + 'xpm' => 'image/x-xpixmap', + 'xpr' => 'application/vnd.is-xpr', + 'xps' => 'application/vnd.ms-xpsdocument', + 'xpw' => 'application/vnd.intercon.formnet', + 'xpx' => 'application/vnd.intercon.formnet', + 'xsl' => 'application/xml', + 'xslt' => 'application/xslt+xml', + 'xsm' => 'application/vnd.syncml+xml', + 'xspf' => 'application/xspf+xml', + 'xul' => 'application/vnd.mozilla.xul+xml', + 'xvm' => 'application/xv+xml', + 'xvml' => 'application/xv+xml', + 'xwd' => 'image/x-xwindowdump', + 'xyz' => 'chemical/x-xyz', + 'xz' => 'application/x-xz', + 'yang' => 'application/yang', + 'yin' => 'application/yin+xml', + 'z1' => 'application/x-zmachine', + 'z2' => 'application/x-zmachine', + 'z3' => 'application/x-zmachine', + 'z4' => 'application/x-zmachine', + 'z5' => 'application/x-zmachine', + 'z6' => 'application/x-zmachine', + 'z7' => 'application/x-zmachine', + 'z8' => 'application/x-zmachine', + 'zaz' => 'application/vnd.zzazz.deck+xml', + 'zip' => 'application/zip', + 'zir' => 'application/vnd.zul', + 'zirz' => 'application/vnd.zul', + 'zmm' => 'application/vnd.handheld-entertainment+xml' ); - - /** - * Get the mime type based on file extension - * - * @param string $file The file name or path - * - * @return string the mime type on success - * - */ - protected static function mimeType($file) - { - /** - * **DISCLAIMER** - * This will just match the file extension to the following - * array. It does not guarantee that the file is TRULY that - * of the extension that this function returns. - */ - // get the extension form file - $extension = \strtolower(\pathinfo($file, \PATHINFO_EXTENSION)); - // check if we have the extension listed - if (isset(self::$fileExtentionToMimeType[$extension])) - { - return self::$fileExtentionToMimeType[$extension]; - } - return false; + /** + * Get the mime type based on file extension + * + * @param string $file The file name or path + * + * @return string the mime type on success + * + */ + public static function mimeType($file) + { + /** + * **DISCLAIMER** + * This will just match the file extension to the following + * array. It does not guarantee that the file is TRULY that + * of the extension that this function returns. + * https://gist.github.com/Llewellynvdm/74be373357e131b8775a7582c3de508b + */ + + // get the extension form file + $extension = \strtolower(\pathinfo($file, \PATHINFO_EXTENSION)); + // check if we have the extension listed + if (isset(self::$fileExtentionToMimeType[$extension])) + { + return self::$fileExtentionToMimeType[$extension]; + } + elseif (function_exists('mime_content_type')) + { + return mime_content_type($file); + } + elseif (function_exists('finfo_open')) + { + $finfo = finfo_open(FILEINFO_MIME); + $mimetype = finfo_file($finfo, $file); + finfo_close($finfo); + return $mimetype; + } + return 'application/octet-stream'; } protected static function getDownloadFileName(&$sermon, $file, $type) @@ -2296,12 +2605,12 @@ abstract class SermondistributorHelper $manifestUrl = JPATH_ADMINISTRATOR."/components/com_sermondistributor/sermondistributor.xml"; return simplexml_load_file($manifestUrl); } - + /** * Joomla version object **/ protected static $JVersion; - + /** * set/get Joomla version **/ @@ -3143,7 +3452,7 @@ abstract class SermondistributorHelper } return $model; } - + /** * Add to asset Table */ @@ -3205,7 +3514,7 @@ abstract class SermondistributorHelper } return false; } - + /** * Gets the default asset Rules for a component/view. */ @@ -3281,7 +3590,14 @@ abstract class SermondistributorHelper return $button->input; } - + + /** + * Check if have an json string + * + * @input string The json string to check + * + * @returns bool true on success + **/ public static function checkJson($string) { if (self::checkString($string)) @@ -3292,15 +3608,29 @@ abstract class SermondistributorHelper return false; } + /** + * Check if have an object with a length + * + * @input object The object to check + * + * @returns bool true on success + **/ public static function checkObject($object) { - if (isset($object) && is_object($object) && count($object) > 0) + if (isset($object) && is_object($object)) { - return true; + return count((array)$object) > 0; } return false; } + /** + * Check if have an array with a length + * + * @input array The array to check + * + * @returns bool true on success + **/ public static function checkArray($array, $removeEmptyString = false) { if (isset($array) && is_array($array) && count($array) > 0) @@ -3322,6 +3652,13 @@ abstract class SermondistributorHelper return false; } + /** + * Check if have a string with a length + * + * @input string The string to check + * + * @returns bool true on success + **/ public static function checkString($string) { if (isset($string) && is_string($string) && strlen($string) > 0) @@ -3330,7 +3667,7 @@ abstract class SermondistributorHelper } return false; } - + /** * Check if we are connected * Thanks https://stackoverflow.com/a/4860432/1429677 @@ -3356,6 +3693,13 @@ abstract class SermondistributorHelper return $is_conn; } + /** + * Merge an array of array's + * + * @input array The arrays you would like to merge + * + * @returns array on success + **/ public static function mergeArrays($arrays) { if(self::checkArray($arrays)) @@ -3379,6 +3723,13 @@ abstract class SermondistributorHelper return self::shorten($string, $length, $addTip); } + /** + * Shorten a string + * + * @input string The you would like to shorten + * + * @returns string on success + **/ public static function shorten($string, $length = 40, $addTip = true) { if (self::checkString($string)) @@ -3413,6 +3764,13 @@ abstract class SermondistributorHelper return $string; } + /** + * Making strings safe (various ways) + * + * @input string The you would like to make safe + * + * @returns string on success + **/ public static function safeString($string, $type = 'L', $spacer = '_', $replaceNumbers = true) { if ($replaceNumbers === true) @@ -3540,7 +3898,7 @@ abstract class SermondistributorHelper // return the string with no numbers remaining. return $string; } - + /** * Convert an integer into an English word string * Thanks to Tom Nicholson @@ -3650,18 +4008,29 @@ abstract class SermondistributorHelper return implode($key); } - public static function getCryptKey($type, $default = null) + /** + * Get The Encryption Keys + * + * @param string $type The type of key + * @param string/bool $default The return value if no key was found + * + * @return string On success + * + **/ + public static function getCryptKey($type, $default = false) { + // Get the global params + $params = JComponentHelper::getParams('com_sermondistributor', true); + // Basic Encryption Type if ('basic' === $type) { - // Get the global params - $params = JComponentHelper::getParams('com_sermondistributor', true); $basic_key = $params->get('basic_key', $default); - if ($basic_key) + if (self::checkString($basic_key)) { return $basic_key; } } - return false; + + return $default; } } diff --git a/admin/language/en-GB/en-GB.com_sermondistributor.ini b/admin/language/en-GB/en-GB.com_sermondistributor.ini index e2f02792..6d50a5fd 100644 --- a/admin/language/en-GB/en-GB.com_sermondistributor.ini +++ b/admin/language/en-GB/en-GB.com_sermondistributor.ini @@ -28,8 +28,8 @@ COM_SERMONDISTRIBUTOR_CONFIG_AUTHOR_NAME_DESC="The name of the author of this co COM_SERMONDISTRIBUTOR_CONFIG_AUTHOR_NAME_LABEL="Author Name" COM_SERMONDISTRIBUTOR_CONFIG_AUTO_LOAD="Auto" COM_SERMONDISTRIBUTOR_CONFIG_BASIC_KEY_DESC="Set the basic local key here." -COM_SERMONDISTRIBUTOR_CONFIG_BASIC_KEY_LABEL="Basic Key (basic encryption)" -COM_SERMONDISTRIBUTOR_CONFIG_BASIC_KEY_NOTE_DESC="When using the basic encryption please use a 32 character passphrase.
Never change this passphrase once it is set! DATA WILL GET CORRUPTED IF YOU DO!" +COM_SERMONDISTRIBUTOR_CONFIG_BASIC_KEY_LABEL="Basic Key" +COM_SERMONDISTRIBUTOR_CONFIG_BASIC_KEY_NOTE_DESC="When using the basic encryption please use set a 32 character passphrase.
Never change this passphrase once it is set! DATA WILL GET CORRUPTED IF YOU DO!" COM_SERMONDISTRIBUTOR_CONFIG_BASIC_KEY_NOTE_LABEL="Basic Encryption" COM_SERMONDISTRIBUTOR_CONFIG_BIG="Big" COM_SERMONDISTRIBUTOR_CONFIG_BLUE="Blue" diff --git a/admin/layouts/batchselection.php b/admin/layouts/batchselection.php index 8a7e4c1f..37fc2ca1 100644 --- a/admin/layouts/batchselection.php +++ b/admin/layouts/batchselection.php @@ -1,17 +1,16 @@ oauthtoken) && $basickey && !is_numeric($item->oauthtoken) && $item->oauthtoken === base64_encode(base64_decode($item->oauthtoken, true))) { @@ -910,7 +909,7 @@ class SermondistributorModelExternal_source extends JModelAdmin // Get the basic encryption key. $basickey = SermondistributorHelper::getCryptKey('basic'); // Get the encryption object - $basic = new FOFEncryptAes($basickey, 128); + $basic = new FOFEncryptAes($basickey); // Encrypt data oauthtoken. if (isset($data['oauthtoken']) && $basickey) diff --git a/admin/models/external_sources.php b/admin/models/external_sources.php index bc63e772..e264adc9 100644 --- a/admin/models/external_sources.php +++ b/admin/models/external_sources.php @@ -1,17 +1,16 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/admin/models/forms/help_document.js b/admin/models/forms/help_document.js index cdf20988..abb38ebd 100644 --- a/admin/models/forms/help_document.js +++ b/admin/models/forms/help_document.js @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage help_document.js @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ // Some Global Values jform_vvvvvwxvwf_required = false; diff --git a/admin/models/forms/help_document.xml b/admin/models/forms/help_document.xml index a9bf6743..22c0f960 100644 --- a/admin/models/forms/help_document.xml +++ b/admin/models/forms/help_document.xml @@ -4,245 +4,280 @@ addfieldpath="/administrator/components/com_sermondistributor/models/fields" >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + +
+
diff --git a/admin/models/forms/local_listing.js b/admin/models/forms/local_listing.js index 3820ba48..88b8bc27 100644 --- a/admin/models/forms/local_listing.js +++ b/admin/models/forms/local_listing.js @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage local_listing.js @@ -20,10 +19,11 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ + jQuery(document).ready(function() { var sharedurls = jQuery('#jform_sharedurl').val(); diff --git a/admin/models/forms/local_listing.xml b/admin/models/forms/local_listing.xml index 02b876f5..808df355 100644 --- a/admin/models/forms/local_listing.xml +++ b/admin/models/forms/local_listing.xml @@ -4,147 +4,166 @@ addfieldpath="/administrator/components/com_sermondistributor/models/fields" >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/admin/models/forms/preacher.js b/admin/models/forms/preacher.js index 1a84dbcf..cffc2d49 100644 --- a/admin/models/forms/preacher.js +++ b/admin/models/forms/preacher.js @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage preacher.js @@ -20,6 +19,6 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ diff --git a/admin/models/forms/preacher.xml b/admin/models/forms/preacher.xml index 69642362..4f58f457 100644 --- a/admin/models/forms/preacher.xml +++ b/admin/models/forms/preacher.xml @@ -4,191 +4,209 @@ addfieldpath="/administrator/components/com_sermondistributor/models/fields" >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + +
+
diff --git a/admin/models/forms/series.js b/admin/models/forms/series.js index 3a3936e8..ec764928 100644 --- a/admin/models/forms/series.js +++ b/admin/models/forms/series.js @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage series.js @@ -20,6 +19,6 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ diff --git a/admin/models/forms/series.xml b/admin/models/forms/series.xml index 0e36d609..5636d94f 100644 --- a/admin/models/forms/series.xml +++ b/admin/models/forms/series.xml @@ -4,180 +4,196 @@ addfieldpath="/administrator/components/com_sermondistributor/models/fields" >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + +
+
diff --git a/admin/models/forms/sermon.js b/admin/models/forms/sermon.js index 242b7e43..657daaa4 100644 --- a/admin/models/forms/sermon.js +++ b/admin/models/forms/sermon.js @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage sermon.js @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ // Some Global Values jform_vvvvvvvvvw_required = false; diff --git a/admin/models/forms/sermon.xml b/admin/models/forms/sermon.xml index 9d7fbb77..fdab8eb9 100644 --- a/admin/models/forms/sermon.xml +++ b/admin/models/forms/sermon.xml @@ -4,339 +4,365 @@ addfieldpath="/administrator/components/com_sermondistributor/models/fields" >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + +
+
diff --git a/admin/models/forms/statistic.js b/admin/models/forms/statistic.js index 86c7e74a..48bd541c 100644 --- a/admin/models/forms/statistic.js +++ b/admin/models/forms/statistic.js @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage statistic.js @@ -20,6 +19,6 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ diff --git a/admin/models/forms/statistic.xml b/admin/models/forms/statistic.xml index a61ba95d..cc977b73 100644 --- a/admin/models/forms/statistic.xml +++ b/admin/models/forms/statistic.xml @@ -4,180 +4,196 @@ addfieldpath="/administrator/components/com_sermondistributor/models/fields" >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + +
+
diff --git a/admin/models/help_document.php b/admin/models/help_document.php index 275a22ef..dc5e6664 100644 --- a/admin/models/help_document.php +++ b/admin/models/help_document.php @@ -1,17 +1,16 @@ url) && $basickey && !is_numeric($item->url) && $item->url === base64_encode(base64_decode($item->url, true))) { @@ -916,7 +915,7 @@ class SermondistributorModelLocal_listing extends JModelAdmin // Get the basic encryption key. $basickey = SermondistributorHelper::getCryptKey('basic'); // Get the encryption object - $basic = new FOFEncryptAes($basickey, 128); + $basic = new FOFEncryptAes($basickey); // Encrypt data url. if (isset($data['url']) && $basickey) diff --git a/admin/models/local_listings.php b/admin/models/local_listings.php index 1f822c05..17195a16 100644 --- a/admin/models/local_listings.php +++ b/admin/models/local_listings.php @@ -1,17 +1,16 @@ 'help_document.access', 'help_documents.submenu' => 'help_document.submenu', 'help_documents.dashboard_list' => 'help_document.dashboard_list'); + // loop over the $views foreach($viewGroups as $group => $views) { $i = 0; @@ -97,47 +97,62 @@ class SermondistributorModelSermondistributor extends JModelList foreach($views as $view) { $add = false; - if (strpos($view,'.') !== false) + // external views (links) + if (strpos($view,'||') !== false) { - $dwd = explode('.', $view); - if (count($dwd) == 3) + $dwd = explode('||', $view); + if (count($dwd) == 3) + { + list($type, $name, $url) = $dwd; + $viewName = $name; + $alt = $name; + $url = $url; + $image = $name.'.'.$type; + $name = 'COM_SERMONDISTRIBUTOR_DASHBOARD_'.SermondistributorHelper::safeString($name,'U'); + } + } + // internal views + elseif (strpos($view,'.') !== false) + { + $dwd = explode('.', $view); + if (count($dwd) == 3) + { + list($type, $name, $action) = $dwd; + } + elseif (count($dwd) == 2) + { + list($type, $name) = $dwd; + $action = false; + } + if ($action) + { + $viewName = $name; + switch($action) { - list($type, $name, $action) = $dwd; - } - elseif (count($dwd) == 2) - { - list($type, $name) = $dwd; - $action = false; - } - if ($action) - { - $viewName = $name; - switch($action) - { - case 'add': - $url ='index.php?option=com_sermondistributor&view='.$name.'&layout=edit'; - $image = $name.'_'.$action.'.'.$type; - $alt = $name.' '.$action; - $name = 'COM_SERMONDISTRIBUTOR_DASHBOARD_'.SermondistributorHelper::safeString($name,'U').'_ADD'; - $add = true; - break; - default: - $url = 'index.php?option=com_categories&view=categories&extension=com_sermondistributor.'.$name; - $image = $name.'_'.$action.'.'.$type; - $alt = $name.' '.$action; - $name = 'COM_SERMONDISTRIBUTOR_DASHBOARD_'.SermondistributorHelper::safeString($name,'U').'_'.SermondistributorHelper::safeString($action,'U'); - break; - } - } - else - { - $viewName = $name; - $alt = $name; - $url = 'index.php?option=com_sermondistributor&view='.$name; - $image = $name.'.'.$type; - $name = 'COM_SERMONDISTRIBUTOR_DASHBOARD_'.SermondistributorHelper::safeString($name,'U'); - $hover = false; + case 'add': + $url = 'index.php?option=com_sermondistributor&view='.$name.'&layout=edit'; + $image = $name.'_'.$action.'.'.$type; + $alt = $name.' '.$action; + $name = 'COM_SERMONDISTRIBUTOR_DASHBOARD_'.SermondistributorHelper::safeString($name,'U').'_ADD'; + $add = true; + break; + default: + $url = 'index.php?option=com_categories&view=categories&extension=com_sermondistributor.'.$name; + $image = $name.'_'.$action.'.'.$type; + $alt = $name.' '.$action; + $name = 'COM_SERMONDISTRIBUTOR_DASHBOARD_'.SermondistributorHelper::safeString($name,'U').'_'.SermondistributorHelper::safeString($action,'U'); + break; } + } + else + { + $viewName = $name; + $alt = $name; + $url = 'index.php?option=com_sermondistributor&view='.$name; + $image = $name.'.'.$type; + $name = 'COM_SERMONDISTRIBUTOR_DASHBOARD_'.SermondistributorHelper::safeString($name,'U'); + $hover = false; + } } else { @@ -190,7 +205,7 @@ class SermondistributorModelSermondistributor extends JModelList // check access if($user->authorise($accessAdd, 'com_sermondistributor') && $user->authorise($accessTo, 'com_sermondistributor') && $dashboard_add) { - $icons[$group][$i] = new StdClass; + $icons[$group][$i] = new StdClass; $icons[$group][$i]->url = $url; $icons[$group][$i]->name = $name; $icons[$group][$i]->image = $image; @@ -202,7 +217,7 @@ class SermondistributorModelSermondistributor extends JModelList // check access if($user->authorise($accessTo, 'com_sermondistributor') && $dashboard_list) { - $icons[$group][$i] = new StdClass; + $icons[$group][$i] = new StdClass; $icons[$group][$i]->url = $url; $icons[$group][$i]->name = $name; $icons[$group][$i]->image = $image; @@ -214,7 +229,7 @@ class SermondistributorModelSermondistributor extends JModelList // check access if($user->authorise($accessAdd, 'com_sermondistributor') && $dashboard_add) { - $icons[$group][$i] = new StdClass; + $icons[$group][$i] = new StdClass; $icons[$group][$i]->url = $url; $icons[$group][$i]->name = $name; $icons[$group][$i]->image = $image; @@ -223,7 +238,7 @@ class SermondistributorModelSermondistributor extends JModelList } else { - $icons[$group][$i] = new StdClass; + $icons[$group][$i] = new StdClass; $icons[$group][$i]->url = $url; $icons[$group][$i]->name = $name; $icons[$group][$i]->image = $image; @@ -232,7 +247,7 @@ class SermondistributorModelSermondistributor extends JModelList } else { - $icons[$group][$i] = new StdClass; + $icons[$group][$i] = new StdClass; $icons[$group][$i]->url = $url; $icons[$group][$i]->name = $name; $icons[$group][$i]->image = $image; diff --git a/admin/models/sermons.php b/admin/models/sermons.php index 80e714aa..f81c5fe7 100644 --- a/admin/models/sermons.php +++ b/admin/models/sermons.php @@ -1,17 +1,16 @@ + jQuery('input.form-field-repeatable').on('value-update', function(e, value){ if (value) { diff --git a/admin/views/local_listing/view.html.php b/admin/views/local_listing/view.html.php index ff5107a2..dcbd167e 100644 --- a/admin/views/local_listing/view.html.php +++ b/admin/views/local_listing/view.html.php @@ -1,17 +1,16 @@ type_title = 'Sermondistributor Preacher'; $preacher->type_alias = 'com_sermondistributor.preacher'; $preacher->table = '{"special": {"dbtable": "#__sermondistributor_preacher","key": "id","type": "Preacher","prefix": "sermondistributorTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $preacher->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","description":"description","alias":"alias","email":"email","website":"website","icon":"icon"}}'; + $preacher->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","description":"description","website":"website","email":"email","icon":"icon","alias":"alias"}}'; $preacher->router = 'SermondistributorHelperRoute::getPreacherRoute'; $preacher->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/preacher.xml","hideFields": ["asset_id","checked_out","checked_out_time","version"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"}]}'; @@ -940,9 +939,9 @@ class com_sermondistributorInstallerScript $sermon->type_title = 'Sermondistributor Sermon'; $sermon->type_alias = 'com_sermondistributor.sermon'; $sermon->table = '{"special": {"dbtable": "#__sermondistributor_sermon","key": "id","type": "Sermon","prefix": "sermondistributorTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $sermon->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "catid","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","preacher":"preacher","series":"series","short_description":"short_description","link_type":"link_type","source":"source","auto_sermons":"auto_sermons","description":"description","icon":"icon","tags":"tags","build":"build","alias":"alias","local_files":"local_files","scripture":"scripture","manual_files":"manual_files","not_required":"not_required","url":"url"}}'; + $sermon->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "catid","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","preacher":"preacher","series":"series","short_description":"short_description","link_type":"link_type","source":"source","local_files":"local_files","alias":"alias","description":"description","tags":"tags","icon":"icon","build":"build","not_required":"not_required","manual_files":"manual_files","auto_sermons":"auto_sermons","url":"url","scripture":"scripture"}}'; $sermon->router = 'SermondistributorHelperRoute::getSermonRoute'; - $sermon->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/sermon.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","auto_sermons","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","preacher","series","catid","link_type","source","build","not_required"],"displayLookup": [{"sourceColumn": "catid","targetTable": "#__categories","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "preacher","targetTable": "#__sermondistributor_preacher","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "series","targetTable": "#__sermondistributor_series","targetColumn": "id","displayColumn": "name"}]}'; + $sermon->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/sermon.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required","auto_sermons"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","preacher","series","catid","link_type","source","build","not_required"],"displayLookup": [{"sourceColumn": "catid","targetTable": "#__categories","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "preacher","targetTable": "#__sermondistributor_preacher","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "series","targetTable": "#__sermondistributor_series","targetColumn": "id","displayColumn": "name"}]}'; // Set the object into the content types table. $sermon_Inserted = $db->insertObject('#__content_types', $sermon); @@ -964,7 +963,7 @@ class com_sermondistributorInstallerScript $series->type_title = 'Sermondistributor Series'; $series->type_alias = 'com_sermondistributor.series'; $series->table = '{"special": {"dbtable": "#__sermondistributor_series","key": "id","type": "Series","prefix": "sermondistributorTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $series->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","description":"description","alias":"alias","icon":"icon","scripture":"scripture"}}'; + $series->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","description":"description","scripture":"scripture","icon":"icon","alias":"alias"}}'; $series->router = 'SermondistributorHelperRoute::getSeriesRoute'; $series->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/series.xml","hideFields": ["asset_id","checked_out","checked_out_time","version"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"}]}'; @@ -988,9 +987,9 @@ class com_sermondistributorInstallerScript $external_source->type_title = 'Sermondistributor External_source'; $external_source->type_alias = 'com_sermondistributor.external_source'; $external_source->table = '{"special": {"dbtable": "#__sermondistributor_external_source","key": "id","type": "External_source","prefix": "sermondistributorTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $external_source->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "description","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "null","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "null","core_params": "params","core_featured": "null","core_metadata": "null","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "null","core_metadesc": "null","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"description":"description","externalsources":"externalsources","update_method":"update_method","filetypes":"filetypes","build":"build","update_timer":"update_timer","dropboxoptions":"dropboxoptions","permissiontype":"permissiontype","oauthtoken":"oauthtoken","not_required":"not_required"}}'; + $external_source->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "description","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "null","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "null","core_params": "params","core_featured": "null","core_metadata": "null","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "null","core_metadesc": "null","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"description":"description","externalsources":"externalsources","update_method":"update_method","filetypes":"filetypes","build":"build","not_required":"not_required","update_timer":"update_timer","dropboxoptions":"dropboxoptions","permissiontype":"permissiontype","oauthtoken":"oauthtoken"}}'; $external_source->router = 'SermondistributorHelperRoute::getExternal_sourceRoute'; - $external_source->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/external_source.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","externalsources","update_method","build","update_timer","dropboxoptions","not_required"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"}]}'; + $external_source->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/external_source.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","externalsources","update_method","build","not_required","update_timer","dropboxoptions"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"}]}'; // Set the object into the content types table. $external_source_Inserted = $db->insertObject('#__content_types', $external_source); @@ -1012,9 +1011,9 @@ class com_sermondistributorInstallerScript $help_document->type_title = 'Sermondistributor Help_document'; $help_document->type_alias = 'com_sermondistributor.help_document'; $help_document->table = '{"special": {"dbtable": "#__sermondistributor_help_document","key": "id","type": "Help_document","prefix": "sermondistributorTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $help_document->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "title","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "content","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"title":"title","type":"type","groups":"groups","location":"location","admin_view":"admin_view","site_view":"site_view","target":"target","content":"content","alias":"alias","article":"article","url":"url","not_required":"not_required"}}'; + $help_document->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "title","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "content","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"title":"title","type":"type","groups":"groups","location":"location","admin_view":"admin_view","site_view":"site_view","not_required":"not_required","content":"content","article":"article","url":"url","target":"target","alias":"alias"}}'; $help_document->router = 'SermondistributorHelperRoute::getHelp_documentRoute'; - $help_document->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/help_document.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","type","location","target","article","not_required"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "article","targetTable": "#__content","targetColumn": "id","displayColumn": "title"}]}'; + $help_document->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/help_document.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","type","location","not_required","article","target"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "article","targetTable": "#__content","targetColumn": "id","displayColumn": "title"}]}'; // Set the object into the content types table. $help_document_Inserted = $db->insertObject('#__content_types', $help_document); @@ -1038,7 +1037,7 @@ class com_sermondistributorInstallerScript $query = $db->getQuery(true); // Field to update. $fields = array( - $db->quoteName('params') . ' = ' . $db->quote('{"autorName":"Llewellyn van der Merwe","autorEmail":"joomla@vdm.io","player":"1","add_to_button":"0","preachers_display":"2","preachers_list_style":"2","preachers_table_color":"0","preachers_icon":"1","preachers_desc":"1","preachers_sermon_count":"1","preachers_hits":"1","preachers_website":"1","preachers_email":"1","preacher_request_id":"0","preacher_display":"3","preacher_box_contrast":"1","preacher_list_style":"3","preacher_icon":"1","preacher_desc":"1","preacher_sermon_count":"1","preacher_hits":"1","preacher_email":"1","preacher_website":"1","preacher_sermons_display":"2","preacher_sermons_list_style":"2","preacher_sermons_table_color":"0","preacher_sermons_icon":"1","preacher_sermons_desc":"1","preacher_sermons_series":"1","preacher_sermons_category":"1","preacher_sermons_download_counter":"1","preacher_sermons_hits":"1","preacher_sermons_downloads":"1","preacher_sermons_open":"1","categories_display":"2","categories_list_style":"2","categories_table_color":"0","categories_icon":"1","categories_desc":"1","categories_sermon_count":"1","categories_hits":"1","category_display":"3","category_box_contrast":"1","category_list_style":"3","category_icon":"1","category_desc":"1","category_sermon_count":"1","category_hits":"1","category_sermons_display":"2","category_sermons_list_style":"1","category_sermons_table_color":"1","category_sermons_icon":"1","category_sermons_desc":"1","category_sermons_preacher":"1","category_sermons_series":"1","category_sermons_download_counter":"1","category_sermons_hits":"1","category_sermons_downloads":"1","category_sermons_open":"1","list_series_display":"2","list_series_list_style":"2","list_series_table_color":"0","list_series_icon":"1","list_series_desc":"1","list_series_sermon_count":"1","list_series_hits":"1","series_request_id":"0","series_display":"3","series_box_contrast":"1","series_list_style":"3","series_icon":"1","series_desc":"1","series_sermon_count":"1","series_hits":"1","series_sermons_display":"2","series_sermons_list_style":"1","series_sermons_table_color":"1","series_sermons_icon":"1","series_sermons_desc":"1","series_sermons_preacher":"1","series_sermons_category":"1","series_sermons_download_counter":"1","series_sermons_hits":"1","series_sermons_downloads":"1","series_sermons_open":"1","sermon_display":"1","sermon_box_contrast":"1","sermon_list_style":"1","sermon_icon":"1","sermon_desc":"1","sermon_preacher":"1","sermon_series":"1","sermon_series":"1","sermon_category":"1","sermon_download_counter":"1","sermon_hits":"1","sermon_downloads":"1","max_execution_time":"500","check_in":"-1 day","save_history":"1","history_limit":"10","uikit_version":"2","uikit_load":"1","uikit_min":"","uikit_style":""}'), + $db->quoteName('params') . ' = ' . $db->quote('{"autorName":"Llewellyn van der Merwe","autorEmail":"joomla@vdm.io","player":"1","add_to_button":"0","preachers_display":"2","preachers_list_style":"2","preachers_table_color":"0","preachers_icon":"1","preachers_desc":"1","preachers_sermon_count":"1","preachers_hits":"1","preachers_website":"1","preachers_email":"1","preacher_request_id":"0","preacher_display":"3","preacher_box_contrast":"1","preacher_list_style":"3","preacher_icon":"1","preacher_desc":"1","preacher_sermon_count":"1","preacher_hits":"1","preacher_email":"1","preacher_website":"1","preacher_sermons_display":"2","preacher_sermons_list_style":"2","preacher_sermons_table_color":"0","preacher_sermons_icon":"1","preacher_sermons_desc":"1","preacher_sermons_series":"1","preacher_sermons_category":"1","preacher_sermons_download_counter":"1","preacher_sermons_hits":"1","preacher_sermons_downloads":"1","preacher_sermons_open":"1","categories_display":"2","categories_list_style":"2","categories_table_color":"0","categories_icon":"1","categories_desc":"1","categories_sermon_count":"1","categories_hits":"1","category_display":"3","category_box_contrast":"1","category_list_style":"3","category_icon":"1","category_desc":"1","category_sermon_count":"1","category_hits":"1","category_sermons_display":"2","category_sermons_list_style":"1","category_sermons_table_color":"1","category_sermons_icon":"1","category_sermons_desc":"1","category_sermons_preacher":"1","category_sermons_series":"1","category_sermons_download_counter":"1","category_sermons_hits":"1","category_sermons_downloads":"1","category_sermons_open":"1","list_series_display":"2","list_series_list_style":"2","list_series_table_color":"0","list_series_icon":"1","list_series_desc":"1","list_series_sermon_count":"1","list_series_hits":"1","series_request_id":"0","series_display":"3","series_box_contrast":"1","series_list_style":"3","series_icon":"1","series_desc":"1","series_sermon_count":"1","series_hits":"1","series_sermons_display":"2","series_sermons_list_style":"1","series_sermons_table_color":"1","series_sermons_icon":"1","series_sermons_desc":"1","series_sermons_preacher":"1","series_sermons_category":"1","series_sermons_download_counter":"1","series_sermons_hits":"1","series_sermons_downloads":"1","series_sermons_open":"1","sermon_display":"1","sermon_box_contrast":"1","sermon_list_style":"1","sermon_icon":"1","sermon_desc":"1","sermon_preacher":"1","sermon_series":"1","sermon_category":"1","sermon_download_counter":"1","sermon_hits":"1","sermon_downloads":"1","max_execution_time":"500","check_in":"-1 day","save_history":"1","history_limit":"10","uikit_version":"2","uikit_load":"1","uikit_min":"","uikit_style":""}'), ); // Condition. $conditions = array( @@ -1064,7 +1063,7 @@ class com_sermondistributorInstallerScript $preacher->type_title = 'Sermondistributor Preacher'; $preacher->type_alias = 'com_sermondistributor.preacher'; $preacher->table = '{"special": {"dbtable": "#__sermondistributor_preacher","key": "id","type": "Preacher","prefix": "sermondistributorTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $preacher->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","description":"description","alias":"alias","email":"email","website":"website","icon":"icon"}}'; + $preacher->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","description":"description","website":"website","email":"email","icon":"icon","alias":"alias"}}'; $preacher->router = 'SermondistributorHelperRoute::getPreacherRoute'; $preacher->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/preacher.xml","hideFields": ["asset_id","checked_out","checked_out_time","version"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"}]}'; @@ -1093,9 +1092,9 @@ class com_sermondistributorInstallerScript $sermon->type_title = 'Sermondistributor Sermon'; $sermon->type_alias = 'com_sermondistributor.sermon'; $sermon->table = '{"special": {"dbtable": "#__sermondistributor_sermon","key": "id","type": "Sermon","prefix": "sermondistributorTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $sermon->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "catid","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","preacher":"preacher","series":"series","short_description":"short_description","link_type":"link_type","source":"source","auto_sermons":"auto_sermons","description":"description","icon":"icon","tags":"tags","build":"build","alias":"alias","local_files":"local_files","scripture":"scripture","manual_files":"manual_files","not_required":"not_required","url":"url"}}'; + $sermon->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "catid","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","preacher":"preacher","series":"series","short_description":"short_description","link_type":"link_type","source":"source","local_files":"local_files","alias":"alias","description":"description","tags":"tags","icon":"icon","build":"build","not_required":"not_required","manual_files":"manual_files","auto_sermons":"auto_sermons","url":"url","scripture":"scripture"}}'; $sermon->router = 'SermondistributorHelperRoute::getSermonRoute'; - $sermon->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/sermon.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","auto_sermons","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","preacher","series","catid","link_type","source","build","not_required"],"displayLookup": [{"sourceColumn": "catid","targetTable": "#__categories","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "preacher","targetTable": "#__sermondistributor_preacher","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "series","targetTable": "#__sermondistributor_series","targetColumn": "id","displayColumn": "name"}]}'; + $sermon->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/sermon.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required","auto_sermons"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","preacher","series","catid","link_type","source","build","not_required"],"displayLookup": [{"sourceColumn": "catid","targetTable": "#__categories","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "preacher","targetTable": "#__sermondistributor_preacher","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "series","targetTable": "#__sermondistributor_series","targetColumn": "id","displayColumn": "name"}]}'; // Check if sermon type is already in content_type DB. $sermon_id = null; @@ -1151,7 +1150,7 @@ class com_sermondistributorInstallerScript $series->type_title = 'Sermondistributor Series'; $series->type_alias = 'com_sermondistributor.series'; $series->table = '{"special": {"dbtable": "#__sermondistributor_series","key": "id","type": "Series","prefix": "sermondistributorTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $series->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","description":"description","alias":"alias","icon":"icon","scripture":"scripture"}}'; + $series->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "name","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "description","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"name":"name","description":"description","scripture":"scripture","icon":"icon","alias":"alias"}}'; $series->router = 'SermondistributorHelperRoute::getSeriesRoute'; $series->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/series.xml","hideFields": ["asset_id","checked_out","checked_out_time","version"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"}]}'; @@ -1209,9 +1208,9 @@ class com_sermondistributorInstallerScript $external_source->type_title = 'Sermondistributor External_source'; $external_source->type_alias = 'com_sermondistributor.external_source'; $external_source->table = '{"special": {"dbtable": "#__sermondistributor_external_source","key": "id","type": "External_source","prefix": "sermondistributorTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $external_source->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "description","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "null","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "null","core_params": "params","core_featured": "null","core_metadata": "null","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "null","core_metadesc": "null","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"description":"description","externalsources":"externalsources","update_method":"update_method","filetypes":"filetypes","build":"build","update_timer":"update_timer","dropboxoptions":"dropboxoptions","permissiontype":"permissiontype","oauthtoken":"oauthtoken","not_required":"not_required"}}'; + $external_source->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "description","core_state": "published","core_alias": "null","core_created_time": "created","core_modified_time": "modified","core_body": "null","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "null","core_params": "params","core_featured": "null","core_metadata": "null","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "null","core_metadesc": "null","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"description":"description","externalsources":"externalsources","update_method":"update_method","filetypes":"filetypes","build":"build","not_required":"not_required","update_timer":"update_timer","dropboxoptions":"dropboxoptions","permissiontype":"permissiontype","oauthtoken":"oauthtoken"}}'; $external_source->router = 'SermondistributorHelperRoute::getExternal_sourceRoute'; - $external_source->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/external_source.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","externalsources","update_method","build","update_timer","dropboxoptions","not_required"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"}]}'; + $external_source->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/external_source.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","externalsources","update_method","build","not_required","update_timer","dropboxoptions"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"}]}'; // Check if external_source type is already in content_type DB. $external_source_id = null; @@ -1267,9 +1266,9 @@ class com_sermondistributorInstallerScript $help_document->type_title = 'Sermondistributor Help_document'; $help_document->type_alias = 'com_sermondistributor.help_document'; $help_document->table = '{"special": {"dbtable": "#__sermondistributor_help_document","key": "id","type": "Help_document","prefix": "sermondistributorTable","config": "array()"},"common": {"dbtable": "#__ucm_content","key": "ucm_id","type": "Corecontent","prefix": "JTable","config": "array()"}}'; - $help_document->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "title","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "content","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"title":"title","type":"type","groups":"groups","location":"location","admin_view":"admin_view","site_view":"site_view","target":"target","content":"content","alias":"alias","article":"article","url":"url","not_required":"not_required"}}'; + $help_document->field_mappings = '{"common": {"core_content_item_id": "id","core_title": "title","core_state": "published","core_alias": "alias","core_created_time": "created","core_modified_time": "modified","core_body": "content","core_hits": "hits","core_publish_up": "null","core_publish_down": "null","core_access": "access","core_params": "params","core_featured": "null","core_metadata": "metadata","core_language": "null","core_images": "null","core_urls": "null","core_version": "version","core_ordering": "ordering","core_metakey": "metakey","core_metadesc": "metadesc","core_catid": "null","core_xreference": "null","asset_id": "asset_id"},"special": {"title":"title","type":"type","groups":"groups","location":"location","admin_view":"admin_view","site_view":"site_view","not_required":"not_required","content":"content","article":"article","url":"url","target":"target","alias":"alias"}}'; $help_document->router = 'SermondistributorHelperRoute::getHelp_documentRoute'; - $help_document->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/help_document.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","type","location","target","article","not_required"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "article","targetTable": "#__content","targetColumn": "id","displayColumn": "title"}]}'; + $help_document->content_history_options = '{"formFile": "administrator/components/com_sermondistributor/models/forms/help_document.xml","hideFields": ["asset_id","checked_out","checked_out_time","version","not_required"],"ignoreChanges": ["modified_by","modified","checked_out","checked_out_time","version","hits"],"convertToInt": ["published","ordering","type","location","not_required","article","target"],"displayLookup": [{"sourceColumn": "created_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "access","targetTable": "#__viewlevels","targetColumn": "id","displayColumn": "title"},{"sourceColumn": "modified_by","targetTable": "#__users","targetColumn": "id","displayColumn": "name"},{"sourceColumn": "article","targetTable": "#__content","targetColumn": "id","displayColumn": "title"}]}'; // Check if help_document type is already in content_type DB. $help_document_id = null; @@ -1382,7 +1381,7 @@ class com_sermondistributorInstallerScript echo ' -

Upgrade to Version 2.0.1 Was Successful! Let us know if anything is not working as expected.

'; +

Upgrade to Version 2.0.2 Was Successful! Let us know if anything is not working as expected.

'; } } } diff --git a/sermondistributor.xml b/sermondistributor.xml index f3c88772..0bd00dd6 100644 --- a/sermondistributor.xml +++ b/sermondistributor.xml @@ -1,15 +1,15 @@ COM_SERMONDISTRIBUTOR - 3rd March, 2018 + 19th March, 2018 Llewellyn van der Merwe joomla@vdm.io https://www.vdm.io/ Copyright (C) 2015. All Rights Reserved GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html - 2.0.1 + 2.0.2 Sermon Distributor (v.2.0.1) +

Sermon Distributor (v.2.0.2)

Distributor is a highly advanced sermon distributor that runs on the [Joomla 3.x](http://www.joomla.org) framework. You can link a shared folder from Dropbox to the component and use Dropbox as your file host, not to mention the advanced auto builder that gives you the ability to simply load sermons to your website by only adding them to Dropbox.

Created by Llewellyn van der Merwe
Development started 22nd October, 2015

@@ -80,7 +80,7 @@ access.xml config.xml - controller.php + controller.php###WHMCS_ENCRYPT_FILE### index.html sermondistributor.php README.txt diff --git a/sermondistributor_update_server.xml b/sermondistributor_update_server.xml index a358a0ba..5af67454 100644 --- a/sermondistributor_update_server.xml +++ b/sermondistributor_update_server.xml @@ -50,4 +50,21 @@ https://www.vdm.io/ + + Sermon Distributor + A sermon distributor that links to Dropbox. + com_sermondistributor + component + 2.0.2 + https://www.vdm.io/ + + https://github.com/SermonDistributor/Joomla-3-Component/releases/download/v2.0.2/SD_v2.0.2.zip + + + stable + + Llewellyn van der Merwe + https://www.vdm.io/ + + \ No newline at end of file diff --git a/site/assets/css/api.css b/site/assets/css/api.css index 05065e8d..9b2ac84c 100644 --- a/site/assets/css/api.css +++ b/site/assets/css/api.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage api.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/site/assets/css/categories.css b/site/assets/css/categories.css index e03118ca..69ee2bfc 100644 --- a/site/assets/css/categories.css +++ b/site/assets/css/categories.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage categories.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/site/assets/css/category.css b/site/assets/css/category.css index e73d77a1..c5224ac4 100644 --- a/site/assets/css/category.css +++ b/site/assets/css/category.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage category.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/site/assets/css/preacher.css b/site/assets/css/preacher.css index a1fec2b7..e2969a0d 100644 --- a/site/assets/css/preacher.css +++ b/site/assets/css/preacher.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage preacher.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/site/assets/css/preachers.css b/site/assets/css/preachers.css index 3bc9ce41..0a2b6850 100644 --- a/site/assets/css/preachers.css +++ b/site/assets/css/preachers.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage preachers.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/site/assets/css/series.css b/site/assets/css/series.css index 6c994941..ad9bdc2c 100644 --- a/site/assets/css/series.css +++ b/site/assets/css/series.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage series.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/site/assets/css/serieslist.css b/site/assets/css/serieslist.css index 40c1dce1..1e1dcefb 100644 --- a/site/assets/css/serieslist.css +++ b/site/assets/css/serieslist.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage serieslist.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/site/assets/css/sermon.css b/site/assets/css/sermon.css index ee5088c9..7cd91fe6 100644 --- a/site/assets/css/sermon.css +++ b/site/assets/css/sermon.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage sermon.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ diff --git a/site/assets/css/site.css b/site/assets/css/site.css index 077ffec7..a04a4427 100644 --- a/site/assets/css/site.css +++ b/site/assets/css/site.css @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage site.css @@ -20,7 +19,7 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* CSS Document */ .no-click { diff --git a/site/assets/js/site.js b/site/assets/js/site.js index 3892defd..df7c43a0 100644 --- a/site/assets/js/site.js +++ b/site/assets/js/site.js @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/ - __ __ _ _____ _ _ __ __ _ _ _ - \ \ / / | | | __ \ | | | | | \/ | | | | | | | - \ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| | - \ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` | - \ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| | - \/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_| - | | - |_| -/-------------------------------------------------------------------------------------------------------------------------------/ +/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/ + ____ ____ __ __ __ +/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__ +\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __ + \/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\ + /\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/ + \ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\ + \/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/ + +/------------------------------------------------------------------------------------------------------------------------------------/ @version 2.0.x - @build 3rd March, 2018 @created 22nd October, 2015 @package Sermon Distributor @subpackage site.js @@ -20,6 +19,6 @@ A sermon distributor that links to Dropbox. -/-----------------------------------------------------------------------------------------------------------------------------*/ +/----------------------------------------------------------------------------------------------------------------------------------*/ /* JS Document */ diff --git a/site/controller.php b/site/controller.php index 0cbd9e67..da5a5617 100644 --- a/site/controller.php +++ b/site/controller.php @@ -1,17 +1,16 @@ get('token', 0, 'ALNUM'); if($token == $call_token) - { + { $task = $this->getTask(); switch($task) - { + { case 'file': $keys = SermondistributorHelper::base64_urldecode($jinput->get('key', NULL, 'STRING')); $enUrl = SermondistributorHelper::base64_urldecode($jinput->get('link', NULL, 'STRING')); @@ -104,16 +103,16 @@ class SermondistributorControllerDownload extends JControllerLegacy $app->setHeader('Content-Name', '"'.$name.'"', true); $app->setHeader('Content-Version', '1.0', true); $app->setHeader('Content-Vendor', '"'.$vendor.'"', true); - $app->setHeader('Content-URL', '"'.JUri::getInstance().'"', true); + $app->setHeader('Content-URL', '"'.JUri::getInstance().'"', true); $app->setHeader('etag', md5($enUrl), true); $app->setHeader('Pragma', 'public', true); - $app->setHeader('cache-control', 'max-age=0', true); + $app->setHeader('cache-control', 'must-revalidate, post-check=0, pre-check=0', true); $app->setHeader('x-robots-tag', 'noindex, nofollow, noimageindex', true); $app->setHeader('x-content-security-policy', 'referrer no-referrer', true); $app->setHeader('x-webkit-csp', 'referrer no-referrer', true); $app->setHeader('x-content-security-policy', 'referrer no-referrer', true); // get the file - readfile($link); + readfile($link); $app->sendHeaders(); $app->close(); jexit(); diff --git a/site/controllers/help.php b/site/controllers/help.php index 2954e089..1f748184 100644 --- a/site/controllers/help.php +++ b/site/controllers/help.php @@ -1,17 +1,16 @@ "text/vnd.in3d.3dml", - "3g2" => "video/3gpp2", - "3gp" => "video/3gpp", - "7z" => "application/x-7z-compressed", - "aab" => "application/x-authorware-bin", - "aac" => "audio/x-aac", - "aam" => "application/x-authorware-map", - "aas" => "application/x-authorware-seg", - "abw" => "application/x-abiword", - "ac" => "application/pkix-attr-cert", - "acc" => "application/vnd.americandynamics.acc", - "ace" => "application/x-ace-compressed", - "acu" => "application/vnd.acucobol", - "adp" => "audio/adpcm", - "aep" => "application/vnd.audiograph", - "afp" => "application/vnd.ibm.modcap", - "ahead" => "application/vnd.ahead.space", - "ai" => "application/postscript", - "aif" => "audio/x-aiff", - "air" => "application/vnd.adobe.air-application-installer-package+zip", - "ait" => "application/vnd.dvb.ait", - "ami" => "application/vnd.amiga.ami", - "apk" => "application/vnd.android.package-archive", - "application" => "application/x-ms-application", - "apr" => "application/vnd.lotus-approach", - "asf" => "video/x-ms-asf", - "aso" => "application/vnd.accpac.simply.aso", - "atc" => "application/vnd.acucorp", - "atom" => "application/atom+xml", - "atomcat" => "application/atomcat+xml", - "atomsvc" => "application/atomsvc+xml", - "atx" => "application/vnd.antix.game-component", - "au" => "audio/basic", - "avi" => "video/x-msvideo", - "aw" => "application/applixware", - "azf" => "application/vnd.airzip.filesecure.azf", - "azs" => "application/vnd.airzip.filesecure.azs", - "azw" => "application/vnd.amazon.ebook", - "bcpio" => "application/x-bcpio", - "bdf" => "application/x-font-bdf", - "bdm" => "application/vnd.syncml.dm+wbxml", - "bed" => "application/vnd.realvnc.bed", - "bh2" => "application/vnd.fujitsu.oasysprs", - "bin" => "application/octet-stream", - "bmi" => "application/vnd.bmi", - "bmp" => "image/bmp", - "box" => "application/vnd.previewsystems.box", - "btif" => "image/prs.btif", - "bz" => "application/x-bzip", - "bz2" => "application/x-bzip2", - "c" => "text/x-c", - "c11amc" => "application/vnd.cluetrust.cartomobile-config", - "c11amz" => "application/vnd.cluetrust.cartomobile-config-pkg", - "c4g" => "application/vnd.clonk.c4group", - "cab" => "application/vnd.ms-cab-compressed", - "car" => "application/vnd.curl.car", - "cat" => "application/vnd.ms-pki.seccat", - "ccxml" => "application/ccxml+xml,", - "cdbcmsg" => "application/vnd.contact.cmsg", - "cdkey" => "application/vnd.mediastation.cdkey", - "cdmia" => "application/cdmi-capability", - "cdmic" => "application/cdmi-container", - "cdmid" => "application/cdmi-domain", - "cdmio" => "application/cdmi-object", - "cdmiq" => "application/cdmi-queue", - "cdx" => "chemical/x-cdx", - "cdxml" => "application/vnd.chemdraw+xml", - "cdy" => "application/vnd.cinderella", - "cer" => "application/pkix-cert", - "cgm" => "image/cgm", - "chat" => "application/x-chat", - "chm" => "application/vnd.ms-htmlhelp", - "chrt" => "application/vnd.kde.kchart", - "cif" => "chemical/x-cif", - "cii" => "application/vnd.anser-web-certificate-issue-initiation", - "cil" => "application/vnd.ms-artgalry", - "cla" => "application/vnd.claymore", - "class" => "application/java-vm", - "clkk" => "application/vnd.crick.clicker.keyboard", - "clkp" => "application/vnd.crick.clicker.palette", - "clkt" => "application/vnd.crick.clicker.template", - "clkw" => "application/vnd.crick.clicker.wordbank", - "clkx" => "application/vnd.crick.clicker", - "clp" => "application/x-msclip", - "cmc" => "application/vnd.cosmocaller", - "cmdf" => "chemical/x-cmdf", - "cml" => "chemical/x-cml", - "cmp" => "application/vnd.yellowriver-custom-menu", - "cmx" => "image/x-cmx", - "cod" => "application/vnd.rim.cod", - "cpio" => "application/x-cpio", - "cpt" => "application/mac-compactpro", - "crd" => "application/x-mscardfile", - "crl" => "application/pkix-crl", - "cryptonote" => "application/vnd.rig.cryptonote", - "csh" => "application/x-csh", - "csml" => "chemical/x-csml", - "csp" => "application/vnd.commonspace", - "css" => "text/css", - "csv" => "text/csv", - "cu" => "application/cu-seeme", - "curl" => "text/vnd.curl", - "cww" => "application/prs.cww", - "dae" => "model/vnd.collada+xml", - "daf" => "application/vnd.mobius.daf", - "davmount" => "application/davmount+xml", - "dcurl" => "text/vnd.curl.dcurl", - "dd2" => "application/vnd.oma.dd2+xml", - "ddd" => "application/vnd.fujixerox.ddd", - "deb" => "application/x-debian-package", - "der" => "application/x-x509-ca-cert", - "dfac" => "application/vnd.dreamfactory", - "dir" => "application/x-director", - "dis" => "application/vnd.mobius.dis", - "djvu" => "image/vnd.djvu", - "dna" => "application/vnd.dna", - "doc" => "application/msword", - "docm" => "application/vnd.ms-word.document.macroenabled.12", - "docx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.document", - "dotm" => "application/vnd.ms-word.template.macroenabled.12", - "dotx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.template", - "dp" => "application/vnd.osgi.dp", - "dpg" => "application/vnd.dpgraph", - "dra" => "audio/vnd.dra", - "dsc" => "text/prs.lines.tag", - "dssc" => "application/dssc+der", - "dtb" => "application/x-dtbook+xml", - "dtd" => "application/xml-dtd", - "dts" => "audio/vnd.dts", - "dtshd" => "audio/vnd.dts.hd", - "dvi" => "application/x-dvi", - "dwf" => "model/vnd.dwf", - "dwg" => "image/vnd.dwg", - "dxf" => "image/vnd.dxf", - "dxp" => "application/vnd.spotfire.dxp", - "ecelp4800" => "audio/vnd.nuera.ecelp4800", - "ecelp7470" => "audio/vnd.nuera.ecelp7470", - "ecelp9600" => "audio/vnd.nuera.ecelp9600", - "edm" => "application/vnd.novadigm.edm", - "edx" => "application/vnd.novadigm.edx", - "efif" => "application/vnd.picsel", - "ei6" => "application/vnd.pg.osasli", - "eml" => "message/rfc822", - "emma" => "application/emma+xml", - "eol" => "audio/vnd.digital-winds", - "eot" => "application/vnd.ms-fontobject", - "epub" => "application/epub+zip", - "es" => "application/ecmascript", - "es3" => "application/vnd.eszigno3+xml", - "esf" => "application/vnd.epson.esf", - "etx" => "text/x-setext", - "exe" => "application/x-msdownload", - "exi" => "application/exi", - "ext" => "application/vnd.novadigm.ext", - "ez2" => "application/vnd.ezpix-album", - "ez3" => "application/vnd.ezpix-package", - "f" => "text/x-fortran", - "f4v" => "video/x-f4v", - "fbs" => "image/vnd.fastbidsheet", - "fcs" => "application/vnd.isac.fcs", - "fdf" => "application/vnd.fdf", - "fe_launch" => "application/vnd.denovo.fcselayout-link", - "fg5" => "application/vnd.fujitsu.oasysgp", - "fh" => "image/x-freehand", - "fig" => "application/x-xfig", - "fli" => "video/x-fli", - "flo" => "application/vnd.micrografx.flo", - "flv" => "video/x-flv", - "flw" => "application/vnd.kde.kivio", - "flx" => "text/vnd.fmi.flexstor", - "fly" => "text/vnd.fly", - "fm" => "application/vnd.framemaker", - "fnc" => "application/vnd.frogans.fnc", - "fpx" => "image/vnd.fpx", - "fsc" => "application/vnd.fsc.weblaunch", - "fst" => "image/vnd.fst", - "ftc" => "application/vnd.fluxtime.clip", - "fti" => "application/vnd.anser-web-funds-transfer-initiation", - "fvt" => "video/vnd.fvt", - "fxp" => "application/vnd.adobe.fxp", - "fzs" => "application/vnd.fuzzysheet", - "g2w" => "application/vnd.geoplan", - "g3" => "image/g3fax", - "g3w" => "application/vnd.geospace", - "gac" => "application/vnd.groove-account", - "gdl" => "model/vnd.gdl", - "geo" => "application/vnd.dynageo", - "gex" => "application/vnd.geometry-explorer", - "ggb" => "application/vnd.geogebra.file", - "ggt" => "application/vnd.geogebra.tool", - "ghf" => "application/vnd.groove-help", - "gif" => "image/gif", - "gim" => "application/vnd.groove-identity-message", - "gmx" => "application/vnd.gmx", - "gnumeric" => "application/x-gnumeric", - "gph" => "application/vnd.flographit", - "gqf" => "application/vnd.grafeq", - "gram" => "application/srgs", - "grv" => "application/vnd.groove-injector", - "grxml" => "application/srgs+xml", - "gsf" => "application/x-font-ghostscript", - "gtar" => "application/x-gtar", - "gtm" => "application/vnd.groove-tool-message", - "gtw" => "model/vnd.gtw", - "gv" => "text/vnd.graphviz", - "gxt" => "application/vnd.geonext", - "h261" => "video/h261", - "h263" => "video/h263", - "h264" => "video/h264", - "hal" => "application/vnd.hal+xml", - "hbci" => "application/vnd.hbci", - "hdf" => "application/x-hdf", - "hlp" => "application/winhlp", - "hpgl" => "application/vnd.hp-hpgl", - "hpid" => "application/vnd.hp-hpid", - "hps" => "application/vnd.hp-hps", - "hqx" => "application/mac-binhex40", - "htke" => "application/vnd.kenameaapp", - "html" => "text/html", - "hvd" => "application/vnd.yamaha.hv-dic", - "hvp" => "application/vnd.yamaha.hv-voice", - "hvs" => "application/vnd.yamaha.hv-script", - "i2g" => "application/vnd.intergeo", - "icc" => "application/vnd.iccprofile", - "ice" => "x-conference/x-cooltalk", - "ico" => "image/x-icon", - "ics" => "text/calendar", - "ief" => "image/ief", - "ifm" => "application/vnd.shana.informed.formdata", - "igl" => "application/vnd.igloader", - "igm" => "application/vnd.insors.igm", - "igs" => "model/iges", - "igx" => "application/vnd.micrografx.igx", - "iif" => "application/vnd.shana.informed.interchange", - "imp" => "application/vnd.accpac.simply.imp", - "ims" => "application/vnd.ms-ims", - "ipfix" => "application/ipfix", - "ipk" => "application/vnd.shana.informed.package", - "irm" => "application/vnd.ibm.rights-management", - "irp" => "application/vnd.irepository.package+xml", - "itp" => "application/vnd.shana.informed.formtemplate", - "ivp" => "application/vnd.immervision-ivp", - "ivu" => "application/vnd.immervision-ivu", - "jad" => "text/vnd.sun.j2me.app-descriptor", - "jam" => "application/vnd.jam", - "jar" => "application/java-archive", - "java" => "text/x-java-source,java", - "jisp" => "application/vnd.jisp", - "jlt" => "application/vnd.hp-jlyt", - "jnlp" => "application/x-java-jnlp-file", - "joda" => "application/vnd.joost.joda-archive", - "jpeg" => "image/jpeg", - "jpg" => "image/jpeg", - "jpgv" => "video/jpeg", - "jpm" => "video/jpm", - "js" => "application/javascript", - "json" => "application/json", - "karbon" => "application/vnd.kde.karbon", - "kfo" => "application/vnd.kde.kformula", - "kia" => "application/vnd.kidspiration", - "kml" => "application/vnd.google-earth.kml+xml", - "kmz" => "application/vnd.google-earth.kmz", - "kne" => "application/vnd.kinar", - "kon" => "application/vnd.kde.kontour", - "kpr" => "application/vnd.kde.kpresenter", - "ksp" => "application/vnd.kde.kspread", - "ktx" => "image/ktx", - "ktz" => "application/vnd.kahootz", - "kwd" => "application/vnd.kde.kword", - "lasxml" => "application/vnd.las.las+xml", - "latex" => "application/x-latex", - "lbd" => "application/vnd.llamagraphics.life-balance.desktop", - "lbe" => "application/vnd.llamagraphics.life-balance.exchange+xml", - "les" => "application/vnd.hhe.lesson-player", - "link66" => "application/vnd.route66.link66+xml", - "lrm" => "application/vnd.ms-lrm", - "ltf" => "application/vnd.frogans.ltf", - "lvp" => "audio/vnd.lucent.voice", - "lwp" => "application/vnd.lotus-wordpro", - "m21" => "application/mp21", - "m3u" => "audio/x-mpegurl", - "m3u8" => "application/vnd.apple.mpegurl", - "m4v" => "video/x-m4v", - "ma" => "application/mathematica", - "mads" => "application/mads+xml", - "mag" => "application/vnd.ecowin.chart", - "map" => "application/json", - "mathml" => "application/mathml+xml", - "mbk" => "application/vnd.mobius.mbk", - "mbox" => "application/mbox", - "mc1" => "application/vnd.medcalcdata", - "mcd" => "application/vnd.mcd", - "mcurl" => "text/vnd.curl.mcurl", - "md" => "text/x-markdown", - "mdb" => "application/x-msaccess", - "mdi" => "image/vnd.ms-modi", - "meta4" => "application/metalink4+xml", - "mets" => "application/mets+xml", - "mfm" => "application/vnd.mfmp", - "mgp" => "application/vnd.osgeo.mapguide.package", - "mgz" => "application/vnd.proteus.magazine", - "mid" => "audio/midi", - "mif" => "application/vnd.mif", - "mj2" => "video/mj2", - "mlp" => "application/vnd.dolby.mlp", - "mmd" => "application/vnd.chipnuts.karaoke-mmd", - "mmf" => "application/vnd.smaf", - "mmr" => "image/vnd.fujixerox.edmics-mmr", - "mny" => "application/x-msmoney", - "mods" => "application/mods+xml", - "movie" => "video/x-sgi-movie", - "mp1" => "audio/mpeg", - "mp2" => "audio/mpeg", - "mp3" => "audio/mpeg", - "mp4" => "video/mp4", - "mp4a" => "audio/mp4", - "mpc" => "application/vnd.mophun.certificate", - "mpeg" => "video/mpeg", - "mpga" => "audio/mpeg", - "mpkg" => "application/vnd.apple.installer+xml", - "mpm" => "application/vnd.blueice.multipass", - "mpn" => "application/vnd.mophun.application", - "mpp" => "application/vnd.ms-project", - "mpy" => "application/vnd.ibm.minipay", - "mqy" => "application/vnd.mobius.mqy", - "mrc" => "application/marc", - "mrcx" => "application/marcxml+xml", - "mscml" => "application/mediaservercontrol+xml", - "mseq" => "application/vnd.mseq", - "msf" => "application/vnd.epson.msf", - "msh" => "model/mesh", - "msl" => "application/vnd.mobius.msl", - "msty" => "application/vnd.muvee.style", - "mts" => "model/vnd.mts", - "mus" => "application/vnd.musician", - "musicxml" => "application/vnd.recordare.musicxml+xml", - "mvb" => "application/x-msmediaview", - "mwf" => "application/vnd.mfer", - "mxf" => "application/mxf", - "mxl" => "application/vnd.recordare.musicxml", - "mxml" => "application/xv+xml", - "mxs" => "application/vnd.triscape.mxs", - "mxu" => "video/vnd.mpegurl", - "n-gage" => "application/vnd.nokia.n-gage.symbian.install", - "n3" => "text/n3", - "nbp" => "application/vnd.wolfram.player", - "nc" => "application/x-netcdf", - "ncx" => "application/x-dtbncx+xml", - "ngdat" => "application/vnd.nokia.n-gage.data", - "nlu" => "application/vnd.neurolanguage.nlu", - "nml" => "application/vnd.enliven", - "nnd" => "application/vnd.noblenet-directory", - "nns" => "application/vnd.noblenet-sealer", - "nnw" => "application/vnd.noblenet-web", - "npx" => "image/vnd.net-fpx", - "nsf" => "application/vnd.lotus-notes", - "oa2" => "application/vnd.fujitsu.oasys2", - "oa3" => "application/vnd.fujitsu.oasys3", - "oas" => "application/vnd.fujitsu.oasys", - "obd" => "application/x-msbinder", - "oda" => "application/oda", - "odb" => "application/vnd.oasis.opendocument.database", - "odc" => "application/vnd.oasis.opendocument.chart", - "odf" => "application/vnd.oasis.opendocument.formula", - "odft" => "application/vnd.oasis.opendocument.formula-template", - "odg" => "application/vnd.oasis.opendocument.graphics", - "odi" => "application/vnd.oasis.opendocument.image", - "odm" => "application/vnd.oasis.opendocument.text-master", - "odp" => "application/vnd.oasis.opendocument.presentation", - "ods" => "application/vnd.oasis.opendocument.spreadsheet", - "odt" => "application/vnd.oasis.opendocument.text", - "oga" => "audio/ogg", - "ogv" => "video/ogg", - "ogx" => "application/ogg", - "onetoc" => "application/onenote", - "opf" => "application/oebps-package+xml", - "org" => "application/vnd.lotus-organizer", - "osf" => "application/vnd.yamaha.openscoreformat", - "osfpvg" => "application/vnd.yamaha.openscoreformat.osfpvg+xml", - "otc" => "application/vnd.oasis.opendocument.chart-template", - "otf" => "application/x-font-otf", - "otg" => "application/vnd.oasis.opendocument.graphics-template", - "oth" => "application/vnd.oasis.opendocument.text-web", - "oti" => "application/vnd.oasis.opendocument.image-template", - "otp" => "application/vnd.oasis.opendocument.presentation-template", - "ots" => "application/vnd.oasis.opendocument.spreadsheet-template", - "ott" => "application/vnd.oasis.opendocument.text-template", - "oxt" => "application/vnd.openofficeorg.extension", - "p" => "text/x-pascal", - "p10" => "application/pkcs10", - "p12" => "application/x-pkcs12", - "p7b" => "application/x-pkcs7-certificates", - "p7m" => "application/pkcs7-mime", - "p7r" => "application/x-pkcs7-certreqresp", - "p7s" => "application/pkcs7-signature", - "p8" => "application/pkcs8", - "par" => "text/plain-bas", - "paw" => "application/vnd.pawaafile", - "pbd" => "application/vnd.powerbuilder6", - "pbm" => "image/x-portable-bitmap", - "pcf" => "application/x-font-pcf", - "pcl" => "application/vnd.hp-pcl", - "pclxl" => "application/vnd.hp-pclxl", - "pcurl" => "application/vnd.curl.pcurl", - "pcx" => "image/x-pcx", - "pdb" => "application/vnd.palm", - "pdf" => "application/pdf", - "pfa" => "application/x-font-type1", - "pfr" => "application/font-tdpfr", - "pgm" => "image/x-portable-graymap", - "pgn" => "application/x-chess-pgn", - "pgp" => "application/pgp-signature", - "pic" => "image/x-pict", - "pki" => "application/pkixcmp", - "pkipath" => "application/pkix-pkipath", - "plb" => "application/vnd.3gpp.pic-bw-large", - "plc" => "application/vnd.mobius.plc", - "plf" => "application/vnd.pocketlearn", - "pls" => "application/pls+xml", - "pml" => "application/vnd.ctc-posml", - "png" => "image/png", - "pnm" => "image/x-portable-anymap", - "portpkg" => "application/vnd.macports.portpkg", - "potm" => "application/vnd.ms-powerpoint.template.macroenabled.12", - "potx" => "application/vnd.openxmlformats-officedocument.presentationml.template", - "ppam" => "application/vnd.ms-powerpoint.addin.macroenabled.12", - "ppd" => "application/vnd.cups-ppd", - "ppm" => "image/x-portable-pixmap", - "ppsm" => "application/vnd.ms-powerpoint.slideshow.macroenabled.12", - "ppsx" => "application/vnd.openxmlformats-officedocument.presentationml.slideshow", - "ppt" => "application/vnd.ms-powerpoint", - "pptm" => "application/vnd.ms-powerpoint.presentation.macroenabled.12", - "pptx" => "application/vnd.openxmlformats-officedocument.presentationml.presentation", - "prc" => "application/x-mobipocket-ebook", - "pre" => "application/vnd.lotus-freelance", - "prf" => "application/pics-rules", - "psb" => "application/vnd.3gpp.pic-bw-small", - "psd" => "image/vnd.adobe.photoshop", - "psf" => "application/x-font-linux-psf", - "pskcxml" => "application/pskc+xml", - "ptid" => "application/vnd.pvi.ptid1", - "pub" => "application/x-mspublisher", - "pvb" => "application/vnd.3gpp.pic-bw-var", - "pwn" => "application/vnd.3m.post-it-notes", - "pya" => "audio/vnd.ms-playready.media.pya", - "pyv" => "video/vnd.ms-playready.media.pyv", - "qam" => "application/vnd.epson.quickanime", - "qbo" => "application/vnd.intu.qbo", - "qfx" => "application/vnd.intu.qfx", - "qps" => "application/vnd.publishare-delta-tree", - "qt" => "video/quicktime", - "qxd" => "application/vnd.quark.quarkxpress", - "ram" => "audio/x-pn-realaudio", - "rar" => "application/x-rar-compressed", - "ras" => "image/x-cmu-raster", - "rcprofile" => "application/vnd.ipunplugged.rcprofile", - "rdf" => "application/rdf+xml", - "rdz" => "application/vnd.data-vision.rdz", - "rep" => "application/vnd.businessobjects", - "res" => "application/x-dtbresource+xml", - "rgb" => "image/x-rgb", - "rif" => "application/reginfo+xml", - "rip" => "audio/vnd.rip", - "rl" => "application/resource-lists+xml", - "rlc" => "image/vnd.fujixerox.edmics-rlc", - "rld" => "application/resource-lists-diff+xml", - "rm" => "application/vnd.rn-realmedia", - "rmp" => "audio/x-pn-realaudio-plugin", - "rms" => "application/vnd.jcp.javame.midlet-rms", - "rnc" => "application/relax-ng-compact-syntax", - "rp9" => "application/vnd.cloanto.rp9", - "rpss" => "application/vnd.nokia.radio-presets", - "rpst" => "application/vnd.nokia.radio-preset", - "rq" => "application/sparql-query", - "rs" => "application/rls-services+xml", - "rsd" => "application/rsd+xml", - "rss" => "application/rss+xml", - "rtf" => "application/rtf", - "rtx" => "text/richtext", - "s" => "text/x-asm", - "saf" => "application/vnd.yamaha.smaf-audio", - "sbml" => "application/sbml+xml", - "sc" => "application/vnd.ibm.secure-container", - "scd" => "application/x-msschedule", - "scm" => "application/vnd.lotus-screencam", - "scq" => "application/scvp-cv-request", - "scs" => "application/scvp-cv-response", - "scurl" => "text/vnd.curl.scurl", - "sda" => "application/vnd.stardivision.draw", - "sdc" => "application/vnd.stardivision.calc", - "sdd" => "application/vnd.stardivision.impress", - "sdkm" => "application/vnd.solent.sdkm+xml", - "sdp" => "application/sdp", - "sdw" => "application/vnd.stardivision.writer", - "see" => "application/vnd.seemail", - "seed" => "application/vnd.fdsn.seed", - "sema" => "application/vnd.sema", - "semd" => "application/vnd.semd", - "semf" => "application/vnd.semf", - "ser" => "application/java-serialized-object", - "setpay" => "application/set-payment-initiation", - "setreg" => "application/set-registration-initiation", - "sfd-hdstx" => "application/vnd.hydrostatix.sof-data", - "sfs" => "application/vnd.spotfire.sfs", - "sgl" => "application/vnd.stardivision.writer-global", - "sgml" => "text/sgml", - "sh" => "application/x-sh", - "shar" => "application/x-shar", - "shf" => "application/shf+xml", - "sis" => "application/vnd.symbian.install", - "sit" => "application/x-stuffit", - "sitx" => "application/x-stuffitx", - "skp" => "application/vnd.koan", - "sldm" => "application/vnd.ms-powerpoint.slide.macroenabled.12", - "sldx" => "application/vnd.openxmlformats-officedocument.presentationml.slide", - "slt" => "application/vnd.epson.salt", - "sm" => "application/vnd.stepmania.stepchart", - "smf" => "application/vnd.stardivision.math", - "smi" => "application/smil+xml", - "snf" => "application/x-font-snf", - "spf" => "application/vnd.yamaha.smaf-phrase", - "spl" => "application/x-futuresplash", - "spot" => "text/vnd.in3d.spot", - "spp" => "application/scvp-vp-response", - "spq" => "application/scvp-vp-request", - "src" => "application/x-wais-source", - "sru" => "application/sru+xml", - "srx" => "application/sparql-results+xml", - "sse" => "application/vnd.kodak-descriptor", - "ssf" => "application/vnd.epson.ssf", - "ssml" => "application/ssml+xml", - "st" => "application/vnd.sailingtracker.track", - "stc" => "application/vnd.sun.xml.calc.template", - "std" => "application/vnd.sun.xml.draw.template", - "stf" => "application/vnd.wt.stf", - "sti" => "application/vnd.sun.xml.impress.template", - "stk" => "application/hyperstudio", - "stl" => "application/vnd.ms-pki.stl", - "str" => "application/vnd.pg.format", - "stw" => "application/vnd.sun.xml.writer.template", - "sub" => "image/vnd.dvb.subtitle", - "sus" => "application/vnd.sus-calendar", - "sv4cpio" => "application/x-sv4cpio", - "sv4crc" => "application/x-sv4crc", - "svc" => "application/vnd.dvb.service", - "svd" => "application/vnd.svd", - "svg" => "image/svg+xml", - "swf" => "application/x-shockwave-flash", - "swi" => "application/vnd.aristanetworks.swi", - "sxc" => "application/vnd.sun.xml.calc", - "sxd" => "application/vnd.sun.xml.draw", - "sxg" => "application/vnd.sun.xml.writer.global", - "sxi" => "application/vnd.sun.xml.impress", - "sxm" => "application/vnd.sun.xml.math", - "sxw" => "application/vnd.sun.xml.writer", - "t" => "text/troff", - "tao" => "application/vnd.tao.intent-module-archive", - "tar" => "application/x-tar", - "tcap" => "application/vnd.3gpp2.tcap", - "tcl" => "application/x-tcl", - "teacher" => "application/vnd.smart.teacher", - "tei" => "application/tei+xml", - "tex" => "application/x-tex", - "texinfo" => "application/x-texinfo", - "tfi" => "application/thraud+xml", - "tfm" => "application/x-tex-tfm", - "thmx" => "application/vnd.ms-officetheme", - "tiff" => "image/tiff", - "tmo" => "application/vnd.tmobile-livetv", - "torrent" => "application/x-bittorrent", - "tpl" => "application/vnd.groove-tool-template", - "tpt" => "application/vnd.trid.tpt", - "tra" => "application/vnd.trueapp", - "trm" => "application/x-msterminal", - "tsd" => "application/timestamped-data", - "tsv" => "text/tab-separated-values", - "ttf" => "application/x-font-ttf", - "ttl" => "text/turtle", - "twd" => "application/vnd.simtech-mindmapper", - "txd" => "application/vnd.genomatix.tuxedo", - "txf" => "application/vnd.mobius.txf", - "txt" => "text/plain", - "ufd" => "application/vnd.ufdl", - "umj" => "application/vnd.umajin", - "unityweb" => "application/vnd.unity", - "uoml" => "application/vnd.uoml+xml", - "uri" => "text/uri-list", - "ustar" => "application/x-ustar", - "utz" => "application/vnd.uiq.theme", - "uu" => "text/x-uuencode", - "uva" => "audio/vnd.dece.audio", - "uvh" => "video/vnd.dece.hd", - "uvi" => "image/vnd.dece.graphic", - "uvm" => "video/vnd.dece.mobile", - "uvp" => "video/vnd.dece.pd", - "uvs" => "video/vnd.dece.sd", - "uvu" => "video/vnd.uvvu.mp4", - "uvv" => "video/vnd.dece.video", - "vcd" => "application/x-cdlink", - "vcf" => "text/x-vcard", - "vcg" => "application/vnd.groove-vcard", - "vcs" => "text/x-vcalendar", - "vcx" => "application/vnd.vcx", - "vis" => "application/vnd.visionary", - "viv" => "video/vnd.vivo", - "vsd" => "application/vnd.visio", - "vsf" => "application/vnd.vsf", - "vtu" => "model/vnd.vtu", - "vxml" => "application/voicexml+xml", - "wad" => "application/x-doom", - "wav" => "audio/x-wav", - "wax" => "audio/x-ms-wax", - "wbmp" => "image/vnd.wap.wbmp", - "wbs" => "application/vnd.criticaltools.wbs+xml", - "wbxml" => "application/vnd.wap.wbxml", - "weba" => "audio/webm", - "webm" => "video/webm", - "webp" => "image/webp", - "wg" => "application/vnd.pmi.widget", - "wgt" => "application/widget", - "wm" => "video/x-ms-wm", - "wma" => "audio/x-ms-wma", - "wmd" => "application/x-ms-wmd", - "wmf" => "application/x-msmetafile", - "wml" => "text/vnd.wap.wml", - "wmlc" => "application/vnd.wap.wmlc", - "wmls" => "text/vnd.wap.wmlscript", - "wmlsc" => "application/vnd.wap.wmlscriptc", - "wmv" => "video/x-ms-wmv", - "wmx" => "video/x-ms-wmx", - "wmz" => "application/x-ms-wmz", - "woff" => "application/x-font-woff", - "woff2" => "application/font-woff2", - "wpd" => "application/vnd.wordperfect", - "wpl" => "application/vnd.ms-wpl", - "wps" => "application/vnd.ms-works", - "wqd" => "application/vnd.wqd", - "wri" => "application/x-mswrite", - "wrl" => "model/vrml", - "wsdl" => "application/wsdl+xml", - "wspolicy" => "application/wspolicy+xml", - "wtb" => "application/vnd.webturbo", - "wvx" => "video/x-ms-wvx", - "x3d" => "application/vnd.hzn-3d-crossword", - "xap" => "application/x-silverlight-app", - "xar" => "application/vnd.xara", - "xbap" => "application/x-ms-xbap", - "xbd" => "application/vnd.fujixerox.docuworks.binder", - "xbm" => "image/x-xbitmap", - "xdf" => "application/xcap-diff+xml", - "xdm" => "application/vnd.syncml.dm+xml", - "xdp" => "application/vnd.adobe.xdp+xml", - "xdssc" => "application/dssc+xml", - "xdw" => "application/vnd.fujixerox.docuworks", - "xenc" => "application/xenc+xml", - "xer" => "application/patch-ops-error+xml", - "xfdf" => "application/vnd.adobe.xfdf", - "xfdl" => "application/vnd.xfdl", - "xhtml" => "application/xhtml+xml", - "xif" => "image/vnd.xiff", - "xlam" => "application/vnd.ms-excel.addin.macroenabled.12", - "xls" => "application/vnd.ms-excel", - "xlsb" => "application/vnd.ms-excel.sheet.binary.macroenabled.12", - "xlsm" => "application/vnd.ms-excel.sheet.macroenabled.12", - "xlsx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", - "xltm" => "application/vnd.ms-excel.template.macroenabled.12", - "xltx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.template", - "xml" => "application/xml", - "xo" => "application/vnd.olpc-sugar", - "xop" => "application/xop+xml", - "xpi" => "application/x-xpinstall", - "xpm" => "image/x-xpixmap", - "xpr" => "application/vnd.is-xpr", - "xps" => "application/vnd.ms-xpsdocument", - "xpw" => "application/vnd.intercon.formnet", - "xslt" => "application/xslt+xml", - "xsm" => "application/vnd.syncml+xml", - "xspf" => "application/xspf+xml", - "xul" => "application/vnd.mozilla.xul+xml", - "xwd" => "image/x-xwindowdump", - "xyz" => "chemical/x-xyz", - "yaml" => "text/yaml", - "yang" => "application/yang", - "yin" => "application/yin+xml", - "zaz" => "application/vnd.zzazz.deck+xml", - "zip" => "application/zip", - "zir" => "application/vnd.zul", - "zmm" => "application/vnd.handheld-entertainment+xml" + '123' => 'application/vnd.lotus-1-2-3', + '3dml' => 'text/vnd.in3d.3dml', + '3ds' => 'image/x-3ds', + '3g2' => 'video/3gpp2', + '3gp' => 'video/3gpp', + '7z' => 'application/x-7z-compressed', + 'aab' => 'application/x-authorware-bin', + 'aac' => 'audio/x-aac', + 'aam' => 'application/x-authorware-map', + 'aas' => 'application/x-authorware-seg', + 'abw' => 'application/x-abiword', + 'ac' => 'application/pkix-attr-cert', + 'acc' => 'application/vnd.americandynamics.acc', + 'ace' => 'application/x-ace-compressed', + 'acu' => 'application/vnd.acucobol', + 'acutc' => 'application/vnd.acucorp', + 'adp' => 'audio/adpcm', + 'aep' => 'application/vnd.audiograph', + 'afm' => 'application/x-font-type1', + 'afp' => 'application/vnd.ibm.modcap', + 'ahead' => 'application/vnd.ahead.space', + 'ai' => 'application/postscript', + 'aif' => 'audio/x-aiff', + 'aifc' => 'audio/x-aiff', + 'aiff' => 'audio/x-aiff', + 'air' => 'application/vnd.adobe.air-application-installer-package+zip', + 'ait' => 'application/vnd.dvb.ait', + 'ami' => 'application/vnd.amiga.ami', + 'apk' => 'application/vnd.android.package-archive', + 'appcache' => 'text/cache-manifest', + 'application' => 'application/x-ms-application', + 'apr' => 'application/vnd.lotus-approach', + 'arc' => 'application/x-freearc', + 'asc' => 'application/pgp-signature', + 'asf' => 'video/x-ms-asf', + 'asm' => 'text/x-asm', + 'aso' => 'application/vnd.accpac.simply.aso', + 'asx' => 'video/x-ms-asf', + 'atc' => 'application/vnd.acucorp', + 'atom' => 'application/atom+xml', + 'atomcat' => 'application/atomcat+xml', + 'atomsvc' => 'application/atomsvc+xml', + 'atx' => 'application/vnd.antix.game-component', + 'au' => 'audio/basic', + 'avi' => 'video/x-msvideo', + 'aw' => 'application/applixware', + 'azf' => 'application/vnd.airzip.filesecure.azf', + 'azs' => 'application/vnd.airzip.filesecure.azs', + 'azw' => 'application/vnd.amazon.ebook', + 'bat' => 'application/x-msdownload', + 'bcpio' => 'application/x-bcpio', + 'bdf' => 'application/x-font-bdf', + 'bdm' => 'application/vnd.syncml.dm+wbxml', + 'bed' => 'application/vnd.realvnc.bed', + 'bh2' => 'application/vnd.fujitsu.oasysprs', + 'bin' => 'application/octet-stream', + 'blb' => 'application/x-blorb', + 'blorb' => 'application/x-blorb', + 'bmi' => 'application/vnd.bmi', + 'bmp' => 'image/bmp', + 'book' => 'application/vnd.framemaker', + 'box' => 'application/vnd.previewsystems.box', + 'boz' => 'application/x-bzip2', + 'bpk' => 'application/octet-stream', + 'btif' => 'image/prs.btif', + 'bz' => 'application/x-bzip', + 'bz2' => 'application/x-bzip2', + 'c' => 'text/x-c', + 'c11amc' => 'application/vnd.cluetrust.cartomobile-config', + 'c11amz' => 'application/vnd.cluetrust.cartomobile-config-pkg', + 'c4d' => 'application/vnd.clonk.c4group', + 'c4f' => 'application/vnd.clonk.c4group', + 'c4g' => 'application/vnd.clonk.c4group', + 'c4p' => 'application/vnd.clonk.c4group', + 'c4u' => 'application/vnd.clonk.c4group', + 'cab' => 'application/vnd.ms-cab-compressed', + 'caf' => 'audio/x-caf', + 'cap' => 'application/vnd.tcpdump.pcap', + 'car' => 'application/vnd.curl.car', + 'cat' => 'application/vnd.ms-pki.seccat', + 'cb7' => 'application/x-cbr', + 'cba' => 'application/x-cbr', + 'cbr' => 'application/x-cbr', + 'cbt' => 'application/x-cbr', + 'cbz' => 'application/x-cbr', + 'cc' => 'text/x-c', + 'cct' => 'application/x-director', + 'ccxml' => 'application/ccxml+xml', + 'cdbcmsg' => 'application/vnd.contact.cmsg', + 'cdf' => 'application/x-netcdf', + 'cdkey' => 'application/vnd.mediastation.cdkey', + 'cdmia' => 'application/cdmi-capability', + 'cdmic' => 'application/cdmi-container', + 'cdmid' => 'application/cdmi-domain', + 'cdmio' => 'application/cdmi-object', + 'cdmiq' => 'application/cdmi-queue', + 'cdx' => 'chemical/x-cdx', + 'cdxml' => 'application/vnd.chemdraw+xml', + 'cdy' => 'application/vnd.cinderella', + 'cer' => 'application/pkix-cert', + 'cfs' => 'application/x-cfs-compressed', + 'cgm' => 'image/cgm', + 'chat' => 'application/x-chat', + 'chm' => 'application/vnd.ms-htmlhelp', + 'chrt' => 'application/vnd.kde.kchart', + 'cif' => 'chemical/x-cif', + 'cii' => 'application/vnd.anser-web-certificate-issue-initiation', + 'cil' => 'application/vnd.ms-artgalry', + 'cla' => 'application/vnd.claymore', + 'class' => 'application/java-vm', + 'clkk' => 'application/vnd.crick.clicker.keyboard', + 'clkp' => 'application/vnd.crick.clicker.palette', + 'clkt' => 'application/vnd.crick.clicker.template', + 'clkw' => 'application/vnd.crick.clicker.wordbank', + 'clkx' => 'application/vnd.crick.clicker', + 'clp' => 'application/x-msclip', + 'cmc' => 'application/vnd.cosmocaller', + 'cmdf' => 'chemical/x-cmdf', + 'cml' => 'chemical/x-cml', + 'cmp' => 'application/vnd.yellowriver-custom-menu', + 'cmx' => 'image/x-cmx', + 'cod' => 'application/vnd.rim.cod', + 'com' => 'application/x-msdownload', + 'conf' => 'text/plain', + 'cpio' => 'application/x-cpio', + 'cpp' => 'text/x-c', + 'cpt' => 'application/mac-compactpro', + 'crd' => 'application/x-mscardfile', + 'crl' => 'application/pkix-crl', + 'crt' => 'application/x-x509-ca-cert', + 'cryptonote' => 'application/vnd.rig.cryptonote', + 'csh' => 'application/x-csh', + 'csml' => 'chemical/x-csml', + 'csp' => 'application/vnd.commonspace', + 'css' => 'text/css', + 'cst' => 'application/x-director', + 'csv' => 'text/csv', + 'cu' => 'application/cu-seeme', + 'curl' => 'text/vnd.curl', + 'cww' => 'application/prs.cww', + 'cxt' => 'application/x-director', + 'cxx' => 'text/x-c', + 'dae' => 'model/vnd.collada+xml', + 'daf' => 'application/vnd.mobius.daf', + 'dart' => 'application/vnd.dart', + 'dataless' => 'application/vnd.fdsn.seed', + 'davmount' => 'application/davmount+xml', + 'dbk' => 'application/docbook+xml', + 'dcr' => 'application/x-director', + 'dcurl' => 'text/vnd.curl.dcurl', + 'dd2' => 'application/vnd.oma.dd2+xml', + 'ddd' => 'application/vnd.fujixerox.ddd', + 'deb' => 'application/x-debian-package', + 'def' => 'text/plain', + 'deploy' => 'application/octet-stream', + 'der' => 'application/x-x509-ca-cert', + 'dfac' => 'application/vnd.dreamfactory', + 'dgc' => 'application/x-dgc-compressed', + 'dic' => 'text/x-c', + 'dir' => 'application/x-director', + 'dis' => 'application/vnd.mobius.dis', + 'dist' => 'application/octet-stream', + 'distz' => 'application/octet-stream', + 'djv' => 'image/vnd.djvu', + 'djvu' => 'image/vnd.djvu', + 'dll' => 'application/x-msdownload', + 'dmg' => 'application/x-apple-diskimage', + 'dmp' => 'application/vnd.tcpdump.pcap', + 'dms' => 'application/octet-stream', + 'dna' => 'application/vnd.dna', + 'doc' => 'application/msword', + 'docm' => 'application/vnd.ms-word.document.macroenabled.12', + 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', + 'dot' => 'application/msword', + 'dotm' => 'application/vnd.ms-word.template.macroenabled.12', + 'dotx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.template', + 'dp' => 'application/vnd.osgi.dp', + 'dpg' => 'application/vnd.dpgraph', + 'dra' => 'audio/vnd.dra', + 'dsc' => 'text/prs.lines.tag', + 'dssc' => 'application/dssc+der', + 'dtb' => 'application/x-dtbook+xml', + 'dtd' => 'application/xml-dtd', + 'dts' => 'audio/vnd.dts', + 'dtshd' => 'audio/vnd.dts.hd', + 'dump' => 'application/octet-stream', + 'dvb' => 'video/vnd.dvb.file', + 'dvi' => 'application/x-dvi', + 'dwf' => 'model/vnd.dwf', + 'dwg' => 'image/vnd.dwg', + 'dxf' => 'image/vnd.dxf', + 'dxp' => 'application/vnd.spotfire.dxp', + 'dxr' => 'application/x-director', + 'ecelp4800' => 'audio/vnd.nuera.ecelp4800', + 'ecelp7470' => 'audio/vnd.nuera.ecelp7470', + 'ecelp9600' => 'audio/vnd.nuera.ecelp9600', + 'ecma' => 'application/ecmascript', + 'edm' => 'application/vnd.novadigm.edm', + 'edx' => 'application/vnd.novadigm.edx', + 'efif' => 'application/vnd.picsel', + 'ei6' => 'application/vnd.pg.osasli', + 'elc' => 'application/octet-stream', + 'emf' => 'application/x-msmetafile', + 'eml' => 'message/rfc822', + 'emma' => 'application/emma+xml', + 'emz' => 'application/x-msmetafile', + 'eol' => 'audio/vnd.digital-winds', + 'eot' => 'application/vnd.ms-fontobject', + 'eps' => 'application/postscript', + 'epub' => 'application/epub+zip', + 'es3' => 'application/vnd.eszigno3+xml', + 'esa' => 'application/vnd.osgi.subsystem', + 'esf' => 'application/vnd.epson.esf', + 'et3' => 'application/vnd.eszigno3+xml', + 'etx' => 'text/x-setext', + 'eva' => 'application/x-eva', + 'evy' => 'application/x-envoy', + 'exe' => 'application/x-msdownload', + 'exi' => 'application/exi', + 'ext' => 'application/vnd.novadigm.ext', + 'ez' => 'application/andrew-inset', + 'ez2' => 'application/vnd.ezpix-album', + 'ez3' => 'application/vnd.ezpix-package', + 'f' => 'text/x-fortran', + 'f4v' => 'video/x-f4v', + 'f77' => 'text/x-fortran', + 'f90' => 'text/x-fortran', + 'fbs' => 'image/vnd.fastbidsheet', + 'fcdt' => 'application/vnd.adobe.formscentral.fcdt', + 'fcs' => 'application/vnd.isac.fcs', + 'fdf' => 'application/vnd.fdf', + 'fe_launch' => 'application/vnd.denovo.fcselayout-link', + 'fg5' => 'application/vnd.fujitsu.oasysgp', + 'fgd' => 'application/x-director', + 'fh' => 'image/x-freehand', + 'fh4' => 'image/x-freehand', + 'fh5' => 'image/x-freehand', + 'fh7' => 'image/x-freehand', + 'fhc' => 'image/x-freehand', + 'fig' => 'application/x-xfig', + 'flac' => 'audio/x-flac', + 'fli' => 'video/x-fli', + 'flo' => 'application/vnd.micrografx.flo', + 'flv' => 'video/x-flv', + 'flw' => 'application/vnd.kde.kivio', + 'flx' => 'text/vnd.fmi.flexstor', + 'fly' => 'text/vnd.fly', + 'fm' => 'application/vnd.framemaker', + 'fnc' => 'application/vnd.frogans.fnc', + 'for' => 'text/x-fortran', + 'fpx' => 'image/vnd.fpx', + 'frame' => 'application/vnd.framemaker', + 'fsc' => 'application/vnd.fsc.weblaunch', + 'fst' => 'image/vnd.fst', + 'ftc' => 'application/vnd.fluxtime.clip', + 'fti' => 'application/vnd.anser-web-funds-transfer-initiation', + 'fvt' => 'video/vnd.fvt', + 'fxp' => 'application/vnd.adobe.fxp', + 'fxpl' => 'application/vnd.adobe.fxp', + 'fzs' => 'application/vnd.fuzzysheet', + 'g2w' => 'application/vnd.geoplan', + 'g3' => 'image/g3fax', + 'g3w' => 'application/vnd.geospace', + 'gac' => 'application/vnd.groove-account', + 'gam' => 'application/x-tads', + 'gbr' => 'application/rpki-ghostbusters', + 'gca' => 'application/x-gca-compressed', + 'gdl' => 'model/vnd.gdl', + 'geo' => 'application/vnd.dynageo', + 'gex' => 'application/vnd.geometry-explorer', + 'ggb' => 'application/vnd.geogebra.file', + 'ggt' => 'application/vnd.geogebra.tool', + 'ghf' => 'application/vnd.groove-help', + 'gif' => 'image/gif', + 'gim' => 'application/vnd.groove-identity-message', + 'gml' => 'application/gml+xml', + 'gmx' => 'application/vnd.gmx', + 'gnumeric' => 'application/x-gnumeric', + 'gph' => 'application/vnd.flographit', + 'gpx' => 'application/gpx+xml', + 'gqf' => 'application/vnd.grafeq', + 'gqs' => 'application/vnd.grafeq', + 'gram' => 'application/srgs', + 'gramps' => 'application/x-gramps-xml', + 'gre' => 'application/vnd.geometry-explorer', + 'grv' => 'application/vnd.groove-injector', + 'grxml' => 'application/srgs+xml', + 'gsf' => 'application/x-font-ghostscript', + 'gtar' => 'application/x-gtar', + 'gtm' => 'application/vnd.groove-tool-message', + 'gtw' => 'model/vnd.gtw', + 'gv' => 'text/vnd.graphviz', + 'gxf' => 'application/gxf', + 'gxt' => 'application/vnd.geonext', + 'h' => 'text/x-c', + 'h261' => 'video/h261', + 'h263' => 'video/h263', + 'h264' => 'video/h264', + 'hal' => 'application/vnd.hal+xml', + 'hbci' => 'application/vnd.hbci', + 'hdf' => 'application/x-hdf', + 'hh' => 'text/x-c', + 'hlp' => 'application/winhlp', + 'hpgl' => 'application/vnd.hp-hpgl', + 'hpid' => 'application/vnd.hp-hpid', + 'hps' => 'application/vnd.hp-hps', + 'hqx' => 'application/mac-binhex40', + 'htke' => 'application/vnd.kenameaapp', + 'htm' => 'text/html', + 'html' => 'text/html', + 'hvd' => 'application/vnd.yamaha.hv-dic', + 'hvp' => 'application/vnd.yamaha.hv-voice', + 'hvs' => 'application/vnd.yamaha.hv-script', + 'i2g' => 'application/vnd.intergeo', + 'icc' => 'application/vnd.iccprofile', + 'ice' => 'x-conference/x-cooltalk', + 'icm' => 'application/vnd.iccprofile', + 'ico' => 'image/x-icon', + 'ics' => 'text/calendar', + 'ief' => 'image/ief', + 'ifb' => 'text/calendar', + 'ifm' => 'application/vnd.shana.informed.formdata', + 'iges' => 'model/iges', + 'igl' => 'application/vnd.igloader', + 'igm' => 'application/vnd.insors.igm', + 'igs' => 'model/iges', + 'igx' => 'application/vnd.micrografx.igx', + 'iif' => 'application/vnd.shana.informed.interchange', + 'imp' => 'application/vnd.accpac.simply.imp', + 'ims' => 'application/vnd.ms-ims', + 'in' => 'text/plain', + 'ink' => 'application/inkml+xml', + 'inkml' => 'application/inkml+xml', + 'install' => 'application/x-install-instructions', + 'iota' => 'application/vnd.astraea-software.iota', + 'ipfix' => 'application/ipfix', + 'ipk' => 'application/vnd.shana.informed.package', + 'irm' => 'application/vnd.ibm.rights-management', + 'irp' => 'application/vnd.irepository.package+xml', + 'iso' => 'application/x-iso9660-image', + 'itp' => 'application/vnd.shana.informed.formtemplate', + 'ivp' => 'application/vnd.immervision-ivp', + 'ivu' => 'application/vnd.immervision-ivu', + 'jad' => 'text/vnd.sun.j2me.app-descriptor', + 'jam' => 'application/vnd.jam', + 'jar' => 'application/java-archive', + 'java' => 'text/x-java-source', + 'jisp' => 'application/vnd.jisp', + 'jlt' => 'application/vnd.hp-jlyt', + 'jnlp' => 'application/x-java-jnlp-file', + 'joda' => 'application/vnd.joost.joda-archive', + 'jpe' => 'image/jpeg', + 'jpeg' => 'image/jpeg', + 'jpg' => 'image/jpeg', + 'jpgm' => 'video/jpm', + 'jpgv' => 'video/jpeg', + 'jpm' => 'video/jpm', + 'js' => 'application/javascript', + 'json' => 'application/json', + 'jsonml' => 'application/jsonml+json', + 'kar' => 'audio/midi', + 'karbon' => 'application/vnd.kde.karbon', + 'kfo' => 'application/vnd.kde.kformula', + 'kia' => 'application/vnd.kidspiration', + 'kml' => 'application/vnd.google-earth.kml+xml', + 'kmz' => 'application/vnd.google-earth.kmz', + 'kne' => 'application/vnd.kinar', + 'knp' => 'application/vnd.kinar', + 'kon' => 'application/vnd.kde.kontour', + 'kpr' => 'application/vnd.kde.kpresenter', + 'kpt' => 'application/vnd.kde.kpresenter', + 'kpxx' => 'application/vnd.ds-keypoint', + 'ksp' => 'application/vnd.kde.kspread', + 'ktr' => 'application/vnd.kahootz', + 'ktx' => 'image/ktx', + 'ktz' => 'application/vnd.kahootz', + 'kwd' => 'application/vnd.kde.kword', + 'kwt' => 'application/vnd.kde.kword', + 'lasxml' => 'application/vnd.las.las+xml', + 'latex' => 'application/x-latex', + 'lbd' => 'application/vnd.llamagraphics.life-balance.desktop', + 'lbe' => 'application/vnd.llamagraphics.life-balance.exchange+xml', + 'les' => 'application/vnd.hhe.lesson-player', + 'lha' => 'application/x-lzh-compressed', + 'link66' => 'application/vnd.route66.link66+xml', + 'list' => 'text/plain', + 'list3820' => 'application/vnd.ibm.modcap', + 'listafp' => 'application/vnd.ibm.modcap', + 'lnk' => 'application/x-ms-shortcut', + 'log' => 'text/plain', + 'lostxml' => 'application/lost+xml', + 'lrf' => 'application/octet-stream', + 'lrm' => 'application/vnd.ms-lrm', + 'ltf' => 'application/vnd.frogans.ltf', + 'lvp' => 'audio/vnd.lucent.voice', + 'lwp' => 'application/vnd.lotus-wordpro', + 'lzh' => 'application/x-lzh-compressed', + 'm13' => 'application/x-msmediaview', + 'm14' => 'application/x-msmediaview', + 'm1v' => 'video/mpeg', + 'm21' => 'application/mp21', + 'm2a' => 'audio/mpeg', + 'm2v' => 'video/mpeg', + 'm3a' => 'audio/mpeg', + 'm3u' => 'audio/x-mpegurl', + 'm3u8' => 'application/vnd.apple.mpegurl', + 'm4a' => 'audio/mp4', + 'm4u' => 'video/vnd.mpegurl', + 'm4v' => 'video/x-m4v', + 'ma' => 'application/mathematica', + 'mads' => 'application/mads+xml', + 'mag' => 'application/vnd.ecowin.chart', + 'maker' => 'application/vnd.framemaker', + 'man' => 'text/troff', + 'mar' => 'application/octet-stream', + 'mathml' => 'application/mathml+xml', + 'mb' => 'application/mathematica', + 'mbk' => 'application/vnd.mobius.mbk', + 'mbox' => 'application/mbox', + 'mc1' => 'application/vnd.medcalcdata', + 'mcd' => 'application/vnd.mcd', + 'mcurl' => 'text/vnd.curl.mcurl', + 'mdb' => 'application/x-msaccess', + 'mdi' => 'image/vnd.ms-modi', + 'me' => 'text/troff', + 'mesh' => 'model/mesh', + 'meta4' => 'application/metalink4+xml', + 'metalink' => 'application/metalink+xml', + 'mets' => 'application/mets+xml', + 'mfm' => 'application/vnd.mfmp', + 'mft' => 'application/rpki-manifest', + 'mgp' => 'application/vnd.osgeo.mapguide.package', + 'mgz' => 'application/vnd.proteus.magazine', + 'mid' => 'audio/midi', + 'midi' => 'audio/midi', + 'mie' => 'application/x-mie', + 'mif' => 'application/vnd.mif', + 'mime' => 'message/rfc822', + 'mj2' => 'video/mj2', + 'mjp2' => 'video/mj2', + 'mk3d' => 'video/x-matroska', + 'mka' => 'audio/x-matroska', + 'mks' => 'video/x-matroska', + 'mkv' => 'video/x-matroska', + 'mlp' => 'application/vnd.dolby.mlp', + 'mmd' => 'application/vnd.chipnuts.karaoke-mmd', + 'mmf' => 'application/vnd.smaf', + 'mmr' => 'image/vnd.fujixerox.edmics-mmr', + 'mng' => 'video/x-mng', + 'mny' => 'application/x-msmoney', + 'mobi' => 'application/x-mobipocket-ebook', + 'mods' => 'application/mods+xml', + 'mov' => 'video/quicktime', + 'movie' => 'video/x-sgi-movie', + 'mp2' => 'audio/mpeg', + 'mp21' => 'application/mp21', + 'mp2a' => 'audio/mpeg', + 'mp3' => 'audio/mpeg', + 'mp4' => 'video/mp4', + 'mp4a' => 'audio/mp4', + 'mp4s' => 'application/mp4', + 'mp4v' => 'video/mp4', + 'mpc' => 'application/vnd.mophun.certificate', + 'mpe' => 'video/mpeg', + 'mpeg' => 'video/mpeg', + 'mpg' => 'video/mpeg', + 'mpg4' => 'video/mp4', + 'mpga' => 'audio/mpeg', + 'mpkg' => 'application/vnd.apple.installer+xml', + 'mpm' => 'application/vnd.blueice.multipass', + 'mpn' => 'application/vnd.mophun.application', + 'mpp' => 'application/vnd.ms-project', + 'mpt' => 'application/vnd.ms-project', + 'mpy' => 'application/vnd.ibm.minipay', + 'mqy' => 'application/vnd.mobius.mqy', + 'mrc' => 'application/marc', + 'mrcx' => 'application/marcxml+xml', + 'ms' => 'text/troff', + 'mscml' => 'application/mediaservercontrol+xml', + 'mseed' => 'application/vnd.fdsn.mseed', + 'mseq' => 'application/vnd.mseq', + 'msf' => 'application/vnd.epson.msf', + 'msh' => 'model/mesh', + 'msi' => 'application/x-msdownload', + 'msl' => 'application/vnd.mobius.msl', + 'msty' => 'application/vnd.muvee.style', + 'mts' => 'model/vnd.mts', + 'mus' => 'application/vnd.musician', + 'musicxml' => 'application/vnd.recordare.musicxml+xml', + 'mvb' => 'application/x-msmediaview', + 'mwf' => 'application/vnd.mfer', + 'mxf' => 'application/mxf', + 'mxl' => 'application/vnd.recordare.musicxml', + 'mxml' => 'application/xv+xml', + 'mxs' => 'application/vnd.triscape.mxs', + 'mxu' => 'video/vnd.mpegurl', + 'n-gage' => 'application/vnd.nokia.n-gage.symbian.install', + 'n3' => 'text/n3', + 'nb' => 'application/mathematica', + 'nbp' => 'application/vnd.wolfram.player', + 'nc' => 'application/x-netcdf', + 'ncx' => 'application/x-dtbncx+xml', + 'nfo' => 'text/x-nfo', + 'ngdat' => 'application/vnd.nokia.n-gage.data', + 'nitf' => 'application/vnd.nitf', + 'nlu' => 'application/vnd.neurolanguage.nlu', + 'nml' => 'application/vnd.enliven', + 'nnd' => 'application/vnd.noblenet-directory', + 'nns' => 'application/vnd.noblenet-sealer', + 'nnw' => 'application/vnd.noblenet-web', + 'npx' => 'image/vnd.net-fpx', + 'nsc' => 'application/x-conference', + 'nsf' => 'application/vnd.lotus-notes', + 'ntf' => 'application/vnd.nitf', + 'nzb' => 'application/x-nzb', + 'oa2' => 'application/vnd.fujitsu.oasys2', + 'oa3' => 'application/vnd.fujitsu.oasys3', + 'oas' => 'application/vnd.fujitsu.oasys', + 'obd' => 'application/x-msbinder', + 'obj' => 'application/x-tgif', + 'oda' => 'application/oda', + 'odb' => 'application/vnd.oasis.opendocument.database', + 'odc' => 'application/vnd.oasis.opendocument.chart', + 'odf' => 'application/vnd.oasis.opendocument.formula', + 'odft' => 'application/vnd.oasis.opendocument.formula-template', + 'odg' => 'application/vnd.oasis.opendocument.graphics', + 'odi' => 'application/vnd.oasis.opendocument.image', + 'odm' => 'application/vnd.oasis.opendocument.text-master', + 'odp' => 'application/vnd.oasis.opendocument.presentation', + 'ods' => 'application/vnd.oasis.opendocument.spreadsheet', + 'odt' => 'application/vnd.oasis.opendocument.text', + 'oga' => 'audio/ogg', + 'ogg' => 'audio/ogg', + 'ogv' => 'video/ogg', + 'ogx' => 'application/ogg', + 'omdoc' => 'application/omdoc+xml', + 'onepkg' => 'application/onenote', + 'onetmp' => 'application/onenote', + 'onetoc' => 'application/onenote', + 'onetoc2' => 'application/onenote', + 'opf' => 'application/oebps-package+xml', + 'opml' => 'text/x-opml', + 'oprc' => 'application/vnd.palm', + 'org' => 'application/vnd.lotus-organizer', + 'osf' => 'application/vnd.yamaha.openscoreformat', + 'osfpvg' => 'application/vnd.yamaha.openscoreformat.osfpvg+xml', + 'otc' => 'application/vnd.oasis.opendocument.chart-template', + 'otf' => 'font/otf', + 'otg' => 'application/vnd.oasis.opendocument.graphics-template', + 'oth' => 'application/vnd.oasis.opendocument.text-web', + 'oti' => 'application/vnd.oasis.opendocument.image-template', + 'otp' => 'application/vnd.oasis.opendocument.presentation-template', + 'ots' => 'application/vnd.oasis.opendocument.spreadsheet-template', + 'ott' => 'application/vnd.oasis.opendocument.text-template', + 'oxps' => 'application/oxps', + 'oxt' => 'application/vnd.openofficeorg.extension', + 'p' => 'text/x-pascal', + 'p10' => 'application/pkcs10', + 'p12' => 'application/x-pkcs12', + 'p7b' => 'application/x-pkcs7-certificates', + 'p7c' => 'application/pkcs7-mime', + 'p7m' => 'application/pkcs7-mime', + 'p7r' => 'application/x-pkcs7-certreqresp', + 'p7s' => 'application/pkcs7-signature', + 'p8' => 'application/pkcs8', + 'pas' => 'text/x-pascal', + 'paw' => 'application/vnd.pawaafile', + 'pbd' => 'application/vnd.powerbuilder6', + 'pbm' => 'image/x-portable-bitmap', + 'pcap' => 'application/vnd.tcpdump.pcap', + 'pcf' => 'application/x-font-pcf', + 'pcl' => 'application/vnd.hp-pcl', + 'pclxl' => 'application/vnd.hp-pclxl', + 'pct' => 'image/x-pict', + 'pcurl' => 'application/vnd.curl.pcurl', + 'pcx' => 'image/x-pcx', + 'pdb' => 'application/vnd.palm', + 'pdf' => 'application/pdf', + 'pfa' => 'application/x-font-type1', + 'pfb' => 'application/x-font-type1', + 'pfm' => 'application/x-font-type1', + 'pfr' => 'application/font-tdpfr', + 'pfx' => 'application/x-pkcs12', + 'pgm' => 'image/x-portable-graymap', + 'pgn' => 'application/x-chess-pgn', + 'pgp' => 'application/pgp-encrypted', + 'pic' => 'image/x-pict', + 'pkg' => 'application/octet-stream', + 'pki' => 'application/pkixcmp', + 'pkipath' => 'application/pkix-pkipath', + 'plb' => 'application/vnd.3gpp.pic-bw-large', + 'plc' => 'application/vnd.mobius.plc', + 'plf' => 'application/vnd.pocketlearn', + 'pls' => 'application/pls+xml', + 'pml' => 'application/vnd.ctc-posml', + 'png' => 'image/png', + 'pnm' => 'image/x-portable-anymap', + 'portpkg' => 'application/vnd.macports.portpkg', + 'pot' => 'application/vnd.ms-powerpoint', + 'potm' => 'application/vnd.ms-powerpoint.template.macroenabled.12', + 'potx' => 'application/vnd.openxmlformats-officedocument.presentationml.template', + 'ppam' => 'application/vnd.ms-powerpoint.addin.macroenabled.12', + 'ppd' => 'application/vnd.cups-ppd', + 'ppm' => 'image/x-portable-pixmap', + 'pps' => 'application/vnd.ms-powerpoint', + 'ppsm' => 'application/vnd.ms-powerpoint.slideshow.macroenabled.12', + 'ppsx' => 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', + 'ppt' => 'application/vnd.ms-powerpoint', + 'pptm' => 'application/vnd.ms-powerpoint.presentation.macroenabled.12', + 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', + 'pqa' => 'application/vnd.palm', + 'prc' => 'application/x-mobipocket-ebook', + 'pre' => 'application/vnd.lotus-freelance', + 'prf' => 'application/pics-rules', + 'ps' => 'application/postscript', + 'psb' => 'application/vnd.3gpp.pic-bw-small', + 'psd' => 'image/vnd.adobe.photoshop', + 'psf' => 'application/x-font-linux-psf', + 'pskcxml' => 'application/pskc+xml', + 'ptid' => 'application/vnd.pvi.ptid1', + 'pub' => 'application/x-mspublisher', + 'pvb' => 'application/vnd.3gpp.pic-bw-var', + 'pwn' => 'application/vnd.3m.post-it-notes', + 'pya' => 'audio/vnd.ms-playready.media.pya', + 'pyv' => 'video/vnd.ms-playready.media.pyv', + 'qam' => 'application/vnd.epson.quickanime', + 'qbo' => 'application/vnd.intu.qbo', + 'qfx' => 'application/vnd.intu.qfx', + 'qps' => 'application/vnd.publishare-delta-tree', + 'qt' => 'video/quicktime', + 'qwd' => 'application/vnd.quark.quarkxpress', + 'qwt' => 'application/vnd.quark.quarkxpress', + 'qxb' => 'application/vnd.quark.quarkxpress', + 'qxd' => 'application/vnd.quark.quarkxpress', + 'qxl' => 'application/vnd.quark.quarkxpress', + 'qxt' => 'application/vnd.quark.quarkxpress', + 'ra' => 'audio/x-pn-realaudio', + 'ram' => 'audio/x-pn-realaudio', + 'rar' => 'application/x-rar-compressed', + 'ras' => 'image/x-cmu-raster', + 'rcprofile' => 'application/vnd.ipunplugged.rcprofile', + 'rdf' => 'application/rdf+xml', + 'rdz' => 'application/vnd.data-vision.rdz', + 'rep' => 'application/vnd.businessobjects', + 'res' => 'application/x-dtbresource+xml', + 'rgb' => 'image/x-rgb', + 'rif' => 'application/reginfo+xml', + 'rip' => 'audio/vnd.rip', + 'ris' => 'application/x-research-info-systems', + 'rl' => 'application/resource-lists+xml', + 'rlc' => 'image/vnd.fujixerox.edmics-rlc', + 'rld' => 'application/resource-lists-diff+xml', + 'rm' => 'application/vnd.rn-realmedia', + 'rmi' => 'audio/midi', + 'rmp' => 'audio/x-pn-realaudio-plugin', + 'rms' => 'application/vnd.jcp.javame.midlet-rms', + 'rmvb' => 'application/vnd.rn-realmedia-vbr', + 'rnc' => 'application/relax-ng-compact-syntax', + 'roa' => 'application/rpki-roa', + 'roff' => 'text/troff', + 'rp9' => 'application/vnd.cloanto.rp9', + 'rpss' => 'application/vnd.nokia.radio-presets', + 'rpst' => 'application/vnd.nokia.radio-preset', + 'rq' => 'application/sparql-query', + 'rs' => 'application/rls-services+xml', + 'rsd' => 'application/rsd+xml', + 'rss' => 'application/rss+xml', + 'rtf' => 'application/rtf', + 'rtx' => 'text/richtext', + 's' => 'text/x-asm', + 's3m' => 'audio/s3m', + 'saf' => 'application/vnd.yamaha.smaf-audio', + 'sbml' => 'application/sbml+xml', + 'sc' => 'application/vnd.ibm.secure-container', + 'scd' => 'application/x-msschedule', + 'scm' => 'application/vnd.lotus-screencam', + 'scq' => 'application/scvp-cv-request', + 'scs' => 'application/scvp-cv-response', + 'scurl' => 'text/vnd.curl.scurl', + 'sda' => 'application/vnd.stardivision.draw', + 'sdc' => 'application/vnd.stardivision.calc', + 'sdd' => 'application/vnd.stardivision.impress', + 'sdkd' => 'application/vnd.solent.sdkm+xml', + 'sdkm' => 'application/vnd.solent.sdkm+xml', + 'sdp' => 'application/sdp', + 'sdw' => 'application/vnd.stardivision.writer', + 'see' => 'application/vnd.seemail', + 'seed' => 'application/vnd.fdsn.seed', + 'sema' => 'application/vnd.sema', + 'semd' => 'application/vnd.semd', + 'semf' => 'application/vnd.semf', + 'ser' => 'application/java-serialized-object', + 'setpay' => 'application/set-payment-initiation', + 'setreg' => 'application/set-registration-initiation', + 'sfd-hdstx' => 'application/vnd.hydrostatix.sof-data', + 'sfs' => 'application/vnd.spotfire.sfs', + 'sfv' => 'text/x-sfv', + 'sgi' => 'image/sgi', + 'sgl' => 'application/vnd.stardivision.writer-global', + 'sgm' => 'text/sgml', + 'sgml' => 'text/sgml', + 'sh' => 'application/x-sh', + 'shar' => 'application/x-shar', + 'shf' => 'application/shf+xml', + 'sid' => 'image/x-mrsid-image', + 'sig' => 'application/pgp-signature', + 'sil' => 'audio/silk', + 'silo' => 'model/mesh', + 'sis' => 'application/vnd.symbian.install', + 'sisx' => 'application/vnd.symbian.install', + 'sit' => 'application/x-stuffit', + 'sitx' => 'application/x-stuffitx', + 'skd' => 'application/vnd.koan', + 'skm' => 'application/vnd.koan', + 'skp' => 'application/vnd.koan', + 'skt' => 'application/vnd.koan', + 'sldm' => 'application/vnd.ms-powerpoint.slide.macroenabled.12', + 'sldx' => 'application/vnd.openxmlformats-officedocument.presentationml.slide', + 'slt' => 'application/vnd.epson.salt', + 'sm' => 'application/vnd.stepmania.stepchart', + 'smf' => 'application/vnd.stardivision.math', + 'smi' => 'application/smil+xml', + 'smil' => 'application/smil+xml', + 'smv' => 'video/x-smv', + 'smzip' => 'application/vnd.stepmania.package', + 'snd' => 'audio/basic', + 'snf' => 'application/x-font-snf', + 'so' => 'application/octet-stream', + 'spc' => 'application/x-pkcs7-certificates', + 'spf' => 'application/vnd.yamaha.smaf-phrase', + 'spl' => 'application/x-futuresplash', + 'spot' => 'text/vnd.in3d.spot', + 'spp' => 'application/scvp-vp-response', + 'spq' => 'application/scvp-vp-request', + 'spx' => 'audio/ogg', + 'sql' => 'application/x-sql', + 'src' => 'application/x-wais-source', + 'srt' => 'application/x-subrip', + 'sru' => 'application/sru+xml', + 'srx' => 'application/sparql-results+xml', + 'ssdl' => 'application/ssdl+xml', + 'sse' => 'application/vnd.kodak-descriptor', + 'ssf' => 'application/vnd.epson.ssf', + 'ssml' => 'application/ssml+xml', + 'st' => 'application/vnd.sailingtracker.track', + 'stc' => 'application/vnd.sun.xml.calc.template', + 'std' => 'application/vnd.sun.xml.draw.template', + 'stf' => 'application/vnd.wt.stf', + 'sti' => 'application/vnd.sun.xml.impress.template', + 'stk' => 'application/hyperstudio', + 'stl' => 'application/vnd.ms-pki.stl', + 'str' => 'application/vnd.pg.format', + 'stw' => 'application/vnd.sun.xml.writer.template', + 'sub' => 'text/vnd.dvb.subtitle', + 'sus' => 'application/vnd.sus-calendar', + 'susp' => 'application/vnd.sus-calendar', + 'sv4cpio' => 'application/x-sv4cpio', + 'sv4crc' => 'application/x-sv4crc', + 'svc' => 'application/vnd.dvb.service', + 'svd' => 'application/vnd.svd', + 'svg' => 'image/svg+xml', + 'svgz' => 'image/svg+xml', + 'swa' => 'application/x-director', + 'swf' => 'application/x-shockwave-flash', + 'swi' => 'application/vnd.aristanetworks.swi', + 'sxc' => 'application/vnd.sun.xml.calc', + 'sxd' => 'application/vnd.sun.xml.draw', + 'sxg' => 'application/vnd.sun.xml.writer.global', + 'sxi' => 'application/vnd.sun.xml.impress', + 'sxm' => 'application/vnd.sun.xml.math', + 'sxw' => 'application/vnd.sun.xml.writer', + 't' => 'text/troff', + 't3' => 'application/x-t3vm-image', + 'taglet' => 'application/vnd.mynfc', + 'tao' => 'application/vnd.tao.intent-module-archive', + 'tar' => 'application/x-tar', + 'tcap' => 'application/vnd.3gpp2.tcap', + 'tcl' => 'application/x-tcl', + 'teacher' => 'application/vnd.smart.teacher', + 'tei' => 'application/tei+xml', + 'teicorpus' => 'application/tei+xml', + 'tex' => 'application/x-tex', + 'texi' => 'application/x-texinfo', + 'texinfo' => 'application/x-texinfo', + 'text' => 'text/plain', + 'tfi' => 'application/thraud+xml', + 'tfm' => 'application/x-tex-tfm', + 'tga' => 'image/x-tga', + 'thmx' => 'application/vnd.ms-officetheme', + 'tif' => 'image/tiff', + 'tiff' => 'image/tiff', + 'tmo' => 'application/vnd.tmobile-livetv', + 'torrent' => 'application/x-bittorrent', + 'tpl' => 'application/vnd.groove-tool-template', + 'tpt' => 'application/vnd.trid.tpt', + 'tr' => 'text/troff', + 'tra' => 'application/vnd.trueapp', + 'trm' => 'application/x-msterminal', + 'tsd' => 'application/timestamped-data', + 'tsv' => 'text/tab-separated-values', + 'ttc' => 'font/collection', + 'ttf' => 'font/ttf', + 'ttl' => 'text/turtle', + 'twd' => 'application/vnd.simtech-mindmapper', + 'twds' => 'application/vnd.simtech-mindmapper', + 'txd' => 'application/vnd.genomatix.tuxedo', + 'txf' => 'application/vnd.mobius.txf', + 'txt' => 'text/plain', + 'u32' => 'application/x-authorware-bin', + 'udeb' => 'application/x-debian-package', + 'ufd' => 'application/vnd.ufdl', + 'ufdl' => 'application/vnd.ufdl', + 'ulx' => 'application/x-glulx', + 'umj' => 'application/vnd.umajin', + 'unityweb' => 'application/vnd.unity', + 'uoml' => 'application/vnd.uoml+xml', + 'uri' => 'text/uri-list', + 'uris' => 'text/uri-list', + 'urls' => 'text/uri-list', + 'ustar' => 'application/x-ustar', + 'utz' => 'application/vnd.uiq.theme', + 'uu' => 'text/x-uuencode', + 'uva' => 'audio/vnd.dece.audio', + 'uvd' => 'application/vnd.dece.data', + 'uvf' => 'application/vnd.dece.data', + 'uvg' => 'image/vnd.dece.graphic', + 'uvh' => 'video/vnd.dece.hd', + 'uvi' => 'image/vnd.dece.graphic', + 'uvm' => 'video/vnd.dece.mobile', + 'uvp' => 'video/vnd.dece.pd', + 'uvs' => 'video/vnd.dece.sd', + 'uvt' => 'application/vnd.dece.ttml+xml', + 'uvu' => 'video/vnd.uvvu.mp4', + 'uvv' => 'video/vnd.dece.video', + 'uvva' => 'audio/vnd.dece.audio', + 'uvvd' => 'application/vnd.dece.data', + 'uvvf' => 'application/vnd.dece.data', + 'uvvg' => 'image/vnd.dece.graphic', + 'uvvh' => 'video/vnd.dece.hd', + 'uvvi' => 'image/vnd.dece.graphic', + 'uvvm' => 'video/vnd.dece.mobile', + 'uvvp' => 'video/vnd.dece.pd', + 'uvvs' => 'video/vnd.dece.sd', + 'uvvt' => 'application/vnd.dece.ttml+xml', + 'uvvu' => 'video/vnd.uvvu.mp4', + 'uvvv' => 'video/vnd.dece.video', + 'uvvx' => 'application/vnd.dece.unspecified', + 'uvvz' => 'application/vnd.dece.zip', + 'uvx' => 'application/vnd.dece.unspecified', + 'uvz' => 'application/vnd.dece.zip', + 'vcard' => 'text/vcard', + 'vcd' => 'application/x-cdlink', + 'vcf' => 'text/x-vcard', + 'vcg' => 'application/vnd.groove-vcard', + 'vcs' => 'text/x-vcalendar', + 'vcx' => 'application/vnd.vcx', + 'vis' => 'application/vnd.visionary', + 'viv' => 'video/vnd.vivo', + 'vob' => 'video/x-ms-vob', + 'vor' => 'application/vnd.stardivision.writer', + 'vox' => 'application/x-authorware-bin', + 'vrml' => 'model/vrml', + 'vsd' => 'application/vnd.visio', + 'vsf' => 'application/vnd.vsf', + 'vss' => 'application/vnd.visio', + 'vst' => 'application/vnd.visio', + 'vsw' => 'application/vnd.visio', + 'vtu' => 'model/vnd.vtu', + 'vxml' => 'application/voicexml+xml', + 'w3d' => 'application/x-director', + 'wad' => 'application/x-doom', + 'wav' => 'audio/x-wav', + 'wax' => 'audio/x-ms-wax', + 'wbmp' => 'image/vnd.wap.wbmp', + 'wbs' => 'application/vnd.criticaltools.wbs+xml', + 'wbxml' => 'application/vnd.wap.wbxml', + 'wcm' => 'application/vnd.ms-works', + 'wdb' => 'application/vnd.ms-works', + 'wdp' => 'image/vnd.ms-photo', + 'weba' => 'audio/webm', + 'webm' => 'video/webm', + 'webp' => 'image/webp', + 'wg' => 'application/vnd.pmi.widget', + 'wgt' => 'application/widget', + 'wks' => 'application/vnd.ms-works', + 'wm' => 'video/x-ms-wm', + 'wma' => 'audio/x-ms-wma', + 'wmd' => 'application/x-ms-wmd', + 'wmf' => 'application/x-msmetafile', + 'wml' => 'text/vnd.wap.wml', + 'wmlc' => 'application/vnd.wap.wmlc', + 'wmls' => 'text/vnd.wap.wmlscript', + 'wmlsc' => 'application/vnd.wap.wmlscriptc', + 'wmv' => 'video/x-ms-wmv', + 'wmx' => 'video/x-ms-wmx', + 'wmz' => 'application/x-msmetafile', + 'woff' => 'font/woff', + 'woff2' => 'font/woff2', + 'wpd' => 'application/vnd.wordperfect', + 'wpl' => 'application/vnd.ms-wpl', + 'wps' => 'application/vnd.ms-works', + 'wqd' => 'application/vnd.wqd', + 'wri' => 'application/x-mswrite', + 'wrl' => 'model/vrml', + 'wsdl' => 'application/wsdl+xml', + 'wspolicy' => 'application/wspolicy+xml', + 'wtb' => 'application/vnd.webturbo', + 'wvx' => 'video/x-ms-wvx', + 'x32' => 'application/x-authorware-bin', + 'x3d' => 'model/x3d+xml', + 'x3db' => 'model/x3d+binary', + 'x3dbz' => 'model/x3d+binary', + 'x3dv' => 'model/x3d+vrml', + 'x3dvz' => 'model/x3d+vrml', + 'x3dz' => 'model/x3d+xml', + 'xaml' => 'application/xaml+xml', + 'xap' => 'application/x-silverlight-app', + 'xar' => 'application/vnd.xara', + 'xbap' => 'application/x-ms-xbap', + 'xbd' => 'application/vnd.fujixerox.docuworks.binder', + 'xbm' => 'image/x-xbitmap', + 'xdf' => 'application/xcap-diff+xml', + 'xdm' => 'application/vnd.syncml.dm+xml', + 'xdp' => 'application/vnd.adobe.xdp+xml', + 'xdssc' => 'application/dssc+xml', + 'xdw' => 'application/vnd.fujixerox.docuworks', + 'xenc' => 'application/xenc+xml', + 'xer' => 'application/patch-ops-error+xml', + 'xfdf' => 'application/vnd.adobe.xfdf', + 'xfdl' => 'application/vnd.xfdl', + 'xht' => 'application/xhtml+xml', + 'xhtml' => 'application/xhtml+xml', + 'xhvml' => 'application/xv+xml', + 'xif' => 'image/vnd.xiff', + 'xla' => 'application/vnd.ms-excel', + 'xlam' => 'application/vnd.ms-excel.addin.macroenabled.12', + 'xlc' => 'application/vnd.ms-excel', + 'xlf' => 'application/x-xliff+xml', + 'xlm' => 'application/vnd.ms-excel', + 'xls' => 'application/vnd.ms-excel', + 'xlsb' => 'application/vnd.ms-excel.sheet.binary.macroenabled.12', + 'xlsm' => 'application/vnd.ms-excel.sheet.macroenabled.12', + 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', + 'xlt' => 'application/vnd.ms-excel', + 'xltm' => 'application/vnd.ms-excel.template.macroenabled.12', + 'xltx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.template', + 'xlw' => 'application/vnd.ms-excel', + 'xm' => 'audio/xm', + 'xml' => 'application/xml', + 'xo' => 'application/vnd.olpc-sugar', + 'xop' => 'application/xop+xml', + 'xpi' => 'application/x-xpinstall', + 'xpl' => 'application/xproc+xml', + 'xpm' => 'image/x-xpixmap', + 'xpr' => 'application/vnd.is-xpr', + 'xps' => 'application/vnd.ms-xpsdocument', + 'xpw' => 'application/vnd.intercon.formnet', + 'xpx' => 'application/vnd.intercon.formnet', + 'xsl' => 'application/xml', + 'xslt' => 'application/xslt+xml', + 'xsm' => 'application/vnd.syncml+xml', + 'xspf' => 'application/xspf+xml', + 'xul' => 'application/vnd.mozilla.xul+xml', + 'xvm' => 'application/xv+xml', + 'xvml' => 'application/xv+xml', + 'xwd' => 'image/x-xwindowdump', + 'xyz' => 'chemical/x-xyz', + 'xz' => 'application/x-xz', + 'yang' => 'application/yang', + 'yin' => 'application/yin+xml', + 'z1' => 'application/x-zmachine', + 'z2' => 'application/x-zmachine', + 'z3' => 'application/x-zmachine', + 'z4' => 'application/x-zmachine', + 'z5' => 'application/x-zmachine', + 'z6' => 'application/x-zmachine', + 'z7' => 'application/x-zmachine', + 'z8' => 'application/x-zmachine', + 'zaz' => 'application/vnd.zzazz.deck+xml', + 'zip' => 'application/zip', + 'zir' => 'application/vnd.zul', + 'zirz' => 'application/vnd.zul', + 'zmm' => 'application/vnd.handheld-entertainment+xml' ); - - /** - * Get the mime type based on file extension - * - * @param string $file The file name or path - * - * @return string the mime type on success - * - */ - protected static function mimeType($file) - { - /** - * **DISCLAIMER** - * This will just match the file extension to the following - * array. It does not guarantee that the file is TRULY that - * of the extension that this function returns. - */ - // get the extension form file - $extension = \strtolower(\pathinfo($file, \PATHINFO_EXTENSION)); - // check if we have the extension listed - if (isset(self::$fileExtentionToMimeType[$extension])) - { - return self::$fileExtentionToMimeType[$extension]; - } - return false; + /** + * Get the mime type based on file extension + * + * @param string $file The file name or path + * + * @return string the mime type on success + * + */ + public static function mimeType($file) + { + /** + * **DISCLAIMER** + * This will just match the file extension to the following + * array. It does not guarantee that the file is TRULY that + * of the extension that this function returns. + * https://gist.github.com/Llewellynvdm/74be373357e131b8775a7582c3de508b + */ + + // get the extension form file + $extension = \strtolower(\pathinfo($file, \PATHINFO_EXTENSION)); + // check if we have the extension listed + if (isset(self::$fileExtentionToMimeType[$extension])) + { + return self::$fileExtentionToMimeType[$extension]; + } + elseif (function_exists('mime_content_type')) + { + return mime_content_type($file); + } + elseif (function_exists('finfo_open')) + { + $finfo = finfo_open(FILEINFO_MIME); + $mimetype = finfo_file($finfo, $file); + finfo_close($finfo); + return $mimetype; + } + return 'application/octet-stream'; } protected static function getDownloadFileName(&$sermon, $file, $type) @@ -2319,7 +2628,7 @@ abstract class SermondistributorHelper } return $value; } - + /** * Load the Component xml manifest. **/ @@ -2328,12 +2637,12 @@ abstract class SermondistributorHelper $manifestUrl = JPATH_ADMINISTRATOR."/components/com_sermondistributor/sermondistributor.xml"; return simplexml_load_file($manifestUrl); } - + /** * Joomla version object **/ protected static $JVersion; - + /** * set/get Joomla version **/ @@ -2500,7 +2809,7 @@ abstract class SermondistributorHelper } return $model; } - + /** * Add to asset Table */ @@ -2564,7 +2873,7 @@ abstract class SermondistributorHelper } return false; } - + /** * Gets the default asset Rules for a component/view. */ @@ -2869,7 +3178,7 @@ abstract class SermondistributorHelper } return $id; } - + /** * Get the actions permissions **/ @@ -3061,7 +3370,14 @@ abstract class SermondistributorHelper } return $result; } - + + /** + * Check if have an json string + * + * @input string The json string to check + * + * @returns bool true on success + **/ public static function checkJson($string) { if (self::checkString($string)) @@ -3072,15 +3388,29 @@ abstract class SermondistributorHelper return false; } + /** + * Check if have an object with a length + * + * @input object The object to check + * + * @returns bool true on success + **/ public static function checkObject($object) { - if (isset($object) && is_object($object) && count($object) > 0) + if (isset($object) && is_object($object)) { - return true; + return count((array)$object) > 0; } return false; } + /** + * Check if have an array with a length + * + * @input array The array to check + * + * @returns bool true on success + **/ public static function checkArray($array, $removeEmptyString = false) { if (isset($array) && is_array($array) && count($array) > 0) @@ -3102,6 +3432,13 @@ abstract class SermondistributorHelper return false; } + /** + * Check if have a string with a length + * + * @input string The string to check + * + * @returns bool true on success + **/ public static function checkString($string) { if (isset($string) && is_string($string) && strlen($string) > 0) @@ -3110,7 +3447,7 @@ abstract class SermondistributorHelper } return false; } - + /** * Check if we are connected * Thanks https://stackoverflow.com/a/4860432/1429677 @@ -3136,6 +3473,13 @@ abstract class SermondistributorHelper return $is_conn; } + /** + * Merge an array of array's + * + * @input array The arrays you would like to merge + * + * @returns array on success + **/ public static function mergeArrays($arrays) { if(self::checkArray($arrays)) @@ -3159,6 +3503,13 @@ abstract class SermondistributorHelper return self::shorten($string, $length, $addTip); } + /** + * Shorten a string + * + * @input string The you would like to shorten + * + * @returns string on success + **/ public static function shorten($string, $length = 40, $addTip = true) { if (self::checkString($string)) @@ -3193,6 +3544,13 @@ abstract class SermondistributorHelper return $string; } + /** + * Making strings safe (various ways) + * + * @input string The you would like to make safe + * + * @returns string on success + **/ public static function safeString($string, $type = 'L', $spacer = '_', $replaceNumbers = true) { if ($replaceNumbers === true) @@ -3320,7 +3678,7 @@ abstract class SermondistributorHelper // return the string with no numbers remaining. return $string; } - + /** * Convert an integer into an English word string * Thanks to Tom Nicholson @@ -3430,18 +3788,29 @@ abstract class SermondistributorHelper return implode($key); } - public static function getCryptKey($type, $default = null) + /** + * Get The Encryption Keys + * + * @param string $type The type of key + * @param string/bool $default The return value if no key was found + * + * @return string On success + * + **/ + public static function getCryptKey($type, $default = false) { + // Get the global params + $params = JComponentHelper::getParams('com_sermondistributor', true); + // Basic Encryption Type if ('basic' === $type) { - // Get the global params - $params = JComponentHelper::getParams('com_sermondistributor', true); $basic_key = $params->get('basic_key', $default); - if ($basic_key) + if (self::checkString($basic_key)) { return $basic_key; } } - return false; + + return $default; } } diff --git a/site/layouts/addtodropboxbutton.php b/site/layouts/addtodropboxbutton.php index ccd84be5..3b05bf05 100644 --- a/site/layouts/addtodropboxbutton.php +++ b/site/layouts/addtodropboxbutton.php @@ -1,17 +1,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/site/views/categories/tmpl/default_categories-grid.php b/site/views/categories/tmpl/default_categories-grid.php index 6c925beb..8aa5f1f5 100644 --- a/site/views/categories/tmpl/default_categories-grid.php +++ b/site/views/categories/tmpl/default_categories-grid.php @@ -1,17 +1,16 @@ - - + + @@ -26,234 +28,336 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/site/views/category/tmpl/default_categorybox.php b/site/views/category/tmpl/default_categorybox.php index ee09f3d9..337f1e18 100644 --- a/site/views/category/tmpl/default_categorybox.php +++ b/site/views/category/tmpl/default_categorybox.php @@ -1,17 +1,16 @@ - - + + @@ -28,256 +30,368 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/site/views/preacher/tmpl/default_preacherbox.php b/site/views/preacher/tmpl/default_preacherbox.php index 76a83fa7..af43180f 100644 --- a/site/views/preacher/tmpl/default_preacherbox.php +++ b/site/views/preacher/tmpl/default_preacherbox.php @@ -1,17 +1,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/site/views/preachers/tmpl/default_preachers-grid.php b/site/views/preachers/tmpl/default_preachers-grid.php index dedf3aa1..05eee156 100644 --- a/site/views/preachers/tmpl/default_preachers-grid.php +++ b/site/views/preachers/tmpl/default_preachers-grid.php @@ -1,17 +1,16 @@ - - + + @@ -27,234 +29,336 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/site/views/series/tmpl/default_seriesbox.php b/site/views/series/tmpl/default_seriesbox.php index c35c24df..ef32c2e7 100644 --- a/site/views/series/tmpl/default_seriesbox.php +++ b/site/views/series/tmpl/default_seriesbox.php @@ -1,17 +1,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/site/views/serieslist/tmpl/default_series-grid.php b/site/views/serieslist/tmpl/default_series-grid.php index 27a17a74..863a52e5 100644 --- a/site/views/serieslist/tmpl/default_series-grid.php +++ b/site/views/serieslist/tmpl/default_series-grid.php @@ -1,17 +1,16 @@