blob: c55dfaf06f84ed7545438c934241512f51dd13b6 [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">
6 <title>openBMC App</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 Islam99d199f2017-03-24 15:28:25 -050019</body>
Iftekharul Islam99d199f2017-03-24 15:28:25 -050020</html>