Recognize links inside parentheses/brackets
[blerg.git] / www / index.html
index d99212b..c6dcec4 100644 (file)
   <div id="passwd" style="display:none">
     <h2>Change Your Password</h2>
     <table>
-      <tr><td>Old Password:</td><td><input type="text" id="passwd.old_password" width="40"></td></tr>
-      <tr><td>New Password:</td><td><input type="text" id="passwd.new_password" width="40"></td></tr>
+      <tr><td>Old Password:</td><td><input type="password" id="passwd.old_password" width="40"></td></tr>
+      <tr><td>New Password:</td><td><input type="password" id="passwd.new_password" width="40"></td></tr>
     </table>
     <button onclick="passwd()">Change</button> <button onclick="passwd_cancel()">Cancel</button>
   </div>