#% :$modstr: #% :$parts_str: #% :$pa_parts_str: #% "; echo "
"; } send_common_trailer(); 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_pad_crate'; 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[error]\n\n"; } $pa_parts =& $res['data'][$sernum]; $PAIds = array(); $pa_list = array(); $slot_list = array(); reset($pa_parts); while( list($key, $val) = each($pa_parts) ) { if($val['part']) { $pa_list[$key] = $val['part']['part_id']; $slot_list[$val['part']['part_id']] = $key; $PAIds[$key] = "PA ". $val['part']['part_id']; } } #---------------------------------------------------------------- # Get cable numbers $topAnalogIds = array(); $botAnalogIds = array(); $eclIds = array(); $res = edit_get_parts_of_types( $pa_list, array( ANALOG_CABLE_TYPE, ECL_CABLE_TYPE ) ); if($res['error']) { echo "
\n$res[error]\n\n"; } $raw_cables =& $res['data']; reset($raw_cables); while( list($pa_num, $val) = each($raw_cables) ) { # PA input, ch 0-7 $tmp =& $val[10]['part']; if($tmp) { $topAnalogIds[$slot_list[$pa_num]] = format_default_id($tmp['part_id']) . postamp_analogue_letter($tmp['part_point']); } # PA input, ch 8-15 $tmp =& $val[20]['part']; if($tmp) { $botAnalogIds[$slot_list[$pa_num]] = format_default_id($tmp['part_id']) . postamp_analogue_letter($tmp['part_point']); } # PA output $tmp =& $val[30]['part']; if($tmp) { $eclIds[$slot_list[$pa_num]] = $tmp['part_id']; } } #echo "
\n"; #print_r($res); #echo "\n"; $dbd = array( 'PAIds' => $PAIds, 'topAnalogIds' => $topAnalogIds, 'botAnalogIds' => $botAnalogIds, 'eclIds' => $eclIds ); $dbd = urlencode(base64_encode(serialize($dbd))); #---------------------------------------------------------------- # All information required for the picture is ready. # Get info for the text part of the page, if a slot is selected. $pa_data = array(); if( $selected_slot != "") { $err = ''; $postamp_sernum = $pa_list[$selected_slot]; if($postamp_sernum) { $pa_id = numeric_to_string( $postamp_sernum, POSTAMP_TYPE, &$err ); if($err) { echo "$err\n"; } $pa_tmp = postamp_query_db( $pa_id, POSTAMP_TYPE, $postamp_sernum ); if($pa_tmp['error']) { echo "$pa_tmp[error]\n"; } else { $pa_data = $pa_tmp['data']; } } } } ##================================================================ # EARLIER region in a map definition takes precedence # In the opposite, visible regions are drawn later. # Another thing to remember is that the image generator uses # two coordinate systems. $selection = $selected_crate != "" ? "selected_crate=$selected_crate" . ( $selected_slot != "" ? "&selected_slot=$selected_slot" : "" ) : "" ; $selection_img = $selection != "" ? $selection . "&dbd=$dbd" : ""; $imgscript = "pad_crate_image.php"; $imagedefault = "$imgscript?$selection_img"; $imagedefault = ereg_replace('\?$', '', $imagedefault); $str = ' '; echo js($str) . '
Select a crate and slot on the image,
then scroll down to view/edit details.
'
# .("
Selected crate: $selected_crate, sernum=$sernum, item_id=$item_id
\n")
# ."
selection = ". htmlspecialchars($selection_img)."
\n"
. '
\n";
#----------------------------------------------------------------
# Here the "edit details" part goes.
if( ($selected_crate != "") && ($selected_slot != "") ) {
echo "
\n"; #print_r($pa_data); #echo "\n"; } #---------------------------------------------------------------- echo "