better headings, labels in info page
[invirt/packages/invirt-web.git] / code / templates / list.tmpl
index 88bab49..7611329 100644 (file)
@@ -6,11 +6,11 @@
 VM List
 #end def
 
-#def createTable()
+#def createForm()
 #if $cant_add_vm
 <p>$cant_add_vm</p>
 #else
-<p>Create a new VM:</p>
+<h2>Create a new VM</h2>
 #if $err
 <p class="error">We had a problem with your request:</p>
 #else if $varExists('new_machine')
@@ -111,8 +111,8 @@ $has_vnc[$machine]
       <tr>
        <th>Name</th>
        <th>Memory</th>
-       <th>Owner</th>
-        <th>Administrator</th>
+       <th>Owner$helppopup('owner')</th>
+        <th>Administrator$helppopup('administrator')</th>
        <th>IP</th>
        <th>Uptime</th>
        <th>VNC</th>
@@ -129,14 +129,10 @@ $has_vnc[$machine]
 <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>
 #if not $machines
 <p>You don't currently control any VMs.</p>   
-#else
-    <p>You have the following VMs:</p>
 #end if
     <p><a href="list">refresh</a></p>
     <div id="machinelist">
     $machineList($machines)
     </div>
-<div id="createtable">
-$createTable()
-</div>
+$createForm()
 #end def