main-progress.html 1003 Bytes
Newer Older
Rafael Monnerat's avatar
Rafael Monnerat committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>JsUnit main-progress.html</title>
    <link rel="stylesheet" type="text/css" href="../css/jsUnitStyle.css">
</head>

<body>
<table width="375" cellpadding="0" cellspacing="0" border="0" summary="Test progress indicator">
    <tr>
        <td width="65" valign="top"><b>Progress:</b></td>

        <td width="300" height="14" valign="middle">
            <table width="300" cellpadding="0" cellspacing="0" border="1" summary="Progress image">
                <tr>
                    <td width="300" height="14" valign="top"><img name="progress" height="14" width="0"
                                                                  alt="progress image" src="../images/green.gif"></td>
                </tr>
            </table>
        </td>
    </tr>
</table>
</body>
</html>