blob: ab2b35b7a3171cc6dd71293dc8354e4a1a650f06 [file] [log] [blame]
Ed Tanousbbcf6702017-10-06 13:53:06 -07001<!doctype html>
Ed Tanous11adec72018-12-19 17:59:28 -08002<html ng-app="app" ng-csp lang="en">
Michael Davis3a0d4712017-03-27 14:01:34 -05003
Ed Tanousbbcf6702017-10-06 13:53:06 -07004<head>
Ed Tanous0f2f9812018-12-19 17:59:28 -08005 <meta http-equiv="Content-Security-Policy" content="%%CSP_CONTENT%%">
Ed Tanousbbcf6702017-10-06 13:53:06 -07006 <meta charset="UTF-8">
Gunnar Millscb97dad2018-04-28 15:31:33 -05007 <title>OpenBMC</title>
Ed Tanousbbcf6702017-10-06 13:53:06 -07008 <meta name="viewport" content="width=device-width, initial-scale=1">
9
10 <base href="/">
Iftekharul Islam99d199f2017-03-24 15:28:25 -050011</head>
Iftekharul Islambb5058e2017-03-29 13:54:26 -050012<body ng-style="dataService.bodyStyle" ng-attr-id="{{!dataService.showNavigation ? 'login': ''}}">
Iftekharul Islam99d199f2017-03-24 15:28:25 -050013
14 <app-header ng-if="dataService.showNavigation" path="dataService.path"></app-header>
Iftekharul Islambb5058e2017-03-29 13:54:26 -050015 <app-navigation ng-if="dataService.showNavigation" path="dataService.path" show-navigation="dataService.showNavigation"></app-navigation>
beccabroeka30394b2018-12-14 17:19:45 -060016 <toast ng-if="dataService.showNavigation"></toast>
Iftekharul Islam99d199f2017-03-24 15:28:25 -050017
Iftekharul Islambb5058e2017-03-29 13:54:26 -050018 <main ng-view ng-class="{'content__container': dataService.showNavigation, 'login__wrapper': !dataService.showNavigation}">
Iftekharul Islam99d199f2017-03-24 15:28:25 -050019 </main>
Iftekharul Islam99d199f2017-03-24 15:28:25 -050020</body>
Iftekharul Islam99d199f2017-03-24 15:28:25 -050021</html>