thomascube
2006-09-04 2f2f15b7aabe19e45dad9bddb7eb7f4394aa1e21
commit | author | age
d1d2c4 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
S 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
5 <link rel="stylesheet" type="text/css" href="/common.css" />
6 <link rel="stylesheet" type="text/css" href="/ldapsearchform.css" />
7 </head>
8 <body class="iframe">
9
10 <div id="ldapsearch-title"><roundcube:label name="ldappublicsearchform" /></div>
11
12 <div id="ldapsearch-details">
13 <roundcube:object name="ldappublicsearch" size="40" />
14 <p>
15 <roundcube:button command="ldappublicsearch" type="input" class="button" label="ldappublicsearch" />
16 <input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" />&nbsp;
17 <br /></p>
18 </div>
19
20
21 <div id="ldapsearch-results">
22 <roundcube:object name="ldappublicaddresslist"
23   id="ldappublicaddresslist"
24   cellspacing="0"
25   summary="Ldap email address list" />
26 </div>
27
28 <roundcube:include file="/includes/ldapscripts.html" />
29
30 </body>
31 </html>