bestofimms.tmpl
author fabien
Fri, 13 Feb 2004 13:07:37 -0500
branchimmsview
changeset 37 efa8fbc7b3a3
parent 33 ad808d18c693
permissions -rw-r--r--
[svn] Doesn't select the current song automatically and remove the now useless sleeptime for next and previous.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Fabien Niñoles's Top Songs</title>
    <style type="text/css">
    <!--
       body { background: black; color: grey }
    -->
    </style>
  </head>
  <body>
    <h1>Fabien Niñoles's Top Songs</h1>
    <ul>
    <TMPL_LOOP Bestof>
      <li><span style="color: <TMPL_VAR color>"><TMPL_VAR rating> - <tt><TMPL_VAR path></tt></span></li>
    </TMPL_LOOP>
    </ul>
  </body>
<!--
vi: syntax=html
-->
</html>