author | fabien |
Wed, 11 Feb 2004 10:39:27 -0500 | |
branch | immsview |
changeset 34 | 5bef7600193c |
parent 33 | ad808d18c693 |
permissions | -rw-r--r-- |
33
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
2 |
<!DOCTYPE html |
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
3 |
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
4 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
5 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
31 | 6 |
<head> |
33
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
7 |
<title>Fabien Niñoles's Top Songs</title> |
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
8 |
<style type="text/css"> |
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
9 |
<!-- |
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
10 |
body { background: black; color: grey } |
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
11 |
--> |
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
12 |
</style> |
31 | 13 |
</head> |
33
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
14 |
<body> |
31 | 15 |
<h1>Fabien Niñoles's Top Songs</h1> |
16 |
<ul> |
|
17 |
<TMPL_LOOP Bestof> |
|
33
ad808d18c693
[svn] Many cleanup, both architecture (division of interface), encoding
fabien
parents:
31
diff
changeset
|
18 |
<li><span style="color: <TMPL_VAR color>"><TMPL_VAR rating> - <tt><TMPL_VAR path></tt></span></li> |
31 | 19 |
</TMPL_LOOP> |
20 |
</ul> |
|
21 |
</body> |
|
22 |
<!-- |
|
23 |
vi: syntax=html |
|
24 |
--> |
|
25 |
</html> |