list_item_home.txt 645 B

1234567891011121314151617181920
  1. {{#items}}
  2. <div class="col-sm-6 col-md-4">
  3. <div class="thumbnail">
  4. <h3><a href='/hack/path64/{{item.URI}}/'>{{item.title}}</a></h3>
  5. <h4>{{#item.creator}}</h4><small>by: <i>{{item.creator}}</i></small>{{/item.creator}}
  6. <img src="..." alt="...">
  7. {{#item.player}}
  8. <iframe class="embed-iframe" frameBorder='0' seamless='seamless' src='{{url}}'></iframe>
  9. {{/item.player}}
  10. <div class="caption">
  11. <p><i>{{item.description}}</i></p>
  12. <p>
  13. <a href='/hack/path64/{{item.URI}}/' >
  14. <img title="Download" alt="[Download]" src="http://arkiwi.org/arav_icons/download_icon.png">
  15. </a>
  16. </div>
  17. </div>
  18. </div>
  19. {{/items}}