summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
commitb80bd744ad873f6fc43018bc4bfb90677de167bd (patch)
tree072c4b0e33d442528555b82c415f5e7a1712b2b0 /public
parent3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff)
Start of GS5.
Diffstat (limited to 'public')
-rw-r--r--public/404.html26
-rw-r--r--public/422.html26
-rw-r--r--public/500.html26
-rw-r--r--public/favicon.ico0
-rw-r--r--public/images/fallback/mini_default.jpgbin0 -> 3638 bytes
-rw-r--r--public/images/fallback/mini_default_female.pngbin0 -> 1975 bytes
-rw-r--r--public/images/fallback/mini_default_male.pngbin0 -> 1975 bytes
-rw-r--r--public/images/fallback/profile_default.jpgbin0 -> 6426 bytes
-rw-r--r--public/images/fallback/profile_default.psdbin0 -> 61058 bytes
-rw-r--r--public/images/fallback/profile_default_female.pngbin0 -> 28145 bytes
-rw-r--r--public/images/fallback/profile_default_male.pngbin0 -> 28742 bytes
-rw-r--r--public/images/fallback/small_default.jpgbin0 -> 4149 bytes
-rw-r--r--public/images/fallback/small_default_female.pngbin0 -> 6620 bytes
-rw-r--r--public/images/fallback/small_default_male.pngbin0 -> 6594 bytes
-rw-r--r--public/images/fallback/snom_caller_picture_default.jpgbin0 -> 5405 bytes
-rw-r--r--public/images/fallback/snom_caller_picture_default_female.pngbin0 -> 14611 bytes
-rw-r--r--public/images/fallback/snom_caller_picture_default_male.pngbin0 -> 14160 bytes
-rw-r--r--public/images/snom/snom_300.jpgbin0 -> 71634 bytes
-rw-r--r--public/images/snom/snom_320.jpgbin0 -> 53908 bytes
-rw-r--r--public/images/snom/snom_360.jpgbin0 -> 64418 bytes
-rw-r--r--public/images/snom/snom_370.jpgbin0 -> 77721 bytes
-rw-r--r--public/images/snom/snom_820.jpgbin0 -> 41398 bytes
-rw-r--r--public/images/snom/snom_821.jpgbin0 -> 41398 bytes
-rw-r--r--public/images/snom/snom_870.jpgbin0 -> 43835 bytes
-rw-r--r--public/robots.txt6
25 files changed, 84 insertions, 0 deletions
diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000..9a48320
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>The page you were looking for doesn't exist (404)</title>
+ <style type="text/css">
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
+ div.dialog {
+ width: 25em;
+ padding: 0 4em;
+ margin: 4em auto 0 auto;
+ border: 1px solid #ccc;
+ border-right-color: #999;
+ border-bottom-color: #999;
+ }
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
+ </style>
+</head>
+
+<body>
+ <!-- This file lives in public/404.html -->
+ <div class="dialog">
+ <h1>The page you were looking for doesn't exist.</h1>
+ <p>You may have mistyped the address or the page may have moved.</p>
+ </div>
+</body>
+</html>
diff --git a/public/422.html b/public/422.html
new file mode 100644
index 0000000..83660ab
--- /dev/null
+++ b/public/422.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>The change you wanted was rejected (422)</title>
+ <style type="text/css">
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
+ div.dialog {
+ width: 25em;
+ padding: 0 4em;
+ margin: 4em auto 0 auto;
+ border: 1px solid #ccc;
+ border-right-color: #999;
+ border-bottom-color: #999;
+ }
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
+ </style>
+</head>
+
+<body>
+ <!-- This file lives in public/422.html -->
+ <div class="dialog">
+ <h1>The change you wanted was rejected.</h1>
+ <p>Maybe you tried to change something you didn't have access to.</p>
+ </div>
+</body>
+</html>
diff --git a/public/500.html b/public/500.html
new file mode 100644
index 0000000..da74faf
--- /dev/null
+++ b/public/500.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>We're sorry, but something went wrong (500)</title>
+ <style type="text/css">
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
+ div.dialog {
+ width: 25em;
+ padding: 0 4em;
+ margin: 4em auto 0 auto;
+ border: 1px solid #ccc;
+ border-right-color: #999;
+ border-bottom-color: #999;
+ }
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
+ </style>
+</head>
+
+<body>
+ <!-- This file lives in public/500.html -->
+ <div class="dialog">
+ <h1>We're sorry, but something went wrong.</h1>
+ <p>Please take a minute and report an issue at <a href="https://github.com/amooma/GS5/issues">https://github.com/amooma/GS5/issues</a> or contact your admin.</p>
+ </div>
+</body>
+</html>
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/public/favicon.ico
diff --git a/public/images/fallback/mini_default.jpg b/public/images/fallback/mini_default.jpg
new file mode 100644
index 0000000..42c9f2d
--- /dev/null
+++ b/public/images/fallback/mini_default.jpg
Binary files differ
diff --git a/public/images/fallback/mini_default_female.png b/public/images/fallback/mini_default_female.png
new file mode 100644
index 0000000..bc54d26
--- /dev/null
+++ b/public/images/fallback/mini_default_female.png
Binary files differ
diff --git a/public/images/fallback/mini_default_male.png b/public/images/fallback/mini_default_male.png
new file mode 100644
index 0000000..b75e36c
--- /dev/null
+++ b/public/images/fallback/mini_default_male.png
Binary files differ
diff --git a/public/images/fallback/profile_default.jpg b/public/images/fallback/profile_default.jpg
new file mode 100644
index 0000000..d807028
--- /dev/null
+++ b/public/images/fallback/profile_default.jpg
Binary files differ
diff --git a/public/images/fallback/profile_default.psd b/public/images/fallback/profile_default.psd
new file mode 100644
index 0000000..89b5b55
--- /dev/null
+++ b/public/images/fallback/profile_default.psd
Binary files differ
diff --git a/public/images/fallback/profile_default_female.png b/public/images/fallback/profile_default_female.png
new file mode 100644
index 0000000..614c4bc
--- /dev/null
+++ b/public/images/fallback/profile_default_female.png
Binary files differ
diff --git a/public/images/fallback/profile_default_male.png b/public/images/fallback/profile_default_male.png
new file mode 100644
index 0000000..f7b44ff
--- /dev/null
+++ b/public/images/fallback/profile_default_male.png
Binary files differ
diff --git a/public/images/fallback/small_default.jpg b/public/images/fallback/small_default.jpg
new file mode 100644
index 0000000..5a8cbf2
--- /dev/null
+++ b/public/images/fallback/small_default.jpg
Binary files differ
diff --git a/public/images/fallback/small_default_female.png b/public/images/fallback/small_default_female.png
new file mode 100644
index 0000000..b9de992
--- /dev/null
+++ b/public/images/fallback/small_default_female.png
Binary files differ
diff --git a/public/images/fallback/small_default_male.png b/public/images/fallback/small_default_male.png
new file mode 100644
index 0000000..e5d3434
--- /dev/null
+++ b/public/images/fallback/small_default_male.png
Binary files differ
diff --git a/public/images/fallback/snom_caller_picture_default.jpg b/public/images/fallback/snom_caller_picture_default.jpg
new file mode 100644
index 0000000..6bbcc83
--- /dev/null
+++ b/public/images/fallback/snom_caller_picture_default.jpg
Binary files differ
diff --git a/public/images/fallback/snom_caller_picture_default_female.png b/public/images/fallback/snom_caller_picture_default_female.png
new file mode 100644
index 0000000..da6a904
--- /dev/null
+++ b/public/images/fallback/snom_caller_picture_default_female.png
Binary files differ
diff --git a/public/images/fallback/snom_caller_picture_default_male.png b/public/images/fallback/snom_caller_picture_default_male.png
new file mode 100644
index 0000000..a783f8b
--- /dev/null
+++ b/public/images/fallback/snom_caller_picture_default_male.png
Binary files differ
diff --git a/public/images/snom/snom_300.jpg b/public/images/snom/snom_300.jpg
new file mode 100644
index 0000000..f115b4b
--- /dev/null
+++ b/public/images/snom/snom_300.jpg
Binary files differ
diff --git a/public/images/snom/snom_320.jpg b/public/images/snom/snom_320.jpg
new file mode 100644
index 0000000..8d83dd5
--- /dev/null
+++ b/public/images/snom/snom_320.jpg
Binary files differ
diff --git a/public/images/snom/snom_360.jpg b/public/images/snom/snom_360.jpg
new file mode 100644
index 0000000..d633d67
--- /dev/null
+++ b/public/images/snom/snom_360.jpg
Binary files differ
diff --git a/public/images/snom/snom_370.jpg b/public/images/snom/snom_370.jpg
new file mode 100644
index 0000000..2698586
--- /dev/null
+++ b/public/images/snom/snom_370.jpg
Binary files differ
diff --git a/public/images/snom/snom_820.jpg b/public/images/snom/snom_820.jpg
new file mode 100644
index 0000000..8306ea7
--- /dev/null
+++ b/public/images/snom/snom_820.jpg
Binary files differ
diff --git a/public/images/snom/snom_821.jpg b/public/images/snom/snom_821.jpg
new file mode 100644
index 0000000..8306ea7
--- /dev/null
+++ b/public/images/snom/snom_821.jpg
Binary files differ
diff --git a/public/images/snom/snom_870.jpg b/public/images/snom/snom_870.jpg
new file mode 100644
index 0000000..c0fa148
--- /dev/null
+++ b/public/images/snom/snom_870.jpg
Binary files differ
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..b9fe2d7
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,6 @@
+# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
+#
+# Because it is a PBX we disallow any search engine by default.
+#
+User-Agent: *
+Disallow: /