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

12 lines
250 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">
2014-07-30 23:20:29 +08:00
<p>
{{slideId}}
</p>
</div>
2014-06-24 03:51:54 +08:00
</template>