2015-10-13 14:14:50 +02:00
|
|
|
<template name="viewer">
|
2016-11-18 20:11:03 +01:00
|
|
|
{{#if and Template.subscriptionsReady}}
|
|
|
|
|
<div class="viewerDialogs">
|
|
|
|
|
{{>cineDialog}}
|
|
|
|
|
{{>layoutChooser}}
|
|
|
|
|
{{>annotationDialogs}}
|
|
|
|
|
</div>
|
|
|
|
|
<div id="viewer">
|
2017-08-12 15:25:53 +02:00
|
|
|
{{>toolbarSection (clone this state=state)}}
|
|
|
|
|
{{>flexboxLayout (clone this state=state)}}
|
2016-11-18 20:11:03 +01:00
|
|
|
</div>
|
2016-02-17 15:54:24 +01:00
|
|
|
{{else}}
|
2016-08-20 15:09:31 +02:00
|
|
|
{{>loadingText}}
|
2016-02-17 15:54:24 +01:00
|
|
|
{{/if}}
|
2016-08-20 15:09:31 +02:00
|
|
|
</template>
|