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

Skip to content
Snippets Groups Projects
Commit 597231be authored by zzz's avatar zzz
Browse files

i2ptunnel registration page layout fixes

parent 98e3ca47
No related branches found
No related tags found
No related merge requests found
<%@page contentType="text/html" import="java.io.InputStream,net.i2p.i2ptunnel.web.EditBean,net.i2p.servlet.RequestWrapper,net.i2p.client.I2PSessionException,net.i2p.client.naming.HostTxtEntry,net.i2p.data.PrivateKeyFile,net.i2p.data.SigningPrivateKey,net.i2p.util.OrderedProperties" <%@page contentType="text/html" import="java.io.InputStream,net.i2p.i2ptunnel.web.EditBean,net.i2p.servlet.RequestWrapper,net.i2p.client.I2PSessionException,net.i2p.client.naming.HostTxtEntry,net.i2p.data.PrivateKeyFile,net.i2p.data.SigningPrivateKey,net.i2p.util.OrderedProperties"
%><%@page trimDirectiveWhitespaces="true" %><%@page
%><?xml version="1.0" encoding="UTF-8"?> %><?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<% <%
...@@ -74,9 +74,9 @@ input.default { width: 1px; height: 1px; visibility: hidden; } ...@@ -74,9 +74,9 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
<% <%
if (!"new".equals(tunnelType)) { if (!"new".equals(tunnelType)) {
%> %>
<span class="comment"> <div class="rowItem"><span class="comment">
<%=intl._t("Please be sure to select, copy, and paste the entire contents of the appropriate authentication data into the form of your favorite registration site")%> <%=intl._t("Please be sure to select, copy, and paste the entire contents of the appropriate authentication data into the form of your favorite registration site")%>
</span> </span><br /></div>
<div class="separator"> <div class="separator">
<hr /> <hr />
</div> </div>
...@@ -143,7 +143,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } ...@@ -143,7 +143,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
<label for="signature"> <label for="signature">
<%=intl._t("Authentication for removing host")%> <%=intl._t("Authentication for removing host")%>
</label> </label>
<textarea rows="1" style="height: 3em;" cols="60" readonly="readonly" id="localDestination" title="Copy and paste this to the registration site" wrap="off" spellcheck="false"><% he.writeRemove(out); %></textarea> <textarea rows="1" style="height: 3em; margin: 0 10px 0 0;" cols="60" readonly="readonly" id="localDestination" title="Copy and paste this to the registration site" wrap="off" spellcheck="false"><% he.writeRemove(out); %></textarea>
<span class="comment"><%=intl._t("This will remove the entry for {0}", name)%></span> <span class="comment"><%=intl._t("This will remove the entry for {0}", name)%></span>
</div> </div>
<div class="separator"> <div class="separator">
...@@ -243,7 +243,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } ...@@ -243,7 +243,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
props.remove(HostTxtEntry.PROP_SIG); props.remove(HostTxtEntry.PROP_SIG);
props.remove(HostTxtEntry.PROP_OLDSIG); props.remove(HostTxtEntry.PROP_OLDSIG);
%><div id="sigField" class="rowItem"> %><div id="sigField" class="rowItem">
<label for="signature"> <label for="signature" style="height: 42px;" >
<%=intl._t("Authentication for adding alternate destination")%> <%=intl._t("Authentication for adding alternate destination")%>
</label> </label>
<% <%
...@@ -311,7 +311,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } ...@@ -311,7 +311,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
<span class="comment"> <span class="comment">
<%=intl._t("This is only required for advanced authentication.")%> <%=intl._t("This is only required for advanced authentication.")%>
<%=intl._t("See above for required items.")%> <%=intl._t("See above for required items.")%>
</span> </span><br />
<% <%
String oldname = wrequest.getParameter("oldname"); String oldname = wrequest.getParameter("oldname");
if (oldname == null) oldname = ""; if (oldname == null) oldname = "";
......
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