From 621d9e5c413e561293d7484b93882d985b3fe15f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sat, 24 Mar 2012 02:27:47 -0500 Subject: Removed unnecessary pki folder. Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131 --- dogtag/tks-ui/shared/webapps/tks/404.html | 146 +++++ dogtag/tks-ui/shared/webapps/tks/500.html | 139 +++++ .../shared/webapps/tks/GenUnexpectedError.template | 68 ++ .../shared/webapps/tks/agent/GenError.template | 78 +++ .../shared/webapps/tks/agent/GenPending.template | 61 ++ .../shared/webapps/tks/agent/GenRejected.template | 82 +++ .../shared/webapps/tks/agent/GenSuccess.template | 44 ++ .../webapps/tks/agent/GenSvcPending.template | 61 ++ .../webapps/tks/agent/GenUnauthorized.template | 42 ++ .../webapps/tks/agent/GenUnexpectedError.template | 68 ++ .../tks-ui/shared/webapps/tks/agent/cms-funcs.js | 538 ++++++++++++++++ dogtag/tks-ui/shared/webapps/tks/agent/funcs.js | 686 +++++++++++++++++++++ .../webapps/tks/agent/graphics/dgLeftTab.gif | Bin 0 -> 89 bytes .../webapps/tks/agent/graphics/dgRightTab.gif | Bin 0 -> 102 bytes .../shared/webapps/tks/agent/graphics/favicon.ico | Bin 0 -> 601 bytes .../webapps/tks/agent/graphics/goto-tall.gif | Bin 0 -> 86 bytes .../shared/webapps/tks/agent/graphics/gray90.gif | Bin 0 -> 66 bytes .../shared/webapps/tks/agent/graphics/hr.gif | Bin 0 -> 60 bytes .../webapps/tks/agent/graphics/lgLeftTab.gif | Bin 0 -> 89 bytes .../webapps/tks/agent/graphics/lgRightTab.gif | Bin 0 -> 102 bytes .../webapps/tks/agent/graphics/logo_header.gif | Bin 0 -> 5833 bytes .../shared/webapps/tks/agent/graphics/spacer.gif | Bin 0 -> 43 bytes .../shared/webapps/tks/agent/header.template | 82 +++ dogtag/tks-ui/shared/webapps/tks/agent/helpfun.js | 36 ++ dogtag/tks-ui/shared/webapps/tks/agent/index.html | 23 + .../tks-ui/shared/webapps/tks/agent/index.template | 140 +++++ .../tks-ui/shared/webapps/tks/agent/ports.template | 121 ++++ .../shared/webapps/tks/agent/tks/getStats.template | 141 +++++ .../tks-ui/shared/webapps/tks/agent/tks/index.html | 31 + dogtag/tks-ui/shared/webapps/tks/index.html | 23 + dogtag/tks-ui/shared/webapps/tks/services.template | 106 ++++ 31 files changed, 2716 insertions(+) create mode 100755 dogtag/tks-ui/shared/webapps/tks/404.html create mode 100755 dogtag/tks-ui/shared/webapps/tks/500.html create mode 100644 dogtag/tks-ui/shared/webapps/tks/GenUnexpectedError.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenError.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenPending.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenRejected.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenSuccess.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenSvcPending.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenUnauthorized.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/GenUnexpectedError.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/cms-funcs.js create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/funcs.js create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/graphics/dgLeftTab.gif create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/graphics/dgRightTab.gif create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/graphics/favicon.ico create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/graphics/goto-tall.gif create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/graphics/gray90.gif create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/graphics/hr.gif create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/graphics/lgLeftTab.gif create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/graphics/lgRightTab.gif create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/graphics/logo_header.gif create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/graphics/spacer.gif create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/header.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/helpfun.js create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/index.html create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/index.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/ports.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/tks/getStats.template create mode 100644 dogtag/tks-ui/shared/webapps/tks/agent/tks/index.html create mode 100644 dogtag/tks-ui/shared/webapps/tks/index.html create mode 100644 dogtag/tks-ui/shared/webapps/tks/services.template (limited to 'dogtag/tks-ui/shared/webapps/tks') diff --git a/dogtag/tks-ui/shared/webapps/tks/404.html b/dogtag/tks-ui/shared/webapps/tks/404.html new file mode 100755 index 000000000..2fc48f1c0 --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/404.html @@ -0,0 +1,146 @@ + + + + + + +TKS 404 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System TKS Error Page +
+

