PageRenderTime 136ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/examples/dynamictable/public/DynaTable.html

http://pyjamas.googlecode.com/
HTML | 23 lines | 18 code | 5 blank | 0 comment | 0 complexity | 887aeff9b237d5e06674991d0eae66bc MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. <html>
  2. <head>
  3. <meta name="pygwt:module" content="DynaTable">
  4. <title>DynaTable Example</title>
  5. <link rel=stylesheet href="DynaTable.css">
  6. </head>
  7. <body bgcolor="white">
  8. <iframe id='__pygwt_historyFrame' style='width:0;height:0;border:0'></iframe>
  9. <script language="javascript" src="pygwt.js"></script>
  10. <h1>School Schedule for Professors and Students</h1>
  11. <table width="100%" border="0">
  12. <tr valign="top">
  13. <td id="calendar" align="center" width="90%"></td>
  14. <td id="days" align="center" width="10%"></td>
  15. </tr>
  16. </span>
  17. </body>
  18. </html>