@ -5,7 +5,7 @@
<head>
<head>
<%@ include file="head.jsp" %>
<%@ include file="head.jsp" %>
</head>
</head>
<body class="mainframe bgcolor1" onload="document.getElementById('usernameOrEmail').focus()" >
<body class="mainframe bgcolor1">
<form action="recover.view" method="POST">
<form action="recover.view" method="POST">
<sec:csrfInput />
<sec:csrfInput />
@ -17,7 +17,7 @@
<p style="padding-top: 1em; padding-bottom: 0.5em"><fmt:message key="recover.text"/></p>
<p style="padding-top: 1em; padding-bottom: 0.5em"><fmt:message key="recover.text"/></p>
<c:if test="${empty model.sentTo}">
<c:if test="${empty model.sentTo}">
<input type="text" id="usernameOrEmail" name="usernameOrEmail" style="width:18em;margin-right: 1em">
<input type="text" id="usernameOrEmail" autofocus name="usernameOrEmail" style="width:18em;margin-right: 1em">
<input name="submit" type="submit" value="<fmt:message key="recover.send"/>">
<input name="submit" type="submit" value="<fmt:message key="recover.send"/>">
</c:if>
</c:if>