+ +

+ +

+ + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/500.html b/dogtag/tks-ui/shared/webapps/tks/500.html new file mode 100755 index 000000000..88829b9bd --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/500.html @@ -0,0 +1,139 @@ + + + + + + +TKS 500 Error! + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ +Certificate System TKS Error Page +
+

+ +

+ +

+ + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/GenUnexpectedError.template b/dogtag/tks-ui/shared/webapps/tks/GenUnexpectedError.template new file mode 100644 index 000000000..53e975d14 --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +TKS Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/GenError.template b/dogtag/tks-ui/shared/webapps/tks/agent/GenError.template new file mode 100644 index 000000000..e4a49ae07 --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/GenError.template @@ -0,0 +1,78 @@ + + + + + +TKS Agent Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + +

+Please consult your local administrator for further assistance. +The Certificate System logs may provide further information. + + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/GenPending.template b/dogtag/tks-ui/shared/webapps/tks/agent/GenPending.template new file mode 100644 index 000000000..a75a5ebdc --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/GenPending.template @@ -0,0 +1,61 @@ + + + + + +TKS Agent Request Pending + + + + + +Request Successfully Submitted + + + + + + + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/GenRejected.template b/dogtag/tks-ui/shared/webapps/tks/agent/GenRejected.template new file mode 100644 index 000000000..112717a7e --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/GenRejected.template @@ -0,0 +1,82 @@ + + + + + +TKS Agent Request Rejected + + + + +Request Rejected + + + + + + + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/GenSuccess.template b/dogtag/tks-ui/shared/webapps/tks/agent/GenSuccess.template new file mode 100644 index 000000000..02a9b9b8b --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/GenSuccess.template @@ -0,0 +1,44 @@ + + + + + + +TKS Agent Generic Request Success + + + + +Request Successfully Submited + + + + + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/GenSvcPending.template b/dogtag/tks-ui/shared/webapps/tks/agent/GenSvcPending.template new file mode 100644 index 000000000..cb36a5881 --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/GenSvcPending.template @@ -0,0 +1,61 @@ + + + + + +TKS Agent Request Svc Pending + + + + +Request Successfully Submitted + + + + + + + + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/GenUnauthorized.template b/dogtag/tks-ui/shared/webapps/tks/agent/GenUnauthorized.template new file mode 100644 index 000000000..c6e62f841 --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/GenUnauthorized.template @@ -0,0 +1,42 @@ + + + + + + +TKS Agent Generic Unauthorized + + + + +Unauthorized Access + + + + + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/GenUnexpectedError.template b/dogtag/tks-ui/shared/webapps/tks/agent/GenUnexpectedError.template new file mode 100644 index 000000000..53287a8a0 --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +TKS Agent Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/cms-funcs.js b/dogtag/tks-ui/shared/webapps/tks/agent/cms-funcs.js new file mode 100644 index 000000000..c8ffd51c7 --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/cms-funcs.js @@ -0,0 +1,538 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +// + + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/funcs.js b/dogtag/tks-ui/shared/webapps/tks/agent/funcs.js new file mode 100644 index 000000000..daef83d17 --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/funcs.js @@ -0,0 +1,686 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +// diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/graphics/dgLeftTab.gif b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/dgLeftTab.gif new file mode 100644 index 000000000..35a76c859 Binary files /dev/null and b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/dgLeftTab.gif differ diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/graphics/dgRightTab.gif b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/dgRightTab.gif new file mode 100644 index 000000000..a519bc759 Binary files /dev/null and b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/dgRightTab.gif differ diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/graphics/favicon.ico b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/favicon.ico new file mode 100644 index 000000000..efc1d33f4 Binary files /dev/null and b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/favicon.ico differ diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/graphics/goto-tall.gif b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/goto-tall.gif new file mode 100644 index 000000000..6eea3ef5c Binary files /dev/null and b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/goto-tall.gif differ diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/graphics/gray90.gif b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/gray90.gif new file mode 100644 index 000000000..c6f811102 Binary files /dev/null and b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/gray90.gif differ diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/graphics/hr.gif b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/hr.gif new file mode 100644 index 000000000..14f8acf92 Binary files /dev/null and b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/hr.gif differ diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/graphics/lgLeftTab.gif b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/lgLeftTab.gif new file mode 100644 index 000000000..a78fbc89d Binary files /dev/null and b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/lgLeftTab.gif differ diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/graphics/lgRightTab.gif b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/lgRightTab.gif new file mode 100644 index 000000000..71852402d Binary files /dev/null and b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/lgRightTab.gif differ diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/graphics/logo_header.gif b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/logo_header.gif new file mode 100644 index 000000000..573482227 Binary files /dev/null and b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/logo_header.gif differ diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/graphics/spacer.gif b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/spacer.gif new file mode 100644 index 000000000..13acffe53 Binary files /dev/null and b/dogtag/tks-ui/shared/webapps/tks/agent/graphics/spacer.gif differ diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/header.template b/dogtag/tks-ui/shared/webapps/tks/agent/header.template new file mode 100644 index 000000000..dc92d82ad --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/header.template @@ -0,0 +1,82 @@ + + + + + +Header + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+ + + + + +
+
+ + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/helpfun.js b/dogtag/tks-ui/shared/webapps/tks/agent/helpfun.js new file mode 100644 index 000000000..f9580279a --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/helpfun.js @@ -0,0 +1,36 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + + +function help(helptopic) { + + var HelpWin=window.open("","MyWin", "toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width=500,height=500"); + + HelpWin.location = helptopic; + HelpWin.focus(); + +} + +function helpstatus(helpline) { + + window.status = helpline; + + return true; + +} + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/index.html b/dogtag/tks-ui/shared/webapps/tks/agent/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/index.template b/dogtag/tks-ui/shared/webapps/tks/agent/index.template new file mode 100644 index 000000000..588712364 --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/index.template @@ -0,0 +1,140 @@ + + + + + +TKS Agent + + + + + + + + + + +
+ + + + + + +
     Dogtag® Agent Services
