bigbluebutton-Github/labs/meteor-client/client/views/whiteboard/whiteboard.html

9 lines
219 B
HTML
Raw Normal View History

2014-06-24 03:51:54 +08:00
<template name="whiteboard">
<input type="button" class="drawShapes" value="Draw!" />
2014-06-24 03:51:54 +08:00
{{#if getInSession "display_whiteboard"}}
<p>The whiteboard</p>
{{/if}}
<div id="whiteboard-paper">
</div>
2014-06-24 03:51:54 +08:00
</template>