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

21 lines
555 B
HTML
Raw Normal View History

<template name="viewer">
{{#if and Template.subscriptionsReady}}
<div class="viewerDialogs">
{{>cineDialog}}
{{>layoutChooser}}
{{>annotationDialogs}}
<!-- Hanging Protocol dialogs -->
{{>ruleEntryDialog}}
{{>settingEntryDialog}}
{{>textEntryDialog}}
</div>
<div id="viewer">
{{>toolbarSection (clone this)}}
{{>flexboxLayout (clone this)}}
</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>