* @package dashboard * @version $Id$ * @link http://www.zentao.net */ ?> requestType == 'GET' ? '&onlybody=yes' : '?onlybody=yes';?>
user->todo; ?>
todo->todayTodos) . '
'; echo html::a(inLink('todo', "account=$account&type=thisweek"), $lang->todo->thisWeekTodos) . '
'; echo html::a(inLink('todo', "account=$account&type=lastweek"), $lang->todo->lastWeekTodos) . '
'; echo html::a(inLink('todo', "account=$account&type=future"), $lang->todo->futureTodos) . '
'; echo html::a(inLink('todo', "account=$account&type=all"), $lang->todo->allDaysTodos) . '
'; echo html::a(inLink('todo', "account=$account&type=before"), $lang->todo->allUndone) . '
'; echo html::input('date', $date, "class='w-date todo-date' onchange=changeDate(this.value)"); ?>
' id='todoform'>
idAB;?> todo->date;?> todo->type;?> priAB;?> todo->name;?> todo->beginAB;?> todo->endAB;?> todo->status;?>
id;?> date == '2030-01-01' ? $lang->todo->dayInFuture : $todo->date;?> todo->typeList[$todo->type];?> pri;?>'>pri?> createLink('todo', 'view', "id=$todo->id") . $onlybody, $todo->name, '', "class='colorbox'");?> begin;?> end;?> todo->statusList[$todo->status];?>
show();?>