/** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if ($params->track_downloads): ?> endif; ?>
// Page Heading ?> if ($params->get('show_page_heading')): ?>

Horizon report 2018

endif; ?> // Document | Import partial template from document view ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if ($document->isDocument()): ?> /** * @package DOCman * @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> // Template for document types such as PDF, Word, or Excel documents ?> /** * @package DOCman * @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?>
// Header ?> if ($params->show_document_title || ($params->show_document_recent && $this->isRecent($document)) || ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()) || (!$document->enabled) || ($this->object('user')->getId() == $document->created_by) || ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)) ): ?>

// Header image ?> if ($document->icon && $params->show_document_icon): ?> if ($params->document_title_link && $link == 1): ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> else: ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> endif; ?> endif ?> // Header title ?> if ($params->show_document_title): ?> if ($params->document_title_link && $link): ?> Horizon report 2018 else: ?> Horizon report 2018 endif; ?> endif; ?> // Show labels ?> // Label new ?> if ($params->show_document_recent && $this->isRecent($document)): ?> Nouveau endif; ?> // Label locked ?> if ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()): ?> endif; ?> // Label status ?> if (!$document->enabled || $document->status !== 'published'): ?> $status = $document->enabled ? $this->translate($document->status) : $this->translate('Draft'); ?>   endif; ?> // Label owner ?> if ($params->get('show_document_owner_label', 1) && $this->object('user')->getId() == $document->created_by): ?> Propriétaire endif; ?> // Label popular ?> if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?> Populaires endif ?>

endif; ?> // After title - content plugin event ?> // Dates&Owner ?> if (($params->show_document_created) || ($document->modified_by && $params->show_document_modified) || ($params->show_document_created_by) || ($params->show_document_category) || ($params->show_document_tags) || ($params->show_document_hits && $document->hits) ): ?>

// Created ?> if ($params->show_document_created): ?> endif; ?> // Modified ?> if ($params->show_document_modified && $document->modified_by): ?> endif; ?> // Owner ?> if ($params->show_document_created_by && $document->created_by): $owner = ''; ?> Par endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> Dans endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Champs cochés : endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6126 téléchargements endif ?>

endif; ?> // Render audio/video player ?> if(!$params->force_download && $params->show_player): ?>

endif; ?> // Download area ?> if (empty($player) && (!$this->object('user')->isAuthentic() || $document->canPerform('download'))): ?> endif ?> // Before display - content plugin event ?> // Document description ?> if ($params->show_document_description || $params->show_document_image): ?>
if ($params->show_document_image && $document->image): ?> Horizon report 2018 endif ?> if ($params->show_document_description): $field = 'description_'.(isset($description) ? $description : 'full'); ?>
endif; ?>
endif ?> // After display - content plugin event ?> // Edit area | Import partial template from document view ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; $show_delete = isset($show_delete) ? $show_delete : $document->canPerform('delete'); $show_edit = isset($show_edit) ? $show_edit : $document->canPerform('edit'); $button_size = 'btn-'.(isset($button_size) ? $button_size : 'small'); ?> // Edit and delete buttons ?> if (!($document->isLockable() && $document->isLocked()) && ($show_edit || $show_delete)): ?>
// Edit ?> if ($show_edit): ?> Modifier endif ?> // Delete ?> if ($show_delete): $data = array( 'method' => 'post', 'url' => (string)$this->helper('route.document',array('entity' => $document), true, false), 'params' => array( 'csrf_token' => $this->object('user')->getSession()->getToken(), '_method' => 'delete', '_referrer' => base64_encode((string) $this->object('request')->getUrl()) ) ); if ($this->parameters()->view == 'document') { if ((string)$this->object('request')->getReferrer()) { $data['params']['_referrer'] = base64_encode((string) $this->object('request')->getReferrer()); } else { $data['params']['_referrer'] = base64_encode(JURI::base()); } } ?> Supprimer endif ?>
endif ?>
elseif ($document->isArchive()): ?> /** * @package DOCman * @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> // Template for archive files like ZIP or RAR ?> /** * @package DOCman * @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?>
// Header ?> if ($params->show_document_title || ($params->show_document_recent && $this->isRecent($document)) || ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()) || (!$document->enabled) || ($this->object('user')->getId() == $document->created_by) || ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)) ): ?>

// Header image ?> if ($document->icon && $params->show_document_icon): ?> if ($params->document_title_link && $link == 1): ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> else: ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> endif; ?> endif ?> // Header title ?> if ($params->show_document_title): ?> if ($params->document_title_link && $link): ?> Horizon report 2018 else: ?> Horizon report 2018 endif; ?> endif; ?> // Show labels ?> // Label new ?> if ($params->show_document_recent && $this->isRecent($document)): ?> Nouveau endif; ?> // Label locked ?> if ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()): ?> endif; ?> // Label status ?> if (!$document->enabled || $document->status !== 'published'): ?> $status = $document->enabled ? $this->translate($document->status) : $this->translate('Draft'); ?>   endif; ?> // Label owner ?> if ($params->get('show_document_owner_label', 1) && $this->object('user')->getId() == $document->created_by): ?> Propriétaire endif; ?> // Label popular ?> if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?> Populaires endif ?>

endif; ?> // After title - content plugin event ?> // Dates&Owner ?> if (($params->show_document_created) || ($document->modified_by && $params->show_document_modified) || ($params->show_document_created_by) || ($params->show_document_category) || ($params->show_document_tags) || ($params->show_document_hits && $document->hits) ): ?>

// Created ?> if ($params->show_document_created): ?> endif; ?> // Modified ?> if ($params->show_document_modified && $document->modified_by): ?> endif; ?> // Owner ?> if ($params->show_document_created_by && $document->created_by): $owner = ''; ?> Par endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> Dans endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Champs cochés : endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6126 téléchargements endif ?>

endif; ?> // Render audio/video player ?> if(!$params->force_download && $params->show_player): ?>

endif; ?> // Download area ?> if (empty($player) && (!$this->object('user')->isAuthentic() || $document->canPerform('download'))): ?> endif ?> // Before display - content plugin event ?> // Document description ?> if ($params->show_document_description || $params->show_document_image): ?>
if ($params->show_document_image && $document->image): ?> Horizon report 2018 endif ?> if ($params->show_document_description): $field = 'description_'.(isset($description) ? $description : 'full'); ?>
endif; ?>
endif ?> // After display - content plugin event ?> // Edit area | Import partial template from document view ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; $show_delete = isset($show_delete) ? $show_delete : $document->canPerform('delete'); $show_edit = isset($show_edit) ? $show_edit : $document->canPerform('edit'); $button_size = 'btn-'.(isset($button_size) ? $button_size : 'small'); ?> // Edit and delete buttons ?> if (!($document->isLockable() && $document->isLocked()) && ($show_edit || $show_delete)): ?>
// Edit ?> if ($show_edit): ?> Modifier endif ?> // Delete ?> if ($show_delete): $data = array( 'method' => 'post', 'url' => (string)$this->helper('route.document',array('entity' => $document), true, false), 'params' => array( 'csrf_token' => $this->object('user')->getSession()->getToken(), '_method' => 'delete', '_referrer' => base64_encode((string) $this->object('request')->getUrl()) ) ); if ($this->parameters()->view == 'document') { if ((string)$this->object('request')->getReferrer()) { $data['params']['_referrer'] = base64_encode((string) $this->object('request')->getReferrer()); } else { $data['params']['_referrer'] = base64_encode(JURI::base()); } } ?> Supprimer endif ?>
endif ?>
elseif ($document->isImage()): ?> /** * @package DOCman * @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?>
// Header ?> if ($params->show_document_title || ($params->show_document_recent && $this->isRecent($document)) || ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()) || (!$document->enabled) || ($this->object('user')->getId() == $document->created_by) || ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)) ): ?>

// Header image ?> if ($document->icon && $params->show_document_icon): ?> if ($params->document_title_link && $link == 1): ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> else: ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> endif; ?> endif ?> // Header title ?> if ($params->show_document_title): ?> if ($params->document_title_link && $link): ?> Horizon report 2018 else: ?> Horizon report 2018 endif; ?> endif; ?> // Show labels ?> // Label new ?> if ($params->show_document_recent && $this->isRecent($document)): ?> Nouveau endif; ?> // Label locked ?> if ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()): ?> endif; ?> // Label status ?> if (!$document->enabled || $document->status !== 'published'): ?> $status = $document->enabled ? $this->translate($document->status) : $this->translate('Draft'); ?>   endif; ?> // Label owner ?> if ($params->get('show_document_owner_label', 1) && $this->object('user')->getId() == $document->created_by): ?> Propriétaire endif; ?> // Label popular ?> if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?> Populaires endif ?>

endif; ?> // After title - content plugin event ?> // Dates&Owner ?> if (($params->show_document_created) || ($document->modified_by && $params->show_document_modified) || ($params->show_document_created_by) || ($params->show_document_category) || ($params->show_document_tags) || ($params->show_document_hits && $document->hits) ): ?>

// Created ?> if ($params->show_document_created): ?> endif; ?> // Modified ?> if ($params->show_document_modified && $document->modified_by): ?> endif; ?> // Owner ?> if ($params->show_document_created_by && $document->created_by): $owner = ''; ?> Par endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> Dans endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Champs cochés : endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6126 téléchargements endif ?>

endif; ?> // Render audio/video player ?> if(!$params->force_download && $params->show_player): ?>

endif; ?> // Download area ?> if (empty($player) && (!$this->object('user')->isAuthentic() || $document->canPerform('download'))): ?> endif ?> // Before display - content plugin event ?> // Document description ?> if ($params->show_document_description || $params->show_document_image): ?>
if ($params->show_document_image && $document->image): ?> Horizon report 2018 endif ?> if ($params->show_document_description): $field = 'description_'.(isset($description) ? $description : 'full'); ?>
endif; ?>
endif ?> // After display - content plugin event ?> // Edit area | Import partial template from document view ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; $show_delete = isset($show_delete) ? $show_delete : $document->canPerform('delete'); $show_edit = isset($show_edit) ? $show_edit : $document->canPerform('edit'); $button_size = 'btn-'.(isset($button_size) ? $button_size : 'small'); ?> // Edit and delete buttons ?> if (!($document->isLockable() && $document->isLocked()) && ($show_edit || $show_delete)): ?>
// Edit ?> if ($show_edit): ?> Modifier endif ?> // Delete ?> if ($show_delete): $data = array( 'method' => 'post', 'url' => (string)$this->helper('route.document',array('entity' => $document), true, false), 'params' => array( 'csrf_token' => $this->object('user')->getSession()->getToken(), '_method' => 'delete', '_referrer' => base64_encode((string) $this->object('request')->getUrl()) ) ); if ($this->parameters()->view == 'document') { if ((string)$this->object('request')->getReferrer()) { $data['params']['_referrer'] = base64_encode((string) $this->object('request')->getReferrer()); } else { $data['params']['_referrer'] = base64_encode(JURI::base()); } } ?> Supprimer endif ?>
endif ?>
elseif ($document->isVideo()): ?> /** * @package DOCman * @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?>
// Header ?> if ($params->show_document_title || ($params->show_document_recent && $this->isRecent($document)) || ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()) || (!$document->enabled) || ($this->object('user')->getId() == $document->created_by) || ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)) ): ?>

// Header image ?> if ($document->icon && $params->show_document_icon): ?> if ($params->document_title_link && $link == 1): ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> else: ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> endif; ?> endif ?> // Header title ?> if ($params->show_document_title): ?> if ($params->document_title_link && $link): ?> Horizon report 2018 else: ?> Horizon report 2018 endif; ?> endif; ?> // Show labels ?> // Label new ?> if ($params->show_document_recent && $this->isRecent($document)): ?> Nouveau endif; ?> // Label locked ?> if ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()): ?> endif; ?> // Label status ?> if (!$document->enabled || $document->status !== 'published'): ?> $status = $document->enabled ? $this->translate($document->status) : $this->translate('Draft'); ?>   endif; ?> // Label owner ?> if ($params->get('show_document_owner_label', 1) && $this->object('user')->getId() == $document->created_by): ?> Propriétaire endif; ?> // Label popular ?> if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?> Populaires endif ?>

endif; ?> // After title - content plugin event ?> // Dates&Owner ?> if (($params->show_document_created) || ($document->modified_by && $params->show_document_modified) || ($params->show_document_created_by) || ($params->show_document_category) || ($params->show_document_tags) || ($params->show_document_hits && $document->hits) ): ?>

// Created ?> if ($params->show_document_created): ?> endif; ?> // Modified ?> if ($params->show_document_modified && $document->modified_by): ?> endif; ?> // Owner ?> if ($params->show_document_created_by && $document->created_by): $owner = ''; ?> Par endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> Dans endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Champs cochés : endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6126 téléchargements endif ?>

endif; ?> // Render audio/video player ?> if(!$params->force_download && $params->show_player): ?>

endif; ?> // Download area ?> if (empty($player) && (!$this->object('user')->isAuthentic() || $document->canPerform('download'))): ?> endif ?> // Before display - content plugin event ?> // Document description ?> if ($params->show_document_description || $params->show_document_image): ?>
if ($params->show_document_image && $document->image): ?> Horizon report 2018 endif ?> if ($params->show_document_description): $field = 'description_'.(isset($description) ? $description : 'full'); ?>
endif; ?>
endif ?> // After display - content plugin event ?> // Edit area | Import partial template from document view ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; $show_delete = isset($show_delete) ? $show_delete : $document->canPerform('delete'); $show_edit = isset($show_edit) ? $show_edit : $document->canPerform('edit'); $button_size = 'btn-'.(isset($button_size) ? $button_size : 'small'); ?> // Edit and delete buttons ?> if (!($document->isLockable() && $document->isLocked()) && ($show_edit || $show_delete)): ?>
// Edit ?> if ($show_edit): ?> Modifier endif ?> // Delete ?> if ($show_delete): $data = array( 'method' => 'post', 'url' => (string)$this->helper('route.document',array('entity' => $document), true, false), 'params' => array( 'csrf_token' => $this->object('user')->getSession()->getToken(), '_method' => 'delete', '_referrer' => base64_encode((string) $this->object('request')->getUrl()) ) ); if ($this->parameters()->view == 'document') { if ((string)$this->object('request')->getReferrer()) { $data['params']['_referrer'] = base64_encode((string) $this->object('request')->getReferrer()); } else { $data['params']['_referrer'] = base64_encode(JURI::base()); } } ?> Supprimer endif ?>
endif ?>
elseif ($document->isAudio()): ?> /** * @package DOCman * @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> // Template for audio files ?> /** * @package DOCman * @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?>
// Header ?> if ($params->show_document_title || ($params->show_document_recent && $this->isRecent($document)) || ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()) || (!$document->enabled) || ($this->object('user')->getId() == $document->created_by) || ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)) ): ?>

// Header image ?> if ($document->icon && $params->show_document_icon): ?> if ($params->document_title_link && $link == 1): ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> else: ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> endif; ?> endif ?> // Header title ?> if ($params->show_document_title): ?> if ($params->document_title_link && $link): ?> Horizon report 2018 else: ?> Horizon report 2018 endif; ?> endif; ?> // Show labels ?> // Label new ?> if ($params->show_document_recent && $this->isRecent($document)): ?> Nouveau endif; ?> // Label locked ?> if ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()): ?> endif; ?> // Label status ?> if (!$document->enabled || $document->status !== 'published'): ?> $status = $document->enabled ? $this->translate($document->status) : $this->translate('Draft'); ?>   endif; ?> // Label owner ?> if ($params->get('show_document_owner_label', 1) && $this->object('user')->getId() == $document->created_by): ?> Propriétaire endif; ?> // Label popular ?> if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?> Populaires endif ?>

endif; ?> // After title - content plugin event ?> // Dates&Owner ?> if (($params->show_document_created) || ($document->modified_by && $params->show_document_modified) || ($params->show_document_created_by) || ($params->show_document_category) || ($params->show_document_tags) || ($params->show_document_hits && $document->hits) ): ?>

// Created ?> if ($params->show_document_created): ?> endif; ?> // Modified ?> if ($params->show_document_modified && $document->modified_by): ?> endif; ?> // Owner ?> if ($params->show_document_created_by && $document->created_by): $owner = ''; ?> Par endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> Dans endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Champs cochés : endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6126 téléchargements endif ?>

endif; ?> // Render audio/video player ?> if(!$params->force_download && $params->show_player): ?>

endif; ?> // Download area ?> if (empty($player) && (!$this->object('user')->isAuthentic() || $document->canPerform('download'))): ?> endif ?> // Before display - content plugin event ?> // Document description ?> if ($params->show_document_description || $params->show_document_image): ?>
if ($params->show_document_image && $document->image): ?> Horizon report 2018 endif ?> if ($params->show_document_description): $field = 'description_'.(isset($description) ? $description : 'full'); ?>
endif; ?>
endif ?> // After display - content plugin event ?> // Edit area | Import partial template from document view ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; $show_delete = isset($show_delete) ? $show_delete : $document->canPerform('delete'); $show_edit = isset($show_edit) ? $show_edit : $document->canPerform('edit'); $button_size = 'btn-'.(isset($button_size) ? $button_size : 'small'); ?> // Edit and delete buttons ?> if (!($document->isLockable() && $document->isLocked()) && ($show_edit || $show_delete)): ?>
// Edit ?> if ($show_edit): ?> Modifier endif ?> // Delete ?> if ($show_delete): $data = array( 'method' => 'post', 'url' => (string)$this->helper('route.document',array('entity' => $document), true, false), 'params' => array( 'csrf_token' => $this->object('user')->getSession()->getToken(), '_method' => 'delete', '_referrer' => base64_encode((string) $this->object('request')->getUrl()) ) ); if ($this->parameters()->view == 'document') { if ((string)$this->object('request')->getReferrer()) { $data['params']['_referrer'] = base64_encode((string) $this->object('request')->getReferrer()); } else { $data['params']['_referrer'] = base64_encode(JURI::base()); } } ?> Supprimer endif ?>
endif ?>
elseif ($document->isExecutable()): ?> /** * @package DOCman * @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?>
// Header ?> if ($params->show_document_title || ($params->show_document_recent && $this->isRecent($document)) || ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()) || (!$document->enabled) || ($this->object('user')->getId() == $document->created_by) || ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)) ): ?>

// Header image ?> if ($document->icon && $params->show_document_icon): ?> if ($params->document_title_link && $link == 1): ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> else: ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> endif; ?> endif ?> // Header title ?> if ($params->show_document_title): ?> if ($params->document_title_link && $link): ?> Horizon report 2018 else: ?> Horizon report 2018 endif; ?> endif; ?> // Show labels ?> // Label new ?> if ($params->show_document_recent && $this->isRecent($document)): ?> Nouveau endif; ?> // Label locked ?> if ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()): ?> endif; ?> // Label status ?> if (!$document->enabled || $document->status !== 'published'): ?> $status = $document->enabled ? $this->translate($document->status) : $this->translate('Draft'); ?>   endif; ?> // Label owner ?> if ($params->get('show_document_owner_label', 1) && $this->object('user')->getId() == $document->created_by): ?> Propriétaire endif; ?> // Label popular ?> if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?> Populaires endif ?>

endif; ?> // After title - content plugin event ?> // Dates&Owner ?> if (($params->show_document_created) || ($document->modified_by && $params->show_document_modified) || ($params->show_document_created_by) || ($params->show_document_category) || ($params->show_document_tags) || ($params->show_document_hits && $document->hits) ): ?>

// Created ?> if ($params->show_document_created): ?> endif; ?> // Modified ?> if ($params->show_document_modified && $document->modified_by): ?> endif; ?> // Owner ?> if ($params->show_document_created_by && $document->created_by): $owner = ''; ?> Par endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> Dans endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Champs cochés : endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6126 téléchargements endif ?>

endif; ?> // Render audio/video player ?> if(!$params->force_download && $params->show_player): ?>

endif; ?> // Download area ?> if (empty($player) && (!$this->object('user')->isAuthentic() || $document->canPerform('download'))): ?> endif ?> // Before display - content plugin event ?> // Document description ?> if ($params->show_document_description || $params->show_document_image): ?>
if ($params->show_document_image && $document->image): ?> Horizon report 2018 endif ?> if ($params->show_document_description): $field = 'description_'.(isset($description) ? $description : 'full'); ?>
endif; ?>
endif ?> // After display - content plugin event ?> // Edit area | Import partial template from document view ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; $show_delete = isset($show_delete) ? $show_delete : $document->canPerform('delete'); $show_edit = isset($show_edit) ? $show_edit : $document->canPerform('edit'); $button_size = 'btn-'.(isset($button_size) ? $button_size : 'small'); ?> // Edit and delete buttons ?> if (!($document->isLockable() && $document->isLocked()) && ($show_edit || $show_delete)): ?>
// Edit ?> if ($show_edit): ?> Modifier endif ?> // Delete ?> if ($show_delete): $data = array( 'method' => 'post', 'url' => (string)$this->helper('route.document',array('entity' => $document), true, false), 'params' => array( 'csrf_token' => $this->object('user')->getSession()->getToken(), '_method' => 'delete', '_referrer' => base64_encode((string) $this->object('request')->getUrl()) ) ); if ($this->parameters()->view == 'document') { if ((string)$this->object('request')->getReferrer()) { $data['params']['_referrer'] = base64_encode((string) $this->object('request')->getReferrer()); } else { $data['params']['_referrer'] = base64_encode(JURI::base()); } } ?> Supprimer endif ?>
endif ?>
else: ?> /** * @package DOCman * @copyright Copyright (C) 2011 - 2014 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?>
// Header ?> if ($params->show_document_title || ($params->show_document_recent && $this->isRecent($document)) || ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()) || (!$document->enabled) || ($this->object('user')->getId() == $document->created_by) || ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)) ): ?>

// Header image ?> if ($document->icon && $params->show_document_icon): ?> if ($params->document_title_link && $link == 1): ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> else: ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; ?> if (substr($icon, 0, 5) === 'icon:'): $icon = substr($icon, 5); ?> else: ?> pdf endif; ?> endif; ?> endif ?> // Header title ?> if ($params->show_document_title): ?> if ($params->document_title_link && $link): ?> Horizon report 2018 else: ?> Horizon report 2018 endif; ?> endif; ?> // Show labels ?> // Label new ?> if ($params->show_document_recent && $this->isRecent($document)): ?> Nouveau endif; ?> // Label locked ?> if ($document->canPerform('edit') && $document->isLockable() && $document->isLocked()): ?> endif; ?> // Label status ?> if (!$document->enabled || $document->status !== 'published'): ?> $status = $document->enabled ? $this->translate($document->status) : $this->translate('Draft'); ?>   endif; ?> // Label owner ?> if ($params->get('show_document_owner_label', 1) && $this->object('user')->getId() == $document->created_by): ?> Propriétaire endif; ?> // Label popular ?> if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?> Populaires endif ?>

endif; ?> // After title - content plugin event ?> // Dates&Owner ?> if (($params->show_document_created) || ($document->modified_by && $params->show_document_modified) || ($params->show_document_created_by) || ($params->show_document_category) || ($params->show_document_tags) || ($params->show_document_hits && $document->hits) ): ?>

// Created ?> if ($params->show_document_created): ?> endif; ?> // Modified ?> if ($params->show_document_modified && $document->modified_by): ?> endif; ?> // Owner ?> if ($params->show_document_created_by && $document->created_by): $owner = ''; ?> Par endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> Dans endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Champs cochés : endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6126 téléchargements endif ?>

endif; ?> // Render audio/video player ?> if(!$params->force_download && $params->show_player): ?>

endif; ?> // Download area ?> if (empty($player) && (!$this->object('user')->isAuthentic() || $document->canPerform('download'))): ?> endif ?> // Before display - content plugin event ?> // Document description ?> if ($params->show_document_description || $params->show_document_image): ?>
if ($params->show_document_image && $document->image): ?> Horizon report 2018 endif ?> if ($params->show_document_description): $field = 'description_'.(isset($description) ? $description : 'full'); ?>
endif; ?>
endif ?> // After display - content plugin event ?> // Edit area | Import partial template from document view ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 * @link http://www.joomlatools.com */ defined('KOOWA') or die; $show_delete = isset($show_delete) ? $show_delete : $document->canPerform('delete'); $show_edit = isset($show_edit) ? $show_edit : $document->canPerform('edit'); $button_size = 'btn-'.(isset($button_size) ? $button_size : 'small'); ?> // Edit and delete buttons ?> if (!($document->isLockable() && $document->isLocked()) && ($show_edit || $show_delete)): ?>
// Edit ?> if ($show_edit): ?> Modifier endif ?> // Delete ?> if ($show_delete): $data = array( 'method' => 'post', 'url' => (string)$this->helper('route.document',array('entity' => $document), true, false), 'params' => array( 'csrf_token' => $this->object('user')->getSession()->getToken(), '_method' => 'delete', '_referrer' => base64_encode((string) $this->object('request')->getUrl()) ) ); if ($this->parameters()->view == 'document') { if ((string)$this->object('request')->getReferrer()) { $data['params']['_referrer'] = base64_encode((string) $this->object('request')->getReferrer()); } else { $data['params']['_referrer'] = base64_encode(JURI::base()); } } ?> Supprimer endif ?>
endif ?>
endif; ?>