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

12 lines
250 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>
{{slideId}}
</p>
</div>
</template>