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.

85 lines
2.8 KiB

  1. <!--#INCLUDE file="include\asp\top.asp"-->
  2. <!--#INCLUDE file="include\inc\browserTest.inc"-->
  3. <!--#include file="include\asp\head.asp"-->
  4. <!--#include file="include\inc\welcomestrings.inc"-->
  5. <%
  6. Dim strPreviousPage
  7. strPreviousPage = Request.ServerVariables("SCRIPT_NAME")
  8. strPreviousPage = Right(strPreviousPage, len(strPreviousPage) - Instrrev(strPreviousPage, "/"))
  9. Response.Cookies("Misc")("PreviousPage") = strPreviousPage
  10. Response.Cookies("Misc")("auto") = "False"
  11. %>
  12. <div class="clsDiv">
  13. <p class="clsPTitle">
  14. <% = L_WELCOMELOGO_TEXT %><% = L_WELCOME_LOGO_TWO_TEXT%>
  15. </p>
  16. <p class="clsPBody">
  17. <% = L_WELCOME_LOGO_INFO_TEXT %>
  18. </P>
  19. <p class="clsPSubTitle">
  20. <% = L_WELCOME_HOWIT_WORKS_TEXT %>
  21. </p>
  22. <p class="clsPBody">
  23. <% = L_WELCOME_HOWITWORKS_INFO_TEXT %>
  24. </p>
  25. <p class="clsPSubTitle">
  26. <% = L_WELCOME_WHATTO_EXPECT_TEXT %>
  27. </p>
  28. <p class="clsPBody">
  29. <% = L_WELCOME_WHATTOEXPECT_INFO_TEXT %>
  30. </p>
  31. <P class="clsPBody">
  32. <img Alt="<% = L_WELCOME_GO_IMAGEALT_TEXT %>" border=0 src="../include/images/go.gif" width="24" height="24"><A class="clsALink" href="https://<% =Request.ServerVariables("SERVER_NAME") %>/secure/sprivacy.asp"><% = L_RECEIVED_NEWFILE_LINK_TEXT %></a>
  33. <BR>
  34. <img Alt="<% = L_WELCOME_GO_IMAGEALT_TEXT %>" border=0 src="../include/images/go.gif" width="24" height="24"><A class="clsALink" href="https://<% =Request.ServerVariables("SERVER_NAME") %>/secure/status.asp"><% = L_RECEIVED_STATUS_LINK_TEXT %></a>
  35. </p>
  36. <p class="clsPSubTitle">
  37. <% = L_WELCOME_REQUIRE_MENTS_TEXT %>
  38. </p>
  39. <p class="clsPBody">
  40. <% = trim(L_WELCOME_REQUIREMENTS_INFO_TEXT) %>&nbsp;<A class="clsALinkNormal" href='<% = L_FAQ_MICROSOFT_LINK_TEXT %>'><%=Trim(L_WELCOME_INTERNET_EXPLORER_TEXT)%></A>
  41. <% = trim(L_WELCOME_REQUIREMENTSINFO_TWO_TEXT) %>&nbsp;<A class="clsALinkNormal" href="<% = L_FAQ_PASSPORT_LINK_TEXT %>"><% = L_WELCOME_PASSPORT_LINK_TEXT %></A>
  42. </p>
  43. <P class="clsPBody">
  44. <% = L_WELCOME_REQUIREMENTS_PASSPORT_TEXT%><A class="clsALinkNormal" href="<% = L_FAQ_MICROSOFT_LINK_TEXT %>"><%=Trim(L_WELCOME_INTERNET_EXPLORER_TEXT)%></a>
  45. </p>
  46. <span id="spnNoCookies" style="visibility:hidden">
  47. <p class="clsPWarning">
  48. <% = L_WELCOME_COOKIES_DISABLE_TEXT %>
  49. </p>
  50. <p class="clsPBody">
  51. <% = L_WELCOME_COOKIES_BODY_TEXT%>
  52. </P>
  53. </span>
  54. <NOSCRIPT>
  55. <p class="clsPWarning">
  56. <% = L_WELCOME_SCRIPT_TITLE_TEXT %>
  57. </p>
  58. <p class="clsPBody">
  59. <% = L_WELCOME_SCRIPT_BODY_TEXT %>
  60. </p>
  61. </NOSCRIPT>
  62. </div>
  63. <SCRIPT LANGUAGE=javascript>
  64. <!--
  65. window.onload = BodyLoad;
  66. function BodyLoad()
  67. {
  68. if(window.navigator.cookieEnabled!=true)
  69. {
  70. spnNoCookies.style.visibility = "visible";
  71. }
  72. }
  73. //-->
  74. </SCRIPT>
  75. <!--#include file="include\asp\foot.asp"-->