source:
trunk/web/templates/create.tmpl
@
299
Last change on this file since 299 was 134, checked in by ecprice, 17 years ago | |
---|---|
File size: 287 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 | <h1>Created</h1> | |
10 | #if $machine | |
11 | <p>Congratulations! You have a new machine named ${machine.name}.</p> | |
12 | #else | |
13 | <p>Odd... no error, but no machine.</p> | |
14 | #end if | |
[134] | 15 | <p><a href="list">Return</a></p> |
[113] | 16 | #end def |
Note: See TracBrowser
for help on using the repository browser.