| Line |  | 
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> | 
|---|
| 3 | <head> | 
|---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | 
|---|
| 5 | <meta http-equiv="cache-control" content="must-revalidate" /> | 
|---|
| 6 | <meta name="generator" content="WaveMaker Application Studio" /> | 
|---|
| 7 | <title>OID</title> | 
|---|
| 8 | <link rel="shortcut icon" href="/wavemaker/lib/wm/base/boot/images/favicon.ico" /> | 
|---|
| 9 | <style type="text/css"> | 
|---|
| 10 | @import "/wavemaker/lib/wm/base/boot/boot.css"; | 
|---|
| 11 | @import "app.css"; | 
|---|
| 12 |  | 
|---|
| 13 | /* styling for the wavemaker application element */ | 
|---|
| 14 | #wavemakerNode { | 
|---|
| 15 | height: 100%; | 
|---|
| 16 | overflow: hidden; | 
|---|
| 17 | position: relative; | 
|---|
| 18 | } | 
|---|
| 19 | </style> | 
|---|
| 20 |  | 
|---|
| 21 | <!-- Boot Wavemaker --> | 
|---|
| 22 | <script type="text/javascript" src="config.js"></script> | 
|---|
| 23 | <script type="text/javascript" src="/wavemaker/lib/wm/base/boot/boot.js"></script> | 
|---|
| 24 | </head> | 
|---|
| 25 | <body class="tundra"> | 
|---|
| 26 | <!-- Begin OID --> | 
|---|
| 27 | <div id="wavemakerNode"> | 
|---|
| 28 | <div id="_wm_loading" style="z-index: 100;"> | 
|---|
| 29 | <table><tr><td><img alt="Loading" src="/wavemaker/lib/wm/base/boot/images/loader.gif" />  Loading...</td></tr></table> | 
|---|
| 30 | </div> | 
|---|
| 31 | </div> | 
|---|
| 32 | <script type="text/javascript" src="/wavemaker/lib/wm/base/boot/lib_wm.js"></script> | 
|---|
| 33 | <script type="text/javascript" src="lib_project.js"></script> | 
|---|
| 34 | <script type="text/javascript" src="types.js"></script> | 
|---|
| 35 | <script type="text/javascript" src="OID.js"></script> | 
|---|
| 36 | <script type="text/javascript"> | 
|---|
| 37 | new OID({domNode: "wavemakerNode"}).run(); | 
|---|
| 38 | </script> | 
|---|
| 39 | <!-- End OID --> | 
|---|
| 40 | </body> | 
|---|
| 41 | </html> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.