X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b26a7d35e4ac578595f88eef03303cfbfd42a319..e37dd15bbf8683bab8454ea0eec8e9968ce982b2:/templates/info.tmpl diff --git a/templates/info.tmpl b/templates/info.tmpl deleted file mode 100644 index 26d7a24..0000000 --- a/templates/info.tmpl +++ /dev/null @@ -1,102 +0,0 @@ -#from skeleton import skeleton -#extends skeleton - -#def title -Info on $machine.name -#end def - -#def infoTable() -

Info on ${machine.name}:

- - #for $key, $value in $fields - - #end for -
$key:$value
-#end def - -#def commands() -
- - - - - - - #if $on - - - - #else - - #end if - - - - - - -
- #if $on - #if $has_vnc - Console - #else - VNC is not enabled - #end if - #else - - #end if -
Boot CD:$cdromList($cdroms)
-
-#end def - -#def modifyForm() -#if $err -

We had a problem with your request:

-#else if $varExists('new_machine') -

Successfully modified.

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

-
- - - -$errorRow('owner', $err) - -$errorRow('administrator', $err) - -$errorRow('contact', $err) -#if not $on - -$errorRow('name', $err) - -$errorRow('memory', $err) - -$errorRow('disk', $err) -#else -$errorRow('name', $err) -$errorRow('memory', $err) -$errorRow('disk', $err) -#end if - -
Owner${helppopup("owner")}:
Administrator${helppopup("administrator")}:
Contact email:
Machine Name:
Ram:MiB (max $max_mem)
Disk:GiB (max $max_disk)WARNING: Modifying disk size may corrupt your data.
-
-#end def - -#def body -

Info

-
- $infoTable() -
- -

Commands:

-
- $commands() -
-

Change settings: -

- $modifyForm() -
-#end def