summaryrefslogtreecommitdiff
path: root/templates/artistnarrow.template
blob: 6853a5ece26e8b6c3265f1155fcf3647cac9caf7 (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
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">
  <meta value="dixon" content="am hammy twaart">
  <script language="javascript">
  <!--
    function switchAlbum(newURL) {
        if (newURL.length > 0) 
            album.location.href=newURL;
    }
    
    top.document.title = 'distroplat - %JSARTIST%';

    function init() {
    
        top.document.title = 'distroplat - %JSARTIST%';
        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>
      <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>%ARTIST%</h2>
      <small><i>%COUNT%</i> - Random&nbsp;Selection:&nbsp;<a href="search.plx?searchFor=track&random=10&filter=music&artist=%URLARTIST%">10</a>,&nbsp;<a href="search.plx?searchFor=track&random=10&filter=music&artist=%URLARTIST%">20</a>,&nbsp;<a href="search.plx?searchFor=track&random=10&filter=music&artist=%URLARTIST%">30</a>
    </td>
  </tr>    
  <tr valign="bottom">
    <td>
      %SECTIONS%
    </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>