* @package dashboard * @version $Id$ * @link http://www.zentao.net */ ?>
' . html::a(inlink('todo', "date=today"), $lang->todo->todayTodos) . ''; echo ''. html::a(inlink('todo', "date=yesterday"), $lang->todo->yesterdayTodos). ''; 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=thismonth"), $lang->todo->thismonthTodos). ''; echo '' . html::a(inlink('todo', "date=lastmonth"), $lang->todo->lastmonthTodos). ''; echo ''. html::a(inlink('todo', "date=thisseason"),$lang->todo->thisseasonTodos).''; echo '' . html::a(inlink('todo', "date=thisyear"), $lang->todo->thisyearTodos) . ''; echo '' . html::a(inlink('todo', "date=future"), $lang->todo->futureTodos) . ''; 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::input('date', $date,"class='select-2 date' onchange=changeDate(this.value)") . ''; ?>
export, '', 'class="w-date"'); common::printLink('todo', 'batchCreate', "", $lang->todo->batchCreate); 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; ?> date == '2030-01-01' ? $lang->todo->dayInFuture : $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'); ?>
createLink('todo', 'import2Today'); echo html::commonButton($lang->todo->import2Today, "onclick=\"changeAction('todoform', 'import2Today', '$actionLink')\""); } ?>
show();?>