2015-10-13 14:14:50 +02:00
|
|
|
<template name="viewer">
|
2016-02-17 15:54:24 +01:00
|
|
|
{{#if Template.subscriptionsReady}}
|
2016-07-22 14:26:29 +02:00
|
|
|
<div class="viewerDialogs">
|
|
|
|
|
{{> cineDialog}}
|
2016-07-23 15:56:36 +02:00
|
|
|
{{> layoutChooser }}
|
2016-08-03 23:17:42 +02:00
|
|
|
|
|
|
|
|
<!-- Hanging Protocol dialogs -->
|
|
|
|
|
{{ >ruleEntryDialog }}
|
|
|
|
|
{{ >settingEntryDialog }}
|
|
|
|
|
{{ >textEntryDialog }}
|
2016-07-22 14:26:29 +02:00
|
|
|
</div>
|
2015-10-13 14:14:50 +02:00
|
|
|
<div id="viewer">
|
2016-07-22 18:23:36 +02:00
|
|
|
{{> toolbarSection (clone this)}}
|
2016-07-22 14:26:29 +02:00
|
|
|
{{> flexboxLayout (clone this)}}
|
2015-10-13 14:14:50 +02:00
|
|
|
</div>
|
2016-02-17 15:54:24 +01:00
|
|
|
{{else}}
|
2016-07-23 20:11:01 +02:00
|
|
|
{{> loadingText}}
|
2016-02-17 15:54:24 +01:00
|
|
|
{{/if}}
|
2015-10-13 14:14:50 +02:00
|
|
|
</template>
|