bestofimms.tmpl
author fabien
Sun, 08 Feb 2004 16:55:24 -0500
branchimmsview
changeset 31 13f56bb29b96
child 33 ad808d18c693
permissions -rw-r--r--
[svn] New bestofimms, cleanimms, imms.py and utils.py.

<html>
  <head>
  <title>Fabien Niñoles's Top Songs</title>
  </head>
  <body style="background: black; color: white">
    <h1>Fabien Niñoles's Top Songs</h1>
    <ul>
    <TMPL_LOOP Bestof>
      <li style="color: <TMPL_VAR color>"><TMPL_VAR rating> - <tt><TMPL_VAR path></tt></li>
    </TMPL_LOOP>
    </ul>
  </body>
<!--
vi: syntax=html
-->
</html>