author | fabien |
Sun, 08 Feb 2004 16:55:24 -0500 | |
branch | immsview |
changeset 31 | 13f56bb29b96 |
child 33 | ad808d18c693 |
permissions | -rw-r--r-- |
31 | 1 |
<html> |
2 |
<head> |
|
3 |
<title>Fabien Niñoles's Top Songs</title> |
|
4 |
</head> |
|
5 |
<body style="background: black; color: white"> |
|
6 |
<h1>Fabien Niñoles's Top Songs</h1> |
|
7 |
<ul> |
|
8 |
<TMPL_LOOP Bestof> |
|
9 |
<li style="color: <TMPL_VAR color>"><TMPL_VAR rating> - <tt><TMPL_VAR path></tt></li> |
|
10 |
</TMPL_LOOP> |
|
11 |
</ul> |
|
12 |
</body> |
|
13 |
<!-- |
|
14 |
vi: syntax=html |
|
15 |
--> |
|
16 |
</html> |