list-urlsearch.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <html>
  2. <!-- --- BEGIN COPYRIGHT BLOCK ---
  3. This Program is free software; you can redistribute it and/or modify it under
  4. the terms of the GNU General Public License as published by the Free Software
  5. Foundation; version 2 of the License.
  6. This Program is distributed in the hope that it will be useful, but WITHOUT
  7. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  8. FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  9. You should have received a copy of the GNU General Public License along with
  10. this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
  11. Place, Suite 330, Boston, MA 02111-1307 USA.
  12. In addition, as a special exception, Red Hat, Inc. gives You the additional
  13. right to link the code of this Program with code not covered under the GNU
  14. General Public License ("Non-GPL Code") and to distribute linked combinations
  15. including the two, subject to the limitations in this paragraph. Non-GPL Code
  16. permitted under this exception must only link to the code of this Program
  17. through those well defined interfaces identified in the file named EXCEPTION
  18. found in the source code files (the "Approved Interfaces"). The files of
  19. Non-GPL Code may instantiate templates or use macros or inline functions from
  20. the Approved Interfaces without causing the resulting work to be covered by
  21. the GNU General Public License. Only Red Hat, Inc. may make changes or
  22. additions to the list of Approved Interfaces. You must obey the GNU General
  23. Public License in all respects for all of the Program code and other code used
  24. in conjunction with the Program except the Non-GPL Code covered by this
  25. exception. If you modify this file, you may extend this exception to your
  26. version of the file, but you are not obligated to do so. If you do not wish to
  27. provide this exception without modification, you must delete this exception
  28. statement from your version and license this file solely under the GPL without
  29. exception.
  30. Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  31. Copyright (C) 2005 Red Hat, Inc.
  32. All rights reserved.
  33. --- END COPYRIGHT BLOCK --- -->
  34. <!-- HEAD -->
  35. <LINK REL=stylesheet TYPE="text/css" HREF="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=style.css">
  36. <TITLE>URL-based Search</TITLE>
  37. </head>
  38. <BODY BGCOLOR="white">
  39. <!-- IF "FoundEntries" -->
  40. <table width="85%" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC" align="center">
  41. <tr valign="top" bgcolor="#FFFFFF">
  42. <td bgcolor="white">
  43. <!-- DS_SEARCHDESC -->
  44. <br>&nbsp;
  45. </td>
  46. </tr>
  47. <tr>
  48. <td>
  49. <table border="0" cellpadding="1" cellspacing="0" width="100%" bgcolor="#FFFFFF" align="center">
  50. <tr align="left" bgcolor="#CCCCCC">
  51. <td class="boldbig">
  52. Name
  53. </td>
  54. <td class="boldbig">
  55. Phone
  56. </td>
  57. <td class="boldbig">
  58. E-mail
  59. </td>
  60. </tr>
  61. <!-- DS_SORTENTRIES -->
  62. <!-- DS_ENTRYBEGIN -->
  63. <tr valign="top" bgcolor="#FFFFFF">
  64. <td >
  65. <!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" -->
  66. </td>
  67. <td>
  68. <!-- DS_ATTRIBUTE "attr=telephoneNumber" "syntax=tel" -->
  69. </td>
  70. <td >
  71. <!-- DS_ATTRIBUTE "attr=mail" "syntax=mail" -->
  72. </td>
  73. </tr>
  74. <tr>
  75. <td colspan="3"></td>
  76. </tr>
  77. <!-- DS_ENTRYEND -->
  78. </table>
  79. </td>
  80. </tr>
  81. <tr bgcolor="#FFFFFF">
  82. <td>
  83. &nbsp;<br>
  84. Click on an entry's Name to bring up more information about that entry.
  85. </td>
  86. </tr>
  87. </table>
  88. <!-- ELSE -->
  89. <p>
  90. <center>
  91. <TABLE width=360 height=216 border=1 bgcolor=#CCCCCC align=center>
  92. <TR valign=top>
  93. <TD>
  94. <TABLE width=356 border=0 cellpadding=18 cellspacing=0 bgcolor=#CCCCCC>
  95. <TR valign=top>
  96. <TD>
  97. <CENTER>
  98. <TABLE width=320 border=0 height=168 cellpadding=0 cellspacing=0 bgcolor=#CCCCCC>
  99. <TR valign=top>
  100. <TD width=32>
  101. <IMG src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=message.gif" height=32 width=32 border=0>
  102. </TD>
  103. <TD width=9>
  104. &nbsp;
  105. </TD>
  106. <TD>
  107. <P>
  108. No match found.
  109. </P>
  110. </TD>
  111. </TR>
  112. <TR valign=top>
  113. <TD colspan=2>
  114. </TD>
  115. <TD>
  116. <P>
  117. No entries match the requested search term. Please try a different search.
  118. </P>
  119. </TD>
  120. </TR>
  121. </TABLE>
  122. </CENTER>
  123. </TD>
  124. </TR>
  125. </TABLE>
  126. </TD>
  127. </TR>
  128. </TABLE>
  129. </center>
  130. </p>
  131. <!-- ENDIF -->
  132. </body>
  133. <!-- ENDHTML -->