Skip to content

Instantly share code, notes, and snippets.

@Sigler
Created August 2, 2011 20:55
Show Gist options
  • Save Sigler/1121199 to your computer and use it in GitHub Desktop.
Save Sigler/1121199 to your computer and use it in GitHub Desktop.
<div class="tbl-box" id="subscribers-data">
<div class="tbl-header">
<div class="inner">
<table>
<tbody>
<tr>
<td rel="Name" class="sorter"> Subscriber </td>
<td rel="DateStarted" class="shortCol sorter"> Started</td>
<td rel="NextRenewal" class="shortCol sorter"> Renewal</td>
<td rel="SubscriptionPrice" class="shortCol sorter"> Price </td>
<td class="action"> Manage</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="tbl-rows">
<table id="subscribersTable">
<tbody><tr>
<td>
Marcus King
</td>
<td class="shortCol">
1/1/2011
</td>
<td class="shortCol">
6/1/2011 </td>
<td class="shortCol">
$131.64
</td>
<td class="action">
<a title="Contact Subscriber" href="/Offering/CancelUserSubscription?subscriptionid=1" class="icon email"> </a>
<a title="Cancel Subscription" href="/Offering/CancelUserSubscription?subscriptionid=1" class="icon delete"> </a> </td>
</tr><tr>
<td>
test2 test2
</td>
<td class="shortCol">
3/1/2011
</td>
<td class="shortCol">
N/A </td>
<td class="shortCol">
$27.37
</td>
<td class="action">
<a title="Contact Subscriber" href="/Offering/CancelUserSubscription?subscriptionid=5" class="icon email"> </a>
<a title="Cancel Subscription" href="/Offering/CancelUserSubscription?subscriptionid=5" class="icon delete"> </a> </td>
</tr></tbody>
</table>
<div style="text-align: right;" class="foot">
<a class="btn prv" href="#" style="visibility: hidden;"><span>Prev Page</span></a>
<span class="pageNums">Page 1 of 2</span>
<a class="btn nxt" href="#" style="visibility: visible;"><span>Next Page</span></a>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment