intro.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <!--
  2. PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
  3. license terms. Copyright © 2001 Sun Microsystems, Inc.
  4. Some preexisting portions Copyright © 2001 Netscape Communications Corp.
  5. All rights reserved.
  6. -->
  7. <html>
  8. <head>
  9. <title>Directory Express</title>
  10. <LINK REL=stylesheet TYPE="text/css" HREF="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=style.css">
  11. </head>
  12. <body bgcolor="#FFFFFF">
  13. <!-- single-pixel gif to enforce left alignment -->
  14. <img src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=pixel.gif" height="0" width="0" hspace="20" align="left" border="0">
  15. <table border="0" cellpadding="0" cellspacing="0" width="90%" align="left">
  16. <tr>
  17. <td colspan=5 align="left">
  18. <p>
  19. &nbsp;<br>
  20. <span class="text31"><B>About Directory Express</B></span>
  21. <br>&nbsp;
  22. </p>
  23. </td>
  24. </tr>
  25. <tr>
  26. <td colspan=5 align="left">
  27. Directory Express displays people, conference rooms, buildings and branch offices.
  28. If multiple entries are found, the results are displayed in a table:
  29. </td>
  30. </tr>
  31. <tr>
  32. <td>
  33. &nbsp;
  34. </td>
  35. </tr>
  36. </table>
  37. <br clear="ALL">
  38. <!-- single-pixel gif to enforce left alignment -->
  39. <img src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=pixel.gif" height="0" width="0" hspace="20" align="left" border="0">
  40. <table width="90%" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC" align="left">
  41. <tr valign="top">
  42. <td align="left" bgcolor="#FFFFFF">
  43. Found <b>x</b> entries where the name or user ID matches '<b>your search</b>'.
  44. <br>&nbsp;
  45. </td>
  46. </tr>
  47. <tr>
  48. <td>
  49. <!-- ------------------------------------------------------------- -->
  50. <table border="0" cellpadding="1" cellspacing="0" width="100%" bgcolor="white">
  51. <tr align="left" class="bgColor4">
  52. <td class="bgColor4">
  53. &nbsp;
  54. </td>
  55. <td nowrap class="bgColor4">
  56. <b>Name</b>
  57. </td>
  58. <td nowrap class="bgColor4">
  59. <b>ID</b>
  60. </td>
  61. <td nowrap class="bgColor4">
  62. <b>Phone</b>
  63. </td>
  64. <td nowrap class="bgColor4">
  65. <b>E-mail</b>
  66. </td>
  67. <td nowrap class="bgColor4">
  68. <b>Group</b>
  69. </td>
  70. </tr>
  71. <tr align="left">
  72. <td width="10">
  73. <a href="javascript:void(0)" onMouseOver="top.status='This entry is a person.'; return true" name="Person"><img src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=16-person.gif" height="16" width="16" vspace="3" border="0"></a>
  74. </td>
  75. <td nowrap>
  76. Jane Castle
  77. </td>
  78. <td nowrap>
  79. <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s ID to view the entire record.'; return true">jane</a>
  80. </td>
  81. <td nowrap>
  82. 4444
  83. </td>
  84. <td nowrap>
  85. <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s Email address to send a message.'; return true">[email protected]</a>
  86. </td>
  87. <td nowrap>
  88. engineering
  89. </td>
  90. </tr>
  91. <tr>
  92. <td colspan="6"></td>
  93. </tr>
  94. <tr align="left" bgcolor="#FFFFFF">
  95. <td width="10">
  96. <a href="javascript:void(0)" onMouseOver="top.status='This entry is a person.'; return true" name="Person"><img src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=16-person.gif" height="16" width="16" vspace="3" border="0"></a>
  97. </td>
  98. <td nowrap>
  99. John Castle
  100. </td>
  101. <td nowrap>
  102. <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s ID to view the entire record.'; return true">john</a>
  103. </td>
  104. <td nowrap>
  105. 5555
  106. </td>
  107. <td nowrap>
  108. <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s Email address to send a message.'; return true">[email protected]</a>
  109. </td>
  110. <td nowrap>
  111. marketing
  112. </td>
  113. </tr>
  114. <tr>
  115. <td colspan="6"></td>
  116. </tr>
  117. <tr align="left" bgcolor="#FFFFFF">
  118. <td width="10">
  119. <a href="javascript:void(0)" onMouseOver="top.status='This entry is a conference room.'; return true" name="Conference Room"><img src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=16-conference.gif" height="16" width="16" vspace="3" border="0"></a>
  120. </td>
  121. <td nowrap>
  122. King's Castle
  123. </td>
  124. <td nowrap>
  125. <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s ID to view the entire record.'; return true">King's Castle</a>
  126. </td>
  127. <td nowrap>
  128. 2121
  129. </td>
  130. <td nowrap>
  131. &nbsp;
  132. </td>
  133. <td nowrap>
  134. &nbsp;
  135. </td>
  136. </tr>
  137. <tr>
  138. <td colspan="6"></td>
  139. </tr> <tr align="left" bgcolor="#FFFFFF">
  140. <td width="10">
  141. <a href="javascript:void(0)" onMouseOver="top.status='This entry is a person.'; return true" name="Person"><img src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=16-person.gif" height="16" width="16" vspace="3" border="0"></a>
  142. </td>
  143. <td nowrap>
  144. Quincy Castlegate
  145. </td>
  146. <td nowrap>
  147. <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s ID to view the entire record.'; return true">quincy</a>
  148. </td>
  149. <td nowrap>
  150. 7777
  151. </td>
  152. <td nowrap>
  153. <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s Email address to send a message.'; return true">[email protected]</a>
  154. </td>
  155. <td nowrap>
  156. product development
  157. </td>
  158. </tr>
  159. <tr>
  160. <td colspan="6"></td>
  161. </tr>
  162. </table>
  163. <!-- ------------------------------------------------------------- -->
  164. </td>
  165. </tr>
  166. <tr align="left" bgcolor="#FFFFFF">
  167. <td bgcolor="white" align="left">
  168. &nbsp;<br>
  169. Click on an entry's ID to bring up more information about that entry.
  170. </td>
  171. </tr>
  172. </table>
  173. <br clear="ALL">
  174. <!-- single-pixel gif to enforce left alignment -->
  175. <img src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=pixel.gif" height="0" width="0" hspace="20" align="left" border="0">
  176. <table border="0" cellpadding="0" cellspacing="0" width="90%" align="left">
  177. <tr>
  178. <td>
  179. &nbsp;
  180. </td>
  181. </tr>
  182. <tr>
  183. <td colspan=5 bgcolor="white" align="left">
  184. If a single, unique entry is found, all information pertaining to that entry is
  185. displayed. Users can edit portions of their personal information by displaying
  186. their information as described above, and clicking the &quot;Edit Person&quot;
  187. button at the bottom of the their entry.
  188. </td>
  189. </tr>
  190. </table>
  191. </body>
  192. </html>