Author: prabath Date: Wed Feb 20 21:31:26 2008 New Revision: 13929 Log:
javarp sample modified Added: trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/images/openid-input.gif (contents, props changed) trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/images/openid-logo.gif (contents, props changed) trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/images/openid_infocard.png (contents, props changed) Modified: trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/openidsubmit.jsp Added: trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/images/openid-input.gif ============================================================================== Binary file. No diff available. Added: trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/images/openid-logo.gif ============================================================================== Binary file. No diff available. Added: trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/images/openid_infocard.png ============================================================================== Binary file. No diff available. Modified: trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html ============================================================================== --- trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html (original) +++ trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/index.html Wed Feb 20 21:31:26 2008 @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Card Login</title> +<link type="text/css" rel="stylesheet" href="css/styles.css" /> </head> <body> <img src="images/logo.gif" /> @@ -23,10 +24,13 @@ </form> <hr/> -<h2>Login with your OpenID</h2> +<h2>OpenID Simple Registration Demo</h2> +<h3>OpenID Simple Registration is an extension to the OpenID Authentication protocol that allows for very light-weight profile exchange. It is designed to pass eight commonly requested pieces of information when an End User goes to register a new account with a web service. +</h3> +<img src="images/openid-logo.gif" /> <form name="frm" id="frm" method="post" action="openidsubmit.jsp?returnUrl=https://localhost:12443/javarp/openidloggedin.jsp"> - Enter Your OpenID Url: <input type="text" size=40 name="openIdUrl" /><br/><br/> + OpenID Url: <input class='openid-url' id='openIdUrl' name="openIdUrl" size='30' /><br/><br/> <input type="submit" name="submit" value="Login" /> </form> @@ -37,7 +41,9 @@ <br/> -<h2><a href="openid-infocard-submit.html">Login with your OpenID InfoCard</a></h2> +<h2>OpenID Information Cards Demo</h2> + +<a href="openid-infocard-submit.html"><img src="images/openid_infocard.png" /></a> </body> Modified: trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/openidsubmit.jsp ============================================================================== --- trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/openidsubmit.jsp (original) +++ trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/openidsubmit.jsp Wed Feb 20 21:31:26 2008 @@ -39,6 +39,7 @@ out.println(e.getMessage()); } + %> <br/><br/> _______________________________________________ Identity-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/identity-dev
