From 4bf0a7052b448315eda710857acafe24bb112a5b Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 14 Nov 2011 07:10:15 +0000 Subject: Change authentication scheme from Form based auth to OpenID + OAuth. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201614 13f79535-47bb-0310-9956-ffa450edef68 --- .../modules/edit/htdocs/public/notauth/index.html | 152 ++++++++++++++++++++ .../modules/edit/htdocs/public/notfound/index.html | 153 +++++++++++++++++++++ .../modules/edit/htdocs/public/notyet/index.html | 153 +++++++++++++++++++++ .../modules/edit/htdocs/public/oops/index.html | 152 ++++++++++++++++++++ 4 files changed, 610 insertions(+) create mode 100644 sca-cpp/trunk/modules/edit/htdocs/public/notauth/index.html create mode 100644 sca-cpp/trunk/modules/edit/htdocs/public/notfound/index.html create mode 100644 sca-cpp/trunk/modules/edit/htdocs/public/notyet/index.html create mode 100644 sca-cpp/trunk/modules/edit/htdocs/public/oops/index.html (limited to 'sca-cpp/trunk/modules/edit/htdocs/public') diff --git a/sca-cpp/trunk/modules/edit/htdocs/public/notauth/index.html b/sca-cpp/trunk/modules/edit/htdocs/public/notauth/index.html new file mode 100644 index 0000000000..8a688c9aa5 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/htdocs/public/notauth/index.html @@ -0,0 +1,152 @@ + + + + +Sorry + + + + + + + +
+ +
+ +
+ + + +
+ + + +

+ +
+
Sorry, you're not authorized to view this page.
+
+ +
+ + + +
+
+ +
+ + diff --git a/sca-cpp/trunk/modules/edit/htdocs/public/notfound/index.html b/sca-cpp/trunk/modules/edit/htdocs/public/notfound/index.html new file mode 100644 index 0000000000..b7ba34c416 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/htdocs/public/notfound/index.html @@ -0,0 +1,153 @@ + + + + +Page not found + + + + + + + +
+ +
+ +
+ + + +
+ + + +

+ +
+
Sorry, that page was not found.
+
You may have clicked an expired link or mistyped the address.
+
+ +
+ + + +
+
+ +
+ + diff --git a/sca-cpp/trunk/modules/edit/htdocs/public/notyet/index.html b/sca-cpp/trunk/modules/edit/htdocs/public/notyet/index.html new file mode 100644 index 0000000000..ca164f3172 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/htdocs/public/notyet/index.html @@ -0,0 +1,153 @@ + + + + +Page not found + + + + + + + +
+ +
+ +
+ + + +
+ + + +

+ +
+
Sorry, that page is still under construction.
+
Please check back later.
+
+ +
+ + + +
+
+ +
+ + diff --git a/sca-cpp/trunk/modules/edit/htdocs/public/oops/index.html b/sca-cpp/trunk/modules/edit/htdocs/public/oops/index.html new file mode 100644 index 0000000000..8cfe2f6537 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/htdocs/public/oops/index.html @@ -0,0 +1,152 @@ + + + + +Oops + + + + + + +
+ +
+ +
+ + + +
+ + + +

+ +
+
Oops, something went wrong...
+
+ +
+ + + +
+
+ +
+ + -- cgit v1.2.3