chained translator with store
[catagits/catbook-code.git] / root / translate / create.tt
diff --git a/root/translate/create.tt b/root/translate/create.tt
new file mode 100644 (file)
index 0000000..051c332
--- /dev/null
@@ -0,0 +1,5 @@
+[% IF result; INCLUDE translate/view.tt; END %]
+<form name="translate" method=POST action="translate">
+   <input type="text" name="lol" value="" title="enter text to translate">
+   <input type="submit" value="Translate">
+</form>