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.

38 lines
1.3 KiB

  1. <!-- #INCLUDE FILE = "include/asp/top.asp" -->
  2. <!-- #INCLUDE FILE = "include/asp/head.asp" -->
  3. <!-- #INCLUDE FILE = "include/inc/privacystrings.inc" -->
  4. <%
  5. Dim strPreviousPage
  6. strPreviousPage = Request.ServerVariables("SCRIPT_NAME")
  7. strPreviousPage = Right(strPreviousPage, len(strPreviousPage) - Instrrev(strPreviousPage, "/"))
  8. Response.Cookies("Misc")("PreviousPage") = strPreviousPage
  9. %>
  10. <br>
  11. <div class="clsDiv">
  12. <p class="clsPTitle">
  13. <% = L_PRIVACY_TITLE_INFO_TEXT %>
  14. </p>
  15. <P class="clsPBody">
  16. <% = L_SPRIVACY_MD5_EMAILONE_TEXT %><a class="clsALinkNormal" href="cerinfo.asp"><% = L_FAQINFORMATION_TEXT %></a><% = L_SPRIVACY_MD5_EMAILTWO_TEXT %>
  17. </p>
  18. <P class="clsPBody">
  19. <% = L_PRIVACY_MD5_HASH_TEXT %>
  20. </p>
  21. <P class="clsPBody">
  22. <% = L_SPRIVACY_MD5_HASH_TEXT %>
  23. </p>
  24. <% If ((Request.Cookies("OCA")("Path") <> "") And (Request.Cookies("OCA")("Done") <> 1)) Then %>
  25. <P class="clsPBody">
  26. <A class="clsALink" href="/cerintro.asp"><% = L_LOCATE_CANCEL_LINK_TEXT %></a>
  27. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  28. <A class="clsALink" href="https://<%=Request.ServerVariables("SERVER_NAME")%>/secure/cercust.asp"><% = L_CUSTOMER_NEXT_LINK_TEXT %></a>
  29. </p>
  30. <% End If %>
  31. </div>
  32. <BR><BR>
  33. <!-- #INCLUDE FILE = "include/asp/foot.asp" -->