* @package company
* @version $Id$
* @link http://www.zentao.net
*/
?>
getModuleRoot() . 'common/view/header.html.php';?>
getModuleRoot() . 'common/view/datepicker.html.php';?>
getModuleRoot() . 'common/view/datatable.fix.html.php';?>
maxCount);?>
company->featureBar['calendar'] as $type => $name)
{
$activeClass = $type == $date ? ' btn-active-text' : '';
echo html::a(inlink($type == 'calendar' ? 'calendar' : 'effort', $type == 'calendar' ? '' : "date=$type"), "{$name}", '', "class='btn btn-link{$activeClass}' id='{$type}Tab'");
}
?>
id : '') . "&orderBy=date_asc", '', 'button', '', '', 'export');?>
moduleName . ucfirst($this->methodName);
$useDatatable = (isset($this->config->datatable->$datatableId->mode) and $this->config->datatable->$datatableId->mode == 'datatable');
$vars = "date=$date&orderBy=%s&recTotal=$pager->recTotal&recPerPage=$pager->recPerPage";
//if($useDatatable) include $app->getModuleRoot() . 'common/view/datatable.html.php';
$customFields = $this->datatable->getSetting('company');
$widths = $this->datatable->setFixedFieldWidth($customFields);
$columns = 0;
?>
getModuleRoot() . 'common/view/footer.html.php';?>