From 2d73791e1d6fe81a262df6ffcc06875462d585b7 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 13 Jun 2011 07:57:39 +0000 Subject: Add the ability to configure page headers and footers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135049 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/edit/htdocs/public/notauth.html | 18 ++++++++++-------- sca-cpp/trunk/modules/edit/htdocs/public/notfound.html | 18 ++++++++++-------- sca-cpp/trunk/modules/edit/htdocs/public/notyet.html | 17 +++++++++-------- sca-cpp/trunk/modules/edit/htdocs/public/oops.html | 18 ++++++++++-------- 4 files changed, 39 insertions(+), 32 deletions(-) (limited to 'sca-cpp/trunk/modules/edit/htdocs/public') diff --git a/sca-cpp/trunk/modules/edit/htdocs/public/notauth.html b/sca-cpp/trunk/modules/edit/htdocs/public/notauth.html index c4db51cfd3..f6daa1b8be 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/public/notauth.html +++ b/sca-cpp/trunk/modules/edit/htdocs/public/notauth.html @@ -24,26 +24,26 @@ - - +
+
+ +
+

-
Sorry, you're not authorized to view this page.
-
-
@@ -55,9 +55,6 @@ $('h1').innerHTML = hometitle(window.location.hostname); if (!issubdomain(window.location.hostname)) displaymenu(); -// Show the page -ui.showbody(); - // Sign out if (window.top.location.pathname != '/public/notauth.html') { function submitSignout() { @@ -71,5 +68,10 @@ if (window.top.location.pathname != '/public/notauth.html') { } +
+ +
+ + diff --git a/sca-cpp/trunk/modules/edit/htdocs/public/notfound.html b/sca-cpp/trunk/modules/edit/htdocs/public/notfound.html index 9721804eb2..ce9fd94e6e 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/public/notfound.html +++ b/sca-cpp/trunk/modules/edit/htdocs/public/notfound.html @@ -24,27 +24,27 @@ - - +
+
+ +
+

-
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.html b/sca-cpp/trunk/modules/edit/htdocs/public/notyet.html index bec4731415..f6b8db1912 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/public/notyet.html +++ b/sca-cpp/trunk/modules/edit/htdocs/public/notyet.html @@ -24,27 +24,26 @@ - - +
+
+ +

-
Sorry, that page is still under construction.
Please check back later.
-
- +
+ +
+ + diff --git a/sca-cpp/trunk/modules/edit/htdocs/public/oops.html b/sca-cpp/trunk/modules/edit/htdocs/public/oops.html index 305e2c66e1..f8d7bb6747 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/public/oops.html +++ b/sca-cpp/trunk/modules/edit/htdocs/public/oops.html @@ -24,26 +24,26 @@ - - +
+
+ +
+

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