From 497bc5a41470d08616aea2fa253e43c74eec11c2 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Sun, 19 Jul 2009 13:12:54 +0000 Subject: [PATCH] Add some horizontal rules underneath I2P logo on proxy error pages. --- installer/resources/ahelper-conflict-header.ht | 2 +- installer/resources/dnf-header.ht | 2 +- installer/resources/dnfb-header.ht | 2 +- installer/resources/dnfp-header.ht | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/resources/ahelper-conflict-header.ht b/installer/resources/ahelper-conflict-header.ht index c41d81655d..41ae9ac47a 100644 --- a/installer/resources/ahelper-conflict-header.ht +++ b/installer/resources/ahelper-conflict-header.ht @@ -11,7 +11,7 @@ Proxy-Connection: close </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><br /> + <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> diff --git a/installer/resources/dnf-header.ht b/installer/resources/dnf-header.ht index 629bb04674..0ac7f6d2c4 100644 --- a/installer/resources/dnf-header.ht +++ b/installer/resources/dnf-header.ht @@ -11,7 +11,7 @@ Proxy-Connection: close </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><br /> + <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> diff --git a/installer/resources/dnfb-header.ht b/installer/resources/dnfb-header.ht index f4f44d89f3..ec17ebfa30 100644 --- a/installer/resources/dnfb-header.ht +++ b/installer/resources/dnfb-header.ht @@ -11,7 +11,7 @@ Proxy-Connection: close </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><br /> + <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> diff --git a/installer/resources/dnfp-header.ht b/installer/resources/dnfp-header.ht index 965a913746..1cea2df697 100644 --- a/installer/resources/dnfp-header.ht +++ b/installer/resources/dnfp-header.ht @@ -11,7 +11,7 @@ Proxy-Connection: close </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><br /> + <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> -- GitLab