aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/progressbar.html
blob: 02556b66faf10e289664fd1b4e7c2d7384731cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
<head>
	<title>jQuery UI Progressbar Static Markup Test Page</title>
	<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css">
</head>
<body>

<h1>jQuery UI Progressbar Static Markup Test Page</h1>

<div class="ui-progressbar ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13">
	<div class="ui-progressbar-label">13% Completed</div>
	<div class="ui-progressbar-value ui-state-default ui-corner-left" style="width: 13%;"><span class="ui-progressbar-label">13% Completed</span></div>
</div>

</body>
</html>