cron->list?>
cron->m?> | cron->h?> | cron->dom?> | cron->mon?> | cron->dow?> | cron->command?> | cron->remark?> | cron->lastTime?> | cron->status?> | actions;?> |
---|---|---|---|---|---|---|---|---|---|
m;?> | h;?> | dom;?> | mon;?> | dow;?> | command;?> | remark;?> | lastTime, 2);?> | cron->statusList, $cron->status, '');?> | command)) echo html::a(inlink('toggle', "id=$cron->id&status=" . ($cron->status == 'stop' ? 'normal' : 'stop')), $cron->status == 'stop' ? $lang->cron->toggleList['start'] : $lang->cron->toggleList['stop'], 'hiddenwin'); if(!empty($cron->command) and common::hasPriv('cron', 'edit')) echo html::a(inlink('edit', "id=$cron->id"), $lang->edit); if($cron->buildin == 0 and common::hasPriv('cron', 'delete')) echo html::a(inlink('delete', "id=$cron->id"), $lang->delete, 'hiddenwin'); ?> |
cron->notice->help?>
cron->introduction;
if(common::hasPriv('cron', 'turnon')) printf($lang->cron->confirmOpen, inlink('turnon'));
?>