Skip to content

Instantly share code, notes, and snippets.

@JohnB
Created December 10, 2009 16:55
Show Gist options
  • Save JohnB/253468 to your computer and use it in GitHub Desktop.
Save JohnB/253468 to your computer and use it in GitHub Desktop.
<!-- 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