ohif-viewer/OHIFViewer/client/components/viewer/viewer.html

14 lines
339 B
HTML
Raw Normal View History

<template name="viewer">
2016-02-17 15:54:24 +01:00
{{#if Template.subscriptionsReady}}
<div class="viewerDialogs">
{{> cineDialog}}
{{> layoutChooser }}
</div>
<div id="viewer">
{{> toolbarSection (clone this)}}
{{> flexboxLayout (clone this)}}
</div>
2016-02-17 15:54:24 +01:00
{{else}}
{{>loadingText}}
{{/if}}
</template>