From 1bb412239d0735af11c3939bfe437cb8b49c7004 Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Thu, 16 Sep 2010 10:28:07 -0400 Subject: Big webUI patch. Quick summary: - use jQuery UI and jQuery BBQ libraries - code restructuring The patch has so many changes they can't be listed here. Many parts of the code have been rewritten from scrach. See freeipa-devel mailing list: webUI code restructuring [wall of text, diagrams, ... you've been warned!] 2010-09-07 --- install/static/index.xhtml | 134 ++++++++------------------------------------- 1 file changed, 22 insertions(+), 112 deletions(-) (limited to 'install/static/index.xhtml') diff --git a/install/static/index.xhtml b/install/static/index.xhtml index 6e1d0435..2cc001b1 100644 --- a/install/static/index.xhtml +++ b/install/static/index.xhtml @@ -1,136 +1,46 @@ - + - + IPA: Identity Policy Audit - + + - + + + - - - - + - $(document).ready(function(){ - ipa_init( buildNavigation); - }); + + - - - +
- - - Logged in as hardcoded@FREEIP.ORG - + + + Logged in as hardcoded@FREEIP.ORG +
-