Created
September 10, 2009 21:13
-
-
Save tobiastom/184832 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form action="/~tobias/Support.webapp/Public/profile.;update" method="post"> | |
| <dl> | |
| <dt>Name</dt> | |
| <dd><input type="text" name="name" value="Tobias Tom" /></dd> | |
| <dt>Email</dt> | |
| <dd><input type="text" name="email" value="[email protected]" /></dd> | |
| </dl> | |
| <p><input type="checkbox" id="passwordInterfaceOption" onchange="document.getElementById('passwordInterface').style.display=this.checked?'block':'none';" /> | |
| <label for="passwordInterfaceOption">I would like to change my password</label></p> | |
| <dl id="passwordInterface"> | |
| <dt>Password</dt> | |
| <dd><input type="password" name="password" value="" /></dd> | |
| <dt>Password (Confirm)</dt> | |
| <dd><input type="password" name="passwordConfirmation" value="" /></dd> | |
| </dl> | |
| <p> | |
| <input type="submit" value="Update profile" /> | |
| or <a href="/~tobias/Support.webapp/Public/profile.;index">cancel</a> | |
| </p> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment