company=$qcode;
}
echo $retour;
echo '
';
echo $contact->Summary($search);
echo '
';
echo $retour;
}
//-----------------------------------------------------
// Show Detail
if ( $sub_action == 'detail' )
{
$f_id=$_REQUEST['f_id'];
echo '
';
$contact=new contact($cn,$f_id);
echo $retour;
echo '
';
echo $retour;
echo '
';
}
html_page_stop();