You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2011/04/17 23:28:55 UTC

svn commit: r1094199 - /couchdb/branches/1.1.x/share/www/dialog/_change_password.html

Author: jan
Date: Sun Apr 17 21:28:55 2011
New Revision: 1094199

URL: http://svn.apache.org/viewvc?rev=1094199&view=rev
Log:
Add missing file from the password change commit.

Added:
    couchdb/branches/1.1.x/share/www/dialog/_change_password.html

Added: couchdb/branches/1.1.x/share/www/dialog/_change_password.html
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/share/www/dialog/_change_password.html?rev=1094199&view=auto
==============================================================================
--- couchdb/branches/1.1.x/share/www/dialog/_change_password.html (added)
+++ couchdb/branches/1.1.x/share/www/dialog/_change_password.html Sun Apr 17 21:28:55 2011
@@ -0,0 +1,31 @@
+<!--
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may not use
+this file except in compliance with the License. You may obtain a copy of the
+License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software distributed
+under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+CONDITIONS OF ANY KIND, either express or implied. See the License for the
+specific language governing permissions and limitations under the License.
+
+-->
+<form action="" method="post">
+  <h2>Change Password</h2>
+  <fieldset>
+    <table summary=""><tbody><tr>
+      <th><label>New Password:</label></th>
+      <td><input type="password" name="password" size="24" /></td>
+    </tr><tr>
+      <th><label>Verify New Password:</label></th>
+      <td><input type="password" name="verify_password" size="24" /></td>
+    </tr>
+    </tbody></table>
+  </fieldset>
+  <div class="buttons">
+    <button type="submit">Login</button>
+    <button type="button" class="cancel">Cancel</button>
+  </div>
+</form>