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