mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
Progress meter has been simplified...it will render faster now.
This commit is contained in:
parent
68e043e591
commit
3bce346fb8
1 changed files with 2 additions and 8 deletions
10
progress.php
10
progress.php
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue