#end def
#def infoTable()
-<p>Info on ${machine.name}:</p>
+<h2>Info</h2>
<table>
#for $key, $value in $fields
<tr><td>$key:</td><td>$value</td></tr>
<input type="hidden" name="machine_id" value="$machine.machine_id"/>
<table>
- <tr><td>
+ <tr><td colspan=3>
#if $on
#if $has_vnc
- <a href="vnc?machine_id=$machine.machine_id">Console</a>
+ <strong><a href="vnc?machine_id=$machine.machine_id">Get Console</a></strong>
#else
- VNC is not enabled
+ VNC console not enabled; still booting?
#end if
#else
</td></tr>
<tr>
#if $on
- <td><input type="submit" class="button" name="action" value="Power off"/></td>
- <td><input type="submit" class="button" name="action" value="Shutdown"/></td>
+ <td><button type="submit" class="button" name="action" value="Power off">Power off (hard)</button></td>
+ <td><input type="submit" class="button" name="action" value="Shut down"/></td>
<td><input type="submit" class="button" name="action" value="Reboot"/></td>
#else
<td><input type="submit" class="button" name="action" value="Power on"/></td>
$infoTable()
</div>
-<p>Commands:</p>
+<h2>Commands</h2>
<div id="commands">
$commands()
</div>
-<p>Change settings:
+<h2>Settings</h2>
<div id="modify">
$modifyForm()
</div>