From bab0433a274f4e22130793b5e77d3767492c4a9f Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 20 Dec 2011 10:21:12 +0000 Subject: First steps for Larry's address book --- skins/larry/templates/addressbook.html | 92 ++++++++++++++++++++++++++++++++++ skins/larry/templates/compose.html | 4 +- skins/larry/templates/contact.html | 33 ++++++++++++ skins/larry/templates/contactedit.html | 52 +++++++++++++++++++ 4 files changed, 179 insertions(+), 2 deletions(-) create mode 100644 skins/larry/templates/addressbook.html create mode 100644 skins/larry/templates/contact.html create mode 100644 skins/larry/templates/contactedit.html (limited to 'skins/larry/templates') diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html new file mode 100644 index 000000000..23da1411d --- /dev/null +++ b/skins/larry/templates/addressbook.html @@ -0,0 +1,92 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + +
+ +
+ + +
+ + + +
+ + +
+

+
+ +
+
+ +
+
+ +
+ +
+ + +
+ + + + + +
+ + +
+

+
+ +
+
+ +
+
+ + +
+ + +
+ + +
+ +
+ + +
+
    +
  • +
  • +
  • +
  • +
  • +
+
+ +
+
    +
  • +
  • +
  • +
  • + +
+
+ + + + + diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index b59c963a6..aad516d14 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -104,8 +104,8 @@
- -   +
diff --git a/skins/larry/templates/contact.html b/skins/larry/templates/contact.html new file mode 100644 index 000000000..d252049cd --- /dev/null +++ b/skins/larry/templates/contact.html @@ -0,0 +1,33 @@ + + + +<roundcube:object name="pagetitle" /> + + + + +

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

+ + +

+ +
+ +
:
+ + +
+ + +
+ +
+ +
+ +
+ + + +
+ + + +
+ +
+ +
+ + +
+
+ + + + + -- cgit v1.2.3