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.

129 lines
3.3 KiB

  1. <%@ Page Language='C#' Inherits='UDDI.Web.UddiPage'%>
  2. <%@ Import Namespace='UDDI' %>
  3. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  4. <%@ Register Tagprefix='uddi' Tagname='Header' Src='../controls/header.ascx' %>
  5. <%@ Register Tagprefix='uddi' Tagname='Footer' Src='../controls/footer.ascx' %>
  6. <%@ Register Tagprefix='uddi' Tagname='SideMenu' Src='../controls/sidemenu.ascx' %>
  7. <uddi:StyleSheetControl
  8. Runat='server'
  9. Default='../stylesheets/uddi.css'
  10. Downlevel='../stylesheets/uddidl.css'
  11. />
  12. <uddi:PageStyleControl
  13. Runat='server'
  14. OnClientContextMenu='Document_OnContextMenu()'
  15. ShowHeader='true'
  16. Title="TITLE"
  17. AltTitle="TITLE_ALT"
  18. />
  19. <uddi:ClientScriptRegister
  20. Runat='server'
  21. Source='../client.js'
  22. Language='javascript'
  23. />
  24. <uddi:SecurityControl
  25. Runat='server'
  26. Id='security'
  27. />
  28. <form enctype='multipart/form-data' Runat='server'>
  29. <table width='100%' border='0' height='100%' cellpadding='0' cellspacing='0' >
  30. <asp:PlaceHolder
  31. Id='HeaderBag'
  32. Runat='server'
  33. >
  34. <tr height='95'>
  35. <td>
  36. <!-- Header Control Here -->
  37. <uddi:Header
  38. Runat='server'
  39. />
  40. </td>
  41. </tr>
  42. </asp:PlaceHolder>
  43. <tr>
  44. <td valign='top'>
  45. <TABLE width='100%' height='100%' cellpadding='0' cellspacing='0' border='0'>
  46. <tr>
  47. <td valign='top' bgcolor='#F1F1F1' width='200'>
  48. <uddi:SideMenu
  49. Runat='server'
  50. SelectedIndex='10'
  51. />
  52. </td>
  53. <td valign='top' >
  54. <TABLE width='100%' height='100%' cellpadding='10' cellspacing='0' border='0'>
  55. <tr>
  56. <td valign='top'>
  57. <table CELLPADDING="0" CELLSPACING="0" border="0">
  58. <tr>
  59. <td colspan='2'>&nbsp;</td>
  60. </tr>
  61. <tr>
  62. <td width="2"><IMG height=1 src="/images/spacer.gif" width=15></td>
  63. <td width="100%"><!-- start content -->
  64. <h2>Microsoft UDDI Business Registry Node Known Issues</h2>
  65. <br>
  66. <P class='content'>
  67. As implementation issues or defects are identified, they will be listed here.
  68. </p>
  69. <P class='content'>
  70. <b>Known Issues:</b>
  71. <P class='content'>
  72. There are no known issues at this time.
  73. </p>
  74. </P>
  75. <P class='content'>
  76. <b>Implementation Notes:</b>
  77. <P class='content'>
  78. There are no implementation notes at this time.
  79. </P>
  80. </P>
  81. <P class='content'>
  82. <b>Bug Reporting:</b>
  83. <P class='content'>
  84. To report a bug or issue, please <a href="/contact/default.aspx">contact us</a>.
  85. </P>
  86. </P>
  87. </td>
  88. </tr>
  89. </table>
  90. </td>
  91. </tr>
  92. <tr>
  93. <td>
  94. <asp:PlaceHolder
  95. Id='FooterBag'
  96. Runat='server'
  97. >
  98. <tr height='95'>
  99. <td>
  100. <!-- Footer Control Here -->
  101. <uddi:Footer
  102. Runat='server'
  103. />
  104. </td>
  105. </tr>
  106. </asp:PlaceHolder>
  107. </td>
  108. </tr>
  109. </table>
  110. </td>
  111. </tr>
  112. </table>
  113. </td>
  114. </tr>
  115. </table>
  116. </form>