X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/cf20ad6221157bd0053bb10fad3d5d33483ed38a..fbb16ba8e40d6b99bc7501faf4ebd934631900ca:/templates/info.tmpl diff --git a/templates/info.tmpl b/templates/info.tmpl index f2ebe51..aa81dbe 100644 --- a/templates/info.tmpl +++ b/templates/info.tmpl @@ -2,10 +2,77 @@ #extends skeleton #def title -Created! +Info on $machine.name #end def + #def body

Info

-

Info on ${machine.name}.

+

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 and disk size, turn off the machine first.) +#end if +

+
+ + + + +#if $machine.nics + +#end if +#if not $on + + +#end if + +
Owner:
Contact email:
Hostname:.servers.csail.mit.edu
Ram:MB (max $maxmem)
Disk:GB (max $maxdisk)
+
+ #end def