source:
trunk/web/templates/command.tmpl
@
145
| Last change on this file since 145 was 144, checked in by ecprice, 18 years ago | |
|---|---|
| File size: 339 bytes | |
| Rev | Line | |
|---|---|---|
| [134] | 1 | #from skeleton import skeleton |
| 2 | #extends skeleton | |
| 3 | ||
| 4 | #def title | |
| 5 | $command $machine.name | |
| 6 | #end def | |
| 7 | ||
| 8 | ||
| 9 | #def body | |
| [144] | 10 | <h1>Command successful</h1> |
| [134] | 11 | <p>$command ${machine.name} was successful.</p> |
| [144] | 12 | #if $command == "Delete VM" or True |
| [134] | 13 | <p><a href="list">Return</a></p> |
| 14 | #else | |
| 15 | <p><a href="info?machine_id=${machine.machine_id}">Return</a></p> | |
| 16 | #end if | |
| 17 | #end def |
Note: See TracBrowser
for help on using the repository browser.
