#from skeleton import skeleton
+#from invirt.config import structs as config
#extends skeleton
#import datetime
#end filter
<tr>
<td>Name</td>
- <td><input type="text" name="name" value="$defaults.name"/>.xvm.mit.edu</td>
+ <td><input type="text" name="name" value="$defaults.name"/>.${config.dns.domains[0]}</td>
</tr>
#filter None
$errorRow('name', $err)
<td><input type="radio" name="cd_or_auto" id="cd_or_auto_auto">
#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; root pw is 'password'.)
+ (experimental; 1-2 minutes, and you have a machine with empty root password.)
#end filter
</input>
</tr>
$errorRow('owner', $err)
#end filter
</table>
- <input type="submit" class="button" value="Create it!"/>
+ <input type="submit" class="button" value="Create it!"/><br />
+ Windows notes: #slurp
+#filter None
+$helppopup('Windows')#slurp
+#end filter
</form>
#end if
#end def
#def body
-<p style="font-size: 125%;">SIPB Virtual Servers is an <strong>alpha service</strong>. <a href="/static/about.html">What does this mean?</a></p>
+<p style="font-size: 125%;"><a href="http://${config.web.hostname}">What is XVM?</a></p>
#if not $machines
<p>You don't currently control any VMs.</p>
#end if