summaryrefslogtreecommitdiff
path: root/templates/error.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.template')
-rw-r--r--templates/error.template17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/error.template b/templates/error.template
new file mode 100644
index 0000000..c5eb805
--- /dev/null
+++ b/templates/error.template
@@ -0,0 +1,17 @@
+<html>
+<head>
+ <link rel="stylesheet" href="/platdoc/platter.css">
+</head>
+
+<body bgcolor="#%BGCOLOUR%" background="/platdoc/img/bars.png">
+<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>
+<h3>Invalid Renderer: '%NAME%'</h3>
+<p>Distroplat either could find, or couldn't create the track renderer you were looking for. If you were expecting a playlist, please check your selection on the <a href="formats.plx">Formats page</a>. Note: The playlist cookie from distroplat v2 is not compatible with v3. You will just have to quickly check back and choose again.
+<p>Otherwise, someone has been messing about with the '%NAME%' template and it is not working. Shout loudly until someone fixes it.
+<p>
+
+</body>
+</html>