branch | immsview |
changeset 31 | 13f56bb29b96 |
child 33 | ad808d18c693 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bestofimms.tmpl Sun Feb 08 16:55:24 2004 -0500 @@ -0,0 +1,16 @@ +<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>