source:
trunk/packages/invirt-web/code/templates/create.tmpl
@
2546
Last change on this file since 2546 was 1318, checked in by price, 16 years ago | |
---|---|
File size: 270 bytes |
Rev | Line | |
---|---|---|
[113] | 1 | #from skeleton import skeleton |
2 | #extends skeleton | |
3 | ||
4 | #def title | |
5 | Created! | |
6 | #end def | |
7 | ||
8 | #def body | |
9 | #if $machine | |
10 | <p>Congratulations! You have a new machine named ${machine.name}.</p> | |
11 | #else | |
12 | <p>Odd... no error, but no machine.</p> | |
13 | #end if | |
[134] | 14 | <p><a href="list">Return</a></p> |
[113] | 15 | #end def |
Note: See TracBrowser
for help on using the repository browser.