blob: b86aec4d7c2fc046ca825aaa55bbe70b4cfd8f7c [file] [log] [blame]
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>
<s:text name="registration.title.create"/>
</title>
</head>
<body onLoad="self.focus();document.Register_save.username.focus()">
<s:actionerror/>
<s:form action="Register_save" validate="true">
<s:textfield key="username"/>
<s:password key="password"/>
<s:password key="password2"/>
<s:textfield key="fullName"/>
<s:textfield key="fromAddress"/>
<s:textfield key="replyToAddress"/>
<s:submit key="button.save"/>
<s:submit action="Register_cancel" key="button.cancel"
onclick="form.onsubmit=null"/>
</s:form>
</body>
</html>