Mercurial > pumpbridge
comparison views/login.jade @ 0:b73191efc65b
Initial import of pumpbridge (bloody bloody alpha)
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Thu, 05 Jun 2014 10:35:15 +0200 |
parents | |
children | 98a070c98982 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b73191efc65b |
---|---|
1 doctype html | |
2 html(lang="en") | |
3 head | |
4 title= pageTitle | |
5 | |
6 link(rel='stylesheet', href='/stylesheets/style.css') | |
7 link(rel='stylesheet', href='/stylesheets/bootstrap.min.css') | |
8 link(rel='icon', href='/images/favicon.ico',type='image/x-icon') | |
9 | |
10 // load jquery | |
11 script(src='https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js') | |
12 | |
13 body | |
14 block content | |
15 .main | |
16 h1(class='headline') pumpbridge.<br>connecting social networks | |
17 form(action='/login', method='post') | |
18 | |
19 input(class='login',id='webfinger',name='webfinger',size=30,type='text',placeholder='user@pumpnetwork.com') | |
20 br | |
21 input(type='checkbox',name='rememberme',value='Remember me') | |
22 span(style='font-size:17px') save login. | |
23 br | |
24 input(type='submit',class='btn btn-primary',value='Login') |