Newer
Older
weather-servlet / src / main / webapp / gadget.html
<lift:surround with="default" at="content">
		<table>
		  <tr>
		    <td valign="top"><canvas id="compass" width="120" height="120"></canvas></td>
		    <td style="font-size: xx-small; font-family: sans">
          <lift:comet type="WeatherActor">
            <weather:view>Loading...</weather:view>
          </lift:comet>
        </td>
      </tr>
    </table>
</lift:surround>