From 220dd64ce23b05bcf84df8ca123ee2f27589ab91 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 20 Feb 2017 17:07:29 +0100 Subject: Renamed index.html to index.jsp in TPS UI. The index.html files in TPS UI have been renamed to index.jsp such that they can be protected by access banner. https://fedorahosted.org/pki/ticket/2582 --- base/tps/shared/webapps/tps/index.html | 74 ---- base/tps/shared/webapps/tps/index.jsp | 74 ++++ base/tps/shared/webapps/tps/ui/index.html | 559 ------------------------------ base/tps/shared/webapps/tps/ui/index.jsp | 559 ++++++++++++++++++++++++++++++ 4 files changed, 633 insertions(+), 633 deletions(-) delete mode 100644 base/tps/shared/webapps/tps/index.html create mode 100644 base/tps/shared/webapps/tps/index.jsp delete mode 100644 base/tps/shared/webapps/tps/ui/index.html create mode 100644 base/tps/shared/webapps/tps/ui/index.jsp (limited to 'base/tps') diff --git a/base/tps/shared/webapps/tps/index.html b/base/tps/shared/webapps/tps/index.html deleted file mode 100644 index ad4f75ec1..000000000 --- a/base/tps/shared/webapps/tps/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - Token Processing System - - - - - - - - - - - -
- -
-
-

Welcome to the Dogtag Token Processing System 10.3 -

The Token Processing System (TPS) is the conduit between the user-centered Enterprise Security Client, -which interacts with the tokens, and the Certificate System backend subsystems, such as the Certificate Manager. -

- -
-
- -
- - - diff --git a/base/tps/shared/webapps/tps/index.jsp b/base/tps/shared/webapps/tps/index.jsp new file mode 100644 index 000000000..ad4f75ec1 --- /dev/null +++ b/base/tps/shared/webapps/tps/index.jsp @@ -0,0 +1,74 @@ + + + + Token Processing System + + + + + + + + + + + +
+ +
+
+

Welcome to the Dogtag Token Processing System 10.3 +

The Token Processing System (TPS) is the conduit between the user-centered Enterprise Security Client, +which interacts with the tokens, and the Certificate System backend subsystems, such as the Certificate Manager. +

+ +
+
+ +
+ + + diff --git a/base/tps/shared/webapps/tps/ui/index.html b/base/tps/shared/webapps/tps/ui/index.html deleted file mode 100644 index b7776c91c..000000000 --- a/base/tps/shared/webapps/tps/ui/index.html +++ /dev/null @@ -1,559 +0,0 @@ - - - - Token Processing System - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - diff --git a/base/tps/shared/webapps/tps/ui/index.jsp b/base/tps/shared/webapps/tps/ui/index.jsp new file mode 100644 index 000000000..b7776c91c --- /dev/null +++ b/base/tps/shared/webapps/tps/ui/index.jsp @@ -0,0 +1,559 @@ + + + + Token Processing System + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + -- cgit