X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b0592519fc047639e1cdf092dae91fbf316b37c9..ab726e449c9cde9f3a61e48709d8561b3077e251:/templates/info.tmpl diff --git a/templates/info.tmpl b/templates/info.tmpl index ca98ff9..c84e8eb 100644 --- a/templates/info.tmpl +++ b/templates/info.tmpl @@ -5,18 +5,18 @@ Info on $machine.name #end def - -#def body -

Info

+#def infoTable()

Info on ${machine.name}:

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

Commands:

+#def commands()
+ @@ -40,39 +40,67 @@ Info on $machine.name #end if - + - +
Boot CD:$cdromList($cdroms)
-

Change settings: +#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 and disk size, turn off the machine first.) +(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:
Contact email:
Owner${helppopup("owner")}:
Administrator${helppopup("administrator")}:
Contact email:
Hostname:.servers.csail.mit.edu
Hostname:.servers.csail.mit.edu
Ram:MB (max $max_mem)
Disk:GB (max $max_disk)WARNING: Modifying disk size may corrupt your data.
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