+
  + + + + + + + +
  
+ + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/ports.template b/dogtag/tks-ui/shared/webapps/tks/agent/ports.template new file mode 100644 index 000000000..e1f1ee73e --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/ports.template @@ -0,0 +1,121 @@ + + + + + +TKS Agent Ports + + + + + + + + + + + + + +
+ + + + + + +
     Dogtag® Services Summary
+
  + + + + + + + + + + +
  
  
+
 
+ + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/tks/getStats.template b/dogtag/tks-ui/shared/webapps/tks/agent/tks/getStats.template new file mode 100644 index 000000000..a08a6fe60 --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/tks/getStats.template @@ -0,0 +1,141 @@ + + + + + Display CRL + + + + + + + + + + +Statistics +
+ + + + +
 
+
+ + + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/tks/index.html b/dogtag/tks-ui/shared/webapps/tks/agent/tks/index.html new file mode 100644 index 000000000..615afae2c --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/agent/tks/index.html @@ -0,0 +1,31 @@ + + + + + + + TKS Agent + + +
TKS  services
+
+ + diff --git a/dogtag/tks-ui/shared/webapps/tks/index.html b/dogtag/tks-ui/shared/webapps/tks/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/index.html @@ -0,0 +1,23 @@ + + + + diff --git a/dogtag/tks-ui/shared/webapps/tks/services.template b/dogtag/tks-ui/shared/webapps/tks/services.template new file mode 100644 index 000000000..be72e2cdc --- /dev/null +++ b/dogtag/tks-ui/shared/webapps/tks/services.template @@ -0,0 +1,106 @@ + + + + +TKS Services + + + + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + + +Certificate System TKS Services Page +
+

+ +

+

+ + + + + + + + + + +
  
  
+
+ + + -- cgit