Progress meter has been simplified...it will render faster now.

This commit is contained in:
Jeff Teunissen 2000-05-08 08:05:53 +00:00
parent 68e043e591
commit 3bce346fb8

View file

@ -6,7 +6,6 @@
<TABLE width="100%" cellSpacing="0" cellPadding="0" border="0">
<TR vAlign=top>
<TD colSpan="2">
<A name="ProgressMeter"></A>
<?
function progressKey() // Display key for progress bar
{
@ -25,24 +24,19 @@
echo $result;
}
tableBoxHeader( 'black', tableHeadColor );
tableTitle( 'Progress', 3, tableHeadColor );
echo '<TR><TD colSpan="3">';
tableHeader("100%", 'black');
progressKey();
progressMeter('3Dfx MiniGL', 85, 'Being replaced by Mesa where possible');
progressMeter('3Dfx', 85, 'Being replaced by Mesa where possible');
progressMeter('DOS', 65, 'Working on DJGPP cross-compilation');
progressMeter('GGI', 90, 'New cross-platform software standard?');
progressMeter('GLX', 95, 'Working properly');
progressMeter('MGL', 80, 'No comments');
progressMeter('SDL', 90, 'New cross-platform software standard?');
progressMeter('Sun XIL', 50, 'Unknown status');
progressMeter('SVGAlib', 85, 'No comments');
progressMeter('SVGAlib', 85, 'Seems to work well.');
progressMeter('WGL', 70, 'No comments');
progressMeter('X11', 95, 'Working properly');
progressKey();
tableFooter();
tableBoxFooter();
?>
</TD>
</TR>