XSLTools

examples/Common/OpenIDLogin/Resources/success_template.xhtml

648:44177531fb20
2007-11-19 paulb [project @ 2007-11-19 00:18:35 by paulb] Added an OpenID login example.
     1 <?xml version="1.0" encoding="iso-8859-1"?>     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"     3        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">     4 <html xmlns="http://www.w3.org/1999/xhtml"     5  xmlns:template="http://www.boddie.org.uk/ns/xmltools/template">     6 <head>     7   <title>Very Simple Login Succeeded</title>     8 </head>     9     10 <body template:element="success">    11 <h1>Login Successful</h1>    12     13   <form action="{@location}" method="POST" name="openid_redirect">    14     <input template:element="field" name="{@name}" type="hidden" value="{@value}" />    15     <p>Please proceed to the application: <input name="proceed" type="submit" value="Proceed!" /></p>    16   </form>    17     18 </body>    19 </html>