2009-07-06 16:18:42 +00:00
|
|
|
<%@page contentType="text/html"%>
|
2012-01-10 13:21:35 +00:00
|
|
|
<%@page trimDirectiveWhitespaces="true"%>
|
2004-07-24 02:06:07 +00:00
|
|
|
<%@page pageEncoding="UTF-8"%>
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2009-10-26 21:48:46 +00:00
|
|
|
<%
|
|
|
|
/*
|
|
|
|
* Do not tag this file for translation - copy it to help_xx.jsp and translate inline.
|
|
|
|
*/
|
|
|
|
%>
|
2009-08-15 16:08:33 +00:00
|
|
|
<html><head><title>I2P Router Console - help</title>
|
2009-11-21 13:33:57 +00:00
|
|
|
<%@include file="css.jsi" %>
|
2012-06-05 13:37:10 +00:00
|
|
|
<script src="/js/ajax.js" type="text/javascript"></script>
|
2012-07-17 00:47:08 +00:00
|
|
|
<%@include file="summaryajax.jsi" %>
|
2012-06-05 13:37:10 +00:00
|
|
|
</head><body onload="initAjax()">
|
2009-11-21 13:33:57 +00:00
|
|
|
<%@include file="summary.jsi" %>
|
2011-05-25 16:52:52 +00:00
|
|
|
<h1>I2P Router Help & Support</h1>
|
2017-05-14 05:37:35 +00:00
|
|
|
<div class="main" id="help">
|
|
|
|
|
|
|
|
<div class="confignav">
|
|
|
|
<span class="tab"><a href="#sidebarhelp">Sidebar</a></span>
|
|
|
|
<span class="tab"><a href="#reachabilityhelp">Reachability</a></span>
|
|
|
|
<span class="tab"><a href="#faq">FAQ</a></span>
|
2019-07-19 20:30:22 +00:00
|
|
|
<span class="tab"><a href="/viewlicense">Legal</a></span>
|
|
|
|
<span class="tab"><a href="/viewhistory">Change Log</a></span>
|
2017-05-14 05:37:35 +00:00
|
|
|
</div>
|
2004-08-31 03:31:18 +00:00
|
|
|
|
2016-05-01 03:24:25 +00:00
|
|
|
<div id="volunteer"><%@include file="help.jsi" %></div>
|
|
|
|
<div id="sidebarhelp"><%@include file="help-sidebar.jsi" %></div>
|
|
|
|
<div id="reachabilityhelp"><%@include file="help-reachability.jsi" %></div>
|
2017-05-14 05:37:35 +00:00
|
|
|
<div id="faq"><%@include file="help-faq.jsi" %></div>
|
2016-05-01 03:24:25 +00:00
|
|
|
</div></body></html>
|