From 3185f3a52404baacaef29e4ace534c97e5ddc931 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 30 Jul 2012 14:26:41 +0200 Subject: Backported default -> classic skin renaming --- skins/classic/templates/about.html | 35 +++++ skins/classic/templates/addressbook.html | 110 +++++++++++++++ skins/classic/templates/compose.html | 159 ++++++++++++++++++++++ skins/classic/templates/contact.html | 29 ++++ skins/classic/templates/contactadd.html | 40 ++++++ skins/classic/templates/contactedit.html | 41 ++++++ skins/classic/templates/contactsearch.html | 18 +++ skins/classic/templates/error.html | 16 +++ skins/classic/templates/folderedit.html | 26 ++++ skins/classic/templates/folders.html | 62 +++++++++ skins/classic/templates/identities.html | 46 +++++++ skins/classic/templates/identityedit.html | 33 +++++ skins/classic/templates/importcontacts.html | 26 ++++ skins/classic/templates/login.html | 51 +++++++ skins/classic/templates/mail.html | 203 ++++++++++++++++++++++++++++ skins/classic/templates/message.html | 70 ++++++++++ skins/classic/templates/messageerror.html | 78 +++++++++++ skins/classic/templates/messagepart.html | 25 ++++ skins/classic/templates/messagepreview.html | 20 +++ skins/classic/templates/messageprint.html | 19 +++ skins/classic/templates/plugin.html | 23 ++++ skins/classic/templates/settings.html | 41 ++++++ skins/classic/templates/settingsedit.html | 22 +++ 23 files changed, 1193 insertions(+) create mode 100644 skins/classic/templates/about.html create mode 100644 skins/classic/templates/addressbook.html create mode 100644 skins/classic/templates/compose.html create mode 100644 skins/classic/templates/contact.html create mode 100644 skins/classic/templates/contactadd.html create mode 100644 skins/classic/templates/contactedit.html create mode 100644 skins/classic/templates/contactsearch.html create mode 100644 skins/classic/templates/error.html create mode 100644 skins/classic/templates/folderedit.html create mode 100644 skins/classic/templates/folders.html create mode 100644 skins/classic/templates/identities.html create mode 100644 skins/classic/templates/identityedit.html create mode 100644 skins/classic/templates/importcontacts.html create mode 100644 skins/classic/templates/login.html create mode 100644 skins/classic/templates/mail.html create mode 100644 skins/classic/templates/message.html create mode 100644 skins/classic/templates/messageerror.html create mode 100644 skins/classic/templates/messagepart.html create mode 100644 skins/classic/templates/messagepreview.html create mode 100644 skins/classic/templates/messageprint.html create mode 100644 skins/classic/templates/plugin.html create mode 100644 skins/classic/templates/settings.html create mode 100644 skins/classic/templates/settingsedit.html (limited to 'skins/classic/templates') diff --git a/skins/classic/templates/about.html b/skins/classic/templates/about.html new file mode 100644 index 000000000..f51180699 --- /dev/null +++ b/skins/classic/templates/about.html @@ -0,0 +1,35 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + + + + +
+
+
+ +

Roundcube Webmail

+ +

This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License +as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+Some exceptions for skins & plugins apply. +

+ +
+ +

Installed plugins

+ + +
+
+ + + diff --git a/skins/classic/templates/addressbook.html b/skins/classic/templates/addressbook.html new file mode 100644 index 000000000..d77bb38d9 --- /dev/null +++ b/skins/classic/templates/addressbook.html @@ -0,0 +1,110 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + + + + + + +
+ + + +  + + + + +
+ +
+ + + +
+ +
+
    +
  • +
  • +
  • +
  • +
  • +
+
+ +
+ +
+
+
+ + +
+ +
+ +
+ +
+
+
+ +
+
+ +
+
+ + + +
+ +
+ +
+
+ +
+
    +
  • +
  • +
  • +
  • +
  • + +
+
+ + + diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html new file mode 100644 index 000000000..adb0949c1 --- /dev/null +++ b/skins/classic/templates/compose.html @@ -0,0 +1,159 @@ + + + +<roundcube:object name="productname" /> :: <roundcube:label name="compose" /> + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + +
+ +
+ +
+
+
+ +
+
+ +
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ + +
+ + +
+
+
+
+ +
+
+
+ + +
+
+ + + + + + +
+
+
+
+ +
+ +
+ + + + + + + + + + + + + + +
+
+ +
+ +
+ + + + + diff --git a/skins/classic/templates/contact.html b/skins/classic/templates/contact.html new file mode 100644 index 000000000..d74a78b27 --- /dev/null +++ b/skins/classic/templates/contact.html @@ -0,0 +1,29 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + +
+
+ +
:
+ + +
+ +
+
+ +
+

+ +

+
+ + + + diff --git a/skins/classic/templates/contactadd.html b/skins/classic/templates/contactadd.html new file mode 100644 index 000000000..67b7bcd6e --- /dev/null +++ b/skins/classic/templates/contactadd.html @@ -0,0 +1,40 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + +
+
+
+ +
:
+ +
+ + +
+ +
+
+ +
+

+ " class="button" onclick="history.back()" />  + +

+ +
+ + + + + + + diff --git a/skins/classic/templates/contactedit.html b/skins/classic/templates/contactedit.html new file mode 100644 index 000000000..77e466141 --- /dev/null +++ b/skins/classic/templates/contactedit.html @@ -0,0 +1,41 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + +
+
+
+ +
:
+ +
+ + +
+ +
+ +
+ +
+

+   + +

+ +
+ + + + + + + diff --git a/skins/classic/templates/contactsearch.html b/skins/classic/templates/contactsearch.html new file mode 100644 index 000000000..23cbec4cb --- /dev/null +++ b/skins/classic/templates/contactsearch.html @@ -0,0 +1,18 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + +
+
+ +

+
+ + + + diff --git a/skins/classic/templates/error.html b/skins/classic/templates/error.html new file mode 100644 index 000000000..fdd7c887b --- /dev/null +++ b/skins/classic/templates/error.html @@ -0,0 +1,16 @@ + + + +<roundcube:object name="productname" /> :: ERROR + + + + +