implemented german menu(tough not translated yet)
This commit is contained in:
25
www.i2p2/pages/_layout_de.html
Normal file
25
www.i2p2/pages/_layout_de.html
Normal file
@ -0,0 +1,25 @@
|
||||
{% set lang = "de" %}
|
||||
{% include "_urlify" %}
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
||||
<head>
|
||||
<title>{% filter capture('title') %}{% block title %}{% endblock %}{% endfilter %} - I2P</title>
|
||||
<link rel="stylesheet" href="_static/styles/default.css" type="text/css">
|
||||
<link rel="shortcut icon" href="_static/favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="hide"><a href="#main" title="Skip navigation" accesskey="2">Skip navigation</a></div>
|
||||
<div class="logo">
|
||||
<a href="index.html"><img src="_static/images/i2plogo.png" alt="I2P Logo" width="178" height="35" /></a>
|
||||
</div>
|
||||
<h1>{{ title }}</h1>
|
||||
<div class="menu">
|
||||
{% include "_menu.html" %}
|
||||
</div>
|
||||
<div class="main" id="main">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,3 +1,6 @@
|
||||
{% if lang == "de" %}
|
||||
<br /><p>Deutsches Menü hier</p>
|
||||
{% else %}
|
||||
<br /><a href="index.html">Welcome to I2P</a></b><br />
|
||||
<br /><b><a href="download.html">Download</a></b><br />
|
||||
<!-- • <a href="http://dev.i2p.net/cgi-bin/cvsweb.cgi/i2p/history.txt?rev=HEAD">Latest changes</a><br /> -->
|
||||
@ -30,3 +33,4 @@
|
||||
<br /><br /><b><a href="http://syndie.i2p2.de/">Syndie</a></b><br />
|
||||
<br /><b><a href="links.html">Links</a></b><br />
|
||||
<br /><a href="impressum.html">Impressum</a><br />
|
||||
{% endif %}
|
@ -1,4 +1,4 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% extends "_layout_de.html" %}
|
||||
{% block title %}I2P Anonymes Netzwerk{% endblock %}
|
||||
{% block content %}
|
||||
<p><b>Aktuellste version:</b><br />
|
||||
|
Reference in New Issue
Block a user