From 510c55e843ea0a1c049b39a9f57ff044190fcbd9 Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Tue, 29 Aug 2006 16:33:36 +0000 Subject: Added all the django application code includes database models, file templates, and web apps git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2135 ce84e21b-d406-0410-9b95-82705330c041 --- .../Server/Hostbase/hostbase/webtemplates/dns.html | 133 +++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 src/lib/Server/Hostbase/hostbase/webtemplates/dns.html (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/dns.html') diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/dns.html b/src/lib/Server/Hostbase/hostbase/webtemplates/dns.html new file mode 100644 index 000000000..a937fb833 --- /dev/null +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/dns.html @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Argonne National Laboratory
+ Mathematics + and Computer Science
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
MCS + Home > + +
+ + + +
+DNS Information for host "$host.hostname" + + #for $interface in $interfaces + #for $ip in $ips[$interface.id] +
  • ip_addr: $ip.ip_addr
  • + #for $name in $names[$ip.id] +
    • name: $name.name
      • + #for $cname in $cnames[$name.id] +
      • cname: $cname.cname
      • + #end for + #for $mx in $mxs[$name.id] +
      • mx: $mx.priority $mx.mx
      • + #end for +
    + #end for +
+ #end for + #end for +
+ + + + + + + + + +

+ + + + + + +
U.S. Department of EnergyThe University of ChicagoOffice of Science - Department of Energy
+ + + +
Privacy & Security Notice | Contact Us
+ + + -- cgit v1.2.3-1-g7c22