<%@include file="../comm/init.txt"%><%@page import="kgweb.bean.UserBean;kgweb.table.TUser"%> <%int pageid = Title.getPageId(_thisFileName);out.print(Title.getTitle(_bundle, _thisFileName), _charsetName);%>
<%@include file = "../comm/navigation.txt"%>

    <%@include file="navforup.txt"%>
<%kgweb.web.Frame cpswFrame = new kgweb.web.Frame(kgweb.bean.UserBean.class, out, session, _charsetName);%>
" onsubmit="return f_submit()">
<%out.print(_bundle.getString("title_13"), _charsetName);%>
<%out.print(_bundle.getString("comm_oldpassword"), _charsetName);%> <%cpswFrame.h_input_text("oldpassword", "password", 20);%>*
<%out.print(_bundle.getString("comm_password"), _charsetName);%> <%cpswFrame.h_input_text("tuser.userpassword", "password", 20);%>*
<%out.print(_bundle.getString("comm_repassword"), _charsetName);%> *
<%cpswFrame.h_output_button("B1", "submit", _bundle.getString("button_update"));%> <%cpswFrame.h_output_button("B2", "reset", _bundle.getString("button_reset"));%>

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