X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fsrc%2Fauth%2Flogin.tt;h=f330ff95eb1aa051cd37a812bfb3e10901d18e8f;hb=refs%2Fheads%2Ferrietta%2Flogin-3622;hp=e65363290829f8b92a801d88b31af1ef9168e7c9;hpb=75daf9827797e7b0991948dd7a1c1e43f5e90a82;p=scpubgit%2Fstemmaweb.git diff --git a/root/src/auth/login.tt b/root/src/auth/login.tt index e653632..f330ff9 100644 --- a/root/src/auth/login.tt +++ b/root/src/auth/login.tt @@ -1,3 +1,82 @@ +[% WRAPPER header.tt + pagetitle = "Stemmaweb - Sign in" + applicationstyle = c.uri_for('/css/auth.css') +%] + + + + + + + + + +[% END %] +
+

Stemmaweb - Sign in

+
+ +
[% IF status_msg %]

[% status_msg | html %]

[% END %] @@ -14,25 +93,48 @@ [% END %] [% END %] +
+[% UNLESS status_msg == 'Logged in!' %] +
+

Sign in with Google

+
+

If you have a Google account, you may use it to sign into Stemmaweb.

-
+ + + + +
+
- +

Sign in with OpenID

+
+

If you have an account with an OpenID provider (e.g. WordPress, Blogger, Flickr, Yahoo), you may use it to sign into Stemmaweb. +

+ + + +
+
- [% form.field('openid_identifier').render %] - - [% form.field('username').render %] - [% form.field('password').render %] - - [% form.field('remember').render %] - [% form.field('submit').render %] - - \ No newline at end of file +[% END %] +[% PROCESS footer.tt %]