Mercurial > pumpbridge
comparison views/login.jade @ 7:2123f355ab68
go back interval or 15 min, delete credentials, layout
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Wed, 11 Jun 2014 02:32:53 +0200 |
parents | 98a070c98982 |
children | c5bf4e02958e |
comparison
equal
deleted
inserted
replaced
6:a94ac7c3b182 | 7:2123f355ab68 |
---|---|
1 doctype html | 1 doctype html |
2 html(lang="en") | 2 html(lang="en") |
3 head | 3 head |
4 title= pageTitle | 4 title= pageTitle |
5 | |
6 link(rel='stylesheet', href='/stylesheets/style.css') | 5 link(rel='stylesheet', href='/stylesheets/style.css') |
7 link(rel='stylesheet', href='/stylesheets/bootstrap.min.css') | 6 link(rel='stylesheet', href='/stylesheets/bootstrap.min.css') |
8 link(rel='icon', href='/images/favicon.ico',type='image/x-icon') | 7 link(rel='icon', href='/images/favicon.ico',type='image/x-icon') |
9 | 8 |
10 body | 9 body |
11 block content | 10 block content |
12 .main | 11 .main |
13 h1(class='headline') pumpbridge.<br>connecting social networks | 12 h1(class='headline') pumpbridge.<br>connecting social networks |
14 form(action='/login', method='post') | 13 form(action='/login', method='post') |
15 | 14 input(class='login',id='webfinger',name='webfinger',size=30,type='text',placeholder='user@pumpnetwork.com') |
16 input(class='login',id='webfinger',name='webfinger',size=30,type='text',placeholder='user@pumpnetwork.com') | 15 br |
17 br | 16 br |
18 input(type='checkbox',name='rememberme',value='Remember me') | 17 input(type='submit',class='btn btn-primary',value='Login') |
19 span(style='font-size:17px') save login. | |
20 br | |
21 input(type='submit',class='btn btn-primary',value='Login') |