2014-06-24 03:51:54 +08:00
|
|
|
<template name="whiteboard">
|
|
|
|
{{#if getInSession "display_whiteboard"}}
|
|
|
|
<p>The whiteboard</p>
|
|
|
|
{{/if}}
|
2014-07-31 05:31:12 +08:00
|
|
|
<div id="whiteboard-paper" style="position: fixed; top: 10%; left: 30%;">
|
2014-08-01 22:54:48 +08:00
|
|
|
<!-- {{createWhiteboardPaper}} -->
|
2014-07-30 23:20:29 +08:00
|
|
|
<p>
|
2014-07-31 01:06:29 +08:00
|
|
|
{{png}}
|
2014-07-30 23:20:29 +08:00
|
|
|
</p>
|
2014-07-30 03:23:16 +08:00
|
|
|
</div>
|
2014-06-24 03:51:54 +08:00
|
|
|
</template>
|