Skip to content

Instantly share code, notes, and snippets.

@Sigler
Created August 2, 2011 20:55
Show Gist options
  • Select an option

  • Save Sigler/1121199 to your computer and use it in GitHub Desktop.

Select an option

Save Sigler/1121199 to your computer and use it in GitHub Desktop.

Revisions

  1. Sigler renamed this gist Aug 2, 2011. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Sigler created this gist Aug 2, 2011.
    57 changes: 57 additions & 0 deletions Jason's Table
    Original 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>