summaryrefslogtreecommitdiff
path: root/templates/artistnarrow.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/artistnarrow.template')
-rw-r--r--templates/artistnarrow.template56
1 files changed, 56 insertions, 0 deletions
diff --git a/templates/artistnarrow.template b/templates/artistnarrow.template
new file mode 100644
index 0000000..6853a5e
--- /dev/null
+++ b/templates/artistnarrow.template
@@ -0,0 +1,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>
+
+