2008-12-05 20:19:46 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>jQuery UI Progressbar Static Markup Test Page</title>
|
2008-12-09 18:25:09 +00:00
|
|
|
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" />
|
|
|
|
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
|
|
|
|
<script type="text/javascript" src="static_helpers.js"></script>
|
2008-12-05 20:19:46 +00:00
|
|
|
</head>
|
2008-12-08 21:34:19 +00:00
|
|
|
<body style="font-size: 62.5%;">
|
2008-12-05 20:19:46 +00:00
|
|
|
|
2008-12-12 02:31:34 +00:00
|
|
|
<!-- Progressbar -->
|
2008-12-05 20:59:30 +00:00
|
|
|
<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13">
|
2008-12-09 16:34:34 +00:00
|
|
|
<div class="ui-progressbar-value ui-state-default ui-corner-left" style="width:13%;"></div>
|
2008-12-05 22:59:01 +00:00
|
|
|
</div>
|
|
|
|
|
2008-12-05 20:19:46 +00:00
|
|
|
</body>
|
|
|
|
</html>
|