Preparing to get openid support into the modal dialog
authorArt Cancro <ajc@citadel.org>
Tue, 11 Jan 2011 21:06:26 +0000 (16:06 -0500)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 13:55:30 +0000 (13:55 +0000)
webcit/static/styles/webcit.css
webcit/static/t/get_logged_in.html

index e61a1a6df74f0164095b1b41185fc47ea05276fd..06643c1dfffc21c1c3643f23785f3651d3ed298c 100644 (file)
@@ -1352,3 +1352,8 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
        background-color: #ddd;
 }
 
+.openid_urlarea {
+        background: url('../openid-small.gif') no-repeat scroll 0pt 50%;
+        padding-left: 18px;
+}
+
index 6d5c60646b53c0865978cea16699459505015e6a..3648eee1790d8b9854939ce4aca5a4b268030fe2 100644 (file)
 
 <div class="authbox" id="authbox_openid" style="display: none">
 <h2><?_("Log in using OpenID")></h2>
-ju gunna put da openid login here, haina?
+<form id="ajax_openid_form" method="POST" action="ajax_login_openid">
+<?_("OpenID URL:")>
+<input type="text" name="openid_url" id="openid_url" class="openid_urlarea">
+</form>
 </div>
 
 </div>