| OLD | NEW | 
|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> | 
| 2 <html> | 2 <html> | 
| 3 <head> | 3 <head> | 
| 4 <title>Earth Demo</title> | 4 <title>Earth Demo</title> | 
| 5 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> | 5 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> | 
| 6 <META HTTP-EQUIV="Expires" CONTENT="-1"> | 6 <META HTTP-EQUIV="Expires" CONTENT="-1"> | 
| 7 </head> | 7 </head> | 
| 8 | 8 | 
| 9 <body onload="nacllib.waitForModulesAndRunTests();" | 9 <body onload="nacllib.waitForModulesAndRunTests();" | 
| 10       onunload="nacllib.cleanUp();" > | 10       onunload="nacllib.cleanUp();" > | 
| 11 | 11 | 
| 12 | 12 | 
| 13 <h1>Earth Demo</h1> | 13 <h1>Earth Demo</h1> | 
| 14  <p> | 14  <p> | 
| 15     Image Credit: | 15     Image Credit: | 
| 16     NASA Goddard Space Flight Center Image by Reto Stöckli (land surface, | 16     NASA Goddard Space Flight Center Image by Reto Stöckli (land surface, | 
| 17     shallow water, clouds). Enhancements by Robert Simmon (ocean color, | 17     shallow water, clouds). Enhancements by Robert Simmon (ocean color, | 
| 18     compositing, 3D globes, animation). | 18     compositing, 3D globes, animation). | 
| 19     Data and technical support: MODIS Land Group; MODIS Science Data, | 19     Data and technical support: MODIS Land Group; MODIS Science Data, | 
| 20     Support Team; MODIS Atmosphere Group; MODIS Ocean Group Additional data: | 20     Support Team; MODIS Atmosphere Group; MODIS Ocean Group Additional data: | 
| 21     USGS EROS Data Center (topography); USGS Terrestrial Remote Sensing | 21     USGS EROS Data Center (topography); USGS Terrestrial Remote Sensing | 
| 22     Flagstaff Field Center (Antarctica); Defense Meteorological | 22     Flagstaff Field Center (Antarctica); Defense Meteorological | 
| 23     Satellite Program (city lights). | 23     Satellite Program (city lights). | 
| 24  </p> | 24  </p> | 
| 25 | 25 | 
| 26 <embed name="nacl_module" | 26 <embed name="nacl_module" | 
| 27        id="pluginobj" | 27        id="pluginobj" | 
| 28        src="earth.nexe" | 28        nexe="earth" | 
| 29        type="application/x-nacl-srpc" | 29        type="application/x-nacl-srpc" | 
| 30        width=512 | 30        width=512 | 
| 31        height=512> | 31        height=512> | 
|  | 32   <noembed> | 
|  | 33     Your browser does not appear to support Native Client. | 
|  | 34     Visit http://code.google.com/p/nativeclient/ to get started. | 
|  | 35   <noembed/> | 
|  | 36 </embed> | 
| 32 | 37 | 
| 33 <br> | 38 <br> | 
| 34 <button onclick="document.getElementById('pluginobj').start_demo(10000);"> | 39 <button onclick="document.getElementById('pluginobj').start_demo(10000);"> | 
| 35 RESTART ANIMATION | 40 RESTART ANIMATION | 
| 36 </button> | 41 </button> | 
| 37 | 42 | 
| 38 <hr> | 43 <hr> | 
| 39 <div id=status></div> | 44 <div id=status></div> | 
| 40 | 45 | 
| 41 <script type="text/javascript" src="nacl_js_lib.js"></script> | 46 <script type="text/javascript" src="nacl_js_lib.js"></script> | 
| (...skipping 23 matching lines...) Expand all  Loading... | 
| 65 // the testing and waiting mechanisms are identical | 70 // the testing and waiting mechanisms are identical | 
| 66 nacllib.test = nacllib.wait; | 71 nacllib.test = nacllib.wait; | 
| 67 | 72 | 
| 68 | 73 | 
| 69 | 74 | 
| 70 //]]> | 75 //]]> | 
| 71 </script> | 76 </script> | 
| 72 </body> | 77 </body> | 
| 73 </html> | 78 </html> | 
| 74 | 79 | 
| OLD | NEW | 
|---|