incView('include/page-top', false);
?>
Select user whose tasks you want to see
data->next()) {
echo '- ';
if ($this->data->getUid() == $this->switch_id) {
echo $this->data->html('nickname');
} else {
echo ''.$this->data->html('nickname').'';
}
echo '
';
}
?>
incView('include/page-bot', false);