% '================================================== ' Microsoft Server Appliance ' ' Tasks tab page ' ' Copyright (c) Microsoft Corporation. All rights reserved. '================================================== %> <% Option explicit %> <% Dim L_PAGETITLE_TEXT Dim L_TASKSLBL_TEXT Dim L_NOTASKS_MESSAGE L_PAGETITLE_TEXT = GetLocString("sakitmsg.dll", "&H40010026", "") L_TASKSLBL_TEXT = GetLocString("sakitmsg.dll", "&H40010027", "") L_NOTASKS_MESSAGE = GetLocString("sakitmsg.dll", "&H40010028", "") Call ServeStatusBar(True, "", "") Call ServeTabBar() %>
<% Call SA_EmitAdditionalStyleSheetReferences("") %>