2016-08-15 15:34:36 +02:00
|
|
|
<template name="app">
|
2016-06-10 20:19:26 +02:00
|
|
|
<div class="topBar noselect {{#if onStudyList}}studyList{{/if}}">
|
2016-10-01 18:58:21 +02:00
|
|
|
<div class="clearfix">
|
2016-08-11 15:01:29 +02:00
|
|
|
<a target='_blank'
|
|
|
|
|
class="brandSection pull-left"
|
|
|
|
|
href="http://ohif.org">
|
2016-08-10 11:39:26 +02:00
|
|
|
<svg class="logoImage">
|
2017-01-10 19:09:43 +01:00
|
|
|
<use xlink:href={{absoluteUrl "packages/ohif_viewerbase/assets/icons.svg#icon-ohif-logo"}}></use>
|
2016-08-10 11:39:26 +02:00
|
|
|
</svg>
|
2016-11-17 16:45:51 +01:00
|
|
|
<div class="logoText">Open Health Imaging Foundation</div>
|
2016-06-10 16:52:19 +02:00
|
|
|
</a>
|
2016-11-17 16:45:51 +01:00
|
|
|
{{#if studyListToggleText}}
|
|
|
|
|
<a class="btn studyListLinkSection pull-left js-toggle-studyList" id="{{dasherize studyListToggleText}}-btn">
|
|
|
|
|
{{studyListToggleText}}
|
|
|
|
|
</a>
|
|
|
|
|
{{/if}}
|
2016-06-10 16:52:19 +02:00
|
|
|
<div class="userAccountSection pull-right">
|
|
|
|
|
{{>userAccountMenu}}
|
2016-06-07 19:09:47 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-08-15 15:34:36 +02:00
|
|
|
<div id="studylistTabs" class="tab-content">
|
|
|
|
|
<div class="tab-pane active" id="studylistTab">
|
|
|
|
|
<div class="studylistContainer">
|
2016-11-17 16:45:51 +01:00
|
|
|
{{>studylistResult}}
|
2016-06-07 19:09:47 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab-pane" id="viewerTab">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-11-17 16:45:51 +01:00
|
|
|
{{>progressDialog}}
|
2016-06-10 16:52:19 +02:00
|
|
|
</template>
|