Joomla-Sermon-Distributor/site/views/serieslist/view.html.php

238 lines
8.5 KiB
PHP
Raw Normal View History

2015-11-30 21:30:54 +00:00
<?php
/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/
__ __ _ _____ _ _ __ __ _ _ _
\ \ / / | | | __ \ | | | | | \/ | | | | | | |
\ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| |
\ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` |
\ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| |
\/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_|
| |
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
2015-11-30 21:30:54 +00:00
2017-02-17 20:21:37 +00:00
@version @update number 26 of this MVC
@build 11th April, 2016
@created 30th October, 2015
2015-11-30 21:30:54 +00:00
@package Sermon Distributor
@subpackage view.html.php
@author Llewellyn van der Merwe <https://www.vdm.io/>
@copyright Copyright (C) 2015. All Rights Reserved
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
A sermon distributor that links to Dropbox.
/-----------------------------------------------------------------------------------------------------------------------------*/
2015-11-30 21:30:54 +00:00
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// import Joomla view library
jimport('joomla.application.component.view');
/**
* Sermondistributor View class for the Serieslist
*/
class SermondistributorViewSerieslist extends JViewLegacy
{
// Overwriting JView display method
function display($tpl = null)
{
// get combined params of both component and menu
$this->app = JFactory::getApplication();
$this->params = $this->app->getParams();
$this->menu = $this->app->getMenu()->getActive();
// get the user object
$this->user = JFactory::getUser();
// Initialise variables.
$this->items = $this->get('Items');
2015-11-30 21:30:54 +00:00
$this->pagination = $this->get('Pagination');
// Check for errors.
2015-11-30 21:30:54 +00:00
if (count($errors = $this->get('Errors')))
{
2017-02-17 20:21:37 +00:00
JError::raiseError(500, implode(PHP_EOL, $errors));
2015-11-30 21:30:54 +00:00
return false;
}
// do a quick build of all the links
if ($this->items)
{
foreach ($this->items as $nr => &$item)
{
$item->link = JRoute::_(SermondistributorHelperRoute::getSeriesRoute($item->slug));
}
}
// set the FooTable style
$style = $this->params->get('list_series_table_color', 0);
if (5 == $style)
{
$this->fooTableStyle = 1;
}
elseif ($style <= 4)
{
$this->fooTableStyle = 0;
}
else
{
$this->fooTableStyle = 2;
}
// Set the toolbar
2015-11-30 21:30:54 +00:00
$this->addToolBar();
// set the document
2015-11-30 21:30:54 +00:00
$this->_prepareDocument();
parent::display($tpl);
}
/**
* Prepares the document
*/
protected function _prepareDocument()
{
// always make sure jquery is loaded.
2015-11-30 21:30:54 +00:00
JHtml::_('jquery.framework');
// Load the header checker class.
2015-11-30 21:30:54 +00:00
require_once( JPATH_COMPONENT_SITE.'/helpers/headercheck.php' );
// Initialize the header checker.
2017-08-18 11:20:01 +00:00
$HeaderCheck = new sermondistributorHeaderCheck;
2015-11-30 21:30:54 +00:00
// Load uikit options.
2015-11-30 21:30:54 +00:00
$uikit = $this->params->get('uikit_load');
// Set script size.
2015-11-30 21:30:54 +00:00
$size = $this->params->get('uikit_min');
// Set css style.
2015-11-30 21:30:54 +00:00
$style = $this->params->get('uikit_style');
// The uikit css.
2015-11-30 21:30:54 +00:00
if ((!$HeaderCheck->css_loaded('uikit.min') || $uikit == 1) && $uikit != 2 && $uikit != 3)
{
$this->document->addStyleSheet(JURI::root(true) .'/media/com_sermondistributor/uikit/css/uikit'.$style.$size.'.css');
}
// The uikit js.
2015-11-30 21:30:54 +00:00
if ((!$HeaderCheck->js_loaded('uikit.min') || $uikit == 1) && $uikit != 2 && $uikit != 3)
{
$this->document->addScript(JURI::root(true) .'/media/com_sermondistributor/uikit/js/uikit'.$size.'.js');
}
// Load the script to find all uikit components needed.
2015-11-30 21:30:54 +00:00
if ($uikit != 2)
{
// Set the default uikit components in this view.
2015-11-30 21:30:54 +00:00
$uikitComp = array();
$uikitComp[] = 'data-uk-tooltip';
$uikitComp[] = 'data-uk-grid';
// Get field uikit components needed in this view.
2015-11-30 21:30:54 +00:00
$uikitFieldComp = $this->get('UikitComp');
if (isset($uikitFieldComp) && SermondistributorHelper::checkArray($uikitFieldComp))
{
if (isset($uikitComp) && SermondistributorHelper::checkArray($uikitComp))
{
$uikitComp = array_merge($uikitComp, $uikitFieldComp);
$uikitComp = array_unique($uikitComp);
}
else
{
$uikitComp = $uikitFieldComp;
}
}
}
// Load the needed uikit components in this view.
2015-11-30 21:30:54 +00:00
if ($uikit != 2 && isset($uikitComp) && SermondistributorHelper::checkArray($uikitComp))
{
// load just in case.
2015-11-30 21:30:54 +00:00
jimport('joomla.filesystem.file');
// loading...
2015-11-30 21:30:54 +00:00
foreach ($uikitComp as $class)
{
foreach (SermondistributorHelper::$uk_components[$class] as $name)
{
// check if the CSS file exists.
2015-11-30 21:30:54 +00:00
if (JFile::exists(JPATH_ROOT.'/media/com_sermondistributor/uikit/css/components/'.$name.$style.$size.'.css'))
{
// load the css.
2015-11-30 21:30:54 +00:00
$this->document->addStyleSheet(JURI::root(true) .'/media/com_sermondistributor/uikit/css/components/'.$name.$style.$size.'.css');
}
// check if the JavaScript file exists.
2015-11-30 21:30:54 +00:00
if (JFile::exists(JPATH_ROOT.'/media/com_sermondistributor/uikit/js/components/'.$name.$size.'.js'))
{
// load the js.
2017-02-17 20:21:37 +00:00
$this->document->addScript(JURI::root(true) .'/media/com_sermondistributor/uikit/js/components/'.$name.$size.'.js', 'text/javascript', true);
2015-11-30 21:30:54 +00:00
}
}
}
}
// Add the CSS for Footable.
2015-11-30 21:30:54 +00:00
$this->document->addStyleSheet(JURI::root() .'media/com_sermondistributor/footable/css/footable.core.min.css');
// Use the Metro Style
2015-11-30 21:30:54 +00:00
if (!isset($this->fooTableStyle) || 0 == $this->fooTableStyle)
{
$this->document->addStyleSheet(JURI::root() .'media/com_sermondistributor/footable/css/footable.metro.min.css');
}
// Use the Legacy Style.
2015-11-30 21:30:54 +00:00
elseif (isset($this->fooTableStyle) && 1 == $this->fooTableStyle)
{
$this->document->addStyleSheet(JURI::root() .'media/com_sermondistributor/footable/css/footable.standalone.min.css');
}
// Add the JavaScript for Footable
2015-11-30 21:30:54 +00:00
$this->document->addScript(JURI::root() .'media/com_sermondistributor/footable/js/footable.js');
$this->document->addScript(JURI::root() .'media/com_sermondistributor/footable/js/footable.sort.js');
$this->document->addScript(JURI::root() .'media/com_sermondistributor/footable/js/footable.filter.js');
$this->document->addScript(JURI::root() .'media/com_sermondistributor/footable/js/footable.paginate.js');
// load the meta description
2015-11-30 21:30:54 +00:00
if ($this->params->get('menu-meta_description'))
{
$this->document->setDescription($this->params->get('menu-meta_description'));
}
// load the key words if set
2015-11-30 21:30:54 +00:00
if ($this->params->get('menu-meta_keywords'))
{
$this->document->setMetadata('keywords', $this->params->get('menu-meta_keywords'));
}
// check the robot params
2015-11-30 21:30:54 +00:00
if ($this->params->get('robots'))
{
$this->document->setMetadata('robots', $this->params->get('robots'));
}
// add the document default css file
$this->document->addStyleSheet(JURI::root(true) .'/components/com_sermondistributor/assets/css/serieslist.css');
}
/**
* Setting the toolbar
*/
protected function addToolBar()
{
// adding the joomla toolbar to the front
JLoader::register('JToolbarHelper', JPATH_ADMINISTRATOR.'/includes/toolbar.php');
// set help url for this view if found
$help_url = SermondistributorHelper::getHelpUrl('serieslist');
if (SermondistributorHelper::checkString($help_url))
{
JToolbarHelper::help('COM_SERMONDISTRIBUTOR_HELP_MANAGER', false, $help_url);
}
// now initiate the toolbar
$this->toolbar = JToolbar::getInstance();
}
/**
* Escapes a value for output in a view script.
*
* @param mixed $var The output to escape.
*
* @return mixed The escaped value.
*/
public function escape($var, $sorten = false, $length = 40)
{
// use the helper htmlEscape method instead.
return SermondistributorHelper::htmlEscape($var, $this->_charset, $sorten, $length);
}
}