function renderPage(Am_Form_Setup $form)
 {
     $cl = $form->getPageId() == $this->p ? 'sel' : 'notsel';
     return sprintf('<td class="%s"><a href="%s" title="%s">%s</a></td>' . "\n", $cl, $this->getUrl(null, $form->getPageId()), $form->getComment(), $form->getTitle());
 }