I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 953381ff authored by zzz's avatar zzz
Browse files

i2ptunnel: Move more dup edit code to edit.jsp

parent cae1fe14
No related branches found
No related tags found
No related merge requests found
......@@ -53,11 +53,19 @@ if (__invalid) {
%>Invalid tunnel parameter<%
} else {
if (editBean.isInitialized()) {
%>
<form method="post" action="list">
<div class="panel">
<%
if (__isClient) {
%><%@include file="editClient.jsi" %><%
} else {
%><%@include file="editServer.jsi" %><%
}
%>
</div>
</form>
<%
} else {
%><div id="notReady"><%=intl._t("Tunnels not initialized yet; please retry in a few moments.")%></div><%
} // isInitialized()
......
<form method="post" action="list">
<div class="panel">
<%
String tunnelTypeName;
String tunnelType;
......@@ -684,5 +681,3 @@
</td>
</tr>
</table>
</div>
</form>
<form method="post" action="list">
<div class="panel">
<%
String tunnelTypeName;
String tunnelType;
......@@ -930,5 +926,3 @@
</td>
</tr>
</table>
</div>
</form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment