Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. <tr class="CheckboxRow">
  2. <td class="CheckboxCol">
  3. <input name="" type="checkbox" value="7" class="Checkbox" />
  4. </td>
  5. <td class="CheckboxCol">
  6. <input name="" type="checkbox" value="1" class="Checkbox" />
  7. </td>
  8. <td class="CheckboxCol">
  9. <input name="" type="checkbox" value="2" class="Checkbox" />
  10. </td>
  11. <td class="CheckboxCol">
  12. <input name="" type="checkbox" value="3" class="Checkbox" />
  13. </td>
  14. <td class="CheckboxCol">
  15. <input name="" type="checkbox" value="4" class="Checkbox" />
  16. </td>
  17. <td class="CheckboxCol">
  18. <input name="" type="checkbox" value="5" class="Checkbox" />
  19. </td>
  20. <td class="CheckboxCol">
  21. <input name="" type="checkbox" value="6" class="Checkbox" />
  22. </td>
  23. <td class="FromTimeTextboxCol">
  24. <input name="" type="text" class="FromTime" />
  25. </td>
  26. <td class="ToTimeTextboxCol">
  27. <input name="" type="text" class="ToTime" />
  28. </td>
  29. </tr>
  30. <tr class="CheckboxRow">
  31. .
  32. .
  33. .
  34. .
  35. .
  36. </tr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement