From b9ad279ad2d8d93dd501115a028783cf8fe7fcbd Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 19 Jan 2011 12:26:14 -0500 Subject: rename static to ui Directory rename --- install/ui/FreeWay-Bold.otf | Bin 0 -> 47524 bytes install/ui/FreeWay.otf | Bin 0 -> 38948 bytes install/ui/Mainnav-background.png | Bin 0 -> 180 bytes install/ui/Mainnav-offtab.png | Bin 0 -> 189 bytes install/ui/Mainnav-ontab.png | Bin 0 -> 146 bytes install/ui/Mainnav-seperatorbars.png | Bin 0 -> 122 bytes install/ui/Makefile.am | 88 + install/ui/Subnav-background.png | Bin 0 -> 141 bytes install/ui/Subnav-offbutton.png | Bin 0 -> 145 bytes install/ui/Subnav-onbutton.png | Bin 0 -> 173 bytes install/ui/aci.js | 876 +++ install/ui/add.js | 122 + install/ui/associate.js | 944 +++ install/ui/caution.png | Bin 0 -> 438 bytes install/ui/certificate.js | 785 ++ install/ui/check.png | Bin 0 -> 3209 bytes install/ui/details.js | 897 +++ install/ui/develop.js | 6 + install/ui/entity.js | 592 ++ install/ui/gray-fade-line.png | Bin 0 -> 2826 bytes install/ui/group.js | 201 + install/ui/hbacrule.js | 989 +++ install/ui/hbacsvc.js | 118 + install/ui/hbacsvcgroup.js | 197 + install/ui/header.png | Bin 0 -> 2839 bytes install/ui/header_background.png | Bin 0 -> 211 bytes install/ui/header_logo.png | Bin 0 -> 13311 bytes install/ui/host.js | 494 ++ install/ui/hostgroup.js | 67 + install/ui/index.html | 66 + install/ui/ipa.css | 750 ++ install/ui/ipa.js | 490 ++ install/ui/ipa_logo_180x50.png | Bin 0 -> 12071 bytes install/ui/ipalogo.png | Bin 0 -> 2492 bytes install/ui/jquery-ui.css | 572 ++ install/ui/jquery-ui.js | 763 ++ install/ui/jquery.ba-bbq.js | 18 + install/ui/jquery.cookie.js | 96 + install/ui/jquery.js | 6240 ++++++++++++++++ install/ui/jsl.conf | 153 + install/ui/json2.js | 482 ++ install/ui/layouts/Makefile.am | 22 + install/ui/layouts/default/Makefile.am | 30 + .../default/hbacrule-details-accesstime.html | 49 + .../layouts/default/hbacrule-details-general.html | 57 + .../ui/layouts/default/hbacrule-details-host.html | 78 + .../layouts/default/hbacrule-details-service.html | 78 + .../default/hbacrule-details-sourcehost.html | 78 + .../ui/layouts/default/hbacrule-details-user.html | 78 + .../layouts/default/sudorule-details-general.html | 49 + .../ui/layouts/default/sudorule-group-dialog.html | 110 + .../ui/layouts/default/sudorule-host-dialog.html | 110 + .../layouts/default/sudorule-hostgroup-dialog.html | 110 + .../ui/layouts/default/sudorule-user-dialog.html | 110 + install/ui/modal-background.png | Bin 0 -> 642 bytes install/ui/navigation.js | 149 + install/ui/netgroup.js | 67 + install/ui/outer-bg.png | Bin 0 -> 248 bytes install/ui/panel-background.png | Bin 0 -> 200 bytes install/ui/policy.js | 599 ++ install/ui/rule.js | 174 + install/ui/search.js | 462 ++ install/ui/serverconfig.js | 43 + install/ui/service.js | 499 ++ install/ui/spinner_header.gif | Bin 0 -> 2841 bytes install/ui/spinner_large.gif | Bin 0 -> 6030 bytes install/ui/spinner_small.gif | Bin 0 -> 3532 bytes install/ui/sudocmd.js | 278 + install/ui/sudocmdgroup.js | 197 + install/ui/sudorule.js | 1127 +++ install/ui/test/README | 1 + install/ui/test/aci_tests.html | 33 + install/ui/test/aci_tests.js | 81 + install/ui/test/all_tests.html | 36 + install/ui/test/association_tests.html | 23 + install/ui/test/association_tests.js | 127 + install/ui/test/certificate_tests.html | 26 + install/ui/test/certificate_tests.js | 81 + install/ui/test/data/aci_find.json | 63 + install/ui/test/data/automountlocation_find.json | 17 + install/ui/test/data/automountlocation_show.json | 14 + install/ui/test/data/cert_remove_hold.json | 9 + install/ui/test/data/cert_request.json | 17 + install/ui/test/data/cert_revoke.json | 9 + install/ui/test/data/cert_show.json | 16 + install/ui/test/data/config_show.json | 99 + install/ui/test/data/delegation_find.json | 35 + install/ui/test/data/delegation_list.json | 35 + install/ui/test/data/delegation_mod.json | 21 + install/ui/test/data/delegation_show.json | 20 + install/ui/test/data/dns_find.json | 101 + install/ui/test/data/dns_find_rr.json | 110 + install/ui/test/data/dns_show.json | 38 + install/ui/test/data/dnsrecord_add.json | 21 + install/ui/test/data/dnsrecord_del.json | 10 + install/ui/test/data/dnsrecord_find.json | 110 + install/ui/test/data/dnszone_add.json | 46 + install/ui/test/data/dnszone_find.json | 137 + install/ui/test/data/dnszone_show.json | 90 + install/ui/test/data/group_add.json | 31 + install/ui/test/data/group_add_member.json | 25 + install/ui/test/data/group_find.json | 75 + install/ui/test/data/group_member_user.json | 149 + install/ui/test/data/group_remove_member.json | 44 + install/ui/test/data/group_show.json | 38 + install/ui/test/data/hbacrule_add.json | 27 + install/ui/test/data/hbacrule_add_accesstime.json | 7 + install/ui/test/data/hbacrule_add_host.json | 56 + install/ui/test/data/hbacrule_add_service.json | 56 + install/ui/test/data/hbacrule_add_sourcehost.json | 56 + install/ui/test/data/hbacrule_add_user.json | 56 + install/ui/test/data/hbacrule_del.json | 9 + install/ui/test/data/hbacrule_find.json | 54 + install/ui/test/data/hbacrule_mod.json | 60 + .../ui/test/data/hbacrule_remove_accesstime.json | 7 + install/ui/test/data/hbacrule_remove_host.json | 50 + install/ui/test/data/hbacrule_remove_service.json | 49 + .../ui/test/data/hbacrule_remove_sourcehost.json | 50 + install/ui/test/data/hbacrule_remove_user.json | 48 + install/ui/test/data/hbacrule_show.json | 76 + install/ui/test/data/hbacsvc_add.json | 24 + install/ui/test/data/hbacsvc_del.json | 9 + install/ui/test/data/hbacsvc_find.json | 101 + install/ui/test/data/hbacsvc_mod.json | 31 + install/ui/test/data/hbacsvc_show.json | 35 + install/ui/test/data/hbacsvcgroup_add.json | 26 + install/ui/test/data/hbacsvcgroup_add_member.json | 24 + install/ui/test/data/hbacsvcgroup_del.json | 9 + install/ui/test/data/hbacsvcgroup_find.json | 24 + .../ui/test/data/hbacsvcgroup_member_hbacsvc.json | 57 + install/ui/test/data/hbacsvcgroup_mod.json | 39 + .../ui/test/data/hbacsvcgroup_remove_member.json | 21 + install/ui/test/data/hbacsvcgroup_show.json | 46 + install/ui/test/data/host_add.json | 40 + .../ui/test/data/host_disable_dev.example.com.json | 9 + install/ui/test/data/host_find.json | 91 + install/ui/test/data/host_mod.json | 75 + install/ui/test/data/host_show.json | 80 + .../ui/test/data/host_show_dev.example.com.json | 98 + .../ui/test/data/host_show_test.example.com.json | 80 + install/ui/test/data/hostgroup_add.json | 27 + install/ui/test/data/hostgroup_add_member.json | 37 + install/ui/test/data/hostgroup_find.json | 33 + install/ui/test/data/hostgroup_member_host.json | 70 + install/ui/test/data/hostgroup_show.json | 22 + install/ui/test/data/i18n_messages.json | 37 + install/ui/test/data/ipa_init.json | 7884 ++++++++++++++++++++ install/ui/test/data/json_metadata.json | 4097 ++++++++++ install/ui/test/data/krbtpolicy_show.json | 78 + install/ui/test/data/netgroup_add.json | 28 + install/ui/test/data/netgroup_add_member.json | 40 + install/ui/test/data/netgroup_find.json | 56 + install/ui/test/data/netgroup_show.json | 38 + install/ui/test/data/permission_add.json | 26 + install/ui/test/data/permission_del | 9 + install/ui/test/data/permission_find.json | 887 +++ install/ui/test/data/permission_show.json | 41 + install/ui/test/data/privilege_find.json | 215 + install/ui/test/data/privilege_show.json | 39 + install/ui/test/data/pwpolicy_find.json | 72 + install/ui/test/data/pwpolicy_mod.json | 56 + install/ui/test/data/pwpolicy_show.json | 57 + install/ui/test/data/role_find.json | 20 + install/ui/test/data/role_show.json | 36 + install/ui/test/data/rolegroup_add.json | 22 + install/ui/test/data/rolegroup_add_member.json | 27 + install/ui/test/data/rolegroup_del.json | 9 + install/ui/test/data/rolegroup_find.json | 185 + install/ui/test/data/rolegroup_remove_member.json | 24 + install/ui/test/data/rolegroup_show.json | 20 + install/ui/test/data/selfservice_find.json | 24 + install/ui/test/data/selfservice_show.json | 21 + install/ui/test/data/service_add.json | 29 + install/ui/test/data/service_add_host.json | 21 + install/ui/test/data/service_del.json | 9 + install/ui/test/data/service_disable.json | 9 + install/ui/test/data/service_find.json | 48 + install/ui/test/data/service_managedby_host.json | 110 + install/ui/test/data/service_mod.json | 21 + install/ui/test/data/service_remove_host.sh | 18 + install/ui/test/data/service_show.json | 74 + install/ui/test/data/sudocmd_add.json | 21 + install/ui/test/data/sudocmd_del.json | 9 + install/ui/test/data/sudocmd_find.json | 23 + install/ui/test/data/sudocmd_memberof_add.json | 53 + install/ui/test/data/sudocmd_memberof_remove.json | 50 + install/ui/test/data/sudocmd_memberof_show.json | 61 + install/ui/test/data/sudocmd_mod.json | 31 + install/ui/test/data/sudocmd_show.json | 33 + install/ui/test/data/sudocmdgroup_add.json | 26 + install/ui/test/data/sudocmdgroup_add_member.json | 26 + install/ui/test/data/sudocmdgroup_del.json | 9 + install/ui/test/data/sudocmdgroup_find.json | 33 + .../ui/test/data/sudocmdgroup_member_sudocmd.json | 57 + install/ui/test/data/sudocmdgroup_mod.json | 39 + .../ui/test/data/sudocmdgroup_remove_member.json | 22 + install/ui/test/data/sudocmdgroup_show.json | 44 + install/ui/test/data/sudorule_add.json | 24 + install/ui/test/data/sudorule_del.json | 9 + install/ui/test/data/sudorule_find.json | 17 + install/ui/test/data/sudorule_mod.json | 51 + install/ui/test/data/sudorule_show.json | 84 + install/ui/test/data/taskgroup_find.json | 554 ++ install/ui/test/data/user_add.json | 49 + install/ui/test/data/user_disable.json | 9 + install/ui/test/data/user_enable.json | 9 + install/ui/test/data/user_find.json | 243 + install/ui/test/data/user_memberof_group.json | 64 + install/ui/test/data/user_mod.json | 162 + install/ui/test/data/user_show.json | 163 + install/ui/test/data/whoami.json | 7 + install/ui/test/details_tests.html | 25 + install/ui/test/details_tests.js | 327 + install/ui/test/entity_tests.html | 27 + install/ui/test/entity_tests.js | 171 + install/ui/test/index.html | 43 + install/ui/test/ipa_tests.html | 23 + install/ui/test/ipa_tests.js | 297 + install/ui/test/navigation_tests.html | 23 + install/ui/test/navigation_tests.js | 163 + install/ui/test/qunit.css | 155 + install/ui/test/qunit.js | 1261 ++++ install/ui/ui-bg_flat_65_ffffff_40x100.png | Bin 0 -> 178 bytes install/ui/ui-bg_glass_40_111111_1x400.png | Bin 0 -> 124 bytes install/ui/ui-bg_glass_55_1c1c1c_1x400.png | Bin 0 -> 171 bytes .../ui/ui-bg_highlight-hard_100_f9f9f9_1x100.png | Bin 0 -> 86 bytes .../ui/ui-bg_highlight-hard_40_aaaaaa_1x100.png | Bin 0 -> 100 bytes .../ui/ui-bg_highlight-soft_50_aaaaaa_1x100.png | Bin 0 -> 102 bytes install/ui/ui-bg_inset-hard_45_cd0a0a_1x100.png | Bin 0 -> 123 bytes install/ui/ui-bg_inset-hard_55_ffeb80_1x100.png | Bin 0 -> 113 bytes install/ui/ui-bg_loop_8_333333_21x21.png | Bin 0 -> 281 bytes install/ui/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes install/ui/ui-icons_4ca300_256x240.png | Bin 0 -> 4369 bytes install/ui/ui-icons_bbbbbb_256x240.png | Bin 0 -> 4369 bytes install/ui/ui-icons_ededed_256x240.png | Bin 0 -> 5355 bytes install/ui/ui-icons_ffcf29_256x240.png | Bin 0 -> 4369 bytes install/ui/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes install/ui/user.js | 298 + install/ui/webui.js | 172 + install/ui/widget.js | 1319 ++++ 240 files changed, 44790 insertions(+) create mode 100644 install/ui/FreeWay-Bold.otf create mode 100644 install/ui/FreeWay.otf create mode 100644 install/ui/Mainnav-background.png create mode 100644 install/ui/Mainnav-offtab.png create mode 100644 install/ui/Mainnav-ontab.png create mode 100644 install/ui/Mainnav-seperatorbars.png create mode 100644 install/ui/Makefile.am create mode 100644 install/ui/Subnav-background.png create mode 100644 install/ui/Subnav-offbutton.png create mode 100644 install/ui/Subnav-onbutton.png create mode 100644 install/ui/aci.js create mode 100644 install/ui/add.js create mode 100644 install/ui/associate.js create mode 100755 install/ui/caution.png create mode 100755 install/ui/certificate.js create mode 100755 install/ui/check.png create mode 100644 install/ui/details.js create mode 100644 install/ui/develop.js create mode 100644 install/ui/entity.js create mode 100644 install/ui/gray-fade-line.png create mode 100644 install/ui/group.js create mode 100644 install/ui/hbacrule.js create mode 100644 install/ui/hbacsvc.js create mode 100644 install/ui/hbacsvcgroup.js create mode 100644 install/ui/header.png create mode 100644 install/ui/header_background.png create mode 100644 install/ui/header_logo.png create mode 100644 install/ui/host.js create mode 100644 install/ui/hostgroup.js create mode 100644 install/ui/index.html create mode 100644 install/ui/ipa.css create mode 100644 install/ui/ipa.js create mode 100644 install/ui/ipa_logo_180x50.png create mode 100644 install/ui/ipalogo.png create mode 100644 install/ui/jquery-ui.css create mode 100644 install/ui/jquery-ui.js create mode 100644 install/ui/jquery.ba-bbq.js create mode 100644 install/ui/jquery.cookie.js create mode 100644 install/ui/jquery.js create mode 100644 install/ui/jsl.conf create mode 100644 install/ui/json2.js create mode 100644 install/ui/layouts/Makefile.am create mode 100644 install/ui/layouts/default/Makefile.am create mode 100755 install/ui/layouts/default/hbacrule-details-accesstime.html create mode 100755 install/ui/layouts/default/hbacrule-details-general.html create mode 100755 install/ui/layouts/default/hbacrule-details-host.html create mode 100755 install/ui/layouts/default/hbacrule-details-service.html create mode 100755 install/ui/layouts/default/hbacrule-details-sourcehost.html create mode 100755 install/ui/layouts/default/hbacrule-details-user.html create mode 100755 install/ui/layouts/default/sudorule-details-general.html create mode 100755 install/ui/layouts/default/sudorule-group-dialog.html create mode 100755 install/ui/layouts/default/sudorule-host-dialog.html create mode 100755 install/ui/layouts/default/sudorule-hostgroup-dialog.html create mode 100755 install/ui/layouts/default/sudorule-user-dialog.html create mode 100644 install/ui/modal-background.png create mode 100644 install/ui/navigation.js create mode 100644 install/ui/netgroup.js create mode 100644 install/ui/outer-bg.png create mode 100644 install/ui/panel-background.png create mode 100644 install/ui/policy.js create mode 100644 install/ui/rule.js create mode 100644 install/ui/search.js create mode 100644 install/ui/serverconfig.js create mode 100644 install/ui/service.js create mode 100644 install/ui/spinner_header.gif create mode 100644 install/ui/spinner_large.gif create mode 100644 install/ui/spinner_small.gif create mode 100644 install/ui/sudocmd.js create mode 100644 install/ui/sudocmdgroup.js create mode 100644 install/ui/sudorule.js create mode 100755 install/ui/test/README create mode 100755 install/ui/test/aci_tests.html create mode 100644 install/ui/test/aci_tests.js create mode 100644 install/ui/test/all_tests.html create mode 100644 install/ui/test/association_tests.html create mode 100644 install/ui/test/association_tests.js create mode 100755 install/ui/test/certificate_tests.html create mode 100755 install/ui/test/certificate_tests.js create mode 100644 install/ui/test/data/aci_find.json create mode 100644 install/ui/test/data/automountlocation_find.json create mode 100644 install/ui/test/data/automountlocation_show.json create mode 100644 install/ui/test/data/cert_remove_hold.json create mode 100644 install/ui/test/data/cert_request.json create mode 100644 install/ui/test/data/cert_revoke.json create mode 100644 install/ui/test/data/cert_show.json create mode 100644 install/ui/test/data/config_show.json create mode 100644 install/ui/test/data/delegation_find.json create mode 100644 install/ui/test/data/delegation_list.json create mode 100644 install/ui/test/data/delegation_mod.json create mode 100644 install/ui/test/data/delegation_show.json create mode 100644 install/ui/test/data/dns_find.json create mode 100644 install/ui/test/data/dns_find_rr.json create mode 100644 install/ui/test/data/dns_show.json create mode 100644 install/ui/test/data/dnsrecord_add.json create mode 100644 install/ui/test/data/dnsrecord_del.json create mode 100644 install/ui/test/data/dnsrecord_find.json create mode 100644 install/ui/test/data/dnszone_add.json create mode 100644 install/ui/test/data/dnszone_find.json create mode 100644 install/ui/test/data/dnszone_show.json create mode 100644 install/ui/test/data/group_add.json create mode 100644 install/ui/test/data/group_add_member.json create mode 100644 install/ui/test/data/group_find.json create mode 100644 install/ui/test/data/group_member_user.json create mode 100644 install/ui/test/data/group_remove_member.json create mode 100644 install/ui/test/data/group_show.json create mode 100644 install/ui/test/data/hbacrule_add.json create mode 100644 install/ui/test/data/hbacrule_add_accesstime.json create mode 100644 install/ui/test/data/hbacrule_add_host.json create mode 100644 install/ui/test/data/hbacrule_add_service.json create mode 100644 install/ui/test/data/hbacrule_add_sourcehost.json create mode 100644 install/ui/test/data/hbacrule_add_user.json create mode 100644 install/ui/test/data/hbacrule_del.json create mode 100644 install/ui/test/data/hbacrule_find.json create mode 100644 install/ui/test/data/hbacrule_mod.json create mode 100644 install/ui/test/data/hbacrule_remove_accesstime.json create mode 100644 install/ui/test/data/hbacrule_remove_host.json create mode 100644 install/ui/test/data/hbacrule_remove_service.json create mode 100644 install/ui/test/data/hbacrule_remove_sourcehost.json create mode 100644 install/ui/test/data/hbacrule_remove_user.json create mode 100644 install/ui/test/data/hbacrule_show.json create mode 100644 install/ui/test/data/hbacsvc_add.json create mode 100644 install/ui/test/data/hbacsvc_del.json create mode 100644 install/ui/test/data/hbacsvc_find.json create mode 100644 install/ui/test/data/hbacsvc_mod.json create mode 100644 install/ui/test/data/hbacsvc_show.json create mode 100644 install/ui/test/data/hbacsvcgroup_add.json create mode 100644 install/ui/test/data/hbacsvcgroup_add_member.json create mode 100644 install/ui/test/data/hbacsvcgroup_del.json create mode 100644 install/ui/test/data/hbacsvcgroup_find.json create mode 100644 install/ui/test/data/hbacsvcgroup_member_hbacsvc.json create mode 100644 install/ui/test/data/hbacsvcgroup_mod.json create mode 100644 install/ui/test/data/hbacsvcgroup_remove_member.json create mode 100644 install/ui/test/data/hbacsvcgroup_show.json create mode 100644 install/ui/test/data/host_add.json create mode 100644 install/ui/test/data/host_disable_dev.example.com.json create mode 100644 install/ui/test/data/host_find.json create mode 100644 install/ui/test/data/host_mod.json create mode 100644 install/ui/test/data/host_show.json create mode 100644 install/ui/test/data/host_show_dev.example.com.json create mode 100644 install/ui/test/data/host_show_test.example.com.json create mode 100644 install/ui/test/data/hostgroup_add.json create mode 100644 install/ui/test/data/hostgroup_add_member.json create mode 100644 install/ui/test/data/hostgroup_find.json create mode 100644 install/ui/test/data/hostgroup_member_host.json create mode 100644 install/ui/test/data/hostgroup_show.json create mode 100644 install/ui/test/data/i18n_messages.json create mode 100644 install/ui/test/data/ipa_init.json create mode 100644 install/ui/test/data/json_metadata.json create mode 100644 install/ui/test/data/krbtpolicy_show.json create mode 100644 install/ui/test/data/netgroup_add.json create mode 100644 install/ui/test/data/netgroup_add_member.json create mode 100644 install/ui/test/data/netgroup_find.json create mode 100644 install/ui/test/data/netgroup_show.json create mode 100644 install/ui/test/data/permission_add.json create mode 100644 install/ui/test/data/permission_del create mode 100644 install/ui/test/data/permission_find.json create mode 100644 install/ui/test/data/permission_show.json create mode 100644 install/ui/test/data/privilege_find.json create mode 100644 install/ui/test/data/privilege_show.json create mode 100644 install/ui/test/data/pwpolicy_find.json create mode 100644 install/ui/test/data/pwpolicy_mod.json create mode 100644 install/ui/test/data/pwpolicy_show.json create mode 100644 install/ui/test/data/role_find.json create mode 100644 install/ui/test/data/role_show.json create mode 100644 install/ui/test/data/rolegroup_add.json create mode 100644 install/ui/test/data/rolegroup_add_member.json create mode 100644 install/ui/test/data/rolegroup_del.json create mode 100644 install/ui/test/data/rolegroup_find.json create mode 100644 install/ui/test/data/rolegroup_remove_member.json create mode 100644 install/ui/test/data/rolegroup_show.json create mode 100644 install/ui/test/data/selfservice_find.json create mode 100644 install/ui/test/data/selfservice_show.json create mode 100644 install/ui/test/data/service_add.json create mode 100644 install/ui/test/data/service_add_host.json create mode 100644 install/ui/test/data/service_del.json create mode 100644 install/ui/test/data/service_disable.json create mode 100644 install/ui/test/data/service_find.json create mode 100644 install/ui/test/data/service_managedby_host.json create mode 100644 install/ui/test/data/service_mod.json create mode 100644 install/ui/test/data/service_remove_host.sh create mode 100644 install/ui/test/data/service_show.json create mode 100644 install/ui/test/data/sudocmd_add.json create mode 100644 install/ui/test/data/sudocmd_del.json create mode 100644 install/ui/test/data/sudocmd_find.json create mode 100644 install/ui/test/data/sudocmd_memberof_add.json create mode 100644 install/ui/test/data/sudocmd_memberof_remove.json create mode 100644 install/ui/test/data/sudocmd_memberof_show.json create mode 100644 install/ui/test/data/sudocmd_mod.json create mode 100644 install/ui/test/data/sudocmd_show.json create mode 100644 install/ui/test/data/sudocmdgroup_add.json create mode 100644 install/ui/test/data/sudocmdgroup_add_member.json create mode 100644 install/ui/test/data/sudocmdgroup_del.json create mode 100644 install/ui/test/data/sudocmdgroup_find.json create mode 100644 install/ui/test/data/sudocmdgroup_member_sudocmd.json create mode 100644 install/ui/test/data/sudocmdgroup_mod.json create mode 100644 install/ui/test/data/sudocmdgroup_remove_member.json create mode 100644 install/ui/test/data/sudocmdgroup_show.json create mode 100644 install/ui/test/data/sudorule_add.json create mode 100644 install/ui/test/data/sudorule_del.json create mode 100644 install/ui/test/data/sudorule_find.json create mode 100644 install/ui/test/data/sudorule_mod.json create mode 100644 install/ui/test/data/sudorule_show.json create mode 100644 install/ui/test/data/taskgroup_find.json create mode 100644 install/ui/test/data/user_add.json create mode 100644 install/ui/test/data/user_disable.json create mode 100644 install/ui/test/data/user_enable.json create mode 100644 install/ui/test/data/user_find.json create mode 100644 install/ui/test/data/user_memberof_group.json create mode 100644 install/ui/test/data/user_mod.json create mode 100644 install/ui/test/data/user_show.json create mode 100644 install/ui/test/data/whoami.json create mode 100644 install/ui/test/details_tests.html create mode 100644 install/ui/test/details_tests.js create mode 100644 install/ui/test/entity_tests.html create mode 100644 install/ui/test/entity_tests.js create mode 100644 install/ui/test/index.html create mode 100644 install/ui/test/ipa_tests.html create mode 100644 install/ui/test/ipa_tests.js create mode 100644 install/ui/test/navigation_tests.html create mode 100644 install/ui/test/navigation_tests.js create mode 100644 install/ui/test/qunit.css create mode 100644 install/ui/test/qunit.js create mode 100644 install/ui/ui-bg_flat_65_ffffff_40x100.png create mode 100644 install/ui/ui-bg_glass_40_111111_1x400.png create mode 100644 install/ui/ui-bg_glass_55_1c1c1c_1x400.png create mode 100644 install/ui/ui-bg_highlight-hard_100_f9f9f9_1x100.png create mode 100644 install/ui/ui-bg_highlight-hard_40_aaaaaa_1x100.png create mode 100644 install/ui/ui-bg_highlight-soft_50_aaaaaa_1x100.png create mode 100644 install/ui/ui-bg_inset-hard_45_cd0a0a_1x100.png create mode 100644 install/ui/ui-bg_inset-hard_55_ffeb80_1x100.png create mode 100644 install/ui/ui-bg_loop_8_333333_21x21.png create mode 100644 install/ui/ui-icons_222222_256x240.png create mode 100644 install/ui/ui-icons_4ca300_256x240.png create mode 100644 install/ui/ui-icons_bbbbbb_256x240.png create mode 100644 install/ui/ui-icons_ededed_256x240.png create mode 100644 install/ui/ui-icons_ffcf29_256x240.png create mode 100644 install/ui/ui-icons_ffffff_256x240.png create mode 100644 install/ui/user.js create mode 100644 install/ui/webui.js create mode 100644 install/ui/widget.js (limited to 'install/ui') diff --git a/install/ui/FreeWay-Bold.otf b/install/ui/FreeWay-Bold.otf new file mode 100644 index 00000000..79318531 Binary files /dev/null and b/install/ui/FreeWay-Bold.otf differ diff --git a/install/ui/FreeWay.otf b/install/ui/FreeWay.otf new file mode 100644 index 00000000..ebefcb25 Binary files /dev/null and b/install/ui/FreeWay.otf differ diff --git a/install/ui/Mainnav-background.png b/install/ui/Mainnav-background.png new file mode 100644 index 00000000..37a9dc6a Binary files /dev/null and b/install/ui/Mainnav-background.png differ diff --git a/install/ui/Mainnav-offtab.png b/install/ui/Mainnav-offtab.png new file mode 100644 index 00000000..997863a2 Binary files /dev/null and b/install/ui/Mainnav-offtab.png differ diff --git a/install/ui/Mainnav-ontab.png b/install/ui/Mainnav-ontab.png new file mode 100644 index 00000000..303402f7 Binary files /dev/null and b/install/ui/Mainnav-ontab.png differ diff --git a/install/ui/Mainnav-seperatorbars.png b/install/ui/Mainnav-seperatorbars.png new file mode 100644 index 00000000..9d1a9d41 Binary files /dev/null and b/install/ui/Mainnav-seperatorbars.png differ diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am new file mode 100644 index 00000000..b8b192db --- /dev/null +++ b/install/ui/Makefile.am @@ -0,0 +1,88 @@ +AUTOMAKE_OPTIONS = 1.7 + +NULL = + +SUBDIRS = \ + layouts \ + $(NULL) + +appdir = $(IPA_DATA_DIR)/ui +app_DATA = \ + aci.js \ + add.js \ + associate.js \ + caution.png \ + check.png \ + ipa_logo_180x50.png \ + ipa.js \ + ipa.css \ + json2.js \ + jquery.js \ + jquery-ui.js \ + jquery.ba-bbq.js \ + jquery-ui.css \ + certificate.js \ + group.js \ + hbacrule.js \ + hbacsvc.js \ + hbacsvcgroup.js \ + host.js \ + hostgroup.js \ + index.html \ + jquery.cookie.js \ + navigation.js \ + netgroup.js \ + service.js \ + serverconfig.js \ + sudorule.js \ + sudocmd.js \ + sudocmdgroup.js \ + policy.js \ + search.js \ + rule.js \ + details.js \ + entity.js \ + webui.js \ + widget.js \ + user.js \ + ipalogo.png \ + gray-fade-line.png \ + Mainnav-background.png \ + Mainnav-offtab.png \ + Mainnav-ontab.png \ + modal-background.png \ + outer-bg.png \ + panel-background.png \ + Subnav-background.png \ + Subnav-offbutton.png \ + Subnav-onbutton.png \ + ui-bg_flat_65_ffffff_40x100.png \ + ui-bg_glass_40_111111_1x400.png \ + ui-bg_glass_55_1c1c1c_1x400.png \ + ui-bg_highlight-hard_100_f9f9f9_1x100.png \ + ui-bg_highlight-hard_40_aaaaaa_1x100.png \ + ui-bg_highlight-soft_50_aaaaaa_1x100.png \ + ui-bg_inset-hard_45_cd0a0a_1x100.png \ + ui-bg_inset-hard_55_ffeb80_1x100.png \ + ui-bg_loop_8_333333_21x21.png \ + ui-icons_222222_256x240.png \ + ui-icons_4ca300_256x240.png \ + ui-icons_bbbbbb_256x240.png \ + ui-icons_ededed_256x240.png \ + ui-icons_ffcf29_256x240.png \ + ui-icons_ffffff_256x240.png \ + FreeWay.otf \ + FreeWay-Bold.otf \ + spinner_header.gif \ + spinner_large.gif \ + spinner_small.gif \ + $(NULL) + +EXTRA_DIST = \ + $(app_DATA) \ + $(NULL) + +MAINTAINERCLEANFILES = \ + *~ \ + Makefile.in + $(NULL) diff --git a/install/ui/Subnav-background.png b/install/ui/Subnav-background.png new file mode 100644 index 00000000..c1baebff Binary files /dev/null and b/install/ui/Subnav-background.png differ diff --git a/install/ui/Subnav-offbutton.png b/install/ui/Subnav-offbutton.png new file mode 100644 index 00000000..859e5f5e Binary files /dev/null and b/install/ui/Subnav-offbutton.png differ diff --git a/install/ui/Subnav-onbutton.png b/install/ui/Subnav-onbutton.png new file mode 100644 index 00000000..2cee0a70 Binary files /dev/null and b/install/ui/Subnav-onbutton.png differ diff --git a/install/ui/aci.js b/install/ui/aci.js new file mode 100644 index 00000000..85cfcaa8 --- /dev/null +++ b/install/ui/aci.js @@ -0,0 +1,876 @@ +/*jsl:import ipa.js */ + +/* Authors: + * Adam Young + * + * Copyright (C) 2010 Red Hat + * see file 'COPYING' for use and warranty information + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; version 2 only + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* REQUIRES: ipa.js, details.js, search.js, add.js, entity.js */ + + +/*TODO Merge this code into the attribtue table widget */ +IPA.populate_attribute_table = function (table, entity){ + var attr_per_col = 400; + var aciattrs = IPA.metadata[entity].aciattrs; + var col_span = aciattrs.length / attr_per_col + 1; + + $('tbody tr', table).remove(); + + var tbody = $('tbody',table); + var td; + for (var a = 0; a < aciattrs.length ; a += 1){ + var aci_tr = $('').appendTo(tbody); + + td = $('').appendTo(aci_tr); + td.append($('',{ + type:"checkbox", + id:'aciattr-'+aciattrs[a].toLowerCase(), + "class":'aci-attribute' + })); + td.append($('