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

<%=intl._t("I2P Router Family Configuration")%>

<%@include file="confignav.jsi" %> <%@include file="formhandler.jsi" %>

<%=intl._t("Routers in the same family share a family key.")%> <%=intl._t("To join an existing family, import the private key you exported from a router in the family.")%> <%=intl._t("To start a new family, enter a family name.")%>

<% String family = familyHelper.getFamily(); if (family.length() <= 0) { // no family yet %>
<%=intl._t("Join Existing Router Family")%>
<%=intl._t("Import the secret family key that you exported from an existing router in the family.")%>
<%=intl._t("Select secret key file")%>: " />
<%=intl._t("Create New Router Family")%>
<%=intl._t("Family Name")%>: " />
<% } else { // family is configured String keypw = familyHelper.getKeyPW(); if (keypw.length() > 0) { // family is active %>
<%=intl._t("Export Family Key")%>
<%=intl._t("Export the secret family key to be imported into other routers you control.")%>
" />
<% } else { // family is not active %>

<%=intl._t("Restart required to activate family {0}.", '"' + family + '"')%> <%=intl._t("After restarting, you may export the family key.")%>

<% } %>
<%=intl._t("Leave Router Family")%>
<%=intl._t("No longer be a member of the family {0}.", '"' + family + '"')%> " />
<% } %>