We don't call ourselves that anymore
[invirt/packages/invirt-web.git] / code / templates / list.tmpl
index 93f7181..e1d66c4 100644 (file)
@@ -25,7 +25,7 @@ VM List
 #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)
@@ -78,7 +78,7 @@ $helppopup('Autoinstall')#slurp
          <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>
@@ -101,7 +101,11 @@ $errorRow('cdrom', $err)
        $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
@@ -187,7 +191,7 @@ $helppopup('Administrator')#slurp
 
 
 #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="/static/about.html">What is XVM?</a></p>
 #if not $machines
 <p>You don't currently control any VMs.</p>   
 #end if