Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.2 KiB

  1. <%@ Page %>
  2. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  3. <html>
  4. <HEAD>
  5. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  6. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  7. <META NAME="MS.LOCALE" CONTENT="EN-US">
  8. <!-- #include file = "publish.header.htm" -->
  9. </head>
  10. <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  11. <!-- #include file = "publish.heading.htm" -->
  12. <table class="content" width="100%" cellpadding="8">
  13. <tr>
  14. <td>
  15. <h1><img src="..\..\images\business.gif" height="16" width="16" alt="Provider"> Provider - Relationships</h1>
  16. Use the <b>Relationships</b> tab to view and manage relationships with other providers.
  17. <UL>
  18. <li>
  19. <b>Relationships:</b> Lists the published relationships with other providers. The provider names, direction, status, and type are listed for each entry.
  20. <ul>
  21. <li class="action">
  22. Click <b>Add Relationship</b> to add a new relationship to this provider.
  23. </li>
  24. <li class="action">
  25. Click <b>Delete</b> to permanently delete a relationship.
  26. </li>
  27. </ul>
  28. </li>
  29. <li>
  30. <b>Pending Relationships</b> Lists the relationships that are pending your approval.
  31. </li>
  32. <ul>
  33. <li class="action">
  34. Click <b>Accept</b> to accept a relationship that is submitted by another provider.
  35. </li>
  36. </ul>
  37. <LI>Types of relationships
  38. <ul>
  39. <LI>
  40. <b>Identity:</b> Both providers represent the same organization.
  41. </li>
  42. <li>
  43. <b>Parent-child:</b> One provider is a parent of the other provider, such as a subsidiary.
  44. </li>
  45. <li>
  46. <b>Peer-peer:</b> One provider is a peer of the other provider.
  47. </li>
  48. </ul>
  49. </li>
  50. </UL>
  51. <br>
  52. <h3>More Information</h3>
  53. <!-- #include file = "glossary.relationship.htm" -->
  54. </td>
  55. </tr>
  56. </table>
  57. <!-- #include file = "publish.footer.htm" -->
  58. </body>
  59. </html>