From 1f58125eed572cfd245a3d2dc2723363cff7afdd Mon Sep 17 00:00:00 2001 From: magma <magma@mail.i2p> Date: Thu, 24 Mar 2011 20:25:54 +0000 Subject: [PATCH] new --- .../resources/proxy/noproxy-header_fr.ht | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 installer/resources/proxy/noproxy-header_fr.ht diff --git a/installer/resources/proxy/noproxy-header_fr.ht b/installer/resources/proxy/noproxy-header_fr.ht new file mode 100644 index 0000000000..96e9f3e782 --- /dev/null +++ b/installer/resources/proxy/noproxy-header_fr.ht @@ -0,0 +1,21 @@ +HTTP/1.1 503 Service indisponible +Content-Type: text/html; charset=UTF-8 +Cache-control: no-cache +Connection: close +Proxy-Connection: close + +<html><head> +<title>Avertissement I2P: Mandataire non configuré</title> +<link rel="shortcut icon" href="http://proxy.i2p/themes/console/images/favicon.ico" > +<link href="http://proxy.i2p/themes/console/default/console.css" rel="stylesheet" type="text/css" > +</head> +<body> +<div class=logo> + <a href="http://127.0.0.1:7657/index.jsp" title="Console Routeur I2P"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Console Routeur I2P" border="0"></a><hr> + <a href="http://127.0.0.1:7657/config.jsp">Configuration</a> <a href="http://127.0.0.1:7657/help.jsp">Aide</a> <a href="http://127.0.0.1:7657/susidns/">Carnet d'adresses</a> +</div> +<div class=warning id=warning> +<h3>Avertissement I2P: Mandataire non configuré</h3> +Votre requête était pour un site hors du réseau I2P, mais vous n'avez pas de mandataire +configuré. Merci de configurer un mandataire dans I2PTunnel. +</div> -- GitLab