From ff2490e3b4638b421c381946d8b1ebb30e51141b Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 17 Apr 2011 22:14:11 +0000 Subject: Cleanup HTML pages. Improvements and a few fixes to get consistent behavior across browsers including Safari/iOS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094209 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/modules/edit/htdocs/public/notauth.html | 37 +++++++++++----------- 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'sca-cpp/trunk/modules/edit/htdocs/public/notauth.html') diff --git a/sca-cpp/trunk/modules/edit/htdocs/public/notauth.html b/sca-cpp/trunk/modules/edit/htdocs/public/notauth.html index c34f4b1f03..a283b3e89e 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/public/notauth.html +++ b/sca-cpp/trunk/modules/edit/htdocs/public/notauth.html @@ -1,20 +1,20 @@ @@ -23,6 +23,7 @@ + @@ -32,7 +33,7 @@


-
Sorry, you're not authorized to view this page.
+
Sorry, you're not authorized to view this page.
@@ -43,7 +44,7 @@ if (!issubdomain(window.location.hostname)) ui.loadwidget('menu', '/menu.html', ui.showbody); -$('h1').innerHTML = domaintitle(window.location.hostname); +$('h1').innerHTML = hometitle(window.location.hostname); if (issubdomain(window.location.hostname)) ui.showbody(); -- cgit v1.2.3