Created
December 10, 2009 16:55
-
-
Save JohnB/253468 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
<!-- Markup generated from simple_markup.js --> | |
<div id='user_dialog'> | |
<table> | |
<tr> | |
<td class='field_name'>Name</td> | |
<td> | |
<input type='text' id='name' size=40 /> | |
<span id='err_msg_for_name' class='err_msg' /> | |
</td> | |
</tr> | |
<tr> | |
<td class='field_name'>Password</td> | |
<td> | |
<input type='password' id='password' size=40 /> | |
<span id='err_msg_for_password' class='err_msg' /> | |
</td> | |
</tr> | |
<tr> | |
<td class='field_name'>Confirm Password</td> | |
<td> | |
<input type='password' id='confirm_password' size=40 /> | |
<span id='err_msg_for_confirm_password' class='err_msg' /> | |
</td> | |
</tr> | |
</table> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment