base = $p->base();
//LDAP_DataObject::debugLevel(1);
$this->masterTemplate = '';
switch ($request) {
case 'top':
$this->template = 'Person_popup.html';
return;
case 'search':
$this->template = 'Person_popup_search.html';
return;
}
$r = parent::start('Person');
$this->template = 'Person_popup_find.html';
return $r;
}
function outputBody() {
parent::outputBody();
}
}
?>