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

11 lines
329 B
HTML
Raw Normal View History

2014-06-24 03:51:54 +08:00
<template name="whiteboard">
2014-08-09 03:30:28 +08:00
<div id="{{id}}" {{visibility name}} class="component">
<h3 class="title gradientBar">{{title}}</h3>
<div id="whiteboard-contents">
<div id="whiteboard-paper" style="">
2014-08-09 03:30:28 +08:00
<p>{{png}}</p>
</div>
</div>
</div>
2014-06-24 03:51:54 +08:00
</template>