From aefb27fc5c59e1c77542a3b3335d0afea447fc2c Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 6 Feb 2015 15:35:51 -0500 Subject: [PATCH] Initial (and fugly) materialization of the login page --- UI/Templates/MainUI/SOGoRootPage.wox | 104 +++++++++++++---------- UI/Templates/UIxPageFrame.wox | 6 +- UI/WebServerResources/js/SOGoRootPage.js | 2 +- 3 files changed, 62 insertions(+), 50 deletions(-) diff --git a/UI/Templates/MainUI/SOGoRootPage.wox b/UI/Templates/MainUI/SOGoRootPage.wox index f9b64012b..60a76cc96 100644 --- a/UI/Templates/MainUI/SOGoRootPage.wox +++ b/UI/Templates/MainUI/SOGoRootPage.wox @@ -1,48 +1,55 @@ + className="UIxPageFrame" + xmlns="http://www.w3.org/1999/xhtml" + xmlns:var="http://www.skyrix.com/od/binding" + xmlns:const="http://www.skyrix.com/od/constant" + xmlns:rsrc="OGo:url" + xmlns:label="OGo:label" + const:jsFiles="Common/SOGoAuthentication.js" + const:popup="YES" + > + +
- + diff --git a/UI/Templates/UIxPageFrame.wox b/UI/Templates/UIxPageFrame.wox index 387b1a8b1..f7e1bb0c6 100644 --- a/UI/Templates/UIxPageFrame.wox +++ b/UI/Templates/UIxPageFrame.wox @@ -78,7 +78,8 @@ - + + @@ -130,7 +131,8 @@ - + +