view dottes.html.tuneindex @ 488:e16c20e63d9c build-default-209

Decide that all links for downloading things should get HTML5 download tags. The audio players exist to play things on the page. Everything else is to download the file, really. I think.
author Jim Hague <jim.hague@acm.org>
date Tue, 17 Jun 2014 12:32:15 +0100
parents a6a096bb279a
children afc031477784
line wrap: on
line source

<div class="dottes-tune-list-item">
  <div class="dottes-tune-list-item-link">
    <a class="dottes-tune-link" href="@TUNE@.html">@TITLE@</a>
    <a href="learner-@TUNE@.html">
      <img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner">
    </a>
  </div>
  <div class="dottes-tune-list-item-image">
    <a href="@TUNE@.html">
      <img class="dottes-tune-table-image" src="firstline-@TUNE@.png"
           alt="@TITLE@ first line">
    </a>
  </div>
</div>