| Current Path : /home/j/u/v/juvelize/www/administrator/components/com_joomgallery/views/help/tmpl/ |
| Current File : /home/j/u/v/juvelize/www/administrator/components/com_joomgallery/views/help/tmpl/default.php |
<?php
/****************************************************************************************\
** JoomGallery 3 **
** By: JoomGallery::ProjectTeam **
** Copyright (C) 2008 - 2021 JoomGallery::ProjectTeam **
** Based on: JoomGallery 1.0.0 by JoomGallery::ProjectTeam **
** Released under GNU GPL Public License **
** License: http://www.gnu.org/copyleft/gpl.html or have a look **
** at administrator/components/com_joomgallery/LICENSE.TXT **
\****************************************************************************************/
defined('_JEXEC') or die('Direct Access to this location is not allowed.'); ?>
<?php if(!empty($this->sidebar)): ?>
<div id="j-sidebar-container" class="span2">
<?php echo $this->sidebar; ?>
</div>
<div id="j-main-container" class="span10">
<?php else : ?>
<div id="j-main-container">
<?php endif;?>
<div class="row-fluid">
<div class="span7">
<div class="well well-small">
<div class="module-title nav-header"><?php echo JText::_('COM_JOOMGALLERY_HLPIFO_LINKS'); ?></div>
<table class="table table-striped">
<tr>
<td>
<?php echo JText::_('COM_JOOMGALLERY_HLPIFO_PROJECT_WEBSITE'); ?>
<img src="<?php echo $this->_ambit->getIcon('flags/de.png'); ?>" border="0" align="top" width="16" height="11" alt="german" />
</td>
<td>
<a href='https://www.joomgalleryfriends.net/' target='_blank'>https://www.joomgalleryfriends.net/</a>
</td>
</tr>
<tr>
<td>
<?php echo JText::_('COM_JOOMGALLERY_HLPIFO_PROJECT_WEBSITE'); ?>
<img src="<?php echo $this->_ambit->getIcon('flags/gb.png'); ?>" border="0" align="top" width="16" height="11" alt="english" />
</td>
<td >
<a href='https://www.en.joomgalleryfriends.net/' target='_blank'>https://www.en.joomgalleryfriends.net/</a>
</td>
</tr>
<tr>
<td>
<?php echo JText::_('COM_JOOMGALLERY_HLPIFO_SUPPORT_FORUM'); ?>
<img src="<?php echo $this->_ambit->getIcon('flags/de.png'); ?>" border="0" align="top" width="16" height="11" alt="german" />
</td>
<td>
<a href='https://www.forum.joomgalleryfriends.net/' target='_blank'>https://www.forum.joomgalleryfriends.net/</a>
</td>
</tr>
<tr>
<td>
<?php echo JText::_('COM_JOOMGALLERY_HLPIFO_SUPPORT_FORUM'); ?>
<img src="<?php echo $this->_ambit->getIcon('flags/gb.png'); ?>" border="0" align="top" width="16" height="11" alt="english" />
</td>
<td>
<a href='https://www.forum.en.joomgalleryfriends.net/' target='_blank'>https://www.forum.en.joomgalleryfriends.net/</a>
</td>
</tr>
<tr>
<td>
<?php echo JText::_('COM_JOOMGALLERY_HLPIFO_CHANGELOG_LONG'); ?>
<img src="<?php echo $this->_ambit->getIcon('flags/gb.png'); ?>" border="0" align="top" width="16" height="11" alt="english" />
</td>
<td>
<button class="btn btn-info" data-toggle="modal" data-target="#jg-changelog-popup"><i class="icon-list" title="<?php echo JText::_('COM_JOOMGALLERY_HLPIFO_CHANGELOG'); ?>"></i>
<?php echo JText::_('COM_JOOMGALLERY_HLPIFO_CHANGELOG'); ?></button>
</td>
</tr>
</table>
</div>
</div>
<div class="span5">
<div class="well well-small">
<div class="module-title nav-header"><?php echo JText::_('COM_JOOMGALLERY_HLPIFO_TEAM'); ?></div>
<div class="text-center">
<p><?php echo JText::sprintf('COM_JOOMGALLERY_HLPIFO_TEAM_TEXT', '<a href="https://en.joomgalleryfriends.net/team.html" target="_blank">JoomGallery::ProjectTeam</a>', '<a href="https://github.com/JoomGalleryfriends" target="_blank">GitHub</a>'); ?></p>
<p><?php echo JText::_('COM_JOOMGALLERY_HLPIFO_TEAM_CONTRIBUTORS'); ?></p>
<p><small class="muted"><?php echo JText::_('COM_JOOMGALLERY_HLPIFO_TEAM_CONTRIBUTORS_HINT'); ?></small></p>
<a href="https://github.com/JoomGalleryfriends" target="_blank"><img width="200" src="<?php echo $this->_ambit->getIcon('others/GitHub_Logo.png'); ?>" alt="GitHub Logo"></a></div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span7">
<div class="well well-small">
<div class="module-title nav-header"><?php echo JText::_('COM_JOOMGALLERY_HLPIFO_TRANSLATION'); ?></div>
<div class="alert alert-info"><?php echo JText::_('COM_JOOMGALLERY_HLPIFO_DOWNLOAD_TRANSLATIONS'); ?>¹</div>
<ul class="list-striped list-condensed">
<li><img src="<?php echo $this->_ambit->getIcon('flags/gb.png'); ?>" border="0" align="top" width="16" height="11" alt="" /> JoomGallery::ProjectTeam en-GB</li>
<?php foreach($this->languages as $key => $lang): ?>
<li>
<?php if($this->params->get('autoinstall_possible')): ?>
<a href="index.php?option=<?php echo _JOOM_OPTION; ?>&controller=help&task=install&language=<?php echo $key; ?>&downloadlink=<?php echo base64_encode($lang['downloadlink']); ?>" title="<?php echo $key; ?>">
<?php endif;
if(!$this->params->get('autoinstall_possible')): ?>
<a href="<?php echo $lang['downloadlink']; ?>" title="<?php echo $key; ?>" target="_blank">
<?php endif; ?>
<img src="<?php echo $this->_ambit->getIcon('flags/'.$lang['flag']); ?>" border="0" align="top" width="16" height="11" alt="<?php echo $key; ?>" /></a>
<?php echo $lang['translator']; ?></li>
<?php endforeach; ?>
</ul>
<div class="alert alert-block">¹ <?php echo JText::_('COM_JOOMGALLERY_HLPIFO_NOTE_TRANSLATIONS'); ?></div>
</div>
</div>
<!--</div>
<div class="row-fluid">-->
<div class="span5">
<div class="well well-small">
<div class="module-title nav-header"><?php echo JText::_('COM_JOOMGALLERY_HLPIFO_THANKS'); ?></div>
<ul class="unstyled list-striped">
<?php foreach($this->credits as $credit): ?>
<li class="center"><?php echo $credit['title']; ?>
<?php if($credit['author']): ?>
<br />Author: <?php echo $credit['author']; ?>
<?php endif; ?>
<?php if($credit['link']): ?>
<br /><a href="<?php echo $credit['link']; ?>" target="_blank"><?php echo $credit['link']; ?></a>
<?php endif; ?>
</li>
<?php endforeach; ?>
</ul>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div class="well well-small">
<div class="module-title nav-header"><?php echo JText::_('COM_JOOMGALLERY_HLPIFO_DONATIONS'); ?></div>
<div class="center">
<p><?php echo JText::_('COM_JOOMGALLERY_HLPIFO_DONATIONS_LONG'); ?></p>
<p>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LVQBAFEZHPL2J" title="Donate" target="_blank">
<img src="<?php echo $this->_ambit->getIcon('others/donate.gif'); ?>" alt="Donate!" title="Donate!" border="0"/></a>
</p>
</div>
<div class="center">
<?php echo JText::_('COM_JOOMGALLERY_HLPIFO_SPONSORS'); ?>
<a href="mailto:team@joomgalleryfriends.net">team@joomgalleryfriends.net</a>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div class="well well-small">
<div class="module-title nav-header"><?php echo JText::_('COM_JOOMGALLERY_HLPIFO_LICENCE'); ?></div>
<div class="alert center"><?php echo JText::_('COM_JOOMGALLERY_HLPIFO_NO_GUARANTEE'); ?></div>
</div>
</div>
</div>
<?php JHTML::_('joomgallery.credits'); ?>
</div>
<?php echo $this->loadTemplate('changelog');