summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/emptyAlbum.html8
-rw-r--r--html/img/audioRocketman.gifbin0 -> 2354 bytes
-rw-r--r--html/img/banner.pngbin0 -> 6227 bytes
-rw-r--r--html/img/bars.pngbin0 -> 92 bytes
-rw-r--r--html/img/black.pngbin0 -> 3347 bytes
-rw-r--r--html/img/editbutton.pngbin0 -> 311 bytes
-rw-r--r--html/img/filebutton_s.pngbin0 -> 164 bytes
-rw-r--r--html/img/infobutton.pngbin0 -> 201 bytes
-rw-r--r--html/img/linkbutton.pngbin0 -> 310 bytes
-rw-r--r--html/img/logo.gifbin0 -> 5677 bytes
-rw-r--r--html/img/playbutton.pngbin0 -> 192 bytes
-rw-r--r--html/img/playbutton_s.pngbin0 -> 149 bytes
-rw-r--r--html/img/searchplugin.pngbin0 -> 453 bytes
-rw-r--r--html/img/shatner.gifbin0 -> 203065 bytes
-rw-r--r--html/img/videoRocketman.gifbin0 -> 1993 bytes
-rw-r--r--html/loading.html8
-rw-r--r--html/platter.css53
17 files changed, 69 insertions, 0 deletions
diff --git a/html/emptyAlbum.html b/html/emptyAlbum.html
new file mode 100644
index 0000000..9c878d9
--- /dev/null
+++ b/html/emptyAlbum.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+ <link rel="stylesheet" href="/platdoc/platter.css">
+</head>
+<body background="/platdoc/img/bars.png" >
+ <p><i>No artist info available</i>
+</body>
+</html> \ No newline at end of file
diff --git a/html/img/audioRocketman.gif b/html/img/audioRocketman.gif
new file mode 100644
index 0000000..71da3a3
--- /dev/null
+++ b/html/img/audioRocketman.gif
Binary files differ
diff --git a/html/img/banner.png b/html/img/banner.png
new file mode 100644
index 0000000..fc8fef4
--- /dev/null
+++ b/html/img/banner.png
Binary files differ
diff --git a/html/img/bars.png b/html/img/bars.png
new file mode 100644
index 0000000..ddd56c4
--- /dev/null
+++ b/html/img/bars.png
Binary files differ
diff --git a/html/img/black.png b/html/img/black.png
new file mode 100644
index 0000000..88c9319
--- /dev/null
+++ b/html/img/black.png
Binary files differ
diff --git a/html/img/editbutton.png b/html/img/editbutton.png
new file mode 100644
index 0000000..795a948
--- /dev/null
+++ b/html/img/editbutton.png
Binary files differ
diff --git a/html/img/filebutton_s.png b/html/img/filebutton_s.png
new file mode 100644
index 0000000..eaeee8d
--- /dev/null
+++ b/html/img/filebutton_s.png
Binary files differ
diff --git a/html/img/infobutton.png b/html/img/infobutton.png
new file mode 100644
index 0000000..2a6bb94
--- /dev/null
+++ b/html/img/infobutton.png
Binary files differ
diff --git a/html/img/linkbutton.png b/html/img/linkbutton.png
new file mode 100644
index 0000000..45de42d
--- /dev/null
+++ b/html/img/linkbutton.png
Binary files differ
diff --git a/html/img/logo.gif b/html/img/logo.gif
new file mode 100644
index 0000000..c108fad
--- /dev/null
+++ b/html/img/logo.gif
Binary files differ
diff --git a/html/img/playbutton.png b/html/img/playbutton.png
new file mode 100644
index 0000000..f72fb89
--- /dev/null
+++ b/html/img/playbutton.png
Binary files differ
diff --git a/html/img/playbutton_s.png b/html/img/playbutton_s.png
new file mode 100644
index 0000000..2222402
--- /dev/null
+++ b/html/img/playbutton_s.png
Binary files differ
diff --git a/html/img/searchplugin.png b/html/img/searchplugin.png
new file mode 100644
index 0000000..0d62658
--- /dev/null
+++ b/html/img/searchplugin.png
Binary files differ
diff --git a/html/img/shatner.gif b/html/img/shatner.gif
new file mode 100644
index 0000000..6175855
--- /dev/null
+++ b/html/img/shatner.gif
Binary files differ
diff --git a/html/img/videoRocketman.gif b/html/img/videoRocketman.gif
new file mode 100644
index 0000000..ff3c388
--- /dev/null
+++ b/html/img/videoRocketman.gif
Binary files differ
diff --git a/html/loading.html b/html/loading.html
new file mode 100644
index 0000000..722e30d
--- /dev/null
+++ b/html/loading.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+ <link rel="stylesheet" href="/platdoc/platter.css">
+</head>
+<body background="/platdoc/img/bars.png">
+ <p><i>Please wait, loading . . .</i>
+</body>
+</html> \ No newline at end of file
diff --git a/html/platter.css b/html/platter.css
new file mode 100644
index 0000000..a7c2255
--- /dev/null
+++ b/html/platter.css
@@ -0,0 +1,53 @@
+BODY {
+ color: white;
+ font-family: helvetica;
+ font-size: smaller;
+}
+FORM,H3 {
+ margin:0;
+}
+TD,TH {
+ font-family: helvetica;
+ font-size: smaller;
+}
+INPUT,SELECT {
+ font-family: helvetica;
+}
+SMALL
+{
+ font-size: 80%;
+}
+A {
+ color: #ffff00;
+ text-decoration:none;
+}
+A:visited {
+ color: #ffff00;
+ text-decoration:none;
+}
+A:hover {
+ color: #ffffff;
+}
+A:photolink {
+ color: #000000;
+}
+
+.title {
+ font-size: 140%;
+ font-weight: bold;
+}
+
+.hasalbum {
+ font-weight: bold;
+}
+.noalbum {
+ font-weight: normal;
+}
+
+.heading, A:visited.heading {
+ color: white;
+}
+
+A:hover.heading {
+ color: lightblue;
+} \ No newline at end of file