2014-05-25 19:54:46 +02:00
|
|
|
doctype html
|
2011-11-25 15:44:18 +01:00
|
|
|
html(lang='en')
|
2011-09-13 22:25:40 +02:00
|
|
|
head
|
2011-11-25 15:44:18 +01:00
|
|
|
meta(charset='utf-8')
|
2013-01-21 00:07:33 +01:00
|
|
|
script(type="text/javascript", src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js")
|
2014-10-21 23:25:50 +02:00
|
|
|
script(type="text/javascript", src="/fs_edit.js")
|
2013-01-10 23:23:51 +01:00
|
|
|
link(rel="stylesheet", type="text/css", href="http://fonts.googleapis.com/css?family=Source+Sans+Pro")
|
|
|
|
link(rel="stylesheet", type="text/css", href="/bootstrap/css/bootstrap.min.css")
|
2011-11-25 15:44:18 +01:00
|
|
|
link(rel='stylesheet', type='text/css', href='/styles.css')
|
2013-05-10 14:38:14 +02:00
|
|
|
link(rel='shortcut icon', type='image/png', href='/favicon.ico')
|
2012-03-10 18:49:57 +01:00
|
|
|
title #{name} web interface
|
2011-09-15 21:00:16 +02:00
|
|
|
body
|
2013-01-10 23:23:51 +01:00
|
|
|
div.container
|
|
|
|
div#page
|
|
|
|
div#title
|
|
|
|
a(href='/') #{name} web interface
|
2013-01-23 20:13:10 +01:00
|
|
|
div.container#main
|
2013-01-10 23:23:51 +01:00
|
|
|
block content
|
2013-04-23 02:31:36 +02:00
|
|
|
div#footer
|
2013-07-29 22:08:25 +02:00
|
|
|
p#project
|
|
|
|
a#bread(href='/project') About
|
|
|
|
if user
|
|
|
|
span#bread Logged in as #{user.primaryNick}
|
|
|
|
else
|
|
|
|
a#bread(href='/login') Login
|
2013-04-23 02:31:36 +02:00
|
|
|
|
2013-01-10 23:23:51 +01:00
|
|
|
script(type="text/javascript", src="/bootstrap/js/bootstrap.min.js")
|
2013-01-11 23:39:32 +01:00
|
|
|
script(type="text/javascript", src="/d3/d3.v3.min.js")
|
2011-11-25 15:44:18 +01:00
|
|
|
script(type="text/javascript", src="/script.js")
|