more and better titles
[invirt/packages/invirt-web.git] / code / templates / list.tmpl
index b6e9e33..c5c3e9d 100644 (file)
@@ -3,7 +3,7 @@
 
 
 #def title
-List of your VMs
+VM List
 #end def
 
 #def createTable()
@@ -53,8 +53,9 @@ $errorRow('vmtype', $err)
 $errorRow('cdrom', $err)
        <tr>
          <td>Clone image?</td>
-         <td><input type="checkbox" name="clone_from" value="ice3"/>
-             (experimental; 1-2 minutes, and you have an etch machine; root pw is 'password'.)</td>
+         <td><input type="checkbox" name="clone_from" id="clone_from" value="ice3" onchange="onclone(event)"/>
+             (experimental; 1-2 minutes, and you have an etch machine; root pw is 'password'.)
+             <script type='text/javascript'>function onclone(e){ document.getElementById('cdromlist').value = ''; }</script></td>
        </tr>
 $errorRow('cdrom', $err)
        <tr>
@@ -126,7 +127,7 @@ $has_vnc[$machine]
 
 
 #def body
-<p style="font-size: 125%;"><strong>Note:</strong> sipb-xen is a very alpha service. <a href="/static/about.html">What does this mean?</a></p>
+<p style="font-size: 125%;"><strong>Note:</strong> SIPB Virtual Servers is a very alpha service. <a href="/static/about.html">What does this mean?</a></p>
 #if not $machines
 <p>You don't currently control any VMs.</p>   
 #else