% Response.Expires = 0 %> <% REM LOCALIZATION L_PAGETITLE_TEXT = "Microsoft News Server Administration" L_SVCINSTNCPROPS_TEXT = "NNTP Server Properties for" L_DESCRIPTION_TEXT = "Description:" L_PATHHEADERFIELD_TEXT = "Path Header Field:" L_IPADDRESS_TEXT = "IP Address:" L_IPPORT_TEXT = "IP port:" L_SSLPORT_TEXT = "SSL port:" L_CONNECTIONS_TEXT = "Connections" L_LIMITEDTO_TEXT = "Limited to:" L_CONNECTIONTIMEOUT_TEXT = "Connection timeout:" L_ENABLELOGGING_TEXT = "Enable Logging" L_NNTPSITEID_TEXT = "NNTP Site Identification" L_ENTERANINT_ERRORMESSAGE = "Please enter an integer between 0 and " L_ALLUNASSIGNED_TEXT = "All Unassigned" REM END LOCALIZATION %> <% REM Service Page %> <% REM Get variables %> <% REM svr = Server name %> <% svr = Request("svr") %>
<% REM Generic Javascript functions %>