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.

13 lines
501 B

  1. <%@ Control Language='C#'%>
  2. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  3. <%@ Import Namespace='UDDI' %>
  4. <script runat='server' >
  5. protected string PrintVersion()
  6. {
  7. return String.Format( Localization.GetString( "TAG_VERSION" ), Config.GetString( "Site.Version", UDDI.Constants.Site.Version ) );
  8. }
  9. </script>
  10. <table width='100%' border='0' cellpadding='10' cellspacing='0' class='HelpBlock'>
  11. <tr>
  12. <td valign='top'><%=PrintVersion()%></td>
  13. </tr>
  14. </table>