Last change
on this file since 835 was
422,
checked in by price, 17 years ago
|
more and better titles
- Title with <h1> on VM list
- append 'SIPB Virtual Servers' to each title
- only write title once per page
|
File size:
311 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 |
---|
| 10 | <p>$command ${machine.name} was successful.</p> |
---|
[144] | 11 | #if $command == "Delete VM" or True |
---|
[134] | 12 | <p><a href="list">Return</a></p> |
---|
| 13 | #else |
---|
| 14 | <p><a href="info?machine_id=${machine.machine_id}">Return</a></p> |
---|
| 15 | #end if |
---|
| 16 | #end def |
---|
Note: See
TracBrowser
for help on using the repository browser.