<%% form_for(@user, :url=>{ :controller=>:auth, :action=>:change} ) do |f| %> <%%= menu unless @display_type == DISPLAY_TYPE_SIMPLE %>
<%%= submenu unless @display_type == DISPLAY_TYPE_SIMPLE %>
<%%= message unless @display_type == DISPLAY_TYPE_SIMPLE %> <%%= pagetitle :title => "パスワード変更" %>
<%%= f.error_messages %> <%%= flash_tag %> <%% content_for :button do %>
<%%= submit_button_tag(f, :value => '/images/btn_update.png') %> <%%= close_button_tag %>
<%% end %> <%%#= yield :button %> <%%#= pagesubtitle :title => "パスワード変更" %> <%%= required_notice_tag %> <%%= f.hidden_field :id %>
<%%= f.label :account %> <%%=h @user.account %>
<%%= f.label :password_required %> <%%= f.password_field :password_required, :value => ("" if @update_flag) %><%%= required %>
<%%= f.label :password_new %> <%%= f.password_field :password, :value => ("" if @update_flag) %><%%= required %>
<%%= f.label :password_confirmation %> <%%= f.password_field :password_confirmation, :value => ("" if @update_flag) %><%%= required %>
<%%= yield :button %>
<%% end %>