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

16 lines
430 B
HTML
Raw Normal View History

<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>
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>