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

Skip to content
Snippets Groups Projects
Unverified Commit 716fa14e authored by zzz's avatar zzz
Browse files

spacing around images

parent 3127da68
No related branches found
No related tags found
No related merge requests found
...@@ -143,6 +143,7 @@ and an end point. Messages can be sent only in one way. To send messages back, ...@@ -143,6 +143,7 @@ and an end point. Messages can be sent only in one way. To send messages back,
another tunnel is required. another tunnel is required.
{%- endtrans %}</p> {%- endtrans %}</p>
<div class="box" style="text-align:center;"> <div class="box" style="text-align:center;">
<br /><br />
<img src="{{ url_for('static', filename='images/tunnels.png') }}" alt="{{ _('Inbound and outbound tunnel schematic') }}" title="{{ _('Inbound and outbound tunnel schematic') }}" /> <img src="{{ url_for('static', filename='images/tunnels.png') }}" alt="{{ _('Inbound and outbound tunnel schematic') }}" title="{{ _('Inbound and outbound tunnel schematic') }}" />
<br /><br /> <br /><br />
{% trans %}Figure 1: Two types of tunnels exist: inbound and outbound.{% endtrans %} {% trans %}Figure 1: Two types of tunnels exist: inbound and outbound.{% endtrans %}
...@@ -196,8 +197,10 @@ She can then send a build message to the first hop, requesting the construction ...@@ -196,8 +197,10 @@ She can then send a build message to the first hop, requesting the construction
that router to send the construction message onward, until the tunnel has been constructed. that router to send the construction message onward, until the tunnel has been constructed.
{%- endtrans %}</p> {%- endtrans %}</p>
<div class="box" style="text-align:center;"> <div class="box" style="text-align:center;">
<br /><br />
<img src="{{ url_for('static', filename='images/netdb_get_routerinfo_1.png') }}" alt="{{ _('Request information on other routers') }}" title="{{ _('Request information on other routers') }}" /> <img src="{{ url_for('static', filename='images/netdb_get_routerinfo_1.png') }}" alt="{{ _('Request information on other routers') }}" title="{{ _('Request information on other routers') }}" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br /><br />
<img src="{{ url_for('static', filename='images/netdb_get_routerinfo_2.png') }}" alt="{{ _('Build tunnel using router information') }}" title="{{ _('Build tunnel using router information') }}" /> <img src="{{ url_for('static', filename='images/netdb_get_routerinfo_2.png') }}" alt="{{ _('Build tunnel using router information') }}" title="{{ _('Build tunnel using router information') }}" />
<br /><br /> <br /><br />
{% trans %}Figure 2: Router information is used to build tunnels.{% endtrans %} {% trans %}Figure 2: Router information is used to build tunnels.{% endtrans %}
...@@ -220,6 +223,7 @@ recent LeaseSet with the message so that Bob doesn't need to do a netDb lookup ...@@ -220,6 +223,7 @@ recent LeaseSet with the message so that Bob doesn't need to do a netDb lookup
for it when he wants to reply, but this is optional. for it when he wants to reply, but this is optional.
{%- endtrans %}</p> {%- endtrans %}</p>
<div class="box" style="text-align:center;"> <div class="box" style="text-align:center;">
<br /><br />
<img src="{{ url_for('static', filename='images/netdb_get_leaseset.png') }}" alt="{{ _('Connect tunnels using LeaseSets') }}" title="{{ _('Connect tunnels using leaseSets') }}" /> <img src="{{ url_for('static', filename='images/netdb_get_leaseset.png') }}" alt="{{ _('Connect tunnels using LeaseSets') }}" title="{{ _('Connect tunnels using leaseSets') }}" />
<br /><br /> <br /><br />
{% trans %}Figure 3: LeaseSets are used to connect outbound and inbound tunnels.{% endtrans %} {% trans %}Figure 3: LeaseSets are used to connect outbound and inbound tunnels.{% endtrans %}
......
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