Your IP : 216.73.216.240
<?php defined('_JEXEC') or die('Restricted access'); ?>
<form action="index.php" method="post" name="adminForm">
<div id="j-sidebar-container" class="span2"><?php echo JHtmlSidebar::render(); ?></div>
<div id="j-main-container" class="span10">
<div class="adminform">
<div class="ph-cpanel-left">
<div id="cpanel"><?php
$class = $this->t['n'] . 'RenderAdmin';
$link = 'index.php?option='.$this->t['o'].'&view=';
foreach ($this->views as $k => $v) {
$linkV = $link . $this->t['c'] . $k;
echo $class::quickIconButton( $linkV, 'icon-48-'.$k.'.png', JText::_($v), $this->t['i']);
}
?><div style="clear:both"> </div>
<p> </p>
<div class="alert alert-block alert-info ph-w80">
<button type="button" class="close" data-dismiss="alert">×</button>
<?php echo $class::getLinks(); ?>
</div>
</div>
</div>
<div class="ph-cpanel-right">
<div class="well">
<div style="float:right;margin:10px;"><?php echo JHTML::_('image', $this->t['i'] . 'logo-phoca.png', 'Phoca.cz' );?></div><?php
echo '<h3>'. JText::_($this->t['l'] . '_VERSION').'</h3>'
.'<p>'. $this->t['version'] .'</p>';
echo '<h3>'. JText::_($this->t['l'] . '_COPYRIGHT').'</h3>'
.'<p>© 2007 - '. date("Y"). ' Jan Pavelka</p>'
.'<p><a href="http://www.phoca.cz/" target="_blank">www.phoca.cz</a></p>';
echo '<h3>'. JText::_($this->t['l'] . '_LICENCE').'</h3>'
.'<p><a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GPLv2</a></p>';
echo '<h3>'. JText::_($this->t['l'] . '_TRANSLATION').': '. JText::_($this->t['l'] . '_TRANSLATION_LANGUAGE_TAG').'</h3>'
.'<p>© 2007 - '. date("Y"). ' '. JText::_($this->t['l'] . '_TRANSLATER'). '</p>'
.'<p>'.JText::_($this->t['l'] . '_TRANSLATION_SUPPORT_URL').'</p>';
echo '<div style="border-top:1px solid #c2c2c2"></div><p> </p>'
.'<div class="btn-group"><a class="btn btn-large btn-primary" href="http://www.phoca.cz/version/index.php?'.$this->t['c'].'='. $this->t['version'] .'" target="_blank"><i class="icon-loop icon-white"></i> '. JText::_($this->t['l'] . '_CHECK_FOR_UPDATE') .'</a></div>';
?></div>
</div>
</div>
<input type="hidden" name="option" value="<?php echo $this->t['c'] ?>" />
<input type="hidden" name="view" value="<?php echo $this->t['c'] ?>cp" />
<?php echo JHtml::_('form.token'); ?>
</div>
</form>