-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.jade
43 lines (43 loc) · 2.16 KB
/
layout.jade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
doctype html
html
head
link(href='https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,500' rel='stylesheet' type='text/css')
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
link(href='../swagger/css/typography.css' media='screen' rel='stylesheet' type='text/css')
link(href='../swagger/css/screen.css' media='screen' rel='stylesheet' type='text/css')
link(href='../swagger/css/print.css' media='print' rel='stylesheet' type='text/css')
script(src='../swagger/lib/jquery-1.8.0.min.js' type='text/javascript')
script(src='../swagger/lib/jquery.slideto.min.js' type='text/javascript')
script(src='../swagger/lib/jquery.wiggle.min.js' type='text/javascript')
script(src='../swagger/lib/jquery.ba-bbq.min.js' type='text/javascript')
script(src='../swagger/lib/handlebars-2.0.0.js' type='text/javascript')
script(src='../swagger/lib/underscore-min.js' type='text/javascript')
script(src='../swagger/lib/backbone-min.js' type='text/javascript')
script(src='../swagger/swagger-ui.js' type='text/javascript')
script(src='../swagger/lib/marked.js' type='text/javascript')
script(src='/javascripts/uiRender.js' type='text/javascript')
body
div.headerNav
a(href="http://swagger.io/" target="_blank")
div.headerNavElement
img(src='/images/swagger_icon.png' atl="Swagger icon")
a(href="https://en.wikipedia.org/wiki/Nabu" target="_blank")
div.headerNavElement
img(src='/images/nabu_icon.png' atl="Nabu icon")
a(href="https://github.com/vsankar7787/nabu" target="_blank")
div.headerNavElement
img(src='/images/github_icon.png' atl="Github Repo")
a(href="/")
div.headerNavElement
h1 nabu
if !loginButtonFlag
a(href="/user/logout")
div.headerNavElement.right
button Logout
a(href="/new/api")
div.headerNavElement.right
button Add an API
div.headerNavElement.right
iframe(src="http://ghbtns.com/github-btn.html?user=vishysank&repo=nabu&type=watch&count=true&size=large" frameborder="0" scrolling="0" allowTransparency="true")
block content