shift key ";
- $pg .= "
'shift key', 'slines' => 'shift lines',
+ 'tkey' => 'time key', 'tlines' => 'times lines',
+ 'over' => 'key overlap', 'smooth' => 'smooth',
+ 'zerob' => 'zero based', 'utc' => 'utc');
+ $xon = array('skey' => 1, 'utc' => 1);
+ if ($vlines === true)
+ $xon['slines'] = 1;
+
+ $pg .= '
';
+ foreach ($cbx as $nam => $txt)
+ $pg .= " $txt ";
+
+ $pg .= '
';
+ $pg .= '
\n";
$data = str_replace(array("\\","'"), array("\\\\","\\'"), $ans['DATA']);
- $pg .= "\n";
- $pg .= "\n";
+ $pg .= "\n";
}
-
return $pg;
}
#