summaryrefslogtreecommitdiffstats
path: root/ldap/clients/dsgw/config/list-urlsearch.html
blob: bee6edda494ce8389b0b82332aae3c63f02d764d (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
125
126
127
128
129
<html>
<!--
  PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
  license terms. Copyright © 2001 Sun Microsystems, Inc.
  Some preexisting portions Copyright © 2001 Netscape Communications Corp.
  All rights reserved.
 -->
<!-- HEAD -->
<LINK REL=stylesheet TYPE="text/css" HREF="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=style.css">
<TITLE>URL-based Search</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">
        Name
    </td>
    <td class="boldbig">
        Phone
    </td>
    <td class="boldbig">
        E-mail
    </td>
  </tr>
<!-- DS_SORTENTRIES -->

<!-- DS_ENTRYBEGIN -->
  <tr valign="top" bgcolor="#FFFFFF">
    <td >
      
<!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" -->
      
    </td>

    <td>
      
<!-- DS_ATTRIBUTE "attr=telephoneNumber" "syntax=tel" -->
      
    </td>
    <td >
      
<!-- DS_ATTRIBUTE "attr=mail" "syntax=mail" -->
      
    </td>
  </tr>
  <tr>
    <td colspan="3"></td>
  </tr>
<!-- DS_ENTRYEND -->

</table>

    </td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>
      &nbsp;<br>
      
        Click on an entry'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 -->
</body>
<!-- ENDHTML -->