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.

30 lines
1.0 KiB

  1. <!-- ############################################################################ -->
  2. <!-- ## UDDI Services ## -->
  3. <!-- ## Copyright (c) Microsoft Corporation. All rights reserved. ## -->
  4. <!-- ############################################################################ -->
  5. <%@ Page Language='C#' %>
  6. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  7. <html>
  8. <head>
  9. <link href='../stylesheets/uddi.css' rel='stylesheet' type='text/css'>
  10. </head>
  11. <body oncontextmenu='Window_OnContextMenu()' class='contextFrame'>
  12. <table cellpadding='0' cellspacing='0' width='100%' height='100%'>
  13. <tr>
  14. <td align='left' valign='middle'>
  15. <uddi:UddiLabel Text='[[HEADING_EDIT]]' CssClass='contextFrame' Runat='server' /></b>
  16. </td>
  17. </tr>
  18. </table>
  19. <script language='javascript'>
  20. function Window_OnContextMenu()
  21. {
  22. var e = window.event;
  23. e.cancelBubble = true;
  24. e.returnValue = false;
  25. }
  26. </script>
  27. </body>
  28. </html>