ohif-viewer/Packages/ohif-header/client/components/header/header.html

13 lines
460 B
HTML
Raw Normal View History

2017-03-13 22:24:34 +01:00
<template name="header">
<div class="header noselect {{reactive headerClasses}}">
<div class="clearfix">
<a target='_blank' class="brand pull-left" href="{{choose this.brandHref '/'}}">
{{>section 'brand'}}
</a>
{{>section 'headerAfterBrand'}}
<a href='#' class="header-menu pull-right">{{>section 'headerMenu'}}</a>
2017-03-13 22:24:34 +01:00
</div>
{{>UI.contentBlock}}
</div>
</template>