2016-08-15 15:34:36 +02:00
|
|
|
<template name="viewer">
|
2017-03-17 02:39:41 +01:00
|
|
|
<div class="viewerDialogs">
|
|
|
|
|
{{#if and Template.subscriptionsReady dataSourcesReady}}
|
2016-08-15 15:34:36 +02:00
|
|
|
{{>confirmDeleteDialog}}
|
|
|
|
|
{{>measurementTableHUD (clone this)}}
|
2016-11-11 17:26:13 +01:00
|
|
|
{{>cineDialog}}
|
2017-03-17 02:39:41 +01:00
|
|
|
{{/if}}
|
|
|
|
|
</div>
|
|
|
|
|
<div id="viewer">
|
|
|
|
|
{{#if and Template.subscriptionsReady dataSourcesReady}}
|
2017-08-12 15:25:53 +02:00
|
|
|
{{>toolbarSection (clone this state=state)}}
|
|
|
|
|
{{>viewerSection (clone this state=state)}}
|
2017-03-17 02:39:41 +01:00
|
|
|
{{else}}
|
|
|
|
|
{{>loadingText}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
</div>
|
2016-08-15 15:34:36 +02:00
|
|
|
</template>
|