blob: f25ed89b78d4c0c4e8b9155b4f11c671c6015064 [file] [log] [blame]
{{!
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
}}
<div {{bind-attr class="App.env.isStandalone:standalone:wrapped App.env.isIE:ie"}}>
<div class="top-wrapper">
<div id="top-nav">
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="main-container">
{{#link-to 'application' class="logo"}}
<img src="img/apache-tez-logo-transparent.png" width="70px"/>
<span>{{unbound App.env.version}}</span>
{{/link-to}}
</div>
</div>
</div>
</div>
<div class="main-container">
{{outlet}}
</div>
<div class="footer-frame"> </div>
</div>
<div class="footer">
<div class="main-container">
<a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Licensed under the Apache License, Version 2.0</a>.
{{#if App.env.timezone}}
<span>Timezone: {{App.env.timezone}}</span>
{{/if}}
</div>
</div>
</div>