<%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%@include file="css.jsi" %> <%=intl.title("config plugins")%> <%@include file="summaryajax.jsi" %> <%@include file="summary.jsi" %> " />

<%=intl._t("Plugin Configuration")%>

<%@include file="confignav.jsi" %> <%@include file="formhandler.jsi" %>
<% if (clientshelper.showPlugins()) { if (clientshelper.isPluginUpdateEnabled()) { %>

<%=intl._t("Plugin Configuration")%>

<%=intl._t("The plugins listed below are started by the webConsole client.")%>

" /> " />
<% } // pluginUpdateEnabled if (clientshelper.isPluginInstallEnabled()) { %>

<%=intl._t("Plugin Installation")%>

<%=intl._t("Look for available plugins on {0}.", "i2pwiki.i2p")%>
<%=intl._t("Installation from URL")%>
URL: <% String url = request.getParameter("pluginURL"); String value = url != null ? "value=\"" + net.i2p.data.DataHelper.escapeHTML(url) + '"' : ""; %> " <%=value%>> " /> " /> " />
<%=intl._t("Installation from File")%>
<%=intl._t("Select xpi2p or su3 file")%>: <% String file = request.getParameter("pluginFile"); if (file != null && file.length() > 0) { %> <% } else { %> <% } %> " />
<% } // pluginInstallEnabled if (clientshelper.isPluginUpdateEnabled()) { %>

<%=intl._t("Update All Plugins")%>

" />
<% } // pluginUpdateEnabled } // showPlugins %>