X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/3abe2fa4dc143618a9d0bee9f66f04b141fb9dd2..e37dd15bbf8683bab8454ea0eec8e9968ce982b2:/templates/info.tmpl diff --git a/templates/info.tmpl b/templates/info.tmpl deleted file mode 100644 index 6ac0227..0000000 --- a/templates/info.tmpl +++ /dev/null @@ -1,80 +0,0 @@ -#from skeleton import skeleton -#extends skeleton - -#def title -Info on $machine.name -#end def - - -#def body -

Info

-

Info on ${machine.name}:

- - #for $key, $value in $fields - - #end for -
$key:$value
- -

Commands:

-
- - - - - - #if $on - - - - #else - - #end if - - - - - - -
- #if $on - #if $has_vnc - Console - #else - VNC is not enabled - #end if - #else - - #end if -
Boot CD:
-
-

Change settings: -#if $on -(To edit ram, disk size, or machine name, turn off the machine first.) -#end if -

-
- - - - - -#if $machine.nics - -#end if -#if not $on - - - -#end if - -
Owner${helppopup("owner")}:
Administrator${helppopup("administrator")}:
Contact email:
Hostname:.servers.csail.mit.edu
Machine Name:
Ram:MB (max $max_mem)
Disk:GB (max $max_disk)WARNING: Modifying disk size may corrupt your data.
-
- -#end def