2016-07-23 20:11:01 +02:00
|
|
|
<template name="ohifViewer">
|
|
|
|
|
<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-07-23 20:11:01 +02:00
|
|
|
<div class="logoText">
|
|
|
|
|
Open Health Imaging Foundation
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
2016-09-29 17:25:04 +02:00
|
|
|
{{#if studyListToggleText}}
|
2016-10-03 16:33:01 +02:00
|
|
|
<a class="btn studyListLinkSection pull-left js-toggle-studyList">
|
2016-09-29 17:25:04 +02:00
|
|
|
{{studyListToggleText}}
|
|
|
|
|
</a>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<span class="pull-right">
|
|
|
|
|
<div class="dropdown">
|
|
|
|
|
<div class="dropdown-toggle noselect clearfix" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
|
|
|
<span class="pull-left m-r-1">Options</span>
|
|
|
|
|
<div class="menuButton pull-right"><span class="caret-down"></span></div>
|
|
|
|
|
</div>
|
|
|
|
|
<ul class="dropdown-menu dropdown-menu-right">
|
|
|
|
|
<li>
|
2017-03-06 14:08:46 +01:00
|
|
|
<a id="serverInformation">
|
2016-09-29 17:25:04 +02:00
|
|
|
<i class="fa fa-server fa-lg"></i> Server Information
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li role="separator" class="divider"></li>
|
|
|
|
|
<li>
|
|
|
|
|
<a data-toggle="modal" data-target="#aboutModal">
|
|
|
|
|
<i class="fa fa-info"></i> About
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</span>
|
2016-07-23 20:11:01 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-08-15 15:34:36 +02:00
|
|
|
{{>studylist}}
|
2016-09-29 17:25:04 +02:00
|
|
|
{{>aboutModal}}
|
|
|
|
|
</template>
|