blob: 0aefa11f0e3620b7cc4f434c44910d6a5bf5f447 (
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
|
<!--
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.
-->
<html>
<head>
<title>Error!</title>
<LINK REL=stylesheet TYPE="text/css" HREF="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=style.css">
</head>
<body bgcolor="white">
<p>
</p>
<table width="360" border="1" bgcolor="#CCCCCC" align="center">
<tr>
<td>
<table border="0" cellpadding="18" cellspacing="0">
<tr>
<td>
<center>
<table border="0">
<tr>
<td>
<img src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=32-alert.gif" height="32" width="32" border="0">
</td>
<td>
</td>
<td>
No search term entered.
</td>
</tr>
<tr>
<td colspan="2">
</td>
</tr>
<tr>
<td colspan="2">
</td>
<td>
Directory Express searches against an entry's name, user ID, and phone extension.
Please enter a search term and try again.
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
|