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.

64 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\service.gif" height="16" width="16" alt="Service"> Service - Details</h1>
  16. Use the <b>Details</b> tab to view and manage the names and descriptions of this service.
  17. <UL>
  18. <li>
  19. <b>Service Key</b> Displays the unique key associated with this service used during programmatic queries.
  20. </li>
  21. <li>
  22. <b>Name:</b> Displays the names of this service and the language for which each
  23. name is written.
  24. <ul>
  25. <li class="action">
  26. Click <b>Edit</b> to modify a name of this service.
  27. </li>
  28. <li class="action">
  29. Click <b>Add Name</b> to add a name in a different language to this service.
  30. </li>
  31. <li class="action">
  32. Click <b>Delete</b> to delete a name of this service. You cannot delete the last name of a service.
  33. </li>
  34. </ul>
  35. </li>
  36. <li>
  37. <b>Description:</b> Lists descriptions for this service and the language for
  38. which each description is written.
  39. </li>
  40. <ul>
  41. <li class="action">
  42. Click <b>Add Description</b> to add a description to this service.
  43. </li>
  44. <li class="action">
  45. Click <b>Edit</b> to modify a description of this service.
  46. </li>
  47. <li class="action">
  48. Click <b>Delete</b> to delete a description of this service.
  49. </li>
  50. </ul>
  51. </UL>
  52. <h3>More Information</h3>
  53. <!-- #include file = "glossary.service.htm" -->
  54. </td>
  55. </tr>
  56. </table>
  57. <!-- #include file = "publish.footer.htm" -->
  58. </body>
  59. </html>