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

20 lines
512 B
HTML

<template name="viewer">
{{#if 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>
{{else}}
{{> loadingText}}
{{/if}}
</template>