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.

121 lines
4.0 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. AltTitle="TITLE_ALT"
  17. Title="TITLE"
  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='15'
  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 width='100%' cellpadding='0' cellspacing='0' border='0' bordercolor='green'>
  58. <COLS>
  59. <COL width='10'></COL>
  60. <COL width='95'></COL>
  61. <COL></COL>
  62. <COL width='10'></COL>
  63. </COLS>
  64. <TR><TD colspan='3' height='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  65. <TR>
  66. <TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  67. <TD width='95'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  68. <TD valign='top'><IMG src='/images/policies.gif' border='0'></TD>
  69. <TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  70. </TR>
  71. <TR><TD colspan='3' height='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  72. <TR>
  73. <TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  74. <TD colspan='2' height='1' bgcolor='#629ACF'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  75. <TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  76. </TR>
  77. <TR><TD colspan='3' height='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  78. <TR>
  79. <TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  80. <TD width='95'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  81. <TD>
  82. <!-- Begin EULA -->
  83. <!-- #INCLUDE VIRTUAL="/eula.txt" -->
  84. <!-- End EULA -->
  85. </TD>
  86. <TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  87. </TR>
  88. <TR><TD colspan='3' height='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  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>