<%=intl._t("Javascript is disabled - wait 60 seconds for the bandwidth test to complete and then click Next")%>
<%=intl._t("Test running?")%> | <%=wizhelper.isNDTRunning()%> |
<%=intl._t("Test complete?")%> | <%=wizhelper.isNDTComplete()%> |
<%=intl._t("Test server location")%> | <%=wizhelper.getServerLocation()%> |
<%=intl._t("Completion status")%> | <%=wizhelper.getCompletionStatus()%> |
<%=intl._t("Details")%> | <%=wizhelper.getDetailStatus()%> |
<%
if (wizhelper.isNDTSuccessful()) {
// don't display this if test failed
%>
<%=intl._t("Downstream Bandwidth")%> | <%=net.i2p.data.DataHelper.formatSize2Decimal(wizhelper.getDownBandwidth())%>Bps |
<%=intl._t("Upstream Bandwidth")%> | <%=net.i2p.data.DataHelper.formatSize2Decimal(wizhelper.getUpBandwidth())%>Bps |
<%=intl._t("Share of Bandwidth for I2P")%> | <%=Math.round(net.i2p.router.web.helpers.WizardHelper.BW_SCALE * 100)%>% |
<%
} // sucessful
%>
<%
} // skipbw
%>