$self_name $item_id\n"; echo "

" . item_status_button($item_id,$item_type,$selfref) ."

\n"; ##================================================================ $res = edit_get_base($sernum); if($res['error']) { echo "
\n$res[error]\n
\n"; } $mod_sernum = $res['base_sernum']; $mod_description = $res['description']; $mod_date = $res['date']; echo $mod_sernum ? "

Installed in $mod_description " . href2($mod_sernum, format_default_id($mod_sernum)) ." on $mod_date

\n" : "

Not installed. Go to a \n" ."Chamber module\n" ."to install a wire plane.

\n" ; ##================================================================ ## This table is to place cital_numbering picture echo "
\n"; ################################################################ echo "\n" ."\n\n" ."
" . edit_connection_button($sernum, 5, 17, $selfref, "", "set_cp_gf") ." " . edit_connection_button($sernum, 6, 3, $selfref, "", "set_cp_foil") ."
\n

\n"; ################################################################ # echo "

\n" ."

\"Cital

\n" ."Cital numbering
" ."(view from the lamel side)
\n" ."
\n"; ?> Cathode foil thickness is 6.4 um.
Gaps (mm) between middle of cathode foil and bottom (i.e. the opposite to the lamel) surface of citals are measured as (measurement accuracy: +-15 um):
\n"; echo "\n"; $q = pg_exec($conn, "SELECT gap1,gap2,gap3,gap4,gap5" ." FROM wp_gaps" ." WHERE sernum=$sernum" ." ORDER BY workdate DESC;" ); if(!$q) { echo "Error in pg_exec() for gaps."; exit; } $numrows = pg_numrows($q); if($numrows > 0) { $gap[1] = pg_result($q, 0, 'gap1'); $gap[2] = pg_result($q, 0, 'gap2'); $gap[3] = pg_result($q, 0, 'gap3'); $gap[4] = pg_result($q, 0, 'gap4'); $gap[5] = pg_result($q, 0, 'gap5'); } else { $gap[1] = "Unknown"; $gap[2] = "Unknown"; $gap[3] = "Unknown"; $gap[4] = "Unknown"; $gap[5] = "Unknown"; } for($i=1; $i<=5; $i++) { echo "\n"; } ?>
At cital 1: At cital 2: At cital 3: At cital 4: At the center
" ."$gap[$i]" ."

" . edit_connection_button($sernum, $i, 16, $selfref, "Cital $i", "set_cital_$i" ) .""; } ?>

Comments:\n"; print_comments($sernum); echo add_comment_button($item_type,$item_id, $selfref, "") . "

\n"; ?>