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.

47 lines
1.4 KiB

  1. <% '==================================================
  2. ' Microsoft Server Appliance
  3. '
  4. ' Tasks tab page
  5. '
  6. ' Copyright (c) Microsoft Corporation. All rights reserved.
  7. '================================================== %>
  8. <% Option explicit %>
  9. <!-- #include file="sh_page.asp" -->
  10. <!-- #include file="sh_statusbar.asp" -->
  11. <!-- #include file="tabs.asp" -->
  12. <!-- #include file="sh_tasks.asp" -->
  13. <!-- Copyright (c) Microsoft Corporation. All rights reserved.-->
  14. <%
  15. Dim L_PAGETITLE_TEXT
  16. Dim L_TASKSLBL_TEXT
  17. Dim L_NOTASKS_MESSAGE
  18. L_PAGETITLE_TEXT = GetLocString("sakitmsg.dll", "&H40010026", "")
  19. L_TASKSLBL_TEXT = GetLocString("sakitmsg.dll", "&H40010027", "")
  20. L_NOTASKS_MESSAGE = GetLocString("sakitmsg.dll", "&H40010028", "")
  21. Call ServeStatusBar(True, "", "")
  22. Call ServeTabBar()
  23. %>
  24. <HTML>
  25. <head>
  26. <!-- Microsoft(R) Server Appliance Platform - Web Framework Tasks Page
  27. Copyright (c) Microsoft Corporation. All rights reserved. -->
  28. <meta http-equiv="Content-Type" content="text/html; charset=<%=GetCharSet()%>">
  29. <meta http-equiv="PRAGMA" content="NO-CACHE">
  30. <%
  31. Call SA_EmitAdditionalStyleSheetReferences("")
  32. %>
  33. <TITLE><%=L_PAGETITLE_TEXT%></TITLE>
  34. <SCRIPT LANGUAGE="JavaScript" SRC="<%=m_VirtualRoot%>sh_page.js"></SCRIPT>
  35. </HEAD>
  36. <BODY onDragDrop="return false;" oncontextmenu="//return false;">
  37. <%
  38. Call ServeTasks()
  39. %>
  40. </BODY>
  41. </HTML>