Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 2962889ae41ea47c4adddfde25f00b32 > files > 22

perl-Test-AutoBuild-1.2.2-13.fc15.i686.rpm

[% WRAPPER page.tt %]
  <h2>ISO Images</h2>

  [% IF isos && isos.size > 0 %]
    <table id="isos" class="data">
      <thead>
        <tr>
          <th>Filename</th>
          <th>Size</th>
          <th>MD5 Sum</th>
        </tr>
      </thead>
      <tbody>
        [% FOREACH isos %]
          <tr class="[% IF loop.index() % 2 == 0 %]odd[%ELSE%]even[%END%]">
            <td class="filename"><a href="isos/[% filename | html %]">[% label | html %]</a></td>
            <td class="size">[% size %]</td>
            <td class="md5sum">[% md5sum %]</td>
          </tr>
        [% END %]
      </tbody>
    </table>
  [% ELSE %]
    <p>There are no ISO images defined</p>
  [% END %]
[% END %]