<%@include file="../comm/init.txt"%><%kgweb.web.Frame loginFrame = new kgweb.web.Frame(kgweb.bean.UserBean.class, out, session, _charsetName);%> <%out.print(Title.getTitle(_bundle, _thisFileName), _charsetName);%>
<%@include file = "../comm/navigation.txt"%>

<%out.print(_bundle.getString("account_index_0"), _charsetName);%>
<%out.print(_bundle.getString("account_index_1"), _charsetName);%>
<%loginFrame.h_output_cbutton("regButton", response.encodeURL("register.htm"), _bundle.getString("account_index_2"));%>


" onsubmit="return f_submit()">
<%out.print(_bundle.getString("account_index_3"), _charsetName);%>
<%out.print(_bundle.getString("comm_checkcode"), _charsetName);%> <%loginFrame.h_input_text("checkvalue", null, 6);loginFrame.h_output_checkimg(response);%>
<%kgweb.web.HSelectList hsList = new kgweb.web.HSelectList(); hsList.add(_bundle.getString("comm_email"), true); hsList.add(_bundle.getString("comm_uid"), false); loginFrame.h_radio("email_or_uid", hsList, "
");%>
<%loginFrame.h_input_text("email_or_uid_input", null, 20);%>
<%out.print(_bundle.getString("comm_password"), _charsetName);%> <%loginFrame.h_input_text("tuser.userpassword", "password", 20);%>
<%out.print(_bundle.getString("account_index_7"), _charsetName);%> <%hsList = new kgweb.web.HSelectList(); hsList.add(_bundle.getString("account_index_11"), -1); hsList.add(_bundle.getString("account_index_10"), 3600); hsList.add(_bundle.getString("account_index_9"), 86400); hsList.add(_bundle.getString("account_index_8"), 2678400); loginFrame.h_radio("cookieLoginTime", hsList, "  ");%>
<%loginFrame.h_output_button("B1", "submit", _bundle.getString("account_index_5"));%> <%loginFrame.h_text_link("forgetpswLink", response, "forgetpsw.htm", _bundle.getString("account_index_6"));%>

<%@include file="../comm/end.txt"%>