forked from I2P_Developers/i2p.i2p
propagate from branch 'i2p.i2p.zzz.homepage' (head 27c8ea684056ce34ea81acdfd18571776ca63641)
to branch 'i2p.i2p' (head 83f37b19742045fa42ed71a0abd8e90d080c2c05)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<errTitle>I2P Installer</errTitle>
|
||||
<chdir>.</chdir>
|
||||
<customProcName>false</customProcName>
|
||||
<!--<icon>SimpleApp.ico</icon>-->
|
||||
<icon>resources/console.ico</icon>
|
||||
<jre>
|
||||
<minVersion>1.5.0</minVersion>
|
||||
</jre>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<launch4jConfig>
|
||||
<headerType>0</headerType>
|
||||
<jar>../build/launchi2p.jar</jar>
|
||||
<outfile>../i2p.exe</outfile>
|
||||
<outfile>../build/i2p.exe</outfile>
|
||||
<errTitle>I2P</errTitle>
|
||||
<chdir>.</chdir>
|
||||
<customProcName>false</customProcName>
|
||||
|
||||
23
installer/resources/proxy/ahelper-notfound-header.ht
Normal file
23
installer/resources/proxy/ahelper-notfound-header.ht
Normal file
@@ -0,0 +1,23 @@
|
||||
HTTP/1.1 409 Bad Helper
|
||||
Content-Type: text/html; charset=UTF-8
|
||||
Cache-control: no-cache
|
||||
Connection: close
|
||||
Proxy-Connection: close
|
||||
|
||||
<html><head>
|
||||
<title>I2P Warning: Bad Address Helper</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="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" 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">Help</a> <a href="http://127.0.0.1:7657/susidns/">Addressbook</a>
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
<h3>Warning: Bad Address Helper</h3>
|
||||
<p>
|
||||
The helper key you put for i2paddresshelper= is not resolvable.
|
||||
It seems to be garbage data, or a mistyped b32. Check your URL
|
||||
to try and fix the helper key to be a valid Base 32 hostname or Base 64 key.
|
||||
</p>
|
||||
@@ -470,7 +470,7 @@ input {
|
||||
border: 1px inset #000;
|
||||
background: #212 url('/themes/snark/ubergine/images/graytile.png');
|
||||
color: #f60;
|
||||
margin: 2px 0;
|
||||
margin: 2px 4px;
|
||||
}
|
||||
|
||||
input.r {
|
||||
@@ -525,12 +525,50 @@ input[type=radio] {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
|
||||
input.accept {
|
||||
background: #989 url('../../console/images/accept.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.add {
|
||||
background: #989 url('../../console/images/add.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.create {
|
||||
background: #989 url('images/create.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.cancel {
|
||||
background: #989 url('../../console/images/cancel.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.create {
|
||||
background: #989 url('images/create.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.delete {
|
||||
background: #989 url('../../console/images/delete.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.reload {
|
||||
background: #989 url('../../console/images/arrow_refresh.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
select {
|
||||
background: #333;
|
||||
background: url('/themes/snark/ubergine/images/graytile.png') !important;
|
||||
|
||||
@@ -493,7 +493,7 @@ input {
|
||||
border: 1px inset #000;
|
||||
background: #fff /*url('/themes/snark/ubergine/images/graytile.png')*/;
|
||||
color: #000;
|
||||
margin: 2px 0;
|
||||
margin: 2px 4px;
|
||||
}
|
||||
|
||||
input.r {
|
||||
@@ -549,12 +549,44 @@ input[type=radio] {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
|
||||
input.accept {
|
||||
background: #f3efc7 url('../../console/images/accept.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.add {
|
||||
background: #f3efc7 url('../../console/images/add.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.cancel {
|
||||
background: #f3efc7 url('../../console/images/cancel.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.create {
|
||||
background: #f3efc7 url('images/create.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.delete {
|
||||
background: #f3efc7 url('../../console/images/delete.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.reload {
|
||||
background: #f3efc7 url('../../console/images/arrow_refresh.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
select {
|
||||
background: #fff;
|
||||
/* background: url('/themes/snark/ubergine/images/graytile.png') !important;*/
|
||||
|
||||
Reference in New Issue
Block a user