$preamp_name
\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."
\n"; } $daughter_str = ""; if($daughter) { for($ipr = 1; $ipr <=4; $ipr++) { $ipoint = 100*$iplane + 10 + $ipr; $preamp_sernum = $preamp_parts[$ipoint]['part']['set']=='t'? $preamp_parts[$ipoint]['part']['part_id'] : '' ; $preamp_id = $preamp_sernum ? format_default_id($preamp_sernum) : '' ; $preamp_name = href2($preamp_sernum, $preamp_parts[$ipoint]['point_name']); $daughter_str .= "$preamp_name
\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."
\n"; } } $wp_str = "" . href2($plane_sernum, $plane_name) ."
\n" ."\n" ."\n" ."\n" ."\n" ."
\n" ; $emptycell_str = "" ." \n"; ##---------------------------------------------------------------- if($daughter && $above) { $first_row_cells = $daughter_str; $second_row_cells = $preamp_str; } else { $first_row_cells = $preamp_str; $second_row_cells = $daughter_str; } ##---------------------------------------------------------------- if($left) { $str .= "\n" . $first_row_cells . $wp_str . $emptycell_str ."\n" . ( $daughter? "\n" . $second_row_cells ."\n" : "" ); } else { $str .= "\n" . $emptycell_str . $wp_str . $first_row_cells ."\n" . ( $daughter? "\n" . $second_row_cells ."\n" : "" ); } } return $str; } ################################################################ if($send) { $errflag = 0; $modstr = ""; ## strip spaces where they should be ignored mytrim( array( 'status_date', 'parts_lastdate', 'preamps_lastdate', 'mod_base', 'mod_lid', 'mod_cathode' ), $HTTP_POST_VARS ); ## HTML-escape all posted data esc_r($HTTP_POST_VARS); ## Define PC/DC wire plain types and reset vars in current scope ## Loop up to the max possible number of planes for($plane=1; $plane <= 8; $plane++) { $id = ${"plane$plane"}; $old_id = ${"old_plane$plane"}; ## ---------------- if($id) { if('' == edit_std_id(&$id, 1)) { # DC wire plane $HTTP_POST_VARS["plane${plane}_type"] = 1; } elseif('' == edit_std_id(&$id, 18)) { # PC wire plane $HTTP_POST_VARS["plane${plane}_type"] = 18; } else { $errflag = 1; $modstr .= "
\n"
	    		   ."Invalid id $id for plane $plane.\n"
	    		   ."
\n"; } } else { # Type does not matter, but check_connection_change() # want it to be set $HTTP_POST_VARS["plane${plane}_type"] = 1; } ## ---------------- if($old_id) { if('' == edit_std_id(&$old_id, 1)) { # DC wire plane $HTTP_POST_VARS["old_plane${plane}_type"] = 1; } elseif('' == edit_std_id(&$old_id, 18)) { # PC wire plane $HTTP_POST_VARS["old_plane${plane}_type"] = 18; } else { $errflag = 1; $modstr .= "
\n"
	    		   ."Invalid id $old_id for plane $plane.\n"
	    		   ."
