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>