Newer
Older
weather-servlet / src / main / webapp / index.html
  1. <lift:surround with="default" at="content">
  2. <h2>Current Weather Conditions</h2>
  3. <table>
  4. <tr>
  5. <td><canvas id="compass" width="160" height="160"></canvas></td>
  6. <td>
  7. <lift:comet type="WeatherActor">
  8. <weather:view>Loading...</weather:view>
  9. </lift:comet>
  10. </td>
  11. </tr>
  12. </table>
  13. </lift:surround>
  14.