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.

192 lines
8.5 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='14'
  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/help_head.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. <p class=thirdLevelHead>If your question isn�t here, see also the other sections of the Frequently Asked Questions:</p>
  83. <TABLE CELLSPACING=1 CELLPADDING=0 BORDER=0>
  84. <TR>
  85. <TD rowspan=6><img src="/images/spacer.gif" width=19 height=15></TD>
  86. <TD><img src="/images/orange_arrow_right.gif" width="8" height="7" alt="" border="0" hspace=8 vspace=6></TD>
  87. <TD><a href="/about/FAQbasics.aspx">Who, what, when, where</a></TD>
  88. </TR>
  89. <TR>
  90. <TD><img src="/images/orange_arrow_right.gif" width="8" height="7" alt="" border="0" hspace=8 vspace=6></TD>
  91. <TD><a href="/about/FAQscope.aspx">Scope/Content</a></TD>
  92. </TR>
  93. <TR>
  94. <TD><img src="/images/orange_arrow_right.gif" width="8" height="7" alt="" border="0" hspace=8 vspace=6></TD>
  95. <TD><a href="/about/FAQregistration.aspx">Registration Process</a></TD>
  96. </TR>
  97. <TR>
  98. <TD><img src="/images/orange_arrow_right.gif" width="8" height="7" alt="" border="0" hspace=8 vspace=6></TD>
  99. <TD>Searching</TD>
  100. </TR>
  101. <TR>
  102. <TD><img src="/images/orange_arrow_right.gif" width="8" height="7" alt="" border="0" hspace=8 vspace=6></TD>
  103. <TD><a href="/about/FAQtech.aspx">Technical</a></TD>
  104. </TR>
  105. </TABLE>
  106. <br>
  107. <TABLE CELLPADDING=3 CELLSPACING=1 BORDER=0>
  108. <TR>
  109. <TD COLSPAN=3>
  110. <h2>Searching FAQ</h2></TD>
  111. </TR>
  112. <TR>
  113. <TD ROWSPAN=5><img src="/images/spacer.gif" width=15 height=20></TD>
  114. <TD width=22 align=right vaign=top><b>1.</b></TD>
  115. <TD width=100%><a href="#1">How can I use UDDI as a search engine to find other businesses?</a></TD>
  116. </TR>
  117. <TR>
  118. <TD width=22 align=right vaign=top><b>2.</b></TD>
  119. <TD width=100%><a href="#2">Where can I search the UDDI database? How can I do it within existing B2B and e-business applications.</a></TD>
  120. </TR>
  121. <TR>
  122. <TD width=22 align=right vaign=top><b>3.</b></TD>
  123. <TD width=100%><a href="#3">Will the same information be available wherever I search the UDDI Business Registry?</a></TD>
  124. </TR>
  125. <TR>
  126. <TD width=22 align=right vaign=top><b>4.</b></TD>
  127. <TD width=100% ><a href="#4">Who is allowed to search UDDI?</a></TD>
  128. </TR>
  129. <TR>
  130. <TD width=22 align=right vaign=top><b>5.</b></TD>
  131. <TD width=100%><a href="#5">Do I need to be registered to search UDDI?</a></TD>
  132. </TR>
  133. </TABLE>
  134. <a name="1"></a>
  135. <p class="thirdLevelHead">Q: How can I use UDDI as a search engine to find other businesses?</p>
  136. <p class="content">A: In general, UDDI can locate businesses whose identity you know already so that you can find out what services they are offering and how to interface with them electronically. </p>
  137. <a name="2"></a>
  138. <p class="thirdLevelHead">Q: Where can I search the UDDI database? How can I do it within existing B2B and e-business applications.</p>
  139. <p class="content">A: Searching is one of the activities that the UDDI distributed registries support via their web interfaces. If you are an application designer, you can add a programmatic interface to your software so that you can expose technical searches to the administrators that buy or use the software that you create.</p>
  140. <a name="3"></a>
  141. <p class="thirdLevelHead">Q: Will the same information be available wherever I search the UDDI Business Registry?</p>
  142. <p class="content">A: Yes. All of the UDDI distributed registry nodes that are listed on uddi.org share copies of all of the base registration information.</p>
  143. <a name="4"></a>
  144. <p class="thirdLevelHead">Q: Who is allowed to search UDDI?</p>
  145. <p class="content">A: The search mechanism is available to any business worldwide which would like to realize the benefits from the UDDI standard. </p>
  146. <a name="5"></a>
  147. <p class="thirdLevelHead">Q: Do I need to be registered to search UDDI?</p>
  148. <p class="content">A: It is not necessary to be registered on UDDI to take advantage of the search capabilities it offers.</p>
  149. </TD>
  150. <TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  151. </TR>
  152. <TR><TD colspan='3' height='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
  153. </TABLE>
  154. </td>
  155. </tr>
  156. <tr>
  157. <td>
  158. <asp:PlaceHolder
  159. Id='FooterBag'
  160. Runat='server'
  161. >
  162. <tr height='95'>
  163. <td>
  164. <!-- Footer Control Here -->
  165. <uddi:Footer
  166. Runat='server'
  167. />
  168. </td>
  169. </tr>
  170. </asp:PlaceHolder>
  171. </td>
  172. </tr>
  173. </table>
  174. </td>
  175. </tr>
  176. </table>
  177. </td>
  178. </tr>
  179. </table>
  180. </form>