bestofimms.tmpl
branchimmsview
changeset 31 13f56bb29b96
child 33 ad808d18c693
equal deleted inserted replaced
30:a7f7026f9416 31:13f56bb29b96
       
     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>