<%@include file="../comm/init.txt"%><% String info = com.kangaroo_egg.webserver.MyState.server_type; info = info.substring(23); String compress = request.getParameter("cp"); if ("gzip".equalsIgnoreCase(compress) || "deflate".equalsIgnoreCase(compress)) { compress = _bundle.getString("about_server_index_3") + '(' + compress + ')'; } else { compress = _bundle.getString("about_server_index_4"); } %> <%out.print(_bundle.getString("about_server_index_0"), _charsetName);%>

<%out.print(_bundle.getString("about_server_index_1"), _charsetName);%>

<%out.print(compress, _charsetName);%>

<%out.print(_bundle.getString("about_server_index_2"), _charsetName);%><%=info%>


<%@include file="../comm/end.txt"%>