|
<table class="table-wrap has-checkboxes"> |
|
<thead> |
|
<tr> |
|
<th class="table-checkbox"> |
|
<div class="input-checkbox-wrap"> |
|
<input type="checkbox" id="table-default-select-all" value="Select All"> |
|
<label class="input-checkbox-label" for="table-default-select-all"></label> |
|
</div> |
|
</th> |
|
<th class="sort">Contacts</th> |
|
<th class="sort">Date Added</th> |
|
<th class="sort">Last Opened</th> |
|
<th class="sort">Last Clicked</th> |
|
<th class="actions">Actions</th> |
|
</tr> |
|
</thead> |
|
<tbody> |
|
<tr> |
|
<td class="table-checkbox"> |
|
<div class="input-checkbox-wrap"> |
|
<input type="checkbox" id="table-default-select-row1" value="Select"> |
|
<label class="input-checkbox-label" for="table-default-select-row1"></label> |
|
</div> |
|
</td> |
|
<td class="contact"><a href="#">todd.moy@sendgrid.com</a></td> |
|
<td class="stats">02/02/2015</td> |
|
<td class="stats">02/10/2016</td> |
|
<td class="stats">02/08/2016</td> |
|
<td class="actions"> |
|
<i class="sg-icon sg-icon-ellipsis"></i> |
|
<div class="action-icons"> |
|
<span data-tooltip="View" data-tooltip-pos="up"><i class="sg-icon sg-icon-view"></i></span> |
|
<span data-tooltip="Edit" data-tooltip-pos="up"><i class="sg-icon sg-icon-pencil"></i></span> |
|
<span data-tooltip="Copy" data-tooltip-pos="up"><i class="sg-icon sg-icon-copy"></i></span> |
|
<span data-tooltip="Delete" data-tooltip-pos="up"><i class="sg-icon sg-icon-trash"></i></span> |
|
</div> |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |