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/ip/ip_blocks.inc.php | 68 -----------------------
1 file changed, 68 deletions(-)
delete mode 100644 ldap-site-mngmt/webinterface/ip/ip_blocks.inc.php
(limited to 'ldap-site-mngmt/webinterface/ip/ip_blocks.inc.php')
diff --git a/ldap-site-mngmt/webinterface/ip/ip_blocks.inc.php b/ldap-site-mngmt/webinterface/ip/ip_blocks.inc.php
deleted file mode 100644
index 8530e079..00000000
--- a/ldap-site-mngmt/webinterface/ip/ip_blocks.inc.php
+++ /dev/null
@@ -1,68 +0,0 @@
-";
-#print_r(count($fipb_array)); echo "
";
-$ipblocks = "";
-
-# print_r($mipb_array);
-if ($mipb_array[0] != "" ){
- if (count($mipb_array) > 1 ){
- $ipblocks .= "
-
- Zugewiesene IP Bereiche: |
";
- foreach ($mipb_array as $mipb){
- $exp = explode('_',$mipb);
- $ipblocks .= "| $exp[0] |
- - |
- $exp[1] |
";
- }
- }
- elseif (count($mipb_array) == 1){
- $ipblocks .= "
-
- Zugewiesener IP Bereich: |
";
- $exp = explode('_',$mipb_array[0]);
- $ipblocks .= "| $exp[0] |
- - |
- $exp[1] |
";
- }
- elseif( $fipb_array[0] == "" ){
- $ipblocks .= "
- Keine IP Adressen mehr verfügbar |
";
- }
- if (count($fipb_array) > 1 ){
- $ipblocks .= "
-
-
- Davon noch frei verfügbar: |
";
- foreach ($fipb_array as $fipb){
- $exp = explode('_',$fipb);
- $ipblocks .= "| $exp[0] |
- - |
- $exp[1] |
";
- }
- }
- elseif (count($fipb_array) == 1){
- $ipblocks .= "
-
- Davon noch frei verfügbar: |
";
- $exp = explode('_',$fipb_array[0]);
- $ipblocks .= "| $exp[0] |
- - |
- $exp[1] |
";
- }
-
-}
-
-if( $mipb_array[0] == "" ){
- $ipblocks .= "
- Ihnen wurden keine IP Adressen zugewiesen |
";
-}
-$ipblocks .= "
";
-
-$template->assign(array("IPBLOCKS" => $ipblocks));
-
-?>
\ No newline at end of file
--
cgit v1.2.3-55-g7522