s){xmin=s}if(xmaxths){ymin=ths}if(ths>ymax)ymax=ths;document.getElementById('worker'+j).value=d[pre+'worker']} } var tav=(tda/(xmax-xmin))*Math.pow(2,32)/Math.pow(10,12); var p5=(ymax-ymin)*0.05;ymax+=p5;ymin-=p5;if(ymin<0){ymin=0} if(c['zerob']){ymin=0} ghg(c,xmax-xmin); ggr(c,0.9,0.9,'TH/s',rows,xmin,xmax,ymin,ymax,d,'nx:','vx:','ths:',tav,w,cols)} c={}; function dodrw(data,cbx){if(hasCan()){gdrw(c,sep(data),cbx)}} function gact(t){if(t.checked){scnv(t.id,1)}else{scnv(t.id,0)}godrw(0)} function wch(){var w='';for(var i=1;i<=$nc;i++){var e=document.getElementById('worker'+i);if(e&&e.value&&e.value.trim()){if(i>1){w+=','}w+=e.value.trim()}}if(w){scnv('workers',w)}}"; return $g; } # function dousperf($data, $user) { global $fld_sep, $val_sep; // This also defines how many worker fields there are $cols = array('#0000c0', '#00dd00', '#e06020', '#b020e0'); $nc = count($cols); $workers = 'all'; if (isset($_COOKIE['workers'])) { $w = substr(trim($_COOKIE['workers']), 0, 1024); if ($w !== false) { $wa = explode(',', $w, $nc+1); if (count($wa) > $nc) { $w = ''; for ($i = 0; $i < $nc; $i++) $w .= (($i == 0) ? '' : ',').$wa[$i]; } $workers = $w; } } $ans = getShiftData($user, $workers); $iCrap = strpos($_SERVER['HTTP_USER_AGENT'],'iP'); if ($iCrap) $vlines = false; else $vlines = true; $pg = '

User Shift Reward Performance


'; if ($ans['STATUS'] == 'ok' and $ans['DATA'] != '') { addGBase(); addTips(); $cbx = array('skey' => 'shift key', 'slines' => 'shift lines', 'tkey' => 'time key', 'tlines' => 'time lines', 'over' => 'key overlap', 'smooth' => 'smooth', 'zerob' => 'zero based', 'utc' => 'utc'); $xon = array('skey' => 1, 'utc' => 1); if ($vlines === true) $xon['slines'] = 1; $pg .= '
'; $tt = ""; $pg .= "?"; $pg .= "$tt"; $i = 0; $datacols = ''; $onch = " onchange='wch()'"; foreach ($cols as $col) { $i++; $pg .= " Worker$i:"; $pg .= " "; if ($i > 1) $datacols .= ','; $datacols .= $col; } $oncl = "wch();location.href=\"".makeURL('usperf')."\""; $pg .= "
"; foreach ($cbx as $nam => $txt) { $pg .= ' '; $pg .= ""; $pg .= "$txt "; } $pg .= '
'; $pg .= '
'; $pg .= 'A graph will show here if your browser supports html5/canvas'; $pg .= "
\n"; $data = str_replace(array("\\","'"), array("\\\\","\\'"), $ans['DATA']); $data .= $fld_sep . 'cols' . $val_sep . $datacols; $pg .= "\n"; } return $pg; } # function show_usperf($info, $page, $menu, $name, $user) { gopage($info, NULL, 'dousperf', $page, $menu, $name, $user); } # ?>