comparison src/ur/openidUser.urs @ 36:df258dbf4739

Merge Adam's upstream changes and update tests.
author Karn Kallio <kkallio@eka>
date Thu, 21 Apr 2011 20:06:46 -0430
parents a5574ec3991f 90b8ce9be9f5
children e31baf0f275e
comparison
equal deleted inserted replaced
35:a5574ec3991f 36:df258dbf4739
111 111
112 (* Pass in your generic page template; get out the HTML snippet for user 112 (* Pass in your generic page template; get out the HTML snippet for user
113 * management, suitable for, e.g., inclusion in your standard page 113 * management, suitable for, e.g., inclusion in your standard page
114 * header. The output gives a "status" chunk, which will either be a login 114 * header. The output gives a "status" chunk, which will either be a login
115 * form or a message about which user is logged in; and an "other" chunk, 115 * form or a message about which user is logged in; and an "other" chunk,
116 * which will be a log out or sign up link. *) 116 * which will be a log out or sign up link. In the case "other", the link
117 * itself is also provided for cases when one format is not enough. *)
117 118
118 end 119 end
119 120
120 (* Functor outputs will contain buttons specialized to particular well-known 121 (* Functor outputs will contain buttons specialized to particular well-known
121 * OpenID providers. Use these CSS classes to style those buttons. *) 122 * OpenID providers. Use these CSS classes to style those buttons. *)