18 lines
674 B
HTML
18 lines
674 B
HTML
<template name="ohifViewer">
|
|
<div class="topBar noselect {{#if onStudyList}}studyList{{/if}}">
|
|
<div class="clearfix p-x-1 p-t-1">
|
|
<a class="brandSection pull-left" href="http://ohif.org">
|
|
<img class="logoImage" src="/images/logo.png">
|
|
<div class="logoText">
|
|
Open Health Imaging Foundation
|
|
</div>
|
|
</a>
|
|
{{ #if studyListToggleText }}
|
|
<div class="studyListLinkSection pull-left m-x-1 p-x-2 js-toggle-studyList">
|
|
{{studyListToggleText}}
|
|
</div>
|
|
{{ /if }}
|
|
</div>
|
|
</div>
|
|
{{> worklist }}
|
|
</template> |