diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-15 10:39:39 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-15 10:39:39 (GMT) |
commit | f5c5fdbbc280b6957cb4f4c453e473f8ed15003f (patch) | |
tree | de89561e286986c08d567dd343dd86b9d78650d7 /public_html/skins | |
parent | 27fec538a0d828610db2cf6d9774af641a3cefd4 (diff) | |
download | kolab-wap-f5c5fdbbc280b6957cb4f4c453e473f8ed15003f.tar.gz |
Add enterprise versions of logos and page contents
Diffstat (limited to 'public_html/skins')
-rw-r--r-- | public_html/skins/default/images/favicon.png.enterprise | bin | 0 -> 396 bytes | |||
-rw-r--r-- | public_html/skins/default/images/logo-big.png.enterprise | bin | 0 -> 10125 bytes | |||
-rw-r--r-- | public_html/skins/default/images/logo.png.enterprise | bin | 0 -> 10923 bytes | |||
-rw-r--r-- | public_html/skins/default/templates/about.html.enterprise | 25 | ||||
-rw-r--r-- | public_html/skins/default/templates/footer.html.enterprise | 6 |
5 files changed, 31 insertions, 0 deletions
diff --git a/public_html/skins/default/images/favicon.png.enterprise b/public_html/skins/default/images/favicon.png.enterprise Binary files differnew file mode 100644 index 0000000..941020a --- /dev/null +++ b/public_html/skins/default/images/favicon.png.enterprise diff --git a/public_html/skins/default/images/logo-big.png.enterprise b/public_html/skins/default/images/logo-big.png.enterprise Binary files differnew file mode 100644 index 0000000..533b164 --- /dev/null +++ b/public_html/skins/default/images/logo-big.png.enterprise diff --git a/public_html/skins/default/images/logo.png.enterprise b/public_html/skins/default/images/logo.png.enterprise Binary files differnew file mode 100644 index 0000000..a2120f9 --- /dev/null +++ b/public_html/skins/default/images/logo.png.enterprise diff --git a/public_html/skins/default/templates/about.html.enterprise b/public_html/skins/default/templates/about.html.enterprise new file mode 100644 index 0000000..b3e20be --- /dev/null +++ b/public_html/skins/default/templates/about.html.enterprise @@ -0,0 +1,25 @@ +<html><head> +<meta http-equiv="content-type" content="text/html; charset=windows-1252"></head><body><div id="task_content"> + <h1>Kolab Web Administration Panel</h1> + <p> + This is the Kolab Web Administration Panel client interface for Kolab Enterprise, developed and supported by <a href="http://www.kolabsys.com/">Kolab Systems AG</a>. + </p> + + <p> + The Kolab WAP client interface is licensed under the conditions set forth in the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License version 3</a> (AGPLv3) or, at your option, any later version of the GNU Affero GPL license (AGPLv3+). + </p> + + <h2>Documentation</h2> + <p> + Documentation for the Kolab Groupware Web Administration Panel and backend API can be found at <a href="http://docs.kolab.org/">the Kolab Groupware documentation site</a>. + </p> + + <h2>Support</h2> + <p> + This version of Kolab Enterprise is supported by Kolab Systems. +If you have server support tickets left, you can create a new ticket by +emailing <a href="mailto:support@kolabsys.com">support@kolabsys.com</a>. Please keep in mind that we only accept one issue per ticket. If you need new server support tickets, please send email to <a href="mailto:sales@kolabsys.com">sales@kolabsys.com</a>. + </p> +</div> + +</body></html>
\ No newline at end of file diff --git a/public_html/skins/default/templates/footer.html.enterprise b/public_html/skins/default/templates/footer.html.enterprise new file mode 100644 index 0000000..d6c6f59 --- /dev/null +++ b/public_html/skins/default/templates/footer.html.enterprise @@ -0,0 +1,6 @@ +<html><head> +<meta http-equiv="content-type" content="text/html; charset=windows-1252"></head><body><div style="font-size:130%;"> +This is the web admin of <strong>Kolab Enterprise</strong>.<br> +It usually comes with an SLA. If you have an SLA and server support tickets left, you can contact <a href="mailto:support@kolabsys.com">support@kolabsys.com</a> for technical assistance in case you need any. +</div> +</body></html>
\ No newline at end of file |