bigbluebutton-Github/labs/meteor-client/client/views/whiteboard/whiteboard.html
2014-07-30 17:06:29 +00:00

12 lines
246 B
HTML
Executable File

<template name="whiteboard">
<input type="button" class="drawShapes" value="Draw!" />
{{#if getInSession "display_whiteboard"}}
<p>The whiteboard</p>
{{/if}}
<div id="whiteboard-paper">
<p>
{{png}}
</p>
</div>
</template>