* @package dashboard * @version $Id$ * @link http://www.zentao.net */ ?> requestType == 'GET' ? '&onlybody=yes' : '?onlybody=yes';?>
|
user->todo; ?>
todo->periods as $period => $label)
{
$vars = "account={$app->user->account}&date=$period";
if($period == 'before') $vars .= "&status=undone";
echo "" . html::a(inlink('todo', $vars), $label) . '
'; } ?> |