* @package report * @version $Id$ * @link http://www.zentao.net */ ?> getModuleRoot() . 'common/view/header.html.php';?>
report->list;?>
crystal->moduleList as $module => $name) { if(empty($name)) $name = $lang->crystal->all; $class = $currentModule == $module ? 'selected' : ''; echo html::a(inlink('browseReport', "module=$module"), ' ' . $name, '', "class='$class'"); } ?>
crystal->all : $lang->crystal->moduleList[$currentModule];?>
desc, true); $desc = zget($desc, $this->app->getClientLang(), ''); ?>
crystal->id?> crystal->name?> crystal->desc?> crystal->module?> actions?>
id;?> name, true); if(empty($name)) $name[$this->app->getClientLang()] = $report->name; echo zget($name, $this->app->getClientLang(), ''); ?> module, ',')); foreach($modules as $module) echo $lang->crystal->moduleList[$module] . ' '; ?> id"), $lang->report->useReport, '', $report->vars ? "data-type='iframe' data-toggle='modal'" : ''); if(common::hasPriv('report', 'editReport')) echo html::a(inlink('editReport', "reportID=$report->id"), $lang->report->editReport, '', "data-type='iframe' data-toggle='modal'"); if(common::hasPriv('report', 'deleteReport')) echo html::a(inlink('deleteReport', "reportID=$report->id"), $lang->delete, 'hiddenwin'); ?>
getModuleRoot() . 'common/view/footer.html.php';?>