summaryrefslogtreecommitdiffstats
path: root/ldap/clients/dsgw/pbconfig/list-People.html
blob: c164fc491d77ae21f677ce0848f4c53555279c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<html>
<!-- --- BEGIN COPYRIGHT BLOCK ---
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<!-- HEAD -->
<LINK REL=stylesheet TYPE="text/css" HREF="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=style.css">

<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from non-JavaScript-capable browsers

function showAimIcon(aimID, aimStatusText)
{
if (aimStatusText == "" || aimID == "" || aimStatusText != "ONLINE") {
  return;
}

document.write('<a href=\"aim:goim?Screenname=' + aimID.replace(/ /,"+") + '\"><IMG SRC=\"lang?<!-- GCONTEXT -->&file=aim-online.gif\" ALT=\"Click to send an AIM to this person\" BORDER=0 HSPACE=5></a>');
}
// End hiding -->
</SCRIPT>
</head>

<body bgcolor=white>

<!-- single-pixel gif to enforce left alignment -->
<img src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=pixel.gif" height="1" width="1" hspace="20" align="left" border="0">

<!-- IF "FoundEntries" -->

<table width="85%" border="0" cellpadding="0" cellspacing="0" class="bgColor4" align="left">
  <tr valign="top" bgcolor="#FFFFFF">
    <td  bgcolor="white">
<!-- DS_SEARCHDESC -->
      <br>&nbsp;
    </td>                       	
  </tr>
  <tr>
    <td>

<table border="0" cellpadding="1" cellspacing="0" width="100%" bgcolor="#FFFFFF" align="center">
  <tr align="left" class="bgColor4">
    <td class="boldbig">
        Name
    </td>
    <td class="boldbig">
        ID
    </td>
    <td class="boldbig">
        Phone
    </td>
    <td class="boldbig">
        E-mail
    </td>
    <td class="boldbig">
        AIM ID
    </td>
    <td class="boldbig">
        Group
     </td> 
  </tr>
<!-- DS_SORTENTRIES "attr=cn" -->

<!-- DS_ENTRYBEGIN -->
  <tr valign="top" bgcolor="#FFFFFF">
    <td >
<!-- DS_ATTRIBUTE "attr=cn" "syntax=cis" -->
    </td>
    <td >
<!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" "hrefextra=onMouseOver=%22%0Awindow.status='Click here to view this entry in detail'; return true%22" -->
    </td>
    <td>
<!-- DS_ATTRIBUTE "attr=telephoneNumber" "syntax=tel" -->
    </td>
    <td >
<!-- DS_ATTRIBUTE "attr=mail" "syntax=mail" -->
    </td>
    <td>
<!-- DS_ATTRIBUTE "attr=nsaimid" -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from non-JavaScript-capable browsers
showAimIcon(
<!-- DS_ATTRIBUTE "attr=nsaimid" "options=quoted" -->
,
""//<!-- DS_ATTRIBUTE "attr=nsaimstatustext" "options=quoted" -->
);
//// Uncomment the above DS_ATTRIBUTE directive and remove the double ////
//// quotes to have aim presence in search results lists              ////

// End hiding -->
</SCRIPT>
    </td>
    <td>
<!-- DS_ATTRIBUTE "attr=ou" "syntax=cis"-->
    </td>
  </tr>
  <tr>
    <td colspan="5"></td>
  </tr>
<!-- DS_ENTRYEND -->

</table>

    </td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>
      &nbsp;<br>
        Click on an entry's ID to bring up more information about that entry.
    </td>
  </tr>
</table>

<!-- ELSE -->
<p>
  <center>
    No entries match the requested search term. Please try a different search.
  </center>
</p>
<!-- ENDIF -->

<!-- ENDHTML -->