\n"; } } else { # Type does not matter, but check_connection_change() # want it to be set $HTTP_POST_VARS["old_plane${plane}_type"] = 1; } } extract($HTTP_POST_VARS, EXTR_OVERWRITE); ##================================ $comment=chop($comment); $modstr .= change4_str( "Status", 'status', $errflag, $HTTP_POST_VARS); ##---------------- if($old_mod_type != $mod_type) { $modstr .= "" ."Module type" ."$old_mod_type" ."$mod_type" ." " ."\n"; } ################################################################ if($mod_base != $old_mod_base) { $cres = check_connection_change( 'item_type', 'item_id', 'mod_base_point', 'mod_base_type', 'mod_base', 'parts_lastdate', $HTTP_POST_VARS); if($cres['error']) { $errflag = 1; $parts_str .= "" ."
\n$cres[error]\n
\n" ."\n"; } elseif($cres['steps']) { while(list($i, $step) = each($cres['steps'])) { $parts_str .= "" ."$step[action]" ."$step[point_name]" ."$step[part_description] $step[part_id]" ."" . ($step[action]=="install"? "in":"from") . " $step[base_description] $step[base_id]" ."on $step[date]" ."\n"; } } } ##================================================================ if($mod_lid != $old_mod_lid) { $cres = check_connection_change( 'item_type', 'item_id', 'mod_lid_point', 'mod_lid_type', 'mod_lid', 'parts_lastdate', $HTTP_POST_VARS); if($cres['error']) { $errflag = 1; $parts_str .= "" ."
\n$cres[error]\n
\n" ."\n"; } elseif($cres['steps']) { while(list($i, $step) = each($cres['steps'])) { $parts_str .= "" ."$step[action]" ."$step[point_name]" ."$step[part_description] $step[part_id]" ."" . ($step[action]=="install"? "in":"from") . " $step[base_description] $step[base_id]" ."on $step[date]" ."\n"; } } } ##================================================================ if($mod_cathode != $old_mod_cathode) { $cres = check_connection_change( 'item_type', 'item_id', 'mod_cathode_point', 'mod_cathode_type', 'mod_cathode', 'parts_lastdate', $HTTP_POST_VARS); if($cres['error']) { $errflag = 1; $parts_str .= "" ."
\n$cres[error]\n
\n" ."\n"; } elseif($cres['steps']) { while(list($i, $step) = each($cres['steps'])) { $parts_str .= "" ."$step[action]" ."$step[point_name]" ."$step[part_description] $step[part_id]" ."" . ($step[action]=="install"? "in":"from") . " $step[base_description] $step[base_id]" ."on $step[date]" ."\n"; } } } ##================================================================ ## Loop up to the max possible number of planes $planevars = ''; for($plane=1; $plane <= 8; $plane++) { if(${"plane$plane"} == ${"old_plane$plane"}) { continue; } $cres = check_connection_change( 'item_type', 'item_id', "plane${plane}_point", "plane${plane}_type", "plane$plane", 'parts_lastdate', $HTTP_POST_VARS); if($cres['error']) { $errflag = 1; $parts_str .= "" ."
\n$cres[error]\n
\n" ."\n"; } elseif($cres['steps']) { while(list($i, $step) = each($cres['steps'])) { $parts_str .= "" ."$step[action]" ."$step[point_name]" ."$step[part_description] $step[part_id]" ."" . ($step[action]=="install"? "in":"from") . " $step[base_description] $step[base_id]" ."on $step[date]" ."\n"; } $planevars .= "" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ; } } ##================================================================ $preamp_vars = ''; for($iplane=1; $iplane <= 8; $iplane++) { for($ipr=1; $ipr <=4; $ipr++) { for($idaughter=0; $idaughter <= 10; $idaughter +=10) { $ipoint = 100*$iplane + $idaughter + $ipr; if(${"preamp$ipoint"} == ${"old_preamp$ipoint"}) { continue; } $cres = check_connection_change( 'item_type', 'item_id', "preamp${ipoint}_point", "preamp${ipoint}_type", "preamp$ipoint", 'preamps_lastdate', $HTTP_POST_VARS); if($cres['error']) { $errflag = 1; $parts_str .= "" ."
\n$cres[error]\n
\n" ."\n"; } elseif($cres['steps']) { while(list($i, $step) = each($cres['steps'])) { $parts_str .= "" ."$step[action]" ."$step[point_name]" ."$step[part_description] $step[part_id]" ."" . ($step[action]=="install"? "in":"from") . " $step[base_description] $step[base_id]" ."on $step[date]" ."\n"; } $preamp_vars .= "" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ; } } } } ################################################################ if($modstr || $parts_str || $comment) { echo "

$self_name $item_id

\n"; echo "
\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" . $planevars . $preamp_vars ##---------------- # ."\n\n" ."\n
\n" ##---------------- . ($modstr ? "\n" : "" ) ##---------------- . ($parts_str ? "\n" : "" ) ##---------------- . ($comment ? "\n" : "" ) ##---------------- ."\n
\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" ."\n" . $modstr ."
You want to changefromtowork date
\n" ."
". "\n" ."\n" ."\n" ."\n" . $parts_str ."
You want to
\n" ."
". "

Your comment is:

\n"
			 ."$comment

\n" ."
\n" ##---------------- . ($errflag ? "" : "\n" ) ."\n" .' OR Press the Back button of your browser' .' to edit your input
'; ; } else { echo "

$self_name $item_id

