summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/dns
diff options
context:
space:
mode:
authorTarik Gasmi2007-09-18 17:18:38 +0200
committerTarik Gasmi2007-09-18 17:18:38 +0200
commit12183ece8e4cb1bb81072a72f696572c8b3a07ee (patch)
tree1e7b274e6a4229d4d1819d4feaabe272b1037a62 /ldap-site-mngmt/webinterface/dns
parentAdded theme.conf for openslx theme for pxe. Only labels should be added autom... (diff)
downloadcore-12183ece8e4cb1bb81072a72f696572c8b3a07ee.tar.gz
core-12183ece8e4cb1bb81072a72f696572c8b3a07ee.tar.xz
core-12183ece8e4cb1bb81072a72f696572c8b3a07ee.zip
ldap-site-mngmt: actualized WebIF and DHCPConfig Generationscript
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1340 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'ldap-site-mngmt/webinterface/dns')
-rw-r--r--ldap-site-mngmt/webinterface/dns/dns.php2
-rwxr-xr-xldap-site-mngmt/webinterface/dns/dns_inwork.dwt15
-rw-r--r--ldap-site-mngmt/webinterface/dns/dns_menu.php25
3 files changed, 29 insertions, 13 deletions
diff --git a/ldap-site-mngmt/webinterface/dns/dns.php b/ldap-site-mngmt/webinterface/dns/dns.php
index dd9e5756..99fef1fb 100644
--- a/ldap-site-mngmt/webinterface/dns/dns.php
+++ b/ldap-site-mngmt/webinterface/dns/dns.php
@@ -7,7 +7,7 @@ $titel = "DNS Zone Management";
$mnr = 0;
$mainnr = 6;
# 3. Dateiname und evtl. Pfad des Templates für die Webseite
-$webseite = "dns_start.dwt";
+$webseite = "dns_inwork.dwt";
include("../class.FastTemplate.php");
diff --git a/ldap-site-mngmt/webinterface/dns/dns_inwork.dwt b/ldap-site-mngmt/webinterface/dns/dns_inwork.dwt
new file mode 100755
index 00000000..d64dc090
--- /dev/null
+++ b/ldap-site-mngmt/webinterface/dns/dns_inwork.dwt
@@ -0,0 +1,15 @@
+<table border='0' cellpadding='5' cellspacing='0' width='90%'>
+ <tr>
+ <td colspan='2'><h3>Modul - DNS Zonen Management: </h3></td>
+ </tr>
+ <tr>
+ <td height='10'></td>
+ </tr>
+ <tr>
+ <td>
+ <p>Dieses Modul steht noch nicht zur Verf&uuml;gung ...<br>
+
+ </td>
+ </tr>
+
+</table> \ No newline at end of file
diff --git a/ldap-site-mngmt/webinterface/dns/dns_menu.php b/ldap-site-mngmt/webinterface/dns/dns_menu.php
index 1ce8e5b7..bf6e5bbe 100644
--- a/ldap-site-mngmt/webinterface/dns/dns_menu.php
+++ b/ldap-site-mngmt/webinterface/dns/dns_menu.php
@@ -7,18 +7,19 @@ function createDNSMenu($rollen , $mnr) {
$hauptmenu = array(array("link" => "dns.php",
"text" => "&Uuml;bersicht",
"zugriff" => "alle"),
- array("link" => "dns.php",
- "text" => "SOA Record",
- "zugriff" => array("MainAdmin")),
- array("link" => "dns.php",
- "text" => "INCLUDE Direktiven",
- "zugriff" => array("MainAdmin","ZoneAdmin")),
- array("link" => "dns.php",
- "text" => "Zonen Delgierung",
- "zugriff" => array("MainAdmin")),
- array("link" => "dns.php",
- "text" => "Resource Records",
- "zugriff" => array("MainAdmin","HostAdmin","ZoneAdmin")));
+ #array("link" => "dns.php",
+ # "text" => "SOA Record",
+ # "zugriff" => array("MainAdmin")),
+ #array("link" => "dns.php",
+ # "text" => "INCLUDE Direktiven",
+ # "zugriff" => array("MainAdmin","ZoneAdmin")),
+ #array("link" => "dns.php",
+ # "text" => "Zonen Delgierung",
+ # "zugriff" => array("MainAdmin")),
+ #array("link" => "dns.php",
+ # "text" => "Resource Records",
+ # "zugriff" => array("MainAdmin","HostAdmin","ZoneAdmin"))
+ );
#$rollen = array_keys($roles);