blob: a5adf18df789d0816ea84d0491df57ca7db9344b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
HTTP/1.0 200 OK
Content-Type:text/html
<html>
<head>
<meta value="platter" content="lots of lovely music and it's all free!">
<link rel="stylesheet" href="/platdoc/platter.css">
<title>distroplat - %ARTIST%</title>
<meta value="dixon" content="am hammy twaart">
<script language="javascript">
<!--
function switchAlbum(newURL) {
if (newURL.length > 0)
album.location.href=newURL;
}
function init() {
top.document.title = '%JSARTIST% - distroplat';
if (album.location.href.indexOf('loading.html') > 0)
album.location.replace('%INIT%')
}
//-->
</script>
</head>
<body bgcolor="#%BGCOLOUR%" topmargin=0 leftmargin=0 rightmargin=0 onLoad="init()">
<table height="100%" width="100%">
<tr valign="top">
<td width="100%">
<script language="javascript">
if (top.location == document.location)
document.write('<a href="front.plx"><img src="/platdoc/img/logo.gif" hspace=0 border=0 alt="Front Page"></a>');
</script>
<h2><a href="front.plx?artist=%URLARTIST%" class="heading" target="_top" title="Platter link to %ARTIST%">%ARTIST%</a></h2>
</td>
<td>%ABC%</td>
</tr>
<tr valign="bottom">
<td><small>Albums:</small><br>%SECTIONS%<small><i>%COUNT%</i></small>
</td>
<td>
<small>Random Selection: <a href="search.plx?searchFor=track&random=10&filter=music&artist=%URLARTIST%">10</a>, <a href="search.plx?searchFor=track&random=20&filter=music&artist=%URLARTIST%">20</a>, <a href="search.plx?searchFor=track&random=30&filter=music&artist=%URLARTIST%">30</a>
</td>
</tr>
<tr valign="bottom">
<td width="100%" height="100%" colspan=2>
<iframe src="/platdoc/loading.html" name="album" id="album" width="100%" height="100%" frameborder="0"></iframe>
</td>
</tr>
</table>
</body>
</html>
|