SmartIT_Extensions/BMC/smart-it-full-helix/views/main.html

17 lines
1.1 KiB
HTML

<div class="app__wrapper">
<div class="app__header" ng-if="!$root.hideNavigationBar">
<a ng-if="userModel.isAccessibleUser" class="header__skip-link" href ng-click="setFocus('main')">{{'headerMainBar.skiplink' | i18n}}</a>
<header-navigation></header-navigation>
<div class="header__fadeline-bottom"></div>
<div class="notifications"></div>
</div>
<div ui-view ng-class="{'app__content': !$root.showFrame && !$root.showStudioFrame, 'app__no-navigation': $root.hideNavigationBar }" class = "app__content-frame" id="main" role="main" tabindex="-1"></div>
<iframe id="pwa-frame" class="app__content app__pwa-iframe app__pwa-iframe-create" ng-show="$root.showFrame" src="about:blank" frameborder="0" width="100%"> </iframe>
<iframe id="studio-frame" class="app__content app__studio-iframe" ng-show="$root.showStudioFrame" src="about:blank" frameborder="0" width="100%"> </iframe>
<chat-window chat-room="chatRoom" ng-repeat="chatRoom in chatModel.activeChatRooms| filter:{isOpened:true}"></chat-window>
<email-window email-instance="emailInstance" ng-repeat="emailInstance in emailModel.emailInstances"></email-window>
</div>
<gainsight></gainsight>