<%@ LANGUAGE=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% ' strings for localization Const L_ACCESSDENIED_TEXT="Access Denied" Const L_ADD_TEXT="Add" Const L_REMOVE_TEXT="Remove" Const L_CUSTOM_TEXT="Custom Headers" Const L_CONTENTRATINGS_TEXT = "Content Ratings" Const L_RATINGSDETERMINE_TEXT = "Ratings help identify to your users what type of content your site provides." Const L_MIMEMAP_TEXT = "MIME Map" Const L_CONFIGURE_TEXT = "Configure the MIME types the Web Service sends to browsers in the HTTP header." Const L_FT_TEXT = "File Types..." Const L_ER_TEXT = "Edit Ratings..." Dim addbuttonstr %> <%= L_CUSTOM_TEXT %>
<% if Session("Browser") = "IE3" then addbuttonstr=L_ADD_TEXT else addbuttonstr=" " & L_ADD_TEXT & " " end if %>


<%=L_CONTENTRATINGS_TEXT%>
<%=L_RATINGSDETERMINE_TEXT%> <% if Session("FONTSIZE") = "LARGE" then %> <% else %> <% end if %>

<%=L_MIMEMAP_TEXT%>
<%=L_CONFIGURE_TEXT%>