Etude JIM 2017
endif; ?> // Document | Import partial template from document view ?> /** * @package DOCman * @copyright Copyright (C) 2011 Timble CVBA. (http://www.timble.net) * @license GNU GPLv3
// 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): ?>
Etude JIM 2017
else: ?>
Etude JIM 2017
endif; ?>
endif; ?>
// Show labels ?>
// Label new ?>
if ($params->show_document_recent && $this->isRecent($document)): ?>
Neu
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): ?>
Besitzer
endif; ?>
// Label popular ?>
if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?>
Beliebt
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 = ''.$document->getAuthor()->getName().''; ?> Von endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> In endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Markiert in endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6643 Downloads 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'))): ?>
JIM_2017.pdf
endif; ?>
// 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): ?>
Etude JIM 2017
else: ?>
Etude JIM 2017
endif; ?>
endif; ?>
// Show labels ?>
// Label new ?>
if ($params->show_document_recent && $this->isRecent($document)): ?>
Neu
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): ?>
Besitzer
endif; ?>
// Label popular ?>
if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?>
Beliebt
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 = ''.$document->getAuthor()->getName().''; ?> Von endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> In endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Markiert in endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6643 Downloads 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'))): ?>
JIM_2017.pdf
endif; ?>
// 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): ?>
Etude JIM 2017
else: ?>
Etude JIM 2017
endif; ?>
endif; ?>
// Show labels ?>
// Label new ?>
if ($params->show_document_recent && $this->isRecent($document)): ?>
Neu
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): ?>
Besitzer
endif; ?>
// Label popular ?>
if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?>
Beliebt
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 = ''.$document->getAuthor()->getName().''; ?> Von endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> In endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Markiert in endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6643 Downloads 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'))): ?>
JIM_2017.pdf
endif; ?>
// 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): ?>
Etude JIM 2017
else: ?>
Etude JIM 2017
endif; ?>
endif; ?>
// Show labels ?>
// Label new ?>
if ($params->show_document_recent && $this->isRecent($document)): ?>
Neu
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): ?>
Besitzer
endif; ?>
// Label popular ?>
if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?>
Beliebt
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 = ''.$document->getAuthor()->getName().''; ?> Von endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> In endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Markiert in endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6643 Downloads 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'))): ?>
JIM_2017.pdf
endif; ?>
// 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): ?>
Etude JIM 2017
else: ?>
Etude JIM 2017
endif; ?>
endif; ?>
// Show labels ?>
// Label new ?>
if ($params->show_document_recent && $this->isRecent($document)): ?>
Neu
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): ?>
Besitzer
endif; ?>
// Label popular ?>
if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?>
Beliebt
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 = ''.$document->getAuthor()->getName().''; ?> Von endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> In endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Markiert in endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6643 Downloads 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'))): ?>
JIM_2017.pdf
endif; ?>
// 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): ?>
Etude JIM 2017
else: ?>
Etude JIM 2017
endif; ?>
endif; ?>
// Show labels ?>
// Label new ?>
if ($params->show_document_recent && $this->isRecent($document)): ?>
Neu
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): ?>
Besitzer
endif; ?>
// Label popular ?>
if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?>
Beliebt
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 = ''.$document->getAuthor()->getName().''; ?> Von endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> In endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Markiert in endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6643 Downloads 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'))): ?>
JIM_2017.pdf
endif; ?>
// 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): ?>
Etude JIM 2017
else: ?>
Etude JIM 2017
endif; ?>
endif; ?>
// Show labels ?>
// Label new ?>
if ($params->show_document_recent && $this->isRecent($document)): ?>
Neu
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): ?>
Besitzer
endif; ?>
// Label popular ?>
if ($params->show_document_popular && ($document->hits >= $params->hits_for_popular)): ?>
Beliebt
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 = ''.$document->getAuthor()->getName().''; ?> Von endif; ?> // Category ?> if ($params->show_document_category): $category = ''.$document->category_title.''; ?> In endif; ?> // Tags ?> if ($params->show_document_tags && $document->tag_list): ?> Markiert in endif; ?> // Downloads ?> if ($params->show_document_hits && $document->hits): ?> 6643 Downloads 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'))): ?>
JIM_2017.pdf
endif; ?>