f9666e2d8573b52d59dbfbd0b9f24af117dbd299
[scpubgit/Test-Harness-Selenium.git] / THSelenium-Test / root / echo.tt
1 <html>
2   <head>
3     <title>Echo Server</title>
4   </head>
5   <body>
6     <p>Feed me, Seymour!</p>
7     [% IF c.stash.query %]
8     <p>You fed me [% c.stash.query %] just now!</p>
9     [% END %]
10     <form action="/echo" method="post">
11       <input type="text" name="query" size="35">
12       <input type="submit" value="Feed me now!">
13     </form>
14   </body>
15 </html>