';
echo '';
//----------------------------------------------------------------------
// show the left menu
//----------------------------------------------------------------------
echo '
';
//----------------------------------------------------------------------
// the pa_id is set
//
//----------------------------------------------------------------------
if ( isset($_GET['see'])) {
// Show the list for the period
// and exit
//-----------------------------
echo JS_AJAX_OP;
$a=new Anc_Operation($cn);
echo '
';
echo '
';
echo $a->html_table($current);
echo '
';
exit();
}
if ( isset($_POST['save'])) {
// record the operation and exit
// and exit
//-----------------------------
echo '
';
exit();
}
if ( isset($_GET['new'])) {
//show the form for entering a new Anc_Operation
//------------------------------------------
$a=new groupop($cn);
$wSubmit=new widget('hidden',"p_action","ca_od");
$wSubmit->table=0;
echo '