X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b001dd5804c18377b497d87ddf23138282ef2690..fdd0190bd048fbf1e211029d1876e064950caf8c:/code/templates/list.tmpl diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl index 63dfa38..d3bfd8c 100644 --- a/code/templates/list.tmpl +++ b/code/templates/list.tmpl @@ -1,4 +1,5 @@ #from skeleton import skeleton +#from invirt.config import structs as config #extends skeleton #import datetime @@ -72,13 +73,13 @@ $errorRow('autoinstall', $err) Autoinstall#slurp #filter None -$helppopup('Autoinstall')#slurp +$helppopup('Autoinstalls')#slurp #end filter #filter None -$autoList($defaults.cdrom, "document.getElementById('cd_or_auto_auto').checked = true;document.getElementById('cdromlist').value = ''") - (experimental; 1-2 minutes, and you have a machine with empty root password.) +$autoList($defaults.cdrom, "$('cd_or_auto_auto').checked = true;$('cdromlist').value = '';$('vmtype-linux').checked = true") + (experimental; 2-3 minutes, and you have a machine with empty root password.) #end filter @@ -86,7 +87,7 @@ $autoList($defaults.cdrom, "document.getElementById('cd_or_auto_auto').checked = Boot CD #filter None -$cdromList($defaults.cdrom, "document.getElementById('cd_or_auto_cd').checked = true;document.getElementById('autoinstalllist').value = ''") +$cdromList($defaults.cdrom, "$('cd_or_auto_cd').checked = true;$('autoinstalllist').value = '';$('vmtype-linux-hvm').checked = true") #end filter @@ -101,7 +102,11 @@ $errorRow('cdrom', $err) $errorRow('owner', $err) #end filter - +
+ Windows notes: #slurp +#filter None +$helppopup('Windows')#slurp +#end filter #end if #end def @@ -187,7 +192,7 @@ $helppopup('Administrator')#slurp #def body -

SIPB Virtual Servers is an alpha service. What does this mean?

+

What is XVM?

#if not $machines

You don't currently control any VMs.

#end if