playlist.html 542 B

123456789101112131415161718192021222324
  1. <html>
  2. <head>
  3. <title>%TITLE%</title>
  4. <style type=text/css>
  5. .tiny { font-size: 70%; }
  6. body { font-family: Verdana, Arial, sans-serif; }
  7. </style>
  8. </head>
  9. <p>Playlist: %TITLE%.
  10. </p>
  11. <object type="application/x-shockwave-flash" width="600" height="500"
  12. data="xspf_player.swf?playlist_url=playlist.xspf">
  13. <param name="bgcolor" value="#E6E6E6"/>
  14. <param name="movie" value="xspf_player.swf?playlist_url=playlist.xspf"/>
  15. </object>
  16. <p class=tiny>Generated by <a href="http://plait.sourceforge.net">
  17. Plait command line jukebox</a>.
  18. </body>
  19. </html>