|
@@ -1,4 +1,5 @@
|
|
<%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core' %>
|
|
<%@ 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"?>
|
|
<?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">
|
|
<!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">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
@@ -36,8 +37,8 @@
|
|
</c:if>
|
|
</c:if>
|
|
|
|
|
|
<!-- Simple OpenID Selector -->
|
|
<!-- 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>
|
|
<fieldset>
|
|
<legend>Sign-in or Create New Account</legend>
|
|
<legend>Sign-in or Create New Account</legend>
|
|
@@ -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>
|
|
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>
|
|
</noscript>
|
|
</fieldset>
|
|
</fieldset>
|
|
-</form>
|
|
|
|
|
|
+</form:form>
|
|
<!-- /Simple OpenID Selector -->
|
|
<!-- /Simple OpenID Selector -->
|
|
|
|
|
|
</body>
|
|
</body>
|