File: playlist.html

package info (click to toggle)
plait 1.6.2-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 280 kB
  • sloc: sh: 2,010; awk: 709; makefile: 10
file content (23 lines) | stat: -rwxr-xr-x 542 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>%TITLE%</title>
<style type=text/css>
.tiny	{ font-size: 70%; }
body { font-family: Verdana, Arial, sans-serif; }
</style>
</head>

<p>Playlist: %TITLE%.
</p>

<object type="application/x-shockwave-flash" width="600" height="500"
data="xspf_player.swf?playlist_url=playlist.xspf">
<param name="bgcolor" value="#E6E6E6"/>
<param name="movie" value="xspf_player.swf?playlist_url=playlist.xspf"/>
</object>

<p class=tiny>Generated by <a href="http://plait.sourceforge.net">
Plait command line jukebox</a>.
</body>
</html>