<%@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: " > " /> " /> " />
<%=intl._t("Installation from File")%>
<%=intl._t("Select xpi2p or su3 file")%>: " />
<% } // pluginInstallEnabled if (clientshelper.isPluginUpdateEnabled()) { %>

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

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