| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/administrator/components/com_joomfish/views/help/ |
Upload File : |
<?php
/**
* Joom!Fish - Multi Lingual extention and translation manager for Joomla!
* Copyright (C) 2003-2009 Think Network GmbH, Munich
*
* All rights reserved. The Joom!Fish project is a set of extentions for
* the content management system Joomla!. It enables Joomla!
* to manage multi lingual sites especially in all dynamic information
* which are stored in the database.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA.
*
* The "GNU General Public License" (GPL) is available at
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* -----------------------------------------------------------------------------
* $Id: view.php 1344 2009-06-18 11:50:09Z akede $
* @package joomfish
* @subpackage Views
*
*/
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die();
jimport( 'joomla.application.component.view');
jimport('joomla.html.pane');
JLoader::import( 'views.default.view',JOOMFISH_ADMINPATH);
/**
* HTML View class for the WebLinks component
*
* @static
* @package Joomla
* @subpackage Weblinks
* @since 1.0
*/
class HelpViewHelp extends JoomfishViewDefault
{
/**
* Control Panel display function
*
* @param template $tpl
*/
function display($tpl = null)
{
$document =& JFactory::getDocument();
$document->setTitle(JText::_('JOOMFISH_TITLE') . ' :: ' .JText::_('HELP AND HOWTO'));
// Set toolbar items for the page
JToolBarHelper::title( JText::_( 'HELP AND HOWTO' ), 'help' );
JToolBarHelper::custom( 'cpanel.show', 'joomfish', 'joomfish', 'CONTROL PANEL' , false );
JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index2.php?option=com_joomfish');
JSubMenuHelper::addEntry(JText::_('Translation'), 'index2.php?option=com_joomfish&task=translate.overview');
JSubMenuHelper::addEntry(JText::_('Orphans'), 'index2.php?option=com_joomfish&task=translate.orphans');
JSubMenuHelper::addEntry(JText::_('Manage Translations'), 'index2.php?option=com_joomfish&task=manage.overview', false);
JSubMenuHelper::addEntry(JText::_('Statistics'), 'index2.php?option=com_joomfish&task=statistics.overview', false);
JSubMenuHelper::addEntry(JText::_('Language Configuration'), 'index2.php?option=com_joomfish&task=languages.show', false);
JSubMenuHelper::addEntry(JText::_('Content elements'), 'index2.php?option=com_joomfish&task=elements.show', false);
JSubMenuHelper::addEntry(JText::_('HELP AND HOWTO'), 'index2.php?option=com_joomfish&task=help.show', true);
$layout = $this->getLayout();
if (method_exists($this,$layout)){
$this->$layout($tpl);
}
parent::display($tpl);
}
/**
* Method to show the information related to the project
* @access public
* @return void
*/
function information($tpl=null) {
$document = JRequest::getVar('fileCode','');
$this->assignRef('fileCode', $document);
}
/**
* Show the side menu
*
*/
function _sideMenu() {
?>
<img src="<?php echo JURI::root();?>administrator/components/com_joomfish/assets/images/joomfish_slogan.png" border="0" alt="<?php echo JText::_('Language Title');?>" />
<p><span class="contentheading"><?php echo JText::_('Related topics');?>:</span>
<ul>
<li><a href="http://www.joomfish.net" target="_blank"><?php echo JText::_('Official Project WebSite');?></a></li>
<li><a href="http://www.joomfish.net/forum/" target="_blank"><?php echo JText::_('Official Project Forum');?></a></li>
<li><a href="http://joomlacode.org/gf/project/joomfish/tracker/" target="_blank"><?php echo JText::_('Bug and Feature tracker');?></a></li>
</ul>
</p>
<p><span class="contentheading"><?php echo JText::_('Documentation and Tutorials');?>:</span>
<ul>
<li><a href="http://www.joomfish.net/joomfish-documentation-overview.html" target="_blank"><?php echo JText::_('Online Documentation and Tutorials');?></a></li>
<li><a href="index2.php?option=com_joomfish&task=help.postinstall"><?php echo JText::_('Installation notes');?></a></li>
<li><a href="index2.php?option=com_joomfish&task=help.information&fileCode=changelog"><?php echo JText::_('Changelog');?></a></li>
</ul>
</p>
<p><span class="contentheading"><?php echo JText::_('License');?>:</span>
<ul>
<li><a href="index2.php?option=com_joomfish&task=help.information&fileCode=license">GPL based Think Network Open Source license</a></li>
</ul>
</p>
<p><span class="contentheading"><?php echo JText::_('Additional Sites');?>:</span>
<ul>
<li><a href="http://www.joomla.org" target="_blank">Joomla!</a></li>
</ul>
</p>
<?php
}
function _creditsCopyright() {
?>
<p>
<span class="smallgrey"><strong><?php echo JText::_('Credits');?>:</strong></span><br />
<span class="smallgrey"><?php echo JText::_('JOOMFISH_COMMUNITY');?><br />
Present development team:
<ul>
<li>Alex Kempkens (<?php
$x = "@";
$y="Alex";
$z="JoomFish.net";
$mail=$y.$x.$z;
echo JHTML::_('email.cloak', $mail, 0);
?>)</li>
<li>Geraint Edwards (<?php
$x = "@";
$y="joomfish.credits";
$z="copyn.plus.com";
$mail=$y.$x.$z;
echo JHTML::_('email.cloak', $mail, 0);
?>)</li>
<li>Ivo Apostolov (<?php
$x = "@";
$y="ivo";
$z="joomfish.net";
$mail=$y.$x.$z;
echo JHTML::_('email.cloak', $mail, 0);
?>)</li>
<li>Robin Muilwijk</li>
</ul>
<br />
Logo design by:
<ul>
<li>Tommy White (<?php
$x = "@";
$y="tommy";
$z="tommywhite.com";
$mail=$y.$x.$z;
echo JHTML::_('email.cloak', $mail, 0);
?>)</li>
</ul>
<br />
Special thank's for testing, good suggestions & translations to:<br />
Bernhard, Michael, Luc, Olivier, Robin, Rune, Victor, Akarawuth</span><br />
<br />
<span class="smallgrey"><strong>Contact:</strong></span><br />
<span class="smallgrey"><a href="http://www.joomfish.net/forum" target="_blank">Joom!Fish Forum</a></span>
<br />
<br />
<span class="smallgrey"><strong>Version:</strong></span><br />
<?php
$version = new JoomFishVersion();
?>
<span class="smallgrey"><?php echo $version->getVersion();?></span><br />
<br />
<span class="smallgrey"><strong>Copyright:</strong></span><br />
<span class="smallgrey"><?php echo $version->getCopyright() ?> </span><a href="http://www.ThinkNetwork.com" target="_blank" class="smallgrey"><span class="smallgrey">Think Network, Munich</span></a><br />
<span class="smallgrey">Revision: <?php echo $version->getRevision() ?></span><br />
<a href="index2.php?option=com_joomfish&task=help.information&fileCode=license" class="smallgrey"><span class="smallgrey">Open Source License.</span></a>
</p>
<?php
}
/**
* Load a template file -- This is a special implementation that tries to find the files within the distribution help
* dir first. There localized versions of these files can be stored!
*
* @access public
* @param string $tpl The name of the template source file ...
* automatically searches the template paths and compiles as needed.
* @return string The output of the the template script.
*/
function loadTemplate( $tpl = null)
{
global $mainframe, $option;
// clear prior output
$this->_output = null;
$file = $this->_layout;
// clean the file name
$file = preg_replace('/[^A-Z0-9_\.-]/i', '', $file);
// Get Help URL
jimport('joomla.language.help');
$filetofind = JHelp::createURL($file, true);
$this->_template = JPath::find(JPATH_ADMINISTRATOR, $filetofind);
if ($this->_template != false)
{
// unset so as not to introduce into template scope
unset($tpl);
unset($file);
// never allow a 'this' property
if (isset($this->this)) {
unset($this->this);
}
// start capturing output into a buffer
ob_start();
// include the requested template filename in the local scope
// (this will execute the view logic).
include $this->_template;
// done with the requested template; get the buffer and
// clear it.
$this->_output = ob_get_contents();
ob_end_clean();
return $this->_output;
}
else {
return parent::loadTemplate($tpl);
}
}
}