chained translator with store
[catagits/catbook-code.git] / root / translate / create.tt
1 [% IF result; INCLUDE translate/view.tt; END %]
2 <form name="translate" method=POST action="translate">
3    <input type="text" name="lol" value="" title="enter text to translate">
4    <input type="submit" value="Translate">
5 </form>