github.com/cayleygraph/cayley@v0.7.7/templates/top_navbar.tmpl (about) 1 <!-- 2 // Copyright 2014 The Cayley Authors. All rights reserved. 3 // 4 // Licensed under the Apache License, Version 2.0 (the "License"); 5 // you may not use this file except in compliance with the License. 6 // You may obtain a copy of the License at 7 // 8 // http://www.apache.org/licenses/LICENSE-2.0 9 // 10 // Unless required by applicable law or agreed to in writing, software 11 // distributed under the License is distributed on an "AS IS" BASIS, 12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 // See the License for the specific language governing permissions and 14 // limitations under the License. 15 --> 16 {{define "top_navbar"}} 17 <!-- top navbar --> 18 <div class="navbar navbar-fixed-top" role="navigation"> 19 <div id="alertBox" class="alert" > 20 Wrote a quad! 21 </div> 22 <div class="container-fluid"> 23 <div class="navbar-header"> 24 <button type="button" class="navbar-toggle navbar-color-back" data-toggle="offcanvas" data-target=".sidebar-nav"> 25 <span class="icon-bar"></span> 26 <span class="icon-bar"></span> 27 <span class="icon-bar"></span> 28 More 29 </button> 30 <div id="logo-div"> 31 <div id="logo" width="105" height="65" class="hide-small"></div> 32 <h1>Cayley</h1> 33 </div> 34 </div> 35 </div> 36 </div> 37 {{end}}