summaryrefslogtreecommitdiffstats
path: root/ldap/clients/dsgw/config/list-Groups.html
blob: fe895a2f45e68d3852d0622a4318e3db53d6996f (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
<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">
<TITLE>Search for Groups</TITLE>
</head>

<BODY BGCOLOR="white">

<!-- IF "FoundEntries" -->

<table width="85%" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC" align="center">
  <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" bgcolor="#CCCCCC">
    <td class="boldbig">
        Group Name
    </td>
    <td class="boldbig">
        Description
     </td> 
  </tr>
<!-- DS_SORTENTRIES "attr=cn" -->

<!-- DS_ENTRYBEGIN -->
  <tr valign="top" bgcolor="#FFFFFF">
    <td >
<!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" -->&nbsp;
    </td>
    <td >
<!-- DS_ATTRIBUTE "attr=description" -->
    </td>
  </tr>
  <tr>
    <td colspan="2"></td>
  </tr>
<!-- DS_ENTRYEND -->

</table>

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

<!-- ELSE -->
<p>
  <center>
<TABLE width=360 height=216 border=1 bgcolor=#CCCCCC align=center>
    <TR valign=top>
    <TD>
<TABLE width=356 border=0 cellpadding=18 cellspacing=0 bgcolor=#CCCCCC>
    <TR valign=top>
    <TD>
      <CENTER>
        <TABLE width=320 border=0 height=168 cellpadding=0 cellspacing=0 bgcolor=#CCCCCC>
                    <TR valign=top>
            <TD width=32>
              <IMG src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=message.gif" height=32 width=32 border=0>
            </TD>
            <TD width=9>
              &nbsp;
            </TD>
            <TD>
              <P>
                No match found.
              </P>
            </TD>
          </TR>
          <TR valign=top>
            <TD colspan=2>
            </TD>
            <TD>
              <P>
                No entries match the requested search term. Please try a different search.
              </P>
            </TD>
          </TR>
        </TABLE>
     </CENTER>
    </TD>
  </TR>
</TABLE>
    </TD>
  </TR>
</TABLE>
  </center>
</p>
<!-- ENDIF -->

<!-- ENDHTML -->