5 <style style=
'text/css'>
12 <table border=0 cellpadding=2 cellspacing=0 width=
"420">
13 <tr><td colspan=
"3" class=
""> </td></tr>
15 <td colspan=
"3" class=
"bar" align=
"center">
20 <td
class=
'hdr' width=
"100">
23 <td
class=
'hdr' width=
"220">
26 <td
class=
'hdr' width=
"100">
34 $exp_file =
"$home_path/tmp/exportid.log";
36 if (file_exists($exp_file)) {
38 $pipe = @popen(
"sort -rn " . escapeshellcmd($exp_file) .
" | head -30 ",
"r");
42 while (!feof($pipe)) {
44 $rgb = ($rgb ==
"odd" ?
"even" :
"odd");
45 $line_buffer = fgets($pipe, 4096);
47 list($last_upload, $prior_upload, $settings, $date_upload,$exp_batches,$cuuser) = explode(
"\t", $line_buffer);
48 if (trim($prior_upload) ==
'') {$prior_upload = $last_upload;}
49 if ($lst_upl ==
"-1") {
50 $lst_upl = $last_upload;
53 if ((intval($lst_upl) - 1) != $last_upload && intval($last_upload) != 0 && intval($prior_upload) != 0)
56 $lst_upl = $last_upload;
64 $upl_set = explode(
",", $settings);
65 if ($upl_set[1] ==
"1") {
73 <td class='$rgb' align=right> 76 <td class='$rgb' align=left> 84 <td colspan=2 class='$rgb'> 85 * denotes possible missing batch, <br><span class='upl_alert'>red</span> denotes full refresh 92 <td colspan=\"2\" class=\"ahd\"> 93 Currently your credit union does not have any upload history. 101 <td colspan=\"2\" class=\"ahd\"> 102 Currently your credit union does not have any upload history.