From 0e018c5b4d455a21e4e60cb7625d20488ec21236 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Tue, 24 Jun 2008 14:36:39 +0000
Subject: [PATCH]     * Router console: add placeholder pages for i2psnark,
 i2ptunnel,       susidns, and susimail for use when the .wars are not running

---
 apps/routerconsole/jsp/i2psnark/index.html | 5 +++++
 apps/routerconsole/jsp/i2ptunnel/index.jsp | 5 +++++
 apps/routerconsole/jsp/susidns/index.jsp   | 5 +++++
 apps/routerconsole/jsp/susimail/susimail   | 5 +++++
 4 files changed, 20 insertions(+)
 create mode 100644 apps/routerconsole/jsp/i2psnark/index.html
 create mode 100644 apps/routerconsole/jsp/i2ptunnel/index.jsp
 create mode 100644 apps/routerconsole/jsp/susidns/index.jsp
 create mode 100644 apps/routerconsole/jsp/susimail/susimail

diff --git a/apps/routerconsole/jsp/i2psnark/index.html b/apps/routerconsole/jsp/i2psnark/index.html
new file mode 100644
index 0000000000..b5d580fd56
--- /dev/null
+++ b/apps/routerconsole/jsp/i2psnark/index.html
@@ -0,0 +1,5 @@
+<html><head><title>I2PSnark Disabled</title></head>
+<body>
+I2PSnark is not running. Go to <a href="/configclients.jsp">the config clients page</a>
+to start it.
+</body></html>
diff --git a/apps/routerconsole/jsp/i2ptunnel/index.jsp b/apps/routerconsole/jsp/i2ptunnel/index.jsp
new file mode 100644
index 0000000000..10d67519cf
--- /dev/null
+++ b/apps/routerconsole/jsp/i2ptunnel/index.jsp
@@ -0,0 +1,5 @@
+<html><head><title>I2PTunnel Disabled</title></head>
+<body>
+I2PTunnel is not running. Go to <a href="/configclients.jsp">the config clients page</a>
+to start it.
+</body></html>
diff --git a/apps/routerconsole/jsp/susidns/index.jsp b/apps/routerconsole/jsp/susidns/index.jsp
new file mode 100644
index 0000000000..1a3ae2c0bb
--- /dev/null
+++ b/apps/routerconsole/jsp/susidns/index.jsp
@@ -0,0 +1,5 @@
+<html><head><title>SusiDNS Disabled</title></head>
+<body>
+SusiDNS is not running. Go to <a href="/configclients.jsp">the config clients page</a>
+to start it.
+</body></html>
diff --git a/apps/routerconsole/jsp/susimail/susimail b/apps/routerconsole/jsp/susimail/susimail
new file mode 100644
index 0000000000..879b7a442c
--- /dev/null
+++ b/apps/routerconsole/jsp/susimail/susimail
@@ -0,0 +1,5 @@
+<html><head><title>SusiMail Disabled</title></head>
+<body>
+SusiMail is not running. Go to <a href="/configclients.jsp">the config clients page</a>
+to start it.
+</body></html>
-- 
GitLab