1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<%--
~ Copyright 2006-2008 Sxip Identity Corporation
--%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OpenID Error</title>
<link rel="stylesheet" href="${pageContext.request.contextPath}/>style.css" type="text/css" media="all" title="OpenIDInfocardDemoRP" charset="utf-8"/>
</head>
<body>
<div id="wrapper" style="width: 600px;">
<h1>Whoops!</h1>
<p>
An error was encountered while processing the OpenID request.
<br />
</p>
<p>
If you would like to help us troubleshoot the error, please
<a href="http://nym.sxip.com/nymail/sendmail.pl?a=2a89335f448c01ac">contact</a>
us with details about the site you were trying to log into and
the time when this error occured.
<br/>
</p>
</div>
</body>
</html>
|