diff options
Diffstat (limited to 'ldap-site-mngmt/webinterface/dns')
| -rw-r--r-- | ldap-site-mngmt/webinterface/dns/dns.php | 2 | ||||
| -rwxr-xr-x | ldap-site-mngmt/webinterface/dns/dns_inwork.dwt | 15 | ||||
| -rw-r--r-- | ldap-site-mngmt/webinterface/dns/dns_menu.php | 25 |
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ü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" => "Ü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); |
