|
|
|
|
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
|
|
|
|
<%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core' %> |
|
|
|
|
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
|
@ -36,8 +37,8 @@
@@ -36,8 +37,8 @@
|
|
|
|
|
</c:if> |
|
|
|
|
|
|
|
|
|
<!-- Simple OpenID Selector --> |
|
|
|
|
<form action="<c:url value='login/openid'/>" method="post" id="openid_form"> |
|
|
|
|
<input type="hidden" name="action" value="verify" /> |
|
|
|
|
<form:form action="login/openid" method="post" id="openid_form"> |
|
|
|
|
<input type="hidden" name="action" value="verify" /> |
|
|
|
|
|
|
|
|
|
<fieldset> |
|
|
|
|
<legend>Sign-in or Create New Account</legend> |
|
|
|
|
@ -57,7 +58,7 @@
@@ -57,7 +58,7 @@
|
|
|
|
|
Find out <a href="http://openid.net/what/">more about OpenID</a> and <a href="http://openid.net/get/">how to get an OpenID enabled account</a>.</p> |
|
|
|
|
</noscript> |
|
|
|
|
</fieldset> |
|
|
|
|
</form> |
|
|
|
|
</form:form> |
|
|
|
|
<!-- /Simple OpenID Selector --> |
|
|
|
|
|
|
|
|
|
</body> |
|
|
|
|
|