bestofimms.tmpl
author fabien
Thu, 12 Feb 2004 09:43:48 -0500
branchimmsview
changeset 36 e648d6852983
parent 33 ad808d18c693
permissions -rw-r--r--
[svn] Better OO approach.

<?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>