Beispiel #1
0
		</td>
		<td width="45%" valign="top">


<div class="alert"><h4>If you like Freestyle Support, please vote or review us at the <a href='http://extensions.joomla.org/extensions/clients-a-communities/help-desk/11912' target="_blank">Joomla extensions directory</a></h4></div>

<?php 
JHTML::addIncludePath(array(JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_fss' . DS . 'html'));
?>
	

<?php 
echo JHTML::_('fsjtabs.start');
$title = JText::_("VERSION");
echo JHTML::_('fsjtabs.panel', $title, 'cpanel-panel-version', true);
$ver_inst = FSSAdminHelper::GetInstalledVersion();
$ver_files = FSSAdminHelper::GetVersion();
echo "<h4>" . JText::_('CURRENTLY_INSTALLED_VERISON') . " : <b>{$ver_files}</b></h4>";
if ($ver_files != $ver_inst) {
    echo "<h4>" . JText::sprintf('INCORRECT_VERSION', FSSRoute::_('index.php?option=com_fss&view=backup&task=update')) . "</h4>";
}
?>
<div id="please_wait"><?php 
echo JText::_('PLEASE_WAIT_WHILE_FETCHING_LATEST_VERSION_INFORMATION___');
?>
</div>

<iframe id="frame_version" height="300" width="100%" frameborder="0" border="0"></iframe>	
<?php 
$title = JText::_("ANNOUNCEMENTS");
echo JHTML::_('fsjtabs.panel', $title, 'cpanel-panel-announcements');