Skip to content

Instantly share code, notes, and snippets.

@krams915
Created January 20, 2012 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krams915/1646191 to your computer and use it in GitHub Desktop.
Save krams915/1646191 to your computer and use it in GitHub Desktop.
<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