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 --- ldap-site-mngmt/webinterface/computers/host.php | 92 ------------------------- 1 file changed, 92 deletions(-) delete mode 100644 ldap-site-mngmt/webinterface/computers/host.php (limited to 'ldap-site-mngmt/webinterface/computers/host.php') diff --git a/ldap-site-mngmt/webinterface/computers/host.php b/ldap-site-mngmt/webinterface/computers/host.php deleted file mode 100644 index 454847bb..00000000 --- a/ldap-site-mngmt/webinterface/computers/host.php +++ /dev/null @@ -1,92 +0,0 @@ -assign(array("HOSTDN" => $hostDN, - "HOSTNAME" => $host['hostname'], - "DOMAINNAME" => $host['domainname'], - "HWADDRESS" => $host['hwaddress'], - "IPADDRESS" => $hostip[0], - "DESCRIPTION" => $host['description'], - "DHCPCONT" => $host['dhcphlpcont'], - "DHCPTYPE" => $dhcptype, - "FIXADD" => $host['dhcpoptfixed-address'] , - "MOUSE" => $host['hw-mouse'], - "GRAPHIC" => $host['hw-graphic'], - "MONITOR" => $host['hw-monitor'], - "DHCPLINK" => "", - "RBSLINK" => "", - "HWLINK" => "", - "AUDN" => $auDN, - "SBMNR" => $sbmnr)); - - -########################################################## -# MC Wochenübersicht -$mc_array = get_machineconfigs($hostDN,array("dn","cn","timerange","description")); -# print_r($mc_array); -for ($i=0; $i 1 ){ - foreach ($mc_array[$i]['timerange'] as $tr){ - $exptime = array_merge(explode('_',$tr),$mc_array[$i]['description']); - $timeranges[$i][] = $exptime; # Für grafische Wo-Ansicht - } - }else{ - $exptime = array_merge(explode('_',$mc_array[$i]['timerange']), $mc_array[$i]['description']); - $timeranges[$i] = $exptime; # Für grafische Wo-Ansicht - } -} -include("mc_wochenplan.php"); - -########################################################### -# PXE Wochenübersicht - - -################################################################################### - -include("computers_footer.inc.php"); - -?> \ No newline at end of file -- cgit v1.2.3-55-g7522