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}}
|
2016-08-03 23:17:42 +02:00
|
|
|
|
2016-11-18 20:11:03 +01:00
|
|
|
<!-- Hanging Protocol dialogs -->
|
|
|
|
|
{{>ruleEntryDialog}}
|
|
|
|
|
{{>settingEntryDialog}}
|
|
|
|
|
{{>textEntryDialog}}
|
|
|
|
|
</div>
|
|
|
|
|
<div id="viewer">
|
|
|
|
|
{{>toolbarSection (clone this)}}
|
|
|
|
|
{{>flexboxLayout (clone this)}}
|
|
|
|
|
</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>
|