url(array('controller' => 'log',
'action' => 'index',
'log' => Msd_Log::PHP,
'revers' => $this->revers),
'default',
TRUE);
$errorLogUrl = $this->url(array('controller' => 'log',
'action' => 'index',
'log' => Msd_Log::ERROR,
'revers' => $this->revers),
'default',
TRUE);
$perlLogUrl = $this->url(array('controller' => 'log',
'action' => 'index',
'log' => Msd_Log::PERL,
'revers' => $this->revers),
'default',
TRUE);
$perlCompleteLogUrl = $this->url(array('controller' => 'log',
'action' => 'index',
'log' => Msd_Log::PERL_COMPLETE,
'revers' => $this->revers),
'default',
TRUE);
// get log param to set the active item in TabBar
$activeLog = Zend_Controller_Front::getInstance()->getRequest()->getParam('log', '');
// format action name and escape possible dot in action name
if (!empty($activeLog)) {
$activeLog = '"#' . str_replace('.', '\\\.', $activeLog) . '"';
} else {
$activeLog = '"#PHP-Log"'; // default
}
?>
jQuery()->javascriptCaptureStart(); ?>
// set selected tab
$(document).ready(function() {
$().addClass("ui-tabs-selected");
});
jQuery()->javascriptCaptureEnd(); ?>
lang->L_LOG; ?>
lang->L_NAME?> |
lang->L_FILESIZE?> |
|
filesize($this->log->getFile(Msd_Log::PHP));?>
|
|
filesize($this->log->getFile(Msd_Log::ERROR));?>
|
|
filesize($this->log->getFile(Msd_Log::PERL));?>
|
|
filesize($this->log->getFile(Msd_Log::PERL_COMPLETE));?>
|
lang->L_LOG?> "activeLog?>":