%@page import="net.i2p.router.web.helpers.SummaryHelper" %><%
/*
* Note:
* This is included on every refresh, so keep whitespace etc. to a minimum.
*/
%>
" />
" />
" /><%
String reqURI = request.getRequestURI();
if (reqURI.contains("/xhr1"))
reqURI = request.getParameter("requestURI");
helper.setRequestURI(reqURI);
helper.storeWriter(out);
helper.storeNewsHelper(newshelper);
/*
* The following is required for the reseed button to work, although we probably
* only need the reseedNonce property.
*/
%>
<%
/*
* The following is required for the update buttons to work, although we probably
* only need the updateNonce property.
*/
%>
<%
// moved to java for ease of translation
helper.renderSummaryBar();
%>