|
Revision 3447, 1.3 KB
(checked in by rvelices, 4 years ago)
|
|
- added RV Map & Earth extension
|
| Rev | Line | |
|---|
| [3447] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
|---|
| 2 | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|---|
| 3 | |
|---|
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en"> |
|---|
| 5 | <head> |
|---|
| 6 | <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> |
|---|
| 7 | |
|---|
| 8 | <link href="../themes/default.css" rel="stylesheet" type="text/css"/> |
|---|
| 9 | <link href="../themes/lighting.css" rel="stylesheet" type="text/css"/> |
|---|
| 10 | <link href="../themes/mac_os_x.css" rel="stylesheet" type="text/css"/> |
|---|
| 11 | <link href="./pwc-os.css" rel="stylesheet" type="text/css"/> |
|---|
| 12 | |
|---|
| 13 | <script type="text/javascript" src="../javascripts/prototype.js"> </script> |
|---|
| 14 | <script type="text/javascript" src="../javascripts/effects.js"> </script> |
|---|
| 15 | <script type="text/javascript" src="../javascripts/window.js"> </script> |
|---|
| 16 | <script type="text/javascript" src="../javascripts/window_effects.js"> </script> |
|---|
| 17 | <script type="text/javascript" src="../javascripts/debug.js"> </script> |
|---|
| 18 | <script type="text/javascript" src="./pwc-os.js"> </script> |
|---|
| 19 | <title>PWC OS</title> |
|---|
| 20 | |
|---|
| 21 | </head> |
|---|
| 22 | |
|---|
| 23 | <body> |
|---|
| 24 | <div id="dock"> |
|---|
| 25 | <div id="theme"> |
|---|
| 26 | Theme: |
|---|
| 27 | <select> |
|---|
| 28 | <option>Mac OS X</option> |
|---|
| 29 | <option>Blue lighting</option> |
|---|
| 30 | <option>Green lighting</option> |
|---|
| 31 | </select> |
|---|
| 32 | </div> |
|---|
| 33 | </div> |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | </body> |
|---|
| 37 | </html> |
|---|