| <!-- |
| Copyright 2012, Oracle and or its affiliates. All Rights Reserved. |
| @author irfan.ahmed@oracle.com |
| --> |
| <!DOCTYPE html> |
| <html> |
| <head> |
| <title>My Sports</title> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <link href="/dojo/1.7.2/dijit/themes/claro/claro.css" rel="stylesheet" /> |
| <link href="lib/demo/demo.css" rel="stylesheet" /> |
| <script> |
| djConfig = { |
| isDebug : false, |
| parseOnLoad : true |
| } |
| </script> |
| <script src="/dojo/1.7.2/dojo/dojo.js"></script> |
| <script src="lib/demo/demo.js"></script> |
| <script> |
| dojo.addOnLoad(function() { |
| console.debug("Dojo Loaded: ", dojo.version); |
| demoApp = { |
| utils : new demo.Utils(), |
| navPanel : new demo.NavPanel() |
| } |
| demoApp.navPanel.init(); |
| }); |
| </script> |
| </head> |
| <body class="claro"> |
| <div class="mainContainer"> |
| <div class="masthead"><img src="/MySportsAdmin/rest/league/OSL.png" /></div> |
| <div class="navigation"> |
| <div id="tree"></div> |
| </div> |
| <div class="content"> |
| |
| <div id="playersTableDiv"></div> |
| </div> |
| </div> |
| </body> |
| </html> |