Created
July 21, 2009 19:47
-
-
Save queso/151549 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> | |
<tr> | |
<th><input id="id_selector" name="id_selector" toggle_all="items_form_checkbox" type="checkbox" value="" /></th> | |
<th>Title</th> | |
<th>Body</th> | |
<th>Posted At</th> | |
</tr> | |
<tr class="even"> | |
<td><input class="items_form_checkbox" id="ids_" name="ids[]" type="checkbox" value="1" /></td> | |
<td>Test</td> | |
<td>This is a test of a post body</td> | |
<td>2009-07-20 20:21:00 UTC</td> | |
</tr> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment