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 --- .../Hostbase/hostbase/webtemplates/confirm.html | 189 +++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 src/lib/Server/Hostbase/hostbase/webtemplates/confirm.html (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/confirm.html') diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/confirm.html b/src/lib/Server/Hostbase/hostbase/webtemplates/confirm.html new file mode 100644 index 000000000..96ed4ed4f --- /dev/null +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/confirm.html @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Argonne National Laboratory
+ Mathematics + and Computer Science
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
MCS + Home > + +
+ + + +
+
+

Are you sure?

+Are you sure you want to remove these items? + +#if $interface +
    +
  • interface: $interface.__str__
  • +#end if + + +#if $ips +
      +#for $ip in $ips +
    • ip: $ip.__str__
    • +
        +#for $name in $names[$ip.id] +
      • name: $name.__str__
      • +
          +#for $cname in $cnames[$name.id] +
        • cname: $cname.__str__
        • +#end for +
        +
          +#for $mx in $mxs[$name.id] +
        • mx: $mx.priority $mx.__str__
        • +#end for +
        +#end for +
      +#end for +
    +#end if + +#if $names and not $ips +
      +#for $name in $names +
    • name: $name.__str__
    • +
        +#for $cname in $cnames[$name.id] +
      • cname: $cname.__str__
      • +#end for +
      +
        +#for $mx in $mxs[$name.id] +
      • mx: $mx.priority $mx.__str__
      • +#end for +
      +#end for +
    +#end if + +#if $cnames and not $names +
      +#for $cname in $cnames +
    • cname: $cname.__str__
    • +#end for +
    +#end if + +#if $mxs and not $names +
      +#for $mx in $mxs +
    • mx: $mx.priority $mx.__str__
    • +#end for +
    +#end if + +#if $interface +
+#end if + + + +
+
+ + + + + + + + + +

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