Created
August 2, 2011 20:55
-
-
Save Sigler/1121199 to your computer and use it in GitHub Desktop.
Revisions
-
Sigler renamed this gist
Aug 2, 2011 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Sigler created this gist
Aug 2, 2011 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,57 @@ <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>