X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/d5c709a5a9d53bbff6fae1e3eab6e0a4acf294bf..680dea8afeb9fb32974c2db772e0b2861c1af4d8:/code/templates/info.mako diff --git a/code/templates/info.mako b/code/templates/info.mako index 5af29bb..0d1b66b 100644 --- a/code/templates/info.mako +++ b/code/templates/info.mako @@ -26,24 +26,26 @@ Info on ${machine.name} VNC console not enabled; still booting? % endif % endif -
- - +<%def name="command_button(title, value, cdrom=False, extra='')"> + + + +% if cdrom: + Boot CD: ${self.fn.cdromList()} +% endif +
+
% if on: - - - + ${command_button("Power off", "destroy")} + ${command_button("Shutdown", "shutdown")} + ${command_button("Reboot", "reboot", cdrom=True)} % else: - + ${command_button("Power on", "create", cdrom=True)} % endif
- Boot CD: -${self.fn.cdromList()} -
-
- + ${command_button("Delete VM", "delete", extra='''onclick="return confirm('Are you sure that you want to delete this VM?');"''')}
@@ -57,8 +59,7 @@ ${self.fn.cdromList()} % if on: (To edit ram, disk size, or machine name, turn off the machine first.) % endif -
- +
Description:
Owner${self.fn.helppopup("Owner")}: