blob: de38fb74c771595251248268db92e26ec36619a3 [file] [log] [blame]
Ed Tanousbbcf6702017-10-06 13:53:06 -07001<!doctype html>
2<html ng-app="app" lang="en">
Michael Davis3a0d4712017-03-27 14:01:34 -05003
Ed Tanousbbcf6702017-10-06 13:53:06 -07004<head>
5 <meta charset="UTF-8">
Gunnar Millscb97dad2018-04-28 15:31:33 -05006 <title>OpenBMC</title>
Ed Tanousbbcf6702017-10-06 13:53:06 -07007 <meta name="viewport" content="width=device-width, initial-scale=1">
8
9 <base href="/">
Iftekharul Islam99d199f2017-03-24 15:28:25 -050010</head>
Iftekharul Islambb5058e2017-03-29 13:54:26 -050011<body ng-style="dataService.bodyStyle" ng-attr-id="{{!dataService.showNavigation ? 'login': ''}}">
Iftekharul Islam99d199f2017-03-24 15:28:25 -050012
13 <app-header ng-if="dataService.showNavigation" path="dataService.path"></app-header>
Iftekharul Islambb5058e2017-03-29 13:54:26 -050014 <app-navigation ng-if="dataService.showNavigation" path="dataService.path" show-navigation="dataService.showNavigation"></app-navigation>
Iftekharul Islam99d199f2017-03-24 15:28:25 -050015
Iftekharul Islambb5058e2017-03-29 13:54:26 -050016 <main ng-view ng-class="{'content__container': dataService.showNavigation, 'login__wrapper': !dataService.showNavigation}">
Iftekharul Islam99d199f2017-03-24 15:28:25 -050017 </main>
18
Iftekharul Islama1d238f2018-02-26 12:29:45 -060019 <errors></errors>
Iftekharul Islam99d199f2017-03-24 15:28:25 -050020</body>
Iftekharul Islam99d199f2017-03-24 15:28:25 -050021</html>