diff options
| author | unknown <andrew@.cern.ch> | 2011-06-21 16:33:26 +0200 |
|---|---|---|
| committer | unknown <andrew@.cern.ch> | 2011-06-21 16:33:26 +0200 |
| commit | fa170afd817648f306e322802ca85b6abbd37f74 (patch) | |
| tree | 44a68e68859429bc5f6bcb164111bcb8df1ee165 /html | |
Initial commit
Diffstat (limited to 'html')
| -rw-r--r-- | html/emptyAlbum.html | 8 | ||||
| -rw-r--r-- | html/img/audioRocketman.gif | bin | 0 -> 2354 bytes | |||
| -rw-r--r-- | html/img/banner.png | bin | 0 -> 6227 bytes | |||
| -rw-r--r-- | html/img/bars.png | bin | 0 -> 92 bytes | |||
| -rw-r--r-- | html/img/black.png | bin | 0 -> 3347 bytes | |||
| -rw-r--r-- | html/img/editbutton.png | bin | 0 -> 311 bytes | |||
| -rw-r--r-- | html/img/filebutton_s.png | bin | 0 -> 164 bytes | |||
| -rw-r--r-- | html/img/infobutton.png | bin | 0 -> 201 bytes | |||
| -rw-r--r-- | html/img/linkbutton.png | bin | 0 -> 310 bytes | |||
| -rw-r--r-- | html/img/logo.gif | bin | 0 -> 5677 bytes | |||
| -rw-r--r-- | html/img/playbutton.png | bin | 0 -> 192 bytes | |||
| -rw-r--r-- | html/img/playbutton_s.png | bin | 0 -> 149 bytes | |||
| -rw-r--r-- | html/img/searchplugin.png | bin | 0 -> 453 bytes | |||
| -rw-r--r-- | html/img/shatner.gif | bin | 0 -> 203065 bytes | |||
| -rw-r--r-- | html/img/videoRocketman.gif | bin | 0 -> 1993 bytes | |||
| -rw-r--r-- | html/loading.html | 8 | ||||
| -rw-r--r-- | html/platter.css | 53 |
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 Binary files differnew file mode 100644 index 0000000..71da3a3 --- /dev/null +++ b/html/img/audioRocketman.gif diff --git a/html/img/banner.png b/html/img/banner.png Binary files differnew file mode 100644 index 0000000..fc8fef4 --- /dev/null +++ b/html/img/banner.png diff --git a/html/img/bars.png b/html/img/bars.png Binary files differnew file mode 100644 index 0000000..ddd56c4 --- /dev/null +++ b/html/img/bars.png diff --git a/html/img/black.png b/html/img/black.png Binary files differnew file mode 100644 index 0000000..88c9319 --- /dev/null +++ b/html/img/black.png diff --git a/html/img/editbutton.png b/html/img/editbutton.png Binary files differnew file mode 100644 index 0000000..795a948 --- /dev/null +++ b/html/img/editbutton.png diff --git a/html/img/filebutton_s.png b/html/img/filebutton_s.png Binary files differnew file mode 100644 index 0000000..eaeee8d --- /dev/null +++ b/html/img/filebutton_s.png diff --git a/html/img/infobutton.png b/html/img/infobutton.png Binary files differnew file mode 100644 index 0000000..2a6bb94 --- /dev/null +++ b/html/img/infobutton.png diff --git a/html/img/linkbutton.png b/html/img/linkbutton.png Binary files differnew file mode 100644 index 0000000..45de42d --- /dev/null +++ b/html/img/linkbutton.png diff --git a/html/img/logo.gif b/html/img/logo.gif Binary files differnew file mode 100644 index 0000000..c108fad --- /dev/null +++ b/html/img/logo.gif diff --git a/html/img/playbutton.png b/html/img/playbutton.png Binary files differnew file mode 100644 index 0000000..f72fb89 --- /dev/null +++ b/html/img/playbutton.png diff --git a/html/img/playbutton_s.png b/html/img/playbutton_s.png Binary files differnew file mode 100644 index 0000000..2222402 --- /dev/null +++ b/html/img/playbutton_s.png diff --git a/html/img/searchplugin.png b/html/img/searchplugin.png Binary files differnew file mode 100644 index 0000000..0d62658 --- /dev/null +++ b/html/img/searchplugin.png diff --git a/html/img/shatner.gif b/html/img/shatner.gif Binary files differnew file mode 100644 index 0000000..6175855 --- /dev/null +++ b/html/img/shatner.gif diff --git a/html/img/videoRocketman.gif b/html/img/videoRocketman.gif Binary files differnew file mode 100644 index 0000000..ff3c388 --- /dev/null +++ b/html/img/videoRocketman.gif 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 |
