From cd46d68991f7ae0cf319f915c5fecdd71b78ee34 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Sat, 1 Mar 2008 18:04:26 +0000 Subject: Reorganisation of the repo structure as discussed on the devel list. - Move the majority of trunk and all branches to the new openslx/ dir. - Move ldap-site-mngmt to contrib/. - Move openslx/trunk/os-plugins/plugins/vmchooser/src/ to openslx-src-tools/trunk/os-plugins/plugins/vmchooser/ git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1591 95ad53e4-c205-0410-b2fa-d234c58c8868 --- .../webinterface/computers/new_group.php | 71 ---------------------- 1 file changed, 71 deletions(-) delete mode 100644 ldap-site-mngmt/webinterface/computers/new_group.php (limited to 'ldap-site-mngmt/webinterface/computers/new_group.php') diff --git a/ldap-site-mngmt/webinterface/computers/new_group.php b/ldap-site-mngmt/webinterface/computers/new_group.php deleted file mode 100644 index 6d5f4257..00000000 --- a/ldap-site-mngmt/webinterface/computers/new_group.php +++ /dev/null @@ -1,71 +0,0 @@ -assign(array("GROUPCN" => $groupcn, - "GROUPDESC" => $groupdesc, - "AUDN" => $auDN)); - -# DHCP Stuff ... - - -############################################## -# neues Member anlegen ... -$hosts_array = get_hosts($auDN,array("dn","hostname")); -# print_r($users_array); echo "

"; -$groups = get_groups($auDN, array("member")); -# print_r($groups); -$template->assign(array("HOSTNAME" => "")); - -if (count($groups) != 0){ - foreach ($groups as $group){ - for ($i=0; $i < count($hosts_array); $i++){ - foreach ($group['member'] as $item){ # ist hier sicher dass member ein array ist auch bei 1 member? - if ($hosts_array[$i]['dn'] == $item){ - array_splice($hosts_array, $i, 1); - $i--; - } - } - } - } -} -# if (count($users_array) != 0){ - $template->define_dynamic("Hosts", "Webseite"); - foreach ($hosts_array as $item){ - $template->assign(array("HDN" => $item['dn'], - "HOSTNAME" => $item['hostname'], - "HOSTNUMBER" => 5)); - $template->parse("HOSTS_LIST", ".Hosts"); - } - - -################################################################################### - -include("computers_footer.inc.php"); - -?> \ No newline at end of file -- cgit v1.2.3-55-g7522