File: error.jsp

package info (click to toggle)
openid4java 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,912 kB
  • sloc: java: 14,510; xml: 2,402; jsp: 865; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 939 bytes parent folder | download | duplicates (5)
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>