webidor/src/main/webapp/WEB-INF/jsp/loginredirection.jsp
changeset 35 2e85dd878f04
parent 34 34baf57f2d4e
child 36 d5ccf73ebbe5
     1.1 --- a/webidor/src/main/webapp/WEB-INF/jsp/loginredirection.jsp	Sun Jul 12 13:35:58 2009 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,20 +0,0 @@
     1.4 -<%--
     1.5 -  ~ Copyright 2006-2008 Sxip Identity Corporation
     1.6 -  --%>
     1.7 -  
     1.8 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.9 -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    1.10 -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    1.11 -<html xmlns="http://www.w3.org/1999/xhtml">
    1.12 -<head>
    1.13 -    <title>OpenID HTML FORM Redirection</title>
    1.14 -</head>
    1.15 -<body onload="document.forms['openid-form-redirection'].submit();">
    1.16 -    <form name="openid-form-redirection" action="${OPEndpoint}" method="post" accept-charset="utf-8">
    1.17 -        <c:forEach var="parameter" items="${message}">
    1.18 -        <input type="hidden" name="${parameter.key}" value="${parameter.value}"/>
    1.19 -        </c:forEach>
    1.20 -        <button type="submit">Continue...</button>
    1.21 -    </form>
    1.22 -</body>
    1.23 -</html>