Changeset 430


Ignore:
Timestamp:
Apr 17, 2008, 3:01:35 AM (16 years ago)
Author:
price
Message:

better headings, labels in info page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/templates/info.tmpl

    r422 r430  
    77
    88#def infoTable()
    9 <p>Info on ${machine.name}:</p>
     9<h2>Info</h2>
    1010<table>
    1111  #for $key, $value in $fields
     
    2121  <table>
    2222   
    23     <tr><td>
     23    <tr><td colspan=3>
    2424        #if $on
    2525        #if $has_vnc
    26         <a href="vnc?machine_id=$machine.machine_id">Console</a>
     26        <strong><a href="vnc?machine_id=$machine.machine_id">Get Console</a></strong>
    2727        #else
    28         VNC is not enabled
     28        VNC console not enabled; still booting?
    2929        #end if
    3030        #else
     
    3434      <tr>
    3535        #if $on
    36         <td><input type="submit" class="button" name="action" value="Power off"/></td>
    37         <td><input type="submit" class="button" name="action" value="Shutdown"/></td>
     36        <td><button type="submit" class="button" name="action" value="Power off">Power off (hard)</button></td>
     37        <td><input type="submit" class="button" name="action" value="Shut down"/></td>
    3838        <td><input type="submit" class="button" name="action" value="Reboot"/></td>
    3939        #else
     
    9191</div>
    9292
    93 <p>Commands:</p>
     93<h2>Commands</h2>
    9494<div id="commands">
    9595  $commands()
    9696</div>
    97 <p>Change settings:
     97<h2>Settings</h2>
    9898<div id="modify">
    9999  $modifyForm()
Note: See TracChangeset for help on using the changeset viewer.