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.

65 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 - Details</h1>
  16. Use the <b>Details</b> tab to manage the name and descriptions of this
  17. provider.
  18. <UL>
  19. <li>
  20. <b>Owner:</b> Displays the name of the user that owns this provider.
  21. </li>
  22. <li>
  23. <b>Provider Key:</b> Displays the unique key that is assigned to this provider which is used during programmatic queries.
  24. </li>
  25. <li>
  26. <b>Name:</b> Lists the names of this provider. If more than one name is provided, the default name appears at the top of the list.
  27. <ul>
  28. <li class="action">
  29. Click <b>Add Name</b> to add a name in a different language.
  30. </li>
  31. <li class="action">
  32. Click <b>Edit</b> to modify a name.
  33. </li>
  34. <li class="action">
  35. Click <b>Delete</b> to delete a name.
  36. </li>
  37. </ul>
  38. </li>
  39. <li>
  40. <b>Description:</b> Lists descriptions for this provider and the language
  41. for which each description is written.
  42. </li>
  43. <ul>
  44. <li class="action">
  45. Click <b>Add Description</b> to add a description.
  46. </li>
  47. <li class="action">
  48. Click <b>Edit</b> to modify a description.
  49. </li>
  50. <li class="action">
  51. Click <b>Delete</b> to delete a description.
  52. </li>
  53. </ul>
  54. </UL>
  55. <h3>More Information</h3>
  56. <!-- #include file = "glossary.provider.htm" -->
  57. </td>
  58. </tr>
  59. </table>
  60. <!-- #include file = "publish.footer.htm" -->
  61. </body>
  62. </html>