Changeset 430 for trunk/packages/sipb-xen-www/code
- Timestamp:
- Apr 17, 2008, 3:01:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/templates/info.tmpl
r422 r430 7 7 8 8 #def infoTable() 9 < p>Info on ${machine.name}:</p>9 <h2>Info</h2> 10 10 <table> 11 11 #for $key, $value in $fields … … 21 21 <table> 22 22 23 <tr><td >23 <tr><td colspan=3> 24 24 #if $on 25 25 #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> 27 27 #else 28 VNC is not enabled28 VNC console not enabled; still booting? 29 29 #end if 30 30 #else … … 34 34 <tr> 35 35 #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="Shut down"/></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> 38 38 <td><input type="submit" class="button" name="action" value="Reboot"/></td> 39 39 #else … … 91 91 </div> 92 92 93 < p>Commands:</p>93 <h2>Commands</h2> 94 94 <div id="commands"> 95 95 $commands() 96 96 </div> 97 < p>Change settings:97 <h2>Settings</h2> 98 98 <div id="modify"> 99 99 $modifyForm()
Note: See TracChangeset
for help on using the changeset viewer.