2012-06-01 23:36:38 +00:00
|
|
|
{% include "global/urlify" -%}
|
2008-01-31 20:38:37 +00:00
|
|
|
<?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>
|
2012-06-01 23:36:38 +00:00
|
|
|
<title>{% block title %}{% endblock %} - I2P</title>
|
2010-07-31 15:24:13 +00:00
|
|
|
<link rel="canonical" href="{{ domain }}/{{ path }}" />
|
|
|
|
<link href="_static/styles/960.css" rel="stylesheet" type="text/css" />
|
|
|
|
<link href="_static/styles/default.css" rel="stylesheet" type="text/css" />
|
|
|
|
<link href="_static/styles/mainmenu.css" rel="stylesheet" type="text/css" />
|
2008-01-31 20:38:37 +00:00
|
|
|
<link rel="shortcut icon" href="_static/favicon.ico" />
|
2010-07-31 15:24:13 +00:00
|
|
|
<link type="application/atom+xml" rel="alternate" href="http://code.google.com/feeds/p/i2p/downloads/basic" />
|
|
|
|
<meta name="robots" content="NOODP" />
|
|
|
|
<script language="Javascript" type="text/javascript">
|
|
|
|
function clearText(field){
|
|
|
|
if (field.defaultValue == field.value) field.value = '';
|
|
|
|
else if (field.value == '') field.value = field.defaultValue;
|
|
|
|
}
|
|
|
|
</script>
|
2008-01-31 20:38:37 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="hide"><a href="#main" title="Skip navigation" accesskey="2">Skip navigation</a></div>
|
2010-07-31 15:24:13 +00:00
|
|
|
<div class="container_12">
|
|
|
|
<div id="header" class="grid_12">
|
|
|
|
<div id="logo" class="grid_4 alpha">
|
|
|
|
<a href="index.html"><img src="_static/images/i2plogo.png" alt="I2P Logo" title="Invisible Internet Project (I2P)" /></a>
|
|
|
|
</div>
|
|
|
|
<div id="slogan" class="grid_5">
|
|
|
|
<h1>I2P Anonymous Network</h1>
|
|
|
|
</div>
|
|
|
|
<div id="searchbox" class="grid_3 omega">
|
|
|
|
<form method="get" action="http://www.google.com/search">
|
|
|
|
<input name="q" size="25" maxlength="255" type="text" value="Site Search" onFocus="clearText(this)" onBlur="clearText(this)" />
|
|
|
|
<input name="sitesearch" type="hidden" value="www.i2p2.de" />
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div class="menu">
|
|
|
|
{% include "_menu.html" %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
|
|
<div class="content" id="main">
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
</div>
|
2008-01-31 20:38:37 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|