\n"; echo "\n" ."\n" ."\n" ."You didn't modify anything. " ."\n" ; } exit; } ################################################################ if($confirm) { ## HTML-escape all posted data and reset vars in current scope esc_r($HTTP_POST_VARS); extract($HTTP_POST_VARS, EXTR_OVERWRITE); $err = ''; $op = 'edit_chamber_mod'; if(!start_transaction($conn,$op,$scriptid,$comment)) { $err .= "Can't start transaction."; } else { ## ---------------------------------------------------------------- if($comment) { $q = pg_exec( $conn, "INSERT INTO item_comment" ." (tn,sernum,workdate)" ." values" ." (currval('tn'),$sernum,'now');" ); if(!$q) { $err .= "Error setting comment.
\n"; } } ## ---------------------------------------------------------------- $res = check_change4('status', $HTTP_POST_VARS); if($res['error']) { $err .= "Error verifying 'status' vars: $res[error].
\n"; } elseif($res['diff']) { $err .= edit_set_selected( $sernum, $status, $status_date, 'status', 'statuses', 'status'); } ## ---------------------------------------------------------------- if($old_mod_type != $mod_type) { $err .= edit_set_selected( $sernum, $mod_type, 'now', 'chamber_mod_type', 'chamber_mod_types', 'type'); } ## ---------------------------------------------------------------- if($mod_base != $old_mod_base) { $cres = check_connection_change( 'item_type', 'item_id', 'mod_base_point', 'mod_base_type', 'mod_base', 'parts_lastdate', $HTTP_POST_VARS); if($cres['error']) { $err .= "Error verifying 'mod_base' vars: $cres[error].
\n"; } elseif($cres['steps']) { while(list($i, $step) = each($cres['steps'])) { $err .= edit_set_connection($step); } } } ## ---------------------------------------------------------------- if($mod_lid != $old_mod_lid) { $cres = check_connection_change( 'item_type', 'item_id', 'mod_lid_point', 'mod_lid_type', 'mod_lid', 'parts_lastdate', $HTTP_POST_VARS); if($cres['error']) { $err .= "Error verifying 'mod_lid' vars: $cres[error].
\n"; } elseif($cres['steps']) { while(list($i, $step) = each($cres['steps'])) { $err .= edit_set_connection($step); } } } ## ---------------------------------------------------------------- if($mod_cathode != $old_mod_cathode) { $cres = check_connection_change( 'item_type', 'item_id', 'mod_cathode_point', 'mod_cathode_type', 'mod_cathode', 'parts_lastdate', $HTTP_POST_VARS); if($cres['error']) { $err .= "Error verifying 'mod_cathode' vars: $cres[error].
\n"; } elseif($cres['steps']) { while(list($i, $step) = each($cres['steps'])) { $err .= edit_set_connection($step); } } } ## ---------------------------------------------------------------- for($plane=1; $plane <= 8; $plane++) { if(${"plane$plane"} == ${"old_plane$plane"}) { continue; } $cres = check_connection_change( 'item_type', 'item_id', "plane${plane}_point", "plane${plane}_type", "plane$plane", 'parts_lastdate', $HTTP_POST_VARS); if($cres['error']) { $errflag = 1; $err .= "Error verifying \"plane\" vars: $cres[error]\n"; } elseif($cres['steps']) { while(list($i, $step) = each($cres['steps'])) { $err .= edit_set_connection($step); } } } ## ---------------------------------------------------------------- $preampsteps = array(); for($iplane=1; $iplane <= 8; $iplane++) { for($ipr=1; $ipr <=4; $ipr++) { for($idaughter=0; $idaughter <= 10; $idaughter +=10) { $ipoint = 100*$iplane + $idaughter + $ipr; if(${"preamp$ipoint"} == ${"old_preamp$ipoint"}) { continue; } $cres = check_connection_change( 'item_type', 'item_id', "preamp${ipoint}_point", "preamp${ipoint}_type", "preamp$ipoint", 'preamps_lastdate', $HTTP_POST_VARS); if($cres['error']) { $errflag = 1; $err .= "Error verifying \"preamp\" vars: $cres[error]\n"; } elseif($cres['steps']) { $preampsteps = array_merge($preampsteps, $cres['steps']); } } } } # Perform the re-connection. # First do all the removing that the parts are not "busy" reset($preampsteps); while(list($i, $step) = each($preampsteps)) { if($step['action'] == 'remove') { $err .= edit_set_connection($step); } } # then install reset($preampsteps); while(list($i, $step) = each($preampsteps)) { if($step['action'] != 'remove') { $err .= edit_set_connection($step); } } ## ================================================================ if(!$err) { if(!pg_exec($conn, "COMMIT;")) { $err .= "Error commiting changes."; } } } ################################################################ ## Exit on a error. But, if DB is successfully modified ## just continue to display an updated page. if($err) { pg_exec($conn, "ROLLBACK;"); echo "\n" ."$err
\n" ."Database has not been modified.\n" ."\n" ."\n" ."\n" ."
\n" ; exit; } } ################################################################ # Query DB about current item parameters ## ================================================================ ## Prepare status info $res = edit_get_status($item_id, $item_type); if($res['error']) { echo "
\n$res[error]\n
\n"; } $status = $res['status']; $status_date = $res['date']; $status_set = $res['isset']; $status_options = $res['options']; ## ================================================================ ## Where is the item installed? $res = edit_get_base($sernum); if($res['error']) { echo "$res[error]
"; } $base_sernum = $res['base_sernum']; $base_type = $res['type']; $base_date = $res['date']; $base_desc = $res['description']; $base_point = $res['point']; ## ================================================================ ## Retrieve data about parts used $res = edit_get_parts(array($sernum), array(1,2,3,4,5,6,7,8,50,60,70)); if($res['error']) { echo "
\n$res[error]\n
\n"; } $parts_lastdate = $res['last_date']; $mod_parts=& $res['data'][$sernum]; $mod_cathode_sernum = ( $mod_parts[50]['part']['set'] == 't')? $mod_parts[50]['part']['part_id'] : ''; $mod_cathode = $mod_cathode_sernum ? format_default_id($mod_cathode_sernum) : ''; $mod_base_sernum = ( $mod_parts[60]['part']['set'] == 't') ? $mod_parts[60]['part']['part_id'] : ''; $mod_base = $mod_base_sernum ? format_default_id($mod_base_sernum) : ''; $mod_lid_sernum = ( $mod_parts[70]['part']['set'] == 't') ? $mod_parts[70]['part']['part_id'] : ''; $mod_lid = $mod_lid_sernum ? format_default_id($mod_lid_sernum) : ''; ## ================================================================ ## Get PreAmps info $res = edit_get_parts_of_types(array($sernum), array(7)); if($res['error']) { echo "
\n$res[error]\n
\n"; } $preamps_lastdate = $res['last_date']; $preamp_parts =& $res['data'][$sernum]; ## ================================================================ ## Module type $res = edit_get_selected( $sernum, 'chamber_mod_type', 'chamber_mod_types', 'type'); if($res['error']) { echo "$res[error]
"; } $mod_type = $res['type']; $type_options_string = $res['options']; ## ---------------- ## Get table formatting parameters if($mod_type) { $q = pg_exec($conn, "SELECT b.plane_order" ." FROM chamber_mod_type a,chamber_mod_types b" ." WHERE a.type=b.type" ." AND a.sernum='$sernum'" ." ORDER BY a.tn DESC LIMIT 1;" ); if(!$q || (pg_numrows($q) != 1)) { echo "Error quering plane order.\n"; } else { $plane_order = pg_result($q,0,'plane_order'); } } ## ---------------------------------------------------------------- $comments = get_comments($sernum); ################################################################ # Display a form with current parameters as default values echo "
\n" ."

