% REM LOCALIZATION TEXT L_NOTIMPLEMENTED_ERRORMESSAGE = "This feature is not yet implemented." L_WORKINGSERVER_TEXT = "You cannot change the status of the web server you are currently connected to." L_CONNECT_TEXT = "Connect..." L_PROPS_TEXT = "Properties" L_START_TEXT ="Start" L_STOP_TEXT = "Stop" L_PAUSE_TEXT = "Pause" L_RESUME_TEXT = "Resume" L_REFRESH_TEXT = "Refresh" L_ENTERNAME_TEXT = "Enter the name of the new service instance." L_NEW_TEXT = "New" L_WEBSITE_TEXT = "Web Site" L_VDIR_TEXT = "Virtual Directory" L_DIR_TEXT = "Directory" L_SERVICESTARTED_TEXT = "The service is already started." L_SERVICEISALREADY_TEXT = "The service is already " REM END LOCALIZATION %>
<% if Instr(Request.ServerVariables("HTTP_USER_AGENT"),"MSIE") then %>
![]() |
<%=L_CONNECT_TEXT%> |
![]() |
<%=L_REFRESH_TEXT%> |
![]() |
<%=L_PROPS_TEXT%> |
![]() |
<%=L_START_TEXT%> |
![]() |
<%=L_STOP_TEXT%> |
![]() |
<%=L_PAUSE_TEXT%> |
![]() |
<%=L_RESUME_TEXT%> |