delphimvcframework/samples/eluaserversideviews/www/index.elua

8 lines
227 B
Plaintext
Raw Normal View History

2013-11-11 13:55:24 +01:00
<?lua require 'Lua.html.form'?>
2013-11-10 01:03:53 +01:00
This is an eLua file
2013-11-11 13:55:24 +01:00
<?lua="Hello World" ?>
<?lua=html:form_start("POST", "/customers") ?>
<?lua=html:input("text", "Hello World") ?>
<?lua=html:submit("Save") ?>
<?lua=html:form_end() ?>