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

19 lines
479 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 }}
<!-- 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}}
{{> loadingText}}
2016-02-17 15:54:24 +01:00
{{/if}}
</template>