| <!DOCTYPE HTML> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8"> |
| <title>MySports: DataGrid</title> |
| <link rel="stylesheet" |
| href="http://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dojo/resources/dojo.css"> |
| <link rel="stylesheet" |
| href="http://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dijit/themes/claro/claro.css"> |
| <link rel="stylesheet" |
| href="http://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dojox/grid/resources/claroGrid.css"> |
| |
| <script |
| src="http://ajax.googleapis.com/ajax/libs/dojo/1.7.1/dojo/dojo.js" |
| data-dojo-config="isDebug: true,parseOnLoad: true"> |
| |
| </script> |
| <script type="text/javascript" src="division-teams-tree.js"/> |
| </head> |
| <body class="claro"> |
| <table width="100%" cellpadding="20" cellspacing="20"> |
| <tr> |
| <td><img src="../images/mysports.png"></td> |
| <td width="100%" align="right">User: <input name="login" |
| type="text"> Password: <input name="login" type="text"> |
| <button id="login hidden="true">Login</button> |
| </td> |
| </tr> |
| |
| |
| <tr> |
| <td colspan="2" valign="top"> |
| <h1>MySports: Ottawa Soccer League</h1> |
| </td> |
| </tr> |
| |
| <tr> |
| <td height="500" width="150" valign="top"> |
| <h2>Divisions</h2> |
| <button id="add-new-child">Add</button> |
| <div id="tree" /> |
| </td> |
| |
| <td valign="middle" align="left" width="100%"> |
| <h2 id="team-name-header"> </h2> |
| <div id="team-grid" /> |
| </td> |
| </tr> |
| </table> |
| |
| |
| </body> |
| </html> |