primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1 @@
<html><body bgcolor="#FFFFFF"></body></html>

View File

@ -0,0 +1,172 @@
<?php
/* @package Joomla
* @copyright Copyright (C) Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* @extension Phoca Extension
* @copyright Copyright (C) Jan Pavelka www.phoca.cz
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/
defined('_JEXEC') or die;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Uri\Uri;
$r = $this->r;
echo $r->startCp();
echo '<div class="ph-box-info">';
echo '<div style="float:right;margin:10px;">' . HTMLHelper::_('image', $this->t['i'] . 'logo-phoca.png', 'Phoca.cz' ) .'</div>'
. '<div class="ph-cpanel-logo">'.HTMLHelper::_('image', $this->t['i'] . 'logo-'.str_replace('phoca', 'phoca-', $this->t['c']).'.png', 'Phoca.cz') . '</div>'
.'<h3>'.Text::_($this->t['component_head']).' - '. Text::_($this->t['l'].'_INFORMATION').'</h3>'
.'<div style="clear:both;"></div>';
echo '<h3>'. Text::_($this->t['l'].'_HELP').'</h3>';
echo '<div>';
if (!empty($this->t['component_links'])) {
foreach ($this->t['component_links'] as $k => $v) {
echo '<div><a href="'.$v[1].'" target="_blank">'.$v[0].'</a></div>';
}
}
echo '</div>';
echo '<h3>'. Text::_($this->t['l'] . '_VERSION').'</h3>'
.'<p>'. $this->t['version'] .'</p>';
echo '<h3>'. Text::_($this->t['l'] . '_COPYRIGHT').'</h3>'
.'<p>© 2007 - '. date("Y"). ' Jan Pavelka</p>'
.'<p><a href="https://www.phoca.cz/" target="_blank">www.phoca.cz</a></p>';
echo '<h3>'. Text::_($this->t['l'] . '_LICENSE').'</h3>'
.'<p><a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GPLv2</a></p>';
echo '<h3>'. Text::_($this->t['l'] . '_TRANSLATION').': '. Text::_($this->t['l'] . '_TRANSLATION_LANGUAGE_TAG').'</h3>'
.'<p>© 2007 - '. date("Y"). ' '. Text::_($this->t['l'] . '_TRANSLATER'). '</p>'
.'<p>'.Text::_($this->t['l'] . '_TRANSLATION_SUPPORT_URL').'</p>';
echo '<input type="hidden" name="task" value="" />'
.'<input type="hidden" name="option" value="'.$this->t['o'].'" />'
.'<input type="hidden" name="controller" value="'.$this->t['c'].'info" />';
echo HTMLHelper::_('image', $this->t['i'] . 'logo.png', 'Phoca.cz');
echo '<p>&nbsp;</p>';
$wa = Factory::getApplication()->getDocument()->getWebAssetManager();
$wa->addInlineStyle('
.upBox {
display: flex;
flex-wrap: wrap;
margin-top:1em;
margin-bottom: 2em;
}
.upItemText {
margin-bottom: 1em;
}
.upItem {
padding: 1em;
text-align: center;
width: calc(50% - 0.4em);
margin: 0.2em;
border-radius: 0.3em;
}
.upItemD {
background: #F5D042;
color: #000;
border: 2px solid #F5D042;
}
.upItemPh {
background: rgba(255,255,255,0.7);
color: #000;
border: 2px solid #000;
}
.upItemDoc {
background: rgba(255,255,255,0.7);
color: #000;
border: 2px solid #000;
}
.upItemJ {
background: rgba(255,255,255,0.7);
color: #000;
border: 2px solid #000;
}
a.upItemLink {
padding: 0.5em 1em;
border-radius: 9999px;
margin: 1em;
display: inline-block;
}
a.upItemLink::before {
content: none;
}
.upItemPh a.upItemLink {
background: #000;
color: #fff;
}
.upItemDoc a.upItemLink {
background: #000;
color: #fff;
}
.upItemJ a.upItemLink {
background: #000;
color: #fff;
}
');
$upEL = 'https://extensions.joomla.org/extension/phoca-download/';
$upE = 'Phoca Download';
$o = '<div class="upBox">';
$o .= '<div class="upItem upItemD">';
$o .= '<div class="upItemText">If you find this project useful, please support it with a donation</div>';
$o .= '<form action="https://www.paypal.com/donate" method="post" target="_top">';
$o .= '<input type="hidden" name="hosted_button_id" value="ZVPH25SQ2DDBY" />';
$o .= '<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />';
$o .= '<img alt="" border="0" src="https://www.paypal.com/en_CZ/i/scr/pixel.gif" width="1" height="1" />';
$o .= '</form>';
$o .= '</div>';
$o .= '<div class="upItem upItemJ">';
$o .= '<div class="upItemText">If you find this project useful, please post a rating and review on the Joomla! Extension Directory website</div>';
$o .= '<a class="upItemLink" target="_blank" href="'. $upEL.'">'. $upE.' (JED website)</a>';
$o .= '</form>';
$o .= '</div>';
$o .= '<div class="upItem upItemDoc">';
$o .= '<div class="upItemText">If you need help, visit</div>';
$o .= '<a class="upItemLink" target="_blank" href="https://www.phoca.cz/documentation">Phoca documentation website</a>';
$o .= '<div class="upItemText">or ask directly in</div>';
$o .= '<a class="upItemLink" target="_blank" href="https://www.phoca.cz/forum">Phoca forum website</a>';
$o .= '</div>';
$o .= '<div class="upItem upItemPh">';
$o .= '<div class="upItemText">There are over a hundred more useful Phoca extensions, discover them on</div>';
$o .= '<a class="upItemLink" target="_blank" href="https://www.phoca.cz">Phoca website</a>';
$o .= '</div>';
$o .= '</div>';
echo $o;
echo '<div class="ph-cp-hr"></div>'.'<div class="btn-group">
<a class="btn btn-large btn-primary" href="https://www.phoca.cz/version/index.php?'.$this->t['c'].'='. $this->t['version'] .'" target="_blank"><i class="icon-loop icon-white"></i>&nbsp;&nbsp;'. Text::_($this->t['l'].'_CHECK_FOR_UPDATE') .'</a></div>';
echo '<div style="margin-top:30px;height:39px;background: url(\''.Uri::root(true).'/media/com_'.$this->t['c'].'/images/administrator/line.png\') 100% 0 no-repeat;">&nbsp;</div>';
echo '</div>';
echo '</div>';
echo $r->endCp();

View File

@ -0,0 +1 @@
<html><body bgcolor="#FFFFFF"></body></html>

View File

@ -0,0 +1,51 @@
<?php
/* @package Joomla
* @copyright Copyright (C) Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* @extension Phoca Extension
* @copyright Copyright (C) Jan Pavelka www.phoca.cz
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/
defined('_JEXEC') or die();
use Joomla\CMS\MVC\View\HtmlView;
use Joomla\CMS\Toolbar\ToolbarHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Toolbar\Toolbar;
jimport( 'joomla.application.component.view' );
class PhocaDownloadCpViewPhocaDownloadInfo extends HtmlView
{
protected $t;
protected $r;
function display($tpl = null) {
$this->t = PhocaDownloadUtils::setVars('info');
$this->r = new PhocaDownloadRenderAdminview();
$this->t['component_head'] = 'COM_PHOCADOWNLOAD_PHOCA_DOWNLOAD';
$this->t['component_links'] = $this->r->getLinks(1);
$this->t['version'] = PhocaDownloadUtils::getExtensionVersion();
$this->addToolbar();
parent::display($tpl);
}
protected function addToolbar() {
require_once JPATH_COMPONENT.'/helpers/'.$this->t['c'].'cp.php';
$class = $this->t['n'] . 'CpHelper';
$canDo = $class::getActions($this->t['c']);
ToolbarHelper::title( Text::_($this->t['l'].'_PD_INFO' ), 'info' );
// This button is unnecessary but it is displayed because Joomla! design bug
$bar = Toolbar::getInstance( 'toolbar' );
$dhtml = '<a href="index.php?option=com_phocadownload" class="btn btn-primary btn-small"><i class="icon-home-2" title="'.Text::_($this->t['l'].'_CONTROL_PANEL').'"></i> '.Text::_($this->t['l'].'_CONTROL_PANEL').'</a>';
$bar->appendButton('Custom', $dhtml);
if ($canDo->get('core.admin')) {
ToolbarHelper::preferences('com_'.$this->t['c']);
}
ToolbarHelper::divider();
ToolbarHelper::help( 'screen.'.$this->t['c'], true );
}
}
?>