ohif-viewer/Packages/ohif-viewerbase/client/components/viewer/gridLayout/gridLayout.html
2017-10-25 22:18:42 -02:00

13 lines
472 B
HTML

<template name="gridLayout">
<div id='imageViewerViewports'>
{{#each viewport in viewports}}
<div class="viewportContainer {{getClass @index}}" style="height:{{height}}%;width:{{width}}%;">
<div class="removable">
{{>imageViewerViewport (clone viewport)}}
</div>
{{>seriesQuickSwitch (clone this viewportIndex=@index)}}
</div>
{{/each}}
</div>
</template>