view dottes.html.tuneindex @ 955:2324285ba90b

Round A4 up to a multiple of 4 total pages. I can't easily get the number of actual pages processed, so rely on telling the (rather hacky, and surprising - I have to divide to a separate counter to force an integer result) macro the number of pages used before the current numbering started.
author Jim Hague <jim.hague@acm.org>
date Tue, 06 Aug 2019 23:29:51 +0100
parents d6e2a281cceb
children
line wrap: on
line source

<div class="dottes-tune-list-item">
  <div class="dottes-tune-list-item-link">
    <a class="dottes-tune-link" href="../${tunedir}/index.html">${fulltitle}</a>
  </div>
  <div class="dottes-tune-list-item-learner-link">
    <a class="dottes-tune-link" href="../${tunedir}/learner.html">
      <img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner page" title="Learner page for ${fulltitle}">
    </a>
  </div>
  <div class="dottes-tune-list-item-image">
    <a href="../${tunedir}/index.html">
      <img class="dottes-tune-table-image" src="../${tunedir}/firstline-${name}.png"
           alt="${fulltitle} first line" title="${fulltitle} first line">
    </a>
  </div>
</div>