blob: 63ee7789f3213bb601605765133cd25833d89e6d [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>
Iftekharul Islam99d199f2017-03-24 15:28:25 -050016
Iftekharul Islambb5058e2017-03-29 13:54:26 -050017 <main ng-view ng-class="{'content__container': dataService.showNavigation, 'login__wrapper': !dataService.showNavigation}">
Iftekharul Islam99d199f2017-03-24 15:28:25 -050018 </main>
19
Iftekharul Islama1d238f2018-02-26 12:29:45 -060020 <errors></errors>
Iftekharul Islam99d199f2017-03-24 15:28:25 -050021</body>
Iftekharul Islam99d199f2017-03-24 15:28:25 -050022</html>