diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-03-26 13:51:48 -0700 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-03-26 13:52:07 -0700 |
commit | 71037c39a37d3549dcfe31926832a657744fbe05 (patch) | |
tree | 78911b2b5e86e4e44228f7a27b3a8cd954b7f3e2 /auth/auth-fs/src/main/data | |
parent | a20accc73189d8e5454cd26049c0e6fae75da16f (diff) |
AT&T 2.0.19 Code drop, stage 3
Issue-ID: AAF-197
Change-Id: I8b02cb073ccba318ccaf6ea0276446bdce88fb82
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth/auth-fs/src/main/data')
-rw-r--r-- | auth/auth-fs/src/main/data/favicon.ico | bin | 0 -> 3638 bytes | |||
-rw-r--r-- | auth/auth-fs/src/main/data/test.html | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/auth/auth-fs/src/main/data/favicon.ico b/auth/auth-fs/src/main/data/favicon.ico Binary files differnew file mode 100644 index 00000000..3aea2722 --- /dev/null +++ b/auth/auth-fs/src/main/data/favicon.ico diff --git a/auth/auth-fs/src/main/data/test.html b/auth/auth-fs/src/main/data/test.html new file mode 100644 index 00000000..ec50246c --- /dev/null +++ b/auth/auth-fs/src/main/data/test.html @@ -0,0 +1,20 @@ +<html> + <head> <!-- begin head --> + <meta charset="utf-8"> + <title>AT&T Authentication/Authorization Tool</title> + <!-- + <link rel="stylesheet" href="_AUTHZ_GUI_URL_/theme/aaf5.css"> + <script type="text/javascript" src="_AUTHZ_GUI_URL_/theme/comm.js"></script> + <script type="text/javascript" src="_AUTHZ_GUI_URL_/theme/console.js"></script> + <script type="text/javascript" src="_AUTHZ_GUI_URL_/theme/common.js"></script> + <link rel="stylesheet" href="_AUTHZ_GUI_URL_/theme/aaf5Desktop.css"> + --> + </head> <!-- end head --> + <body> <!-- begin body --> + <header> <!-- begin header --> + <h1>AT&T Auth Tool on _ENV_CONTEXT_</h1> + <p id="version">AAF Version: _ARTIFACT_VERSION_</p> + </header> + <h1>Success for File Server Access</h1> + </body> +</html> |