* @package dashboard * @version $Id$ * @link http://www.zentao.net */ ?>
' id='todoform'>
' . html::a(inlink('todo', "date=today"), $lang->todo->todayTodos) . ''; echo '' . html::a(inlink('todo', "date=thisweek"), $lang->todo->thisWeekTodos) . ''; echo '' . html::a(inlink('todo', "date=lastweek"), $lang->todo->lastWeekTodos) . ''; echo '' . html::a(inlink('todo', "date=all"), $lang->todo->allDaysTodos) . ''; echo '' . html::a(inlink('todo', "date=before&account={$app->user->account}&status=undone"), $lang->todo->allUndone) . ''; echo "" . html::select('date', $dates, $date, 'onchange=changeDate(this.value)') . ''; ?>
export, '', 'class="export"'); echo html::a($this->createLink('todo', 'create', "date=$date"), $lang->todo->create); ?>
idAB;?> todo->date;?> todo->type;?> priAB;?> todo->name;?> todo->beginAB;?> todo->endAB;?> todo->status;?> actions;?>
id' /> "; echo $todo->id; ?> date == '2030-01-01' ? $lang->todo->dayInFeature : $todo->date;?> todo->typeList->{$todo->type};?> pri;?> createLink('todo', 'view', "id=$todo->id&from=my"), $todo->name);?> begin;?> end;?> todo->statusList[$todo->status];?> createLink('todo', 'mark', "id=$todo->id&status=$todo->status"), $lang->todo->{'mark'.ucfirst($todo->status)}, 'hiddenwin'); echo html::a($this->createLink('todo', 'view', "id=$todo->id&from=my"), $lang->todo->viewAB); echo html::a($this->createLink('todo', 'edit', "id=$todo->id"), $lang->edit); echo html::a($this->createLink('todo', 'delete', "id=$todo->id"), $lang->delete, 'hiddenwin'); ?>