Sha256: 3a4a21020ff080a93c90d9a027cd5c2c47d83dfb36e0051dc4fb94ceafedae7b

Contents?: true

Size: 1.99 KB

Versions: 1

Compression:

Stored size: 1.99 KB

Contents

<!--
WebROaR - Ruby Application Server - http://webroar.in/
Copyright (C) 2009  WebROaR

This file is part of WebROaR.

WebROaR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

WebROaR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with WebROaR.  If not, see <http://www.gnu.org/licenses/>.
-->

<div id = 'container_data'>
  <br/>
  <div id = "page_name"><%=image_tag("tit_settings_ad.gif", :border => '0')%></div>
  <br/><br/>
  <div class = 'text_align_center'>
    <%form_for :password, :url => {:action => 'change_password'}do%>
      <table width = 50% cellpadding = "4">
        <tr>
          <th class = 'table_header' colspan = 2>Change Password</th>
        </tr>
        <tr>
          <th colspan = 2><span id = 'error_div'><%if(flash[:notice])%><%=flash[:notice]%><%end%></span></th>
        </tr>
        <tr>
          <td  width = 50% class = 'BG_dark_gray'>Old Password<span id = 'needed'>*</span></td>
          <td class = 'BG_dark_gray'><%=password_field :password, :old, :size => 20, :value => ""%></td>
        </tr>
        <tr>
          <td class = 'BG_white'>New Password<span id = 'needed'>*</span></td>
          <td class = 'BG_white'><%=password_field :password, :new, :size => 20%></td>
        </tr>
        <tr>
          <td class = 'BG_dark_gray'>Confirm Password<span id = 'needed'>*</span></td>
          <td class = 'BG_dark_gray'><%=password_field :password, :confirm, :size => 20%></td>
        </tr>
        <tr>
          <th colspan = 2><br/><%=submit_tag 'Save'%></th>
        </tr>
      </table>
    <%end%>
  </div>
  <br/><br/><br/><br/><br/><br/><br/><br/>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webroar-0.2.2 src/admin_panel/app/views/admin/change_password_form.html.erb