17 lines
673 B
HTML
Executable File
17 lines
673 B
HTML
Executable File
<template name="whiteboard">
|
|
<div id="{{id}}" {{visibility name}} class="component gradientBar">
|
|
{{#each getCurrentSlide}}
|
|
{{> slide}}
|
|
{{/each}}
|
|
<!-- <div id="whiteboard-paper"> -->
|
|
<!-- </div> -->
|
|
<!-- {{#if isCurrentUserPresenter}}
|
|
<span class="presentationNavigationControls">
|
|
<button class="previousSlide ion-arrow-left-a" title="Go to the previous slide"></button>
|
|
{{presentationProgress}}
|
|
<button class="nextSlide ion-arrow-right-a" title="Go to the next slide"></button>
|
|
</span>
|
|
{{/if}} -->
|
|
</div>
|
|
</template>
|