$self_name $item_id

\n" ."\n" ."\n" ."\n" ."\n" # -------------------------------- ."
\n" ."

Status:" ."\n" ."\n" . ($status_set? "" : "(default) " ) ." Status change date: " ."\n" ."\n" ."\n" ."

\n" # -------------------------------- ."

\n" . ($base_sernum ? "Installed in " ."\n" ."$base_desc at position $base_point" ." on $base_date" : "Not installed. " ."Go to " ."" ."cradle" ."\n" ." to install a module" ) ."

\n" # -------------------------------- ."
\n" ."

Module type: " ."\n" ."\n" # ---------------- .( !$mod_type ? "Define module type to display more fields.\n" : "" ."

\n" ."

" ."Top view\n" ."

Positions of PreAmps on the page show the orientation" ." of wire planes in the module.\n" # ---------------- ."

\n" ."\n" ."" ."\n" ."" ."\n" ."" . chamber_mod_wire_planes($plane_order, $mod_parts, $preamp_parts) ."" ."\n" ."" ."\n" ."" ."" ."\n" ."" ."\n" ."" ."
 ". href2($mod_base_sernum, "Base:") ."
" ."" ."" ."" ."" ."" ."" ."
 
 ". href2($mod_cathode_sernum, "Cathode plane") ."
" ."" ."" ."" ."" ."" ."" ."
 
 ". href2($mod_lid_sernum, "Lid:") ."
" ."" ."" ."" ."" ."" ."" ."
 
\n" # ---------------- ."

\n" ."" ."" ."\n" ."" ."" ."
\n" ."Module assembly date: $parts_lastdate\n" ."
\n" ."Enter a date when changing base/lid/planes:\n" ."\n" ."\n" ."\n" ."
" ."Last PreAmp change date:$preamps_lastdate\n" ."
\n" ."Enter PreAmp install/remove date here:" ."" ."\n" ."\n" ."
\n" # -------------------------------- ."

\n" ## !mod_type ? ) ."
\n" # -------------------------------- ."
\n" ."

Comment to add
\n" .' ' ."

\n" # ---------------- ."
\n" ."\n" ."\n" ."
\n" # ---------------------------------------------------------------- .( $comments ? "

\n" ."Existing comments about " ."$self_name $item_id:\n" . $comments ."
\n" : "" ) # ---------------------------------------------------------------- ."
\n" ; ################################################################ ?>