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

Skip to content
Snippets Groups Projects
Commit e0363906 authored by meeh's avatar meeh
Browse files

Improving the navigation for browser pages

parent 5331f459
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
{% block content_nav %} {% block content_nav %}
<ol> <ol>
<li style="list-style: none; display: inline"> <li style="list-style: none; display: inline">
<h4>{{ _('General') }}</h4> <h4>{{ _('Navigation') }}</h4>
</li> </li>
<li>{% trans intro=get_url('browser_intro') %}<a href="{{ intro }}">Introduction</a>{% endtrans %}</li> <li style="list-style: none;">{% trans intro=get_url('browser_intro') %}<a href="{{ intro }}">Introduction</a>{% endtrans %}</li>
<li>{% trans download=get_url('browser_download') %}<a href="{{ download }}">The downloads</a>{% endtrans %}</li> <li style="list-style: none;">{% trans download=get_url('browser_download') %}<a href="{{ download }}">The downloads</a>{% endtrans %}</li>
<li>{% trans faq=get_url('browser_faq') %}<a href="{{ faq }}">I2P Browser FAQ</a>{% endtrans %}</li> <li style="list-style: none;">{% trans faq=get_url('browser_faq') %}<a href="{{ faq }}">I2P Browser FAQ</a>{% endtrans %}</li>
</ol> </ol>
{% endblock %} {% endblock %}
......
...@@ -5,11 +5,15 @@ ...@@ -5,11 +5,15 @@
{% block content_nav %} {% block content_nav %}
<ol> <ol>
<li style="list-style: none; display: inline"> <li style="list-style: none; display: inline">
<h4>{{ _('Variants') }}</h4> <h4>{{ _('Navigation') }}</h4>
</li> </li>
<li><a href="#windows">{% trans %}Windows{% endtrans %}</a></li> <li style="list-style: none;">{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</li>
<li><a href="#macosx">{% trans %}Mac OS X{% endtrans %}</a></li> <li style="list-style: none; display: inline">
<li><a href="#linux">{% trans %}Linux{% endtrans %}</a></li> <h4>{{ _('Platforms') }}</h4>
</li>
<li style="list-style: none;"><a href="#windows">{% trans %}Windows{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#macosx">{% trans %}Mac OS X{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#linux">{% trans %}Linux{% endtrans %}</a></li>
</ol> </ol>
{% endblock %} {% endblock %}
...@@ -20,9 +24,6 @@ ...@@ -20,9 +24,6 @@
<section id="download"> <section id="download">
<h1>{{ _('I2P Browser download page') }}</h1> <h1>{{ _('I2P Browser download page') }}</h1>
<i>{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</i>
<p>{% trans -%} <p>{% trans -%}
The Invisible Internet browser is a fork of TorBrowser/Mozilla Firefox ESR that comes preconfigured with proxy The Invisible Internet browser is a fork of TorBrowser/Mozilla Firefox ESR that comes preconfigured with proxy
settings, NoScript and i2pbutton which contains some security/privacy improvements like a drag and drop filter and settings, NoScript and i2pbutton which contains some security/privacy improvements like a drag and drop filter and
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
{% block title %}{{ _('The I2P Browser') }}{% endblock %} {% block title %}{{ _('The I2P Browser') }}{% endblock %}
{% block content_nav %} {% block content_nav %}
<ol> <ol>
<li style="list-style: none; display: inline">
<h4>{{ _('Navigation') }}</h4>
</li>
<li style="list-style: none;">{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</li>
<li style="list-style: none; display: inline"> <li style="list-style: none; display: inline">
<h4>{{ _('Browser FAQs') }}</h4> <h4>{{ _('Browser FAQs') }}</h4>
</li> </li>
...@@ -19,8 +24,6 @@ ...@@ -19,8 +24,6 @@
{% block content %} {% block content %}
<h2>Browser FAQs</h2> <h2>Browser FAQs</h2>
<i>{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</i>
<h3 id="what"> <h3 id="what">
<span class="permalink"> <span class="permalink">
......
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
{% block content_nav %} {% block content_nav %}
<ol> <ol>
<li style="list-style: none; display: inline"> <li style="list-style: none; display: inline">
<h4>{{ _('General') }}</h4> <h4>{{ _('Navigation') }}</h4>
</li> </li>
<li style="list-style: none;">{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</li>
</ol> </ol>
{% endblock %} {% endblock %}
...@@ -13,7 +14,7 @@ ...@@ -13,7 +14,7 @@
<h1>The I2P Browser Introduction</h1> <h1>The I2P Browser Introduction</h1>
<i>{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</i>
TBA. TBA.
......
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