source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/tests/static/progressbar/progressbar.html@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 757 bytes
Line 
1<!doctype html>
2<html>
3<head>
4 <title>jQuery UI Progressbar Static Markup Test Page</title>
5 <link rel="stylesheet" href="../../../themes/base/ui.base.css" type="text/css" />
6 <link rel="stylesheet" href="../../../themes/base/ui.theme.css" type="text/css" title="ui-theme" />
7 <script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
8 <script type="text/javascript" src="../static.js"></script>
9</head>
10<body style="font-size: 62.5%;">
11
12<!-- Progressbar -->
13<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13">
14 <div class="ui-progressbar-value ui-widget-header ui-corner-left" style="width:13%;"></div>
15</div>
16
17</body>
18</html>
Note: See TracBrowser for help on using the repository browser.