From d1d2c4fb1d0e9b7a46693e617835850b0edc0fd5 Mon Sep 17 00:00:00 2001 From: svncommit Date: Sun, 8 Jan 2006 07:15:44 +0000 Subject: adding files and modifications for public ldap search --- skins/default/images/buttons/ldap_act.png | Bin 0 -> 335 bytes skins/default/images/buttons/ldap_pas.png | Bin 0 -> 335 bytes skins/default/includes/ldapscripts.html | 73 ++++++++++++++++++++++++++ skins/default/ldapsearchform.css | 54 +++++++++++++++++++ skins/default/templates/ldappublicsearch.html | 31 +++++++++++ 5 files changed, 158 insertions(+) create mode 100644 skins/default/images/buttons/ldap_act.png create mode 100644 skins/default/images/buttons/ldap_pas.png create mode 100644 skins/default/includes/ldapscripts.html create mode 100644 skins/default/ldapsearchform.css create mode 100644 skins/default/templates/ldappublicsearch.html (limited to 'skins/default') diff --git a/skins/default/images/buttons/ldap_act.png b/skins/default/images/buttons/ldap_act.png new file mode 100644 index 000000000..b09f26707 Binary files /dev/null and b/skins/default/images/buttons/ldap_act.png differ diff --git a/skins/default/images/buttons/ldap_pas.png b/skins/default/images/buttons/ldap_pas.png new file mode 100644 index 000000000..b09f26707 Binary files /dev/null and b/skins/default/images/buttons/ldap_pas.png differ diff --git a/skins/default/includes/ldapscripts.html b/skins/default/includes/ldapscripts.html new file mode 100644 index 000000000..0dfda6cb7 --- /dev/null +++ b/skins/default/includes/ldapscripts.html @@ -0,0 +1,73 @@ + diff --git a/skins/default/ldapsearchform.css b/skins/default/ldapsearchform.css new file mode 100644 index 000000000..9661442eb --- /dev/null +++ b/skins/default/ldapsearchform.css @@ -0,0 +1,54 @@ +/***** RoundCube|Mail address book task styles *****/ + + +body.iframe, +{ + background-color: #F9F9F9; +} + +#ldapsearch-title +{ + height: 12px !important; +/* height: 20px; */ + padding: 4px 20px 3px 20px; + border-bottom: 1px solid #999999; + color: #333333; + font-size: 11px; + font-weight: bold; + background-color: #EBEBEB; + background-image: url(images/listheader_aqua.gif); +} + +#ldapsearch-details +{ + padding: 15px 20px 10px 20px; +} + +#ldapsearch-details table td.title +{ + color: #666666; + font-weight: bold; + text-align: right; + padding-right: 10px; +} + +#ldapAddressList +{ + width: 100%; + table-layout: fixed; + /* css hack for IE */ + width: expression(document.getElementById('addresslist').clientWidth); +} + +#ldapAddressList table +{ + border-top: 1px solid #999999; +} + +#ldap-search-results div +{ + width: 100%; + color: red; + background-color: green; +} + diff --git a/skins/default/templates/ldappublicsearch.html b/skins/default/templates/ldappublicsearch.html new file mode 100644 index 000000000..70570c06f --- /dev/null +++ b/skins/default/templates/ldappublicsearch.html @@ -0,0 +1,31 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + +
+ +
+ +

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

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