ohif-viewer/OHIFViewer/client/components/viewer/viewer.html
2016-08-20 10:09:31 -03:00

21 lines
499 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>