ohif-viewer/OHIFViewer/client/components/viewer/viewer.html
2018-12-02 08:23:43 +01:00

16 lines
430 B
HTML

<template name="viewer">
{{#if and Template.subscriptionsReady}}
<div class="viewerDialogs">
{{>cineDialog}}
{{>layoutChooser}}
{{>annotationDialogs}}
</div>
<div id="viewer">
{{>toolbarSection (clone this state=state)}}
{{>flexboxLayout (clone this state=state)}}
</div>
{{else}}
{{>loadingText}}
{{/if}}
</template>