4 <title>Shibboleth Identity Provider - Login</title>
8 <img src="<%= request.getContextPath() %>/images/logo.jpg" />
9 <h2>Shibboleth Identity Provider Login</h2>
11 <% if ("true".equals(request.getParameter("loginFailed"))) { %>
12 <p>Authentication Failed</p>
15 <% if(request.getParameter("actionUrl") != null){ %>
16 <form action="<%=request.getParameter("actionUrl")%>" method="post">
18 <form action="j_security_check" method="post">
23 <td><input name="j_username" type="text" tabindex="1" /></td>
27 <td><input name="j_password" type="password" tabindex="2" /></td>
30 <td rowspan="2"><input type="submit" value="Login" tabindex="3" /></td>