X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b6054ddecbc4d4a9b8e822ff8f0ace386e5e6e00..e37dd15bbf8683bab8454ea0eec8e9968ce982b2:/templates/info.tmpl diff --git a/templates/info.tmpl b/templates/info.tmpl deleted file mode 100644 index 29b5907..0000000 --- a/templates/info.tmpl +++ /dev/null @@ -1,116 +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 $machine.nics - -#end if -$errorRow('hostname', $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:
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 - -#def body -

Info

-
- $infoTable() -
- -

Commands:

-
- $commands() -
-

Change settings: -

- $modifyForm() -
-#end def