Created
January 20, 2012 08:48
-
-
Save krams915/1646191 to your computer and use it in GitHub Desktop.
This file contains 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
<table id='tableUsers'> | |
<caption></caption> | |
<thead> | |
<tr> | |
<th></th> | |
<th>Username</th> | |
<th>First Name</th> | |
<th>Last Name</th> | |
<th>Role</th> | |
</tr> | |
</thead> | |
</table> | |
<div id='controlBar'> | |
<input type='button' value='New' id='newBtn' /> | |
<input type='button' value='Delete' id='deleteBtn' /> | |
<input type='button' value='Edit' id='editBtn' /> | |
<input type='button' value='Reload' id='reloadBtn' /> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment