Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <% if Downloads %>
  2. <table class="table table-bordered order-downloads">
  3. <thead>
  4. <tr>
  5. <th>Licence Name</th>
  6. <th>Licence Key</th>
  7. <th>Download Link</th>
  8. <th>Expiry Date</th>
  9. </tr>
  10. </thead>
  11. <tbody>
  12. <% loop Downloads %>
  13. <tr>
  14. <td>$LicenceName</td>
  15. <td>$DisplayLicenceKey</td>
  16. <td>
  17. <a href="*FILE LINK*" target="_blank">*FILE LINK*</a>
  18. </td>
  19. <td>$Expiry</td>
  20. </tr>
  21. <% end_loop %>
  22.  
  23. </tbody>
  24. </table>
  25. <% end